.anima-sussurro-wrap {
	--as-bg: #15120e;
	--as-bg-raised: #1d1812;
	--as-leather: #3a2a20;
	--as-leather-line: #4a3829;
	--as-gold: #c9a565;
	--as-gold-dim: #8a7150;
	--as-ivory: #f3ead9;
	--as-ivory-muted: #b3a692;

	max-width: 760px;
	margin: 0 auto;
	color: var(--as-ivory);
	font-family: "Source Serif 4", Georgia, serif;
	-webkit-font-smoothing: antialiased;
}

.anima-sussurro-wrap * { box-sizing: border-box; }

.anima-sussurro-wrap .as-eyebrow {
	font-family: "Inter", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--as-gold);
	display: block;
}

/* ---------- Hero ---------- */

.as-hero {
	position: relative;
	text-align: center;
	padding: 4.5rem 1.5rem 3.5rem;
	background: radial-gradient(ellipse at 50% 0%, var(--as-bg-raised), var(--as-bg) 70%);
	border-radius: 4px;
	overflow: hidden;
}

.as-whisper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	opacity: 0.45;
}

.as-whisper-path {
	fill: none;
	stroke: var(--as-gold-dim);
	stroke-width: 1;
	stroke-dasharray: 6 10;
	animation: as-drift 22s linear infinite;
}

@keyframes as-drift {
	from { transform: translateX(0); }
	to { transform: translateX(-120px); }
}

.as-hero .as-eyebrow { margin-bottom: 1.1rem; }

.as-hero h1 {
	font-family: "Fraunces", Georgia, serif;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 0.9rem;
	color: var(--as-ivory);
}

.as-hero h1 em {
	font-style: italic;
	font-weight: 500;
	color: var(--as-gold);
}

.as-tagline {
	font-family: "Fraunces", Georgia, serif;
	font-style: italic;
	font-size: 1.3rem;
	color: var(--as-gold);
	margin: 0 0 1.6rem;
}

.as-intro {
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--as-ivory-muted);
	max-width: 440px;
	margin: 0 auto 2.2rem;
}

.as-cta {
	display: inline-block;
	padding: 0.85rem 2.4rem;
	background: transparent;
	border: 1px solid var(--as-gold);
	color: var(--as-gold);
	text-decoration: none;
	border-radius: 2px;
	font-family: "Inter", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.as-cta:hover {
	background: var(--as-gold);
	color: var(--as-bg);
}

/* ---------- Fragebogen ---------- */

.as-quiz {
	padding: 3.5rem 1.75rem;
	background: var(--as-bg-raised);
	border-radius: 4px;
	margin-top: 1.5rem;
}

.as-question {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid var(--as-leather-line);
}

.as-question:last-of-type {
	border-bottom: none;
	margin-bottom: 1rem;
	padding-bottom: 0;
}

.as-question .as-eyebrow--small {
	margin-bottom: 0.6rem;
}

.as-question label:not([for]) { display: contents; }

.as-question > label {
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-style: italic;
	font-size: 1.25rem;
	line-height: 1.4;
	color: var(--as-ivory);
	margin-bottom: 1.3rem;
}

.as-scale {
	display: flex;
	gap: 0.9rem;
	align-items: center;
}

.as-scale input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.as-scale label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
}

.as-scale label span {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	border: 1px solid var(--as-gold-dim);
	transition: all 0.2s ease;
}

.as-scale input[type="radio"]:checked + label span {
	width: 0.85rem;
	height: 0.85rem;
	background: var(--as-gold);
	border-color: var(--as-gold);
	box-shadow: 0 0 0 4px rgba(201, 165, 101, 0.15);
}

.as-scale input[type="radio"]:focus-visible + label span {
	outline: 2px solid var(--as-gold);
	outline-offset: 3px;
}

.as-scale-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 0.6rem;
	font-family: "Inter", sans-serif;
	font-size: 0.72rem;
	color: var(--as-ivory-muted);
	letter-spacing: 0.02em;
}

#as-submit { width: 100%; margin-top: 0.5rem; }

/* ---------- Status ---------- */

.as-loading,
.as-error {
	text-align: center;
	margin-top: 2.5rem;
	font-family: "Fraunces", Georgia, serif;
	font-style: italic;
	color: var(--as-ivory-muted);
}

.as-error { color: #c98a6f; }

/* ---------- Ergebnis / Sigill ---------- */

.as-result {
	margin-top: 2.5rem;
	padding: 2.5rem;
	background: var(--as-bg);
	border: 1px solid var(--as-leather-line);
	border-radius: 4px;
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.as-result-sigil {
	flex: 0 0 140px;
	width: 140px;
}

#as-sigil-svg {
	width: 100%;
	height: auto;
	overflow: visible;
}

.as-sigil-grid {
	fill: none;
	stroke: var(--as-leather-line);
	stroke-width: 1;
}

.as-sigil-shape {
	fill: rgba(201, 165, 101, 0.12);
	stroke: var(--as-gold);
	stroke-width: 1.5;
	stroke-linejoin: round;
	opacity: 0;
	transform-origin: 120px 120px;
	transform: scale(0.85);
	animation: as-sigil-in 1.1s ease-out forwards;
}

@keyframes as-sigil-in {
	to { opacity: 1; transform: scale(1); }
}

.as-result-content { flex: 1; min-width: 0; }

.as-result-content h2 {
	font-family: "Fraunces", Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.6rem;
	color: var(--as-gold);
	margin: 0.3rem 0 1rem;
}

#as-result-text {
	line-height: 1.85;
	color: var(--as-ivory);
	white-space: pre-line;
	font-size: 1.02rem;
}

@media (max-width: 560px) {
	.as-hero h1 { font-size: 2.5rem; }
	.as-result { flex-direction: column; align-items: center; text-align: center; }
	.as-result-sigil { flex: 0 0 auto; width: 110px; }
	.as-scale { gap: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.as-whisper-path { animation: none; }
	.as-sigil-shape { animation: none; opacity: 1; transform: scale(1); }
}
