/* ═══════════════════════════════════════════════════════════════
   CANDI FUSION 2.0 — LUXURY REFINED PREVIEW
   Espresso · bone · brass · Instrument Serif · hairline rules
   ═══════════════════════════════════════════════════════════════ */

:root {
    --bone:         oklch(0.95 0.008 85);
    --bone-soft:    oklch(0.92 0.012 85);
    --bone-deep:    oklch(0.88 0.014 85);
    --espresso:     oklch(0.19 0.015 50);
    --espresso-deep:oklch(0.14 0.012 48);
    --ink:          oklch(0.24 0.012 48);
    --ink-soft:     oklch(0.42 0.012 48);
    --ink-mute:     oklch(0.58 0.010 50);
    --brass:        oklch(0.74 0.10 70);
    --brass-deep:   oklch(0.60 0.11 60);
    --brass-pale:   oklch(0.90 0.05 75);
    --hairline:     oklch(0.24 0.012 48 / 0.15);
    --hairline-soft:oklch(0.24 0.012 48 / 0.08);
    --shadow-refined: 0 30px 65px -30px oklch(0.14 0.012 48 / 0.4),
                      0 2px 0 0 oklch(0.24 0.012 48 / 0.05);
}

html { scroll-behavior: smooth; }

@keyframes blur-fade-in {
    from { opacity: 0; filter: blur(18px); transform: translateY(12px); }
    to   { opacity: 1; filter: blur(0);    transform: translateY(0);     }
}

body {
    background: var(--bone);
    color: var(--ink);
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-feature-settings: "ss01", "kern", "liga";
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.font-serif {
    font-family: 'Instrument Serif', 'Cormorant Garamond', Georgia, serif;
    letter-spacing: -0.01em;
}

/* ── Overline / small caps ───────────────────────────────────── */
.overline {
    font-family: 'General Sans', system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--brass-deep);
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.overline::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--brass-deep);
}

.overline.center::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--brass-deep);
}

/* ── Nav ─────────────────────────────────────────────────────── */
.nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    padding: 0.85rem clamp(1.1rem, 3vw, 2.5rem);
    padding-top: max(0.85rem, env(safe-area-inset-top));
    padding-left: max(clamp(1.1rem, 3vw, 2.5rem), env(safe-area-inset-left));
    padding-right: max(clamp(1.1rem, 3vw, 2.5rem), env(safe-area-inset-right));
    background: oklch(0.95 0.008 85 / 0.9);
    backdrop-filter: saturate(150%) blur(12px);
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    border-bottom: 1px solid var(--hairline);
}

@media (max-width: 959.98px) {
    .nav-inner {
        grid-template-columns: 1fr auto;
    }
    .nav-inner > .btn {
        justify-self: end;
        justify-content: center;
        text-indent: 0.12em;
    }
}

@media (max-width: 720px) {
    .nav-inner { gap: 0.75rem; }
    .nav-mark { font-size: 1.05rem; }
    .nav-inner > .btn {
        padding: 0.55rem 0.85rem !important;
        font-size: 0.62rem !important;
        letter-spacing: 0.12em !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 420px) {
    .nav-inner { gap: 0.5rem; }
    .nav-mark { font-size: 0.95rem; letter-spacing: -0.015em; }
}

@media (max-width: 380px) {
    .nav-mark { font-size: 0.88rem; }
    .nav-mark::after { font-size: 0.6em; margin-left: 0.08em; margin-right: 0.05em; }
    .nav-inner > .btn {
        padding: 0.5rem 0.7rem !important;
        font-size: 0.58rem !important;
        letter-spacing: 0.1em !important;
    }
}

.nav-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}

.nav-mark {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 1.35rem;
    font-style: italic;
    letter-spacing: -0.01em;
    color: var(--espresso);
    text-decoration: none;
    white-space: nowrap;
}

.nav-mark::after {
    content: '№';
    font-size: 0.7em;
    margin-left: 0.15em;
    margin-right: 0.1em;
    color: var(--brass-deep);
    vertical-align: 0.25em;
}

.nav-links {
    display: none;
    gap: 2.4rem;
    justify-content: center;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

@media (min-width: 960px) {
    .nav-links { display: flex; }
}

.nav-links a {
    position: relative;
    text-decoration: none;
    color: inherit;
    padding-bottom: 4px;
    transition: color 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a::after {
    content: '';
    position: absolute;
    left: 50%; right: 50%; bottom: 0;
    height: 1px;
    background: var(--brass-deep);
    transition: left 280ms cubic-bezier(0.22, 1, 0.36, 1),
                right 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a:hover { color: var(--espresso); }
.nav-links a:hover::after { left: 0; right: 0; }

.nav-links a:focus-visible {
    outline: 2px solid var(--brass-deep);
    outline-offset: 6px;
    border-radius: 1px;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 1.6rem;
    border: 1px solid var(--espresso);
    cursor: pointer;
    background: var(--espresso);
    color: var(--bone);
    transition: background-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
                color 260ms ease,
                transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
                border-color 260ms ease;
    position: relative;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid transparent;
    pointer-events: none;
    transition: border-color 320ms ease;
}

.btn:hover {
    background: var(--espresso-deep);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px -12px oklch(0 0 0 / 0.3);
}

.btn:hover::after { border-color: oklch(1 0 0 / 0.2); }

.btn:focus-visible {
    outline: 2px solid var(--brass-deep);
    outline-offset: 4px;
}

.btn:active { transform: translateY(0); }

.btn-outline {
    background: transparent;
    color: var(--espresso);
    border-color: var(--espresso);
}

.btn-outline:hover {
    background: var(--espresso);
    color: var(--bone);
}

.btn-outline::after { display: none; }

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 0;
    padding: 0.6rem 0;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    position: relative;
}

.btn-ghost::before {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: 1px;
    background: currentColor;
    transform-origin: left;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-ghost:hover { color: var(--brass-deep); }
.btn-ghost:hover::before { transform: scaleX(0.3); background: var(--brass-deep); }

.btn-brass {
    background: var(--brass);
    border-color: var(--brass);
    color: var(--espresso);
}

.btn-brass:hover {
    background: var(--brass-deep);
    border-color: var(--brass-deep);
    color: var(--bone);
}

.btn-light {
    background: var(--bone);
    color: var(--espresso);
    border-color: var(--bone);
}

.btn-light:hover {
    background: var(--brass-pale);
    border-color: var(--brass-pale);
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
    padding: clamp(4rem, 10vh, 11rem) clamp(1.6rem, 4vw, 2.5rem) clamp(2rem, 6vh, 7rem);
    position: relative;
    background:
        radial-gradient(70% 90% at 85% 10%, oklch(0.90 0.05 75 / 0.35), transparent 55%),
        radial-gradient(60% 70% at 10% 90%, oklch(0.92 0.025 60 / 0.35), transparent 50%),
        var(--bone);
}

.hero-inner {
    max-width: 1260px;
    margin: 0 auto;
}


.hero-headline {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    color: var(--espresso);
    font-weight: 400;
    margin: 0 0 clamp(1.5rem, 3vh, 2rem);
}

.hero-headline em {
    font-style: italic;
    color: var(--brass-deep);
}

.hero-headline .hl {
    display: block;
    white-space: nowrap;
    animation: blur-fade-in 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-headline .hl:nth-child(1) { animation-delay: 0.12s; }
.hero-headline .hl:nth-child(2) { animation-delay: 0.40s; }
.hero-headline .hl:nth-child(3) { animation-delay: 0.68s; }

.hero-headline .ornament {
    display: inline-block;
    font-style: italic;
    color: var(--brass-deep);
    transform: translateY(-0.1em);
}

.hero-sub {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    color: var(--ink-soft);
    max-width: 42ch;
    margin: 0 0 2.5rem;
    line-height: 1.65;
    animation: blur-fade-in 1s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.90s;
}

.hero-ctas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 0;
    animation: blur-fade-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 1.12s;
}

.hero-ctas .btn {
    padding: 1.15rem 2.25rem;
    font-size: 0.82rem;
    box-shadow: 0 4px 20px -6px oklch(0.19 0.015 50 / 0.35);
}

.hero-ctas .hero-price-note {
    margin: 0;
}

@media (max-width: 559.98px) {
    .hero-ctas { align-items: center; }
    .hero-ctas .btn {
        width: auto;
        padding: 0.95rem 1.6rem;
        font-size: 0.74rem;
        letter-spacing: 0.16em;
        justify-content: center;
        text-align: center;
    }
    .hero-ctas .hero-price-note,
    .hero-ctas .hero-guarantee {
        text-align: center;
        justify-content: center;
    }
}

.hero-price-note {
    font-size: 0.88rem;
    color: var(--ink-mute);
    letter-spacing: 0.02em;
}

.hero-price-note .price {
    color: var(--espresso);
    font-size: 1.2rem;
}

.hero-price-note .strike {
    color: var(--ink-mute);
    text-decoration: line-through;
    margin-left: 0.3rem;
    font-size: 0.95rem;
}

.hero-guarantee {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin: 0;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--brass-deep);
}

.hero-guarantee-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--brass-deep);
    box-shadow: 0 0 0 3px color-mix(in oklch, var(--brass-deep) 20%, transparent);
}

.hero-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: stretch;
    margin-top: clamp(2.5rem, 5vh, 3.5rem);
}

@media (min-width: 960px) {
    .hero-cols {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-col-text {
    display: flex;
    flex-direction: column;
}

@media (min-width: 960px) {
    .hero-col-text .hero-ctas { margin-top: auto; }
}

.hero-col-visual {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

@media (max-width: 959.98px) {
    .hero {
        padding-top: clamp(4.25rem, 11vh, 6rem);
        padding-bottom: clamp(2rem, 5vh, 4rem);
        padding-left: max(clamp(1.6rem, 5vw, 2rem), env(safe-area-inset-left));
        padding-right: max(clamp(1.6rem, 5vw, 2rem), env(safe-area-inset-right));
    }
    .hero-cols {
        gap: 0;
        margin-top: clamp(1.5rem, 4vh, 2.25rem);
    }
    .hero-col-text,
    .hero-col-visual {
        display: contents;
    }

    .hero-headline {
        order: 1;
        font-size: clamp(2.1rem, 8.5vw, 3.2rem);
        line-height: 1;
        letter-spacing: -0.03em;
        margin: 0 0 clamp(0.85rem, 2.5vw, 1.15rem);
    }
    .hero-headline .hl { white-space: normal; }

    .hero-sub {
        order: 2;
        max-width: none;
        margin: 0 0 clamp(1.75rem, 5vw, 2.5rem);
        font-size: clamp(0.98rem, 3.6vw, 1.1rem);
        line-height: 1.6;
    }

    .hero-visual { order: 3; margin: 0 0 clamp(1.5rem, 4vw, 2rem); }
    .hero-ctas   { order: 4; margin: 0 0 clamp(2rem, 6vw, 2.75rem); gap: 1rem; }
    .hero-stats  { order: 5; margin: 0; }

    .hero-headline .hl:nth-child(1) { animation-delay: 0.10s; }
    .hero-headline .hl:nth-child(2) { animation-delay: 0.30s; }
    .hero-headline .hl:nth-child(3) { animation-delay: 0.50s; }
    .hero-sub     { animation-delay: 0.72s; }
    .hero-visual  { animation-delay: 0.92s; }
    .hero-ctas    { animation-delay: 1.18s; }
    .hero-stats   { animation-delay: 1.40s; }
}

@media (max-width: 559.98px) {
    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.85rem 0.65rem;
    }
    .hero-stats dt { font-size: clamp(1.5rem, 8vw, 2.1rem); }
    .hero-stats dd {
        font-size: 0.55rem;
        letter-spacing: 0.18em;
        margin-top: 0.35rem;
    }
    .hero-stats div { padding-top: 0.85rem; }
}

.hero-visual {
    position: relative;
    aspect-ratio: 16 / 10;
    background: var(--espresso);
    overflow: hidden;
    box-shadow: var(--shadow-refined);
    animation: blur-fade-in 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.55s;
}

.hero-visual iframe,
.hero-visual img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    border: 0;
}

.hero-visual::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, oklch(0.14 0.012 48 / 0.35));
    pointer-events: none;
}


.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem) clamp(0.75rem, 2vw, 2rem);
    animation: blur-fade-in 0.95s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 1.3s;
}

.hero-stats div {
    padding-top: clamp(1rem, 2vw, 1.5rem);
    border-top: 1px solid var(--hairline);
}

.hero-stats dt {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.75rem, 5.5vw, 3.4rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: var(--espresso);
}

.hero-stats dt em { font-style: italic; color: var(--brass-deep); }

.hero-stats dd {
    margin: 0.5rem 0 0;
    font-size: clamp(0.6rem, 1.4vw, 0.68rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-mute);
    white-space: nowrap;
}

/* ── Countdown (luxury) ──────────────────────────────────────── */
.countdown-lux {
    display: flex;
    gap: clamp(0.8rem, 2.5vw, 1.4rem);
    align-items: baseline;
    flex-wrap: wrap;
}

.countdown-lux .countdown-unit {
    background: transparent;
    padding: 0;
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-lux .countdown-number {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    font-weight: 400;
    color: var(--espresso);
    letter-spacing: -0.04em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.countdown-lux .countdown-label {
    font-size: 0.6rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 0.6rem;
    font-weight: 500;
}

.countdown-lux.light .countdown-number { color: var(--bone); }
.countdown-lux.light .countdown-label  { color: oklch(1 0 0 / 0.5); }

.countdown-lux .sep {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 1.6rem;
    color: var(--brass-deep);
    font-style: italic;
}

/* ── Section frame ───────────────────────────────────────────── */
.section {
    padding: clamp(2.5rem, 8vh, 9rem) clamp(1.4rem, 4vw, 2.5rem);
    position: relative;
}

.section-inner  { max-width: 1200px; margin: 0 auto; }
.section-narrow { max-width: 780px;  margin: 0 auto; }

.bg-bone     { background: var(--bone); }
.bg-soft     { background: var(--bone-soft); }
.bg-deep     { background: var(--bone-deep); }
.bg-espresso { background: var(--espresso); color: var(--bone); }

.section-chapter {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(0.8rem, 2vw, 1.5rem);
    align-items: baseline;
    padding-bottom: clamp(1rem, 2.5vw, 2.25rem);
    border-bottom: 1px solid var(--hairline);
    margin-bottom: clamp(1.5rem, 3vw, 2.75rem);
}

.section-chapter .roman {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--brass-deep);
    letter-spacing: -0.01em;
    min-width: clamp(2.5rem, 8vw, 4rem);
}

.section-chapter .title {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ink-mute);
}

.section-heading {
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.2rem, 5.5vw, 4.4rem);
    line-height: 1;
    letter-spacing: -0.035em;
    color: var(--espresso);
}

.section-heading em {
    font-style: italic;
    color: var(--brass-deep);
}

.bg-espresso .section-heading { color: var(--bone); }
.bg-espresso .section-heading em { color: var(--brass); }
.bg-espresso .section-chapter { border-bottom-color: oklch(1 0 0 / 0.15); }
.bg-espresso .section-chapter .title { color: oklch(1 0 0 / 0.55); }
.bg-espresso .section-chapter .roman { color: var(--brass); }

/* ── Problem ─────────────────────────────────────────────────── */
.problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: pl;
}

.problem-list li {
    counter-increment: pl;
    display: grid;
    grid-template-columns: clamp(2rem, 8vw, 4rem) 1fr;
    gap: clamp(0.8rem, 3vw, 2rem);
    padding: clamp(1.2rem, 3vw, 1.8rem) 0;
    border-bottom: 1px solid var(--hairline-soft);
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.15rem, 2.4vw, 1.7rem);
    line-height: 1.35;
    letter-spacing: -0.015em;
    color: var(--ink);
    font-weight: 400;
}

.problem-list li::before {
    content: counter(pl, upper-roman);
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--brass-deep);
    letter-spacing: 0.04em;
    padding-top: 0.35rem;
}

.problem-closer {
    margin-top: 3rem;
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: var(--espresso);
    max-width: 22ch;
}

.problem-closer em {
    font-style: italic;
    color: var(--brass-deep);
}

/* ── Solution marquee ────────────────────────────────────────── */
.marquee {
    padding: clamp(3rem, 7vh, 5.5rem) clamp(1.4rem, 4vw, 2.5rem);
    text-align: center;
}

.marquee-title {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(3.5rem, 12vw, 10rem);
    line-height: 0.85;
    letter-spacing: -0.05em;
    font-weight: 400;
    margin: 0;
}

.marquee-title em {
    font-style: italic;
    color: var(--brass-deep);
}

.bg-espresso .marquee-title em { color: var(--brass); }

.marquee-divider {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem 0;
    color: var(--brass-deep);
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
}

.marquee-divider::before,
.marquee-divider::after {
    content: '';
    width: 60px;
    height: 1px;
    background: var(--brass-deep);
}

.bg-espresso .marquee-divider { color: var(--brass); }
.bg-espresso .marquee-divider::before,
.bg-espresso .marquee-divider::after { background: var(--brass); }

/* ── About ───────────────────────────────────────────────────── */
#carmen-ingo { padding-top: clamp(5rem, 12vh, 10rem); }

.about-grid {
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: 1fr;
    align-items: center;
}

@media (min-width: 860px) {
    .about-grid { grid-template-columns: 4fr 5fr; }
}

.about-portrait {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    box-shadow: var(--shadow-refined);
}

.about-portrait img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: saturate(0.88) contrast(1.02);
}

.about-portrait::after {
    content: '';
    position: absolute; inset: 10px;
    border: 1px solid oklch(1 0 0 / 0.15);
    pointer-events: none;
}

.about-monogram {
    position: absolute;
    left: clamp(-20px, -4vw, -10px); top: clamp(15px, 4vw, 30px);
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: clamp(4.5rem, 12vw, 9rem);
    line-height: 1;
    color: var(--brass);
    opacity: 0.6;
    pointer-events: none;
    text-shadow: 0 4px 20px oklch(0 0 0 / 0.15);
    z-index: 1;
}

.about-body-headline {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: var(--espresso);
    font-weight: 400;
    max-width: 26ch;
}

.about-body-headline em { font-style: italic; color: var(--brass-deep); }

.about-credentials {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 0.8rem;
}

.about-credentials li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: baseline;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--hairline-soft);
    font-size: 0.95rem;
    color: var(--ink-soft);
}

.about-credentials li::before {
    content: '✦';
    color: var(--brass-deep);
    font-size: 0.7rem;
}

.about-credentials li span.note {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--ink-mute);
    font-size: 0.9rem;
}

.about-quote {
    margin-top: 2.5rem;
    font-size: 1.02rem;
    color: var(--ink-soft);
    line-height: 1.65;
    padding: 1.2rem 0 1.2rem 1.8rem;
    border-left: 2px solid var(--brass);
    max-width: 44ch;
}

/* ── Curriculum ──────────────────────────────────────────────── */
.curriculum-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.25rem;
    margin: 1.5rem 0 clamp(2.5rem, 6vw, 4rem);
    padding-top: clamp(1.25rem, 3vw, 2rem);
    border-top: 1px solid var(--hairline);
}

@media (min-width: 640px) {
    .curriculum-summary {
        display: flex;
        gap: clamp(1.5rem, 3vw, 3rem);
        flex-wrap: wrap;
    }
}

.curriculum-summary dt {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 2.2rem;
    line-height: 1;
    color: var(--espresso);
    letter-spacing: -0.03em;
}

.curriculum-summary dt em { font-style: italic; color: var(--brass-deep); }

.curriculum-summary dd {
    margin: 0.5rem 0 0;
    font-size: 0.68rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--ink-mute);
}

.phase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.2rem 0;
    border-top: 1px solid var(--hairline);
}

.phase:last-child { border-bottom: 1px solid var(--hairline); }

@media (min-width: 820px) {
    .phase { grid-template-columns: 260px 1fr; gap: 3rem; }
}

.phase-label {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding-top: 0.8rem;
}

.phase-label .phase-num {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--brass-deep);
    font-size: 0.95rem;
    letter-spacing: -0.01em;
}

.phase-label h3 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: var(--espresso);
    margin: 0;
}

.phase-label h3 em { font-style: italic; color: var(--brass-deep); }

.module-row {
    width: 100%;
    display: grid;
    grid-template-columns: clamp(2.5rem, 8vw, 3.5rem) 1fr auto;
    gap: clamp(0.6rem, 2vw, 1rem);
    align-items: baseline;
    background: transparent;
    border: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--hairline-soft);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    color: var(--ink);
    transition: padding-left 280ms cubic-bezier(0.22, 1, 0.36, 1),
                color 220ms ease;
}

.module-row:hover {
    padding-left: 0.6rem;
    color: var(--espresso);
}

.module-row:focus-visible {
    outline: 2px solid var(--brass-deep);
    outline-offset: 4px;
}

.module-row .mod-num {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--brass-deep);
    font-size: 0.95rem;
    letter-spacing: -0.01em;
}

.module-row .mod-title {
    font-size: 1.02rem;
    font-weight: 500;
    letter-spacing: -0.005em;
}

.module-row .mod-toggle {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--ink-mute);
    font-size: 1.1rem;
    transition: color 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.module-row[aria-expanded="true"] .mod-toggle {
    color: var(--brass-deep);
    transform: rotate(90deg);
}

.module-detail {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 380ms cubic-bezier(0.22, 1, 0.36, 1),
                opacity 260ms ease;
    opacity: 0;
}

.module-row[aria-expanded="true"] + .module-detail {
    grid-template-rows: 1fr;
    opacity: 1;
}

.module-detail > div { overflow: hidden; }

.module-detail p {
    padding: 0.4rem 0 1rem clamp(0.5rem, 4vw, 4.5rem);
    font-size: 0.95rem;
    color: var(--ink-soft);
    line-height: 1.65;
    max-width: 62ch;
}

/* ── Bonuses (asymmetric, refined) ───────────────────────────── */
.bonuses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.bonus-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: baseline;
    padding: clamp(1.5rem, 4vw, 2rem) 0;
    border-top: 1px solid var(--hairline);
}

.bonuses .bonus-row:last-child { border-bottom: 1px solid var(--hairline); }

.bonus-index {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--brass-deep);
    font-size: 1rem;
    letter-spacing: -0.01em;
    min-width: 4rem;
}

.bonus-text h4 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--espresso);
    margin: 0 0 0.5rem;
}

.bonus-text h4 em { font-style: italic; color: var(--brass-deep); }

.bonus-text p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--ink-soft);
    max-width: 55ch;
    line-height: 1.6;
}

.bonus-spec {
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--ink-mute);
    padding-top: 0.3rem;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .bonus-row { grid-template-columns: 1fr; gap: 0.6rem; }
    .bonus-spec { order: 3; padding-top: 1rem; }
}

/* ── Testimonials ────────────────────────────────────────────── */
.testimonials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 820px) {
    .testimonials { grid-template-columns: 1fr 1fr; }
}

.testimonial {
    padding: clamp(2rem, 5vw, 3rem) 0;
    border-top: 1px solid var(--hairline);
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
}

@media (min-width: 820px) {
    .testimonial:nth-child(1) { padding-right: 3rem; border-right: 1px solid var(--hairline); }
    .testimonial:nth-child(2) { padding-left: 3rem; }
}

.testimonial-quote {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.3rem, 1.8vw, 1.6rem);
    line-height: 1.4;
    color: var(--espresso);
    letter-spacing: -0.015em;
    font-weight: 400;
    position: relative;
}

.testimonial-quote::before {
    content: '“';
    display: block;
    font-size: 5rem;
    color: var(--brass);
    line-height: 0.5;
    margin-bottom: 0.8rem;
    font-style: italic;
}

.testimonial-person {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem;
    align-items: center;
}

.testimonial-person img {
    width: 64px; height: 64px;
    object-fit: cover;
    filter: saturate(0.88) contrast(1.02);
    border-radius: 1px;
}

.testimonial-name {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    color: var(--espresso);
}

.testimonial-role {
    font-size: 0.68rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 0.35rem;
}

/* ── Pricing ─────────────────────────────────────────────────── */
.pricing-wrap {
    scroll-margin-top: 5rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 860px) {
    .pricing-wrap {
        grid-template-columns: 1.1fr 1fr;
        gap: 0;
    }
}

.price-card {
    padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 1.8rem);
    position: relative;
}

.price-card.feature {
    background: var(--espresso);
    color: var(--bone);
    box-shadow: var(--shadow-refined);
    z-index: 1;
}

.price-card.feature::after {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid oklch(1 0 0 / 0.1);
    pointer-events: none;
}

.price-card.alt {
    background: transparent;
    border: 1px solid var(--hairline);
    border-right: 0;
}

@media (max-width: 860px) {
    .price-card.alt {
        border: 1px solid var(--hairline);
        border-bottom: 0;
    }
    .price-card.feature {
        margin-top: 0.25rem;
    }
}

.price-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1.2rem;
    background: var(--brass);
    color: var(--espresso);
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.price-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--brass);
    font-weight: 600;
}

.price-card.alt .price-eyebrow { color: var(--brass-deep); }

.price-value {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.price-value .amount {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(3.5rem, 6vw, 5rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.045em;
}

.price-value .amount em {
    font-style: normal;
    color: inherit;
    font-size: 0.6em;
    vertical-align: 0.2em;
    letter-spacing: 0;
}

.price-card.alt .price-value .amount em { color: inherit; }

.price-value .strike {
    text-decoration: line-through;
    font-size: 1.05rem;
    opacity: 0.55;
}

.price-note {
    font-size: 0.82rem;
    color: oklch(1 0 0 / 0.55);
    letter-spacing: 0.03em;
}

.price-card.alt .price-note { color: var(--ink-mute); }

.price-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.9rem;
}

.price-list li {
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.6rem;
    align-items: baseline;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid oklch(1 0 0 / 0.1);
    font-size: 0.92rem;
    line-height: 1.45;
    color: oklch(1 0 0 / 0.85);
}

.price-card.alt .price-list li {
    border-bottom-color: var(--hairline-soft);
    color: var(--ink-soft);
}

.price-list li::before {
    content: '✦';
    color: var(--brass);
    font-size: 0.7rem;
    line-height: 1.3;
}

.price-card.alt .price-list li::before { color: var(--brass-deep); }

.price-list li.star {
    color: var(--brass);
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
}

.price-card.alt .price-list li.star { color: var(--brass-deep); }

.price-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
    margin-top: auto;
}

.price-cta .btn { width: 100%; justify-content: center; }

.price-guarantee {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin: 0;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: .78rem;
    letter-spacing: .02em;
    color: var(--ink-mute);
}

.price-guarantee-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: var(--brass-deep);
}

.price-guarantee.on-dark {
    color: oklch(1 0 0 / .65);
}

.price-guarantee.on-dark .price-guarantee-icon {
    color: var(--brass);
}

/* ── PRO Explain ──────────────────────────────────────────────── */
.pro-explain {
    margin-top: 3.5rem;
    max-width: 48ch;
    margin-inline: auto;
    text-align: center;
    padding-top: 2.5rem;
    border-top: 1px solid var(--hairline);
}

.pro-explain-heading {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.pro-explain-text {
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: clamp(.9rem, 1.2vw, 1rem);
    line-height: 1.75;
    color: var(--ink-mute);
}

/* ── Guarantee Block ─────────────────────────────────────────── */
.guarantee-block {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    max-width: 680px;
    margin: 3.5rem auto 0;
    padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid var(--hairline);
    background: color-mix(in oklch, var(--brass) 5%, transparent);
    border-radius: 2px;
}

.guarantee-seal {
    position: relative;
    flex-shrink: 0;
    width: clamp(64px, 10vw, 84px);
    height: clamp(64px, 10vw, 84px);
    color: var(--brass-deep);
}

.guarantee-seal svg {
    width: 100%;
    height: 100%;
}

.guarantee-seal-days {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 1.4rem;
    font-style: italic;
    color: var(--espresso);
    padding-top: .3rem;
}

.guarantee-body {
    flex: 1;
    min-width: 0;
}

.guarantee-eyebrow {
    display: block;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brass-deep);
    margin-bottom: .5rem;
}

.guarantee-headline {
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    font-size: clamp(1.3rem, 2.4vw, 1.75rem);
    line-height: 1.2;
    color: var(--espresso);
    margin: 0 0 .65rem;
    letter-spacing: -0.01em;
}

.guarantee-text {
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: .95rem;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
}

@media (max-width: 640px) {
    .guarantee-block {
        flex-direction: column;
        text-align: center;
    }
}

.final-guarantee {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: .82rem;
    letter-spacing: .04em;
    color: var(--brass);
}

.final-guarantee svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* ── V1 → V2 ─────────────────────────────────────────────────── */
.v2-blocks {
    display: grid;
    gap: 2.25rem;
    margin-top: 1rem;
    max-width: 62ch;
}

.v2-block h3 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--espresso);
    margin: 0 0 .5rem;
}

.v2-block h3 em {
    font-style: italic;
    color: var(--brass-deep);
}

.v2-block p {
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--ink-soft);
    margin: 0;
    padding-left: 1.25rem;
    border-left: 1px solid var(--hairline);
}

.v2-block p em {
    font-style: italic;
    color: var(--espresso);
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-list { display: grid; gap: 0; margin-top: 2rem; }

.faq-item { border-top: 1px solid var(--hairline); }

.faq-list .faq-item:last-child { border-bottom: 1px solid var(--hairline); }

.faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: clamp(1.25rem, 3vw, 1.8rem) 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(0.75rem, 2.5vw, 1.6rem);
    align-items: baseline;
    text-align: left;
    cursor: pointer;
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    letter-spacing: -0.02em;
    color: var(--espresso);
    font-weight: 400;
    transition: color 220ms ease;
}

.faq-trigger:hover { color: var(--brass-deep); }

.faq-trigger:focus-visible {
    outline: 2px solid var(--brass-deep);
    outline-offset: 4px;
}

.faq-index {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--brass-deep);
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    min-width: clamp(1.5rem, 5vw, 2rem);
}

.faq-toggle {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--brass-deep);
    font-size: 1.5rem;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-trigger[aria-expanded="true"] .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 380ms cubic-bezier(0.22, 1, 0.36, 1),
                opacity 280ms ease;
    opacity: 0;
}

.faq-trigger[aria-expanded="true"] + .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq-answer > div { overflow: hidden; }

.faq-answer p {
    padding: 0 0 1.8rem clamp(0.25rem, 6vw, 3.6rem);
    max-width: 60ch;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.7;
}

/* ── Final CTA ───────────────────────────────────────────────── */
.final {
    background: var(--espresso);
    color: var(--bone);
    padding: clamp(5rem, 13vh, 10rem) clamp(1.4rem, 4vw, 2.5rem);
    position: relative;
    overflow: hidden;
}

.final::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(50% 70% at 75% 25%, oklch(0.74 0.10 70 / 0.18), transparent 65%),
        radial-gradient(40% 60% at 15% 85%, oklch(0.60 0.11 60 / 0.15), transparent 60%);
    pointer-events: none;
}

.final-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.final-headline {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(3rem, 9vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    max-width: 16ch;
    margin: 1.5rem auto 2rem;
    font-weight: 400;
}

.final-headline em {
    font-style: italic;
    color: var(--brass);
}

.final-sub {
    font-size: 1.1rem;
    color: oklch(1 0 0 / 0.7);
    max-width: 40ch;
    margin: 0 auto 3rem;
    line-height: 1.65;
}

.final-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}


/* ── Footer ──────────────────────────────────────────────────── */
.footer {
    background: var(--espresso-deep);
    color: oklch(1 0 0 / 0.45);
    padding: 3.5rem clamp(1rem, 3vw, 2rem) 2.5rem;
    border-top: 1px solid oklch(1 0 0 / 0.08);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.footer-mark {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--brass);
    font-size: 1.1rem;
    letter-spacing: -0.01em;
}

.footer a {
    color: oklch(1 0 0 / 0.65);
    text-decoration: none;
    transition: color 220ms ease;
}

.footer a:hover { color: var(--brass); }

.footer a:focus-visible {
    outline: 2px solid var(--brass);
    outline-offset: 4px;
}

/* ── Video wrapper ───────────────────────────────────────────── */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    border: 0;
}

/* ── Scroll reveal ───────────────────────────────────────────── */
[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}
[data-reveal][data-delay="1"] { transition-delay: 0.12s; }
[data-reveal][data-delay="2"] { transition-delay: 0.24s; }
[data-reveal][data-delay="3"] { transition-delay: 0.36s; }
[data-reveal][data-delay="4"] { transition-delay: 0.48s; }
[data-reveal][data-delay="5"] { transition-delay: 0.60s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    [data-reveal] { opacity: 1 !important; transform: none !important; }
}

::selection {
    background: var(--brass);
    color: var(--espresso);
}

/* ═══════════════════════════════════════════════════════════════
   UPDATE-PAKET 2026-04-28
   Hero-Tagline · CTA-Variants · Alleine · Reels · Testimonials 2×2
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero: 3. Headline-Zeile (Tagline) ───────────────────────── */
.hero-headline .hl-tagline {
    font-size: clamp(1.55rem, 2.6vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-top: clamp(0.6rem, 1.4vw, 1rem);
    font-style: italic;
    white-space: normal;
}

.hero-headline .hl-tagline em {
    font-style: italic;
    color: var(--brass-deep);
}

@media (max-width: 959.98px) {
    .hero-headline .hl-tagline {
        font-size: clamp(1.05rem, 4.4vw, 1.55rem);
        line-height: 1.2;
        margin-top: clamp(0.5rem, 2.2vw, 0.8rem);
    }
}

/* ── CTA: Full/Short Variants ────────────────────────────────── */
.btn .cta-full,
.btn .cta-short {
    display: inline;
}
.btn .cta-short { display: none; }

@media (max-width: 559.98px) {
    .btn .cta-full  { display: none; }
    .btn .cta-short { display: inline; }
}

/* Nav-CTA bleibt immer kompakt */
.nav-cta .cta-full  { display: none; }
.nav-cta .cta-short { display: inline; }

@media (min-width: 1100px) {
    .nav-cta .cta-full  { display: inline; }
    .nav-cta .cta-short { display: none; }
}

/* CTA Preise: Neupreis solide, Altpreis durchgestrichen */
.btn .price-now {
    font-weight: 600;
    margin-left: .35em;
}
.btn .price-old {
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    opacity: .55;
    font-weight: 400;
    margin-left: .25em;
}

/* ── Alleine-Sektion ─────────────────────────────────────────── */
.alleine .alleine-sub {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    line-height: 1.4;
    letter-spacing: -0.015em;
    color: var(--ink);
    margin: 1.5rem 0 2.75rem;
    max-width: 36ch;
}

.alleine-body {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ink-soft);
    max-width: 56ch;
}

.alleine-body p { margin: 0; }

.alleine-body em {
    font-style: italic;
    color: var(--brass-deep);
}

.alleine-pull {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    line-height: 1.3;
    color: var(--espresso);
    letter-spacing: -0.02em;
    padding: 0.4rem 0 0.4rem 1.4rem;
    border-left: 2px solid var(--brass);
}

/* ── Reels-Sektion ───────────────────────────────────────────── */
.reels-section {
    background:
        radial-gradient(80% 100% at 80% 0%, oklch(0.22 0.02 50 / 0.55), transparent 60%),
        var(--espresso-deep);
    color: var(--bone);
}

.reels-heading {
    color: var(--bone);
    max-width: 22ch;
}

.reels-heading em {
    color: var(--brass);
    font-style: italic;
}

.reels-sub {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    line-height: 1.55;
    color: oklch(1 0 0 / 0.75);
    margin: 1.5rem 0 3rem;
    max-width: 56ch;
}

.reels-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    max-width: 760px;
    margin: 0 auto;
}

@media (min-width: 760px) {
    .reels-grid { grid-template-columns: 1fr 1fr; }
}

.reel { margin: 0; }

.reel-frame {
    position: relative;
    width: 100%;
    padding-top: 177.78%;       /* 9:16 */
    background: oklch(0 0 0 / 0.4);
    border: 1px solid oklch(1 0 0 / 0.08);
    box-shadow: 0 30px 60px -30px oklch(0 0 0 / 0.6);
    overflow: hidden;
}

.reel-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.reel-caption {
    margin-top: 1rem;
    font-family: 'General Sans', system-ui, sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--brass);
    text-align: center;
}

.reels-closer {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.5;
    color: oklch(1 0 0 / 0.65);
    max-width: 56ch;
    margin-left: auto;
    margin-right: auto;
}

.reels-closer em {
    font-style: italic;
    color: oklch(1 0 0 / 0.85);
}

/* ── Testimonials 2×2 Grid (4 Stimmen) ───────────────────────── */
.testimonials--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 760px) {
    .testimonials--grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Reset alte 2-Spalten-Border-Logik (nth-child(1)/(2)) für 4er-Grid */
.testimonials--grid .testimonial {
    padding: clamp(2rem, 4vw, 2.6rem) 0;
    border-top: 1px solid var(--hairline);
    border-right: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 760px) {
    .testimonials--grid .testimonial:nth-child(odd)  {
        padding-right: clamp(1.5rem, 3vw, 2.5rem);
        border-right: 1px solid var(--hairline);
    }
    .testimonials--grid .testimonial:nth-child(even) {
        padding-left:  clamp(1.5rem, 3vw, 2.5rem);
    }
}

