.section--dark h2 { color: var(--gelb); }

.section--dark .lead { color: rgba(242, 235, 226, 0.85); margin-inline: auto; max-width: 40rem; }
.section--dark .leadfull { color: rgba(242, 235, 226, 0.85); margin: 20px; text-align:center; font-size: clamp(1.1rem, 1rem + 0.5vw, 1.35rem); }
.section--dark .leadfullhl { color: var(--gelb); font-family: var(--font-head); margin: 20px; text-align:center; font-size: 2rem; }

.eyebrow { color: var(--goldbraun); }
h2 { font-size: 2.5rem; color: var(--blau);}

.colorsplash-gold { color: var(--goldbraun); }

.img-container {width:90%;}

.lead-s {
    font-size: clamp(1rem, 1rem + 0.3vw, 1.25rem);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-sub);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    padding: 0.5em 1em;
    border-radius: var(--r-pill);
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease,
                color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn-gb { background: var(--goldbraun); color: var(--hell); box-shadow: var(--shadow-sm); }
.btn-big { padding:1em 2em; }
.btn-gb:hover { background: var(--braun); box-shadow: var(--shadow-md); }

.acc-link {	
	border-color: rgba(229, 176, 0, 0.55);
	background: var(--blau);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	display: flex;
	flex-wrap: wrap; 
	align-items: center;
	gap: 1rem;
	padding: 1.15rem clamp(1.1rem, 2.4vw, 1.6rem);
	cursor: pointer;
	list-style: none;
	user-select: none;	
}

.acc-link-icon {color: var(--gelb); border: 1px solid var(--gelb);}
.acc-title-link {color: var(--gelb); font-size:1.5rem; font-family: var(--font-head);}
.acc-sub-link {color: var(--hell);}
.acc-badge-link { flex: none; margin-left: auto; color: var(--ink); transition: transform 0.22s ease; background: var(--gelb);}

.hero h1 {
    color: var(--blau);
    font-size: clamp(2.3rem, 1.4rem + 3.4vw, 3rem);
    letter-spacing: -0.015em;
    margin-bottom: 0.6em;
}

.hero {
	padding-block: clamp(3rem, 7vw, 4rem);
}

.hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    max-width: unset;
    margin-inline: auto;
    width: 100%;
}

.card-flex {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: clamp(1rem, 2vw, 1.5rem);
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
	display:flex;
	align-items: flex-start;
	gap: calc(.25rem * 5);
	margin-bottom:1rem;
}
.section--dark .card-flex { background: var(--blau); color: var(--hell); border: 1px solid var(--gelb) }
.section--dark .card-flex h3 { color: var(--gelb); }
.section--dark .card-flex p { color: var(--hell); }

.card-flex .card-icon  { background: var(--blau); color: var(--gelb); border-radius: 12px; }

.pain .card-icon { background: var(--blau); color: var(--gelb); border-radius: 12px; }

.footer-logo {
    background: unset;
    border-radius: var(--r-md);
    padding: 0.9rem 1.1rem;
    width: 240px;
    max-width: 100%;
}

.brush-small {
    position: relative;
    display: inline;
    color: var(--dunkel);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 28' preserveAspectRatio='none'%3E%3Cpath d='M6 21 C 96 7 4000 6 394 15' fill='none' stroke='%23E5B000' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center bottom 0.02em;
    background-size: 100% 0.42em;
    padding-bottom: 0.12em;
}

.float-chip--tl { top: 22%; left: -6%; }
.float-chip--br { bottom: 22%; right: -4%; }

.text-2xl {
    font-size: 1.5rem;
    line-height: var(initial, calc(2 / 1.5));
}
.font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
}
.text-primary {
    color: var(--blau);
}
.grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)) }
.text-muted-foreground { color: var(--muted-foreground); }
.tracking-widest { --tw-tracking: .1em; letter-spacing: .1em; }
.text-xs { font-size: .75rem; line-height: var(initial, calc(1 / .75)); }
.uppercase { text-transform: uppercase; }
dd {margin:0; padding:0;}
dt {margin:0; padding:0;}
.bulletList { margin-top: calc(.35rem * 8); list-style: none; box-sizing: border-box; border: 0 solid;  padding: 0; }
.bullet { display:flex; gap:0.5rem; margin-bottom:0.5rem; }
.bulletIcon { background: var(--gelb); color: var(--blau); border-radius: 3.40282e38px; place-items: center; flex-shrink: 0; width: calc(.25rem * 6); height: calc(.25rem * 6); display:grid; margin-top: calc(.25rem * 1); line-height:1rem; }
.bulletText { color: var(--ink-soft); font-size: 1.1rem; margin-top: calc(.25rem * 1); }

.img-bubble {position: absolute; border-radius: 15px; padding: calc(.25rem * 5); background: color-mix(in oklab, var(--blau) 92%, transparent); inset-inline: calc(.25rem * 6); bottom: calc(.25rem * 5);}
.img-bubble-title { margin:0; color: var(--gelb); text-transform: uppercase; letter-spacing: 0.05em; font-size: .75rem; line-height: var(initial, calc(1 / .75));}
.img-bubble-text { color: var(--gelb); font-weight: 800; font-size: 1.5rem; line-height: var(initial, calc(2 / 1.5)); }

.ffigure { background: linear-gradient(135deg, color-mix(in oklab, var(--blau) 96%, transparent), color-mix(in oklab, var(--blau) 78%, var(--blau))); box-shadow: var(--shadow-sm); padding: calc(.25rem * 5); border-radius: 15px; overflow: hidden; position: relative; border-color: var(--hell); margin:0px 0px 20px 0px; text-align:center; }
.qtickst { color: var(--gelb); opacity: .9; line-height: 1; font-size: 10rem; left: calc(.25rem * 15); top: calc(.25rem * 5); position: absolute; pointer-events: none;}
.qticksb { color: var(--gelb); opacity: .3; line-height: 1; font-size: 10rem; right: calc(.25rem * 8); bottom: calc(.25rem * -5); position: absolute; pointer-events: none;}
.bquote {color: var(--gelb); font-size: clamp(1.75rem, 2.25rem, 2.5rem); font-style: italic; text-wrap: balance; font-weight: 800;}
.fcaption {color: var(--hell); text-transform: uppercase; letter-spacing: .05em; font-size: .875rem; line-height: var(initial, calc(1.25 / .875)); gap: calc(.25rem * 3); align-items: center; display: flex; margin-top: calc(.25rem * 8); position: relative;}
.line-gelb {height:1px; width: calc(.25rem * 8); background: var(--gelb);}

.numeralcontainer label {
	display:inline-block;
	width:20px;
	margin-right:5px;
}

.numeralcontainer span {
	display:inline;
}

.blist li {
	padding-top:10px;
}


@media (max-width: 620px) {
    .img-container {width:100%;}
	.dnmo { display: none; }
}