/* landing-test-practice-designs.html — 14 theme variants via html[data-design].
   Section IDs: section-hero, section-features, section-welcome, section-showcase, section-why,
   section-quote, section-session-flow, section-faq, section-cta, section-collaborators, section-contact */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    font-weight: var(--body-weight, 300);
    color: var(--text);
    line-height: 1.65;
    background: var(--bg);
}

a { color: var(--link); text-underline-offset: 0.15em; }
a:hover { color: var(--link-hover); }

/* —— Design picker —— */
.design-picker-bar,
.layout-test-banner {
    font-size: 0.8125rem;
    text-align: center;
    padding: 0.45rem 1rem;
}

.layout-test-banner {
    background: #fff8e6;
    border-bottom: 1px solid #e8dcc0;
    color: #6b5a2e;
}

.design-picker-bar {
    background: #1e293b;
    color: #e2e8f0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 200;
}

.design-picker-bar label { font-weight: 600; }

.design-picker-bar .edit-copy-btn {
    font: inherit;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    border: 1px solid #64748b;
    background: #334155;
    color: #f8fafc;
    cursor: pointer;
}

.design-picker-bar .edit-copy-btn:hover {
    background: #475569;
}

html[data-edit-copy="1"] [data-copy-target] {
    outline: 2px dashed rgba(251, 191, 36, 0.9);
    outline-offset: 3px;
    cursor: text;
    border-radius: 2px;
}

html[data-edit-copy="1"] [data-copy-target]:focus {
    outline-color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

html[data-edit-copy="1"] .layout-test-banner::after {
    content: ' · Edit copy ON — click any dashed text, type, auto-saves in this browser';
    font-weight: 600;
}

.design-picker-bar select {
    font: inherit;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #64748b;
    background: #0f172a;
    color: #f8fafc;
    max-width: min(100%, 280px);
}

.section-ref-hint {
    display: none;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.5rem;
    opacity: 0.85;
}

html[data-show-refs="1"] .section-ref-hint { display: block; }

/* —— Themes —— */
html[data-design="sage-calm"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', -apple-system, sans-serif;
    --primary: #6d7152;
    --primary-dark: #555843;
    --muted: #8a8f72;
    --surface: #e4ebe0;
    --surface-alt: #f3eee6;
    --text: #4a4d3f;
    --text-soft: #5c6050;
    --bg: #fff;
    --hero-overlay: rgba(40, 44, 32, 0.45);
    --link: #555843;
    --link-hover: #6d7152;
    --btn-fill: #fff;
    --btn-fill-text: #555843;
    --border: rgba(109, 113, 82, 0.22);
    --feature-icon-bg: rgba(109, 113, 82, 0.12);
}

html[data-design="ocean-clinical"] {
    --font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --body-weight: 400;
    --primary: #2E5C8A;
    --primary-dark: #1e4060;
    --muted: #5a7a9a;
    --surface: #eef7ff;
    --surface-alt: #f7fbff;
    --text: #111;
    --text-soft: #5a5a5a;
    --bg: #fff;
    --hero-overlay: rgba(30, 64, 100, 0.55);
    --link: #4A90E2;
    --link-hover: #2E5C8A;
    --btn-fill: #4A90E2;
    --btn-fill-text: #fff;
    --border: #d9e4ee;
    --feature-icon-bg: rgba(74, 144, 226, 0.12);
}

html[data-design="warm-clinic"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', sans-serif;
    --primary: #b85c38;
    --primary-dark: #8f4528;
    --muted: #a67c5b;
    --surface: #faf3eb;
    --surface-alt: #f5ebe0;
    --text: #3d342c;
    --text-soft: #6b5d52;
    --bg: #fffcf8;
    --hero-overlay: rgba(61, 40, 28, 0.48);
    --link: #8f4528;
    --link-hover: #b85c38;
    --btn-fill: #faf3eb;
    --btn-fill-text: #8f4528;
    --border: rgba(184, 92, 56, 0.2);
    --feature-icon-bg: rgba(184, 92, 56, 0.1);
}

html[data-design="minimal-mono"] {
    --font-heading: -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: -apple-system, BlinkMacSystemFont, sans-serif;
    --body-weight: 400;
    --primary: #111;
    --primary-dark: #000;
    --muted: #666;
    --surface: #f5f5f5;
    --surface-alt: #eee;
    --text: #111;
    --text-soft: #444;
    --bg: #fff;
    --hero-overlay: rgba(0, 0, 0, 0.55);
    --link: #2E5C8A;
    --link-hover: #4A90E2;
    --btn-fill: #111;
    --btn-fill-text: #fff;
    --border: #ddd;
    --feature-icon-bg: #eee;
}

html[data-design="forest-rest"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', sans-serif;
    --primary: #2d4a3e;
    --primary-dark: #1f332b;
    --muted: #5a7568;
    --surface: #e8f0ec;
    --surface-alt: #dce8e2;
    --text: #1f332b;
    --text-soft: #3d5248;
    --bg: #fafff9;
    --hero-overlay: rgba(20, 40, 32, 0.5);
    --link: #2d4a3e;
    --link-hover: #3d6354;
    --btn-fill: #e8f0ec;
    --btn-fill-text: #1f332b;
    --border: rgba(45, 74, 62, 0.2);
    --feature-icon-bg: rgba(45, 74, 62, 0.1);
}

html[data-design="dawn-soft"] {
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Source Sans 3', sans-serif;
    --primary: #9a6b6b;
    --primary-dark: #7a5252;
    --muted: #b09090;
    --surface: #f9f5f2;
    --surface-alt: #f3ece8;
    --text: #4a3f3f;
    --text-soft: #6b5c5c;
    --bg: #fffcfa;
    --hero-overlay: transparent;
    --hero-text: #7a5252;
    --link: #7a5252;
    --link-hover: #9a6b6b;
    --btn-fill: #fff;
    --btn-fill-text: #7a5252;
    --border: rgba(154, 107, 107, 0.22);
    --feature-icon-bg: rgba(154, 107, 107, 0.1);
}

html[data-design="dawn-soft"] .hero {
    color: var(--hero-text);
    background: var(--surface-alt);
}

html[data-design="dawn-soft"] .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 37.44rem) minmax(0, 1fr);
}

html[data-design="dawn-soft"] .hero-inner {
    max-width: 37.44rem;
    width: 100%;
    padding: clamp(1.75rem, 3.9vw, 2.73rem) clamp(1.3rem, 3.9vw, 1.95rem);
    min-height: clamp(210px, 30vh, 340px);
    border-radius: 6px;
    box-shadow: 0 10px 36px rgba(74, 63, 63, 0.1);
    overflow: hidden;
}

/* Desktop hero: B/W base + color sweep via pseudo-layers (text stays above) */
html[data-design="dawn-soft"] .hero-inner.hero-color-reveal {
    position: relative;
    background-image: none;
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::before,
html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: url('../images/landing-hero-therapist-client-session-mirror.png');
    background-position: center 30%;
    background-size: 130% auto;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal .hero-inner-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 252, 250, 0.44);
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal > :not(.hero-mobile-visual):not(.hero-inner-overlay) {
    position: relative;
    z-index: 2;
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::before {
    filter: grayscale(100%);
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::after {
    -webkit-mask-image: linear-gradient(90deg, #000 42%, transparent 58%);
    mask-image: linear-gradient(90deg, #000 42%, transparent 58%);
    -webkit-mask-size: 220% 100%;
    mask-size: 220% 100%;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
}

@media (prefers-reduced-motion: no-preference) {
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-ready::after,
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-ready .hero-color-reveal__color {
        transition: -webkit-mask-position 1.6s ease-out, mask-position 1.6s ease-out;
        transition-delay: 0.3s;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-ready .hero-inner-overlay {
        transition: opacity 2s ease-out;
        transition-delay: 0.3s;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-revealed::after,
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-revealed .hero-color-reveal__color {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-revealed .hero-inner-overlay {
        opacity: 1;
    }
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-static-color::before {
    display: none;
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-static-color::after {
    -webkit-mask-image: none;
    mask-image: none;
}

html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-static-color .hero-inner-overlay {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::before {
        display: none;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::after {
        -webkit-mask-image: none;
        mask-image: none;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal .hero-inner-overlay {
        opacity: 1;
    }
}

html[data-design="dawn-soft"] .hero h1 {
    text-shadow: 0 1px 12px rgba(255, 255, 255, 0.7);
}

html[data-design="dawn-soft"] .hero-image-credit {
    color: var(--primary-dark);
    opacity: 0.45;
}

html[data-design="dawn-soft"] .hero .btn-ghost {
    border-color: rgba(122, 82, 82, 0.38);
    color: var(--primary-dark);
}

html[data-design="dawn-soft"] .hero .hero-try-demo {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

html[data-design="dawn-soft"] .hero .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.55);
}

html[data-design="dawn-soft"] .hero .hero-try-demo:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    opacity: 1;
}

html[data-design="slate-pro"] {
    --font-heading: -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: -apple-system, BlinkMacSystemFont, sans-serif;
    --body-weight: 400;
    --primary: #334155;
    --primary-dark: #1e293b;
    --muted: #64748b;
    --surface: #f1f5f9;
    --surface-alt: #e2e8f0;
    --text: #0f172a;
    --text-soft: #475569;
    --bg: #fff;
    --hero-overlay: transparent;
    --hero-text: #1e293b;
    --link: #334155;
    --link-hover: #0f172a;
    --btn-fill: #334155;
    --btn-fill-text: #fff;
    --border: #cbd5e1;
    --feature-icon-bg: rgba(51, 65, 85, 0.08);
}

html[data-design="nz-native"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', sans-serif;
    --primary: #4a6741;
    --primary-dark: #364d2f;
    --muted: #7a8f5c;
    --surface: #eef2e4;
    --surface-alt: #e4ead8;
    --text: #2c3628;
    --text-soft: #4a5644;
    --bg: #fafbf7;
    --hero-overlay: rgba(44, 54, 40, 0.48);
    --link: #364d2f;
    --link-hover: #4a6741;
    --btn-fill: #eef2e4;
    --btn-fill-text: #364d2f;
    --border: rgba(74, 103, 65, 0.22);
    --feature-icon-bg: rgba(74, 103, 65, 0.12);
}

html[data-design="light-air"] {
    --font-heading: 'DM Sans', -apple-system, sans-serif;
    --font-body: 'DM Sans', -apple-system, sans-serif;
    --body-weight: 400;
    --primary: #3b82f6;
    --primary-dark: #2563eb;
    --muted: #94a3b8;
    --surface: #fff;
    --surface-alt: #f8fafc;
    --text: #334155;
    --text-soft: #64748b;
    --bg: #fff;
    --hero-overlay: transparent;
    --link: #2563eb;
    --link-hover: #1d4ed8;
    --btn-fill: #fff;
    --btn-fill-text: #2563eb;
    --border: #e2e8f0;
    --feature-icon-bg: #f1f5f9;
    --hero-text: #1e3a5f;
}

html[data-design="bold-contrast"] {
    --font-heading: Inter, -apple-system, sans-serif;
    --font-body: Inter, -apple-system, sans-serif;
    --body-weight: 400;
    --primary: #000;
    --primary-dark: #000;
    --muted: #555;
    --surface: #f0f0f0;
    --surface-alt: #e5e5e5;
    --text: #111;
    --text-soft: #333;
    --bg: #fff;
    --hero-overlay: rgba(0, 0, 0, 0.35);
    --link: #000;
    --link-hover: #333;
    --btn-fill: #facc15;
    --btn-fill-text: #000;
    --border: #000;
    --feature-icon-bg: #000;
    --feature-icon-fg: #facc15;
}


html[data-design="beach-calm"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', -apple-system, sans-serif;
    --primary: #4a8fa8;
    --primary-dark: #2d6278;
    --muted: #6b9aaa;
    --surface: #f0f7fa;
    --surface-alt: #e8f4f8;
    --text: #2d3d44;
    --text-soft: #5a7078;
    --bg: #fff;
    --hero-overlay: rgba(45, 75, 90, 0.32);
    --link: #2d6278;
    --link-hover: #4a8fa8;
    --btn-fill: #fff;
    --btn-fill-text: #2d6278;
    --border: rgba(74, 143, 168, 0.22);
    --feature-icon-bg: rgba(74, 143, 168, 0.12);
    --hero-image: url('../images/landing-hero-beach-calm.png');
    --hero-position: center;
}

html[data-design="path-natural"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', -apple-system, sans-serif;
    --primary: #5a7356;
    --primary-dark: #3d5239;
    --muted: #7a8f76;
    --surface: #eef2ea;
    --surface-alt: #e4ebe0;
    --text: #3a4238;
    --text-soft: #5c6658;
    --bg: #fff;
    --hero-overlay: rgba(35, 48, 32, 0.4);
    --link: #3d5239;
    --link-hover: #5a7356;
    --btn-fill: #fff;
    --btn-fill-text: #3d5239;
    --border: rgba(90, 115, 86, 0.22);
    --feature-icon-bg: rgba(90, 115, 86, 0.12);
    --hero-image: url('../images/landing-hero-path-uneven.png');
    --hero-position: center;
}

html[data-design="slate-session"] {
    --font-heading: -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: -apple-system, BlinkMacSystemFont, sans-serif;
    --body-weight: 400;
    --primary: #334155;
    --primary-dark: #1e293b;
    --muted: #64748b;
    --surface: #f1f5f9;
    --surface-alt: #e2e8f0;
    --text: #0f172a;
    --text-soft: #475569;
    --bg: #fff;
    --hero-overlay: transparent;
    --hero-text: #1e293b;
    --link: #334155;
    --link-hover: #0f172a;
    --btn-fill: #334155;
    --btn-fill-text: #fff;
    --border: #cbd5e1;
    --feature-icon-bg: rgba(51, 65, 85, 0.08);
}

html[data-design="slate-session"] .hero {
    color: var(--hero-text);
    background:
        radial-gradient(ellipse 58% 40% at 16% 26%, rgba(255, 255, 255, 0.96), transparent 68%),
        radial-gradient(ellipse 46% 34% at 34% 30%, rgba(255, 255, 255, 0.88), transparent 64%),
        radial-gradient(ellipse 64% 44% at 74% 20%, rgba(255, 255, 255, 0.94), transparent 72%),
        radial-gradient(ellipse 50% 36% at 88% 38%, rgba(255, 255, 255, 0.8), transparent 66%),
        radial-gradient(ellipse 72% 48% at 48% 52%, rgba(255, 255, 255, 0.58), transparent 74%),
        radial-gradient(ellipse 52% 38% at 10% 64%, rgba(255, 255, 255, 0.72), transparent 66%),
        radial-gradient(ellipse 60% 42% at 90% 70%, rgba(255, 255, 255, 0.68), transparent 70%),
        radial-gradient(ellipse 38% 28% at 55% 18%, rgba(255, 255, 255, 0.75), transparent 62%),
        linear-gradient(180deg, #5b9fd4 0%, #7eb8e8 28%, #a8d4f5 58%, #d4ebfa 100%);
}

html[data-design="slate-session"] .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 37.44rem) minmax(0, 1fr);
}

html[data-design="slate-session"] .hero-inner {
    max-width: 37.44rem;
    width: 100%;
    background-image:
        linear-gradient(rgba(241, 245, 249, 0.48), rgba(241, 245, 249, 0.48)),
        url('../images/landing-hero-therapist-client-session-mirror.png');
    background-position: center, center 30%;
    background-size: 100% 100%, 130% auto;
    background-repeat: no-repeat;
    padding: clamp(1.75rem, 3.9vw, 2.73rem) clamp(1.3rem, 3.9vw, 1.95rem);
    min-height: clamp(210px, 30vh, 340px);
    border-radius: 6px;
    box-shadow: 0 10px 36px rgba(30, 41, 59, 0.12);
    overflow: hidden;
}

html[data-design="slate-session"] .hero h1 {
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.75);
}

html[data-design="slate-session"] .hero-image-credit {
    color: var(--hero-text);
    opacity: 0.45;
}

html[data-design="slate-session"] .hero .btn-ghost {
    border-color: rgba(30, 41, 59, 0.35);
    color: var(--primary-dark);
}

html[data-design="slate-session"] .hero .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.6);
}

html[data-design="nz-session"] {
    --font-heading: Lora, Georgia, serif;
    --font-body: 'Source Sans 3', sans-serif;
    --primary: #4a6741;
    --primary-dark: #364d2f;
    --muted: #7a8f5c;
    --surface: #eef2e4;
    --surface-alt: #e4ead8;
    --text: #2c3628;
    --text-soft: #4a5644;
    --bg: #fafbf7;
    --hero-overlay: transparent;
    --hero-text: #fff;
    --link: #364d2f;
    --link-hover: #4a6741;
    --btn-fill: #eef2e4;
    --btn-fill-text: #364d2f;
    --border: rgba(74, 103, 65, 0.22);
    --feature-icon-bg: rgba(74, 103, 65, 0.12);
}

html[data-design="nz-session"] .hero {
    color: var(--hero-text);
    background:
        linear-gradient(rgba(20, 30, 24, 0.48), rgba(20, 30, 24, 0.48)),
        url('../images/bls-background-rangitoto-night.jpeg') center / cover no-repeat;
}

html[data-design="nz-session"] .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 37.44rem) minmax(0, 1fr);
}

html[data-design="nz-session"] .hero-inner {
    max-width: 37.44rem;
    width: 100%;
    color: var(--primary-dark);
    background-image:
        linear-gradient(rgba(238, 242, 228, 0.5), rgba(238, 242, 228, 0.5)),
        url('../images/landing-hero-therapist-client-session-mirror.png');
    background-position: center, center 30%;
    background-size: 100% 100%, 130% auto;
    background-repeat: no-repeat;
    padding: clamp(1.75rem, 3.9vw, 2.73rem) clamp(1.3rem, 3.9vw, 1.95rem);
    min-height: clamp(210px, 30vh, 340px);
    border-radius: 6px;
    box-shadow: 0 10px 36px rgba(44, 54, 40, 0.18);
    overflow: hidden;
}

html[data-design="nz-session"] .hero h1 {
    color: var(--primary-dark);
    text-shadow: 0 1px 12px rgba(255, 255, 255, 0.72);
}

html[data-design="nz-session"] .hero-image-credit {
    color: rgba(255, 255, 255, 0.85);
    opacity: 0.55;
}

html[data-design="nz-session"] .hero .btn-ghost {
    border-color: rgba(54, 77, 47, 0.38);
    color: var(--primary-dark);
}

html[data-design="nz-session"] .hero .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.55);
}

/* session layouts (7b / 8b / dawn) — phone: solid card, shorter hero, stacked CTAs */
@media (max-width: 640px) {
    html[data-design="dawn-soft"] .hero-layout,
    html[data-design="slate-session"] .hero-layout,
    html[data-design="nz-session"] .hero-layout {
        grid-template-columns: 1fr;
    }

    html[data-design="dawn-soft"] .hero-inner,
    html[data-design="slate-session"] .hero-inner,
    html[data-design="nz-session"] .hero-inner {
        grid-column: 1;
    }

    html[data-design="dawn-soft"] .hero,
    html[data-design="slate-session"] .hero,
    html[data-design="nz-session"] .hero {
        min-height: auto;
        padding: 1.5rem 1rem 2rem;
    }

    html[data-design="dawn-soft"] .hero-inner,
    html[data-design="slate-session"] .hero-inner,
    html[data-design="nz-session"] .hero-inner {
        max-width: none;
        width: 100%;
        min-height: 0;
        padding: 1.25rem 1rem;
        background-image: none;
        background-color: var(--surface);
        box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
    }

    /* dawn-soft production: lead with session mirror image, then headline + CTAs */
    html[data-design="dawn-soft"] .hero-mobile-visual {
        display: block;
        position: relative;
        overflow: hidden;
    }

    html[data-design="dawn-soft"] .hero-color-reveal__gray,
    html[data-design="dawn-soft"] .hero-color-reveal__color {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center 30%;
    }

    html[data-design="dawn-soft"] .hero-color-reveal__gray {
        filter: grayscale(100%);
    }

    html[data-design="dawn-soft"] .hero-color-reveal__color {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        -webkit-mask-image: linear-gradient(90deg, #000 42%, transparent 58%);
        mask-image: linear-gradient(90deg, #000 42%, transparent 58%);
        -webkit-mask-size: 220% 100%;
        mask-size: 220% 100%;
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-static-color .hero-color-reveal__gray {
        display: none;
    }

    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal.is-static-color .hero-color-reveal__color {
        position: static;
        -webkit-mask-image: none;
        mask-image: none;
    }

    /* Phone uses <img> layers; desktop uses ::before/::after on .hero-inner */
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::before,
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal::after,
    html[data-design="dawn-soft"] .hero-inner.hero-color-reveal .hero-inner-overlay {
        display: none;
    }

    @media (prefers-reduced-motion: reduce) {
        html[data-design="dawn-soft"] .hero-color-reveal__gray {
            display: none;
        }

        html[data-design="dawn-soft"] .hero-color-reveal__color {
            position: static;
            -webkit-mask-image: none;
            mask-image: none;
        }
    }

    html[data-design="dawn-soft"] .hero-inner {
        padding: 0 0 1.25rem;
        overflow: hidden;
        border-radius: 8px;
    }

    html[data-design="dawn-soft"] .hero-inner h1,
    html[data-design="dawn-soft"] .hero-inner .hero-actions {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    html[data-design="dawn-soft"] .hero-inner h1 {
        margin-top: 1rem;
    }

    html[data-design="dawn-soft"] .hero h1,
    html[data-design="slate-session"] .hero h1,
    html[data-design="nz-session"] .hero h1 {
        font-size: clamp(1.6rem, 7vw, 2rem);
        line-height: 1.15;
    }

    html[data-design="dawn-soft"] .hero-sub,
    html[data-design="slate-session"] .hero-sub,
    html[data-design="nz-session"] .hero-sub {
        font-size: 0.65em;
        margin-top: 0.4em;
    }

    html[data-design="dawn-soft"] .hero-actions,
    html[data-design="slate-session"] .hero-actions,
    html[data-design="nz-session"] .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 1.25rem;
        gap: 0.5rem;
    }

    html[data-design="dawn-soft"] .hero-actions .btn,
    html[data-design="slate-session"] .hero-actions .btn,
    html[data-design="nz-session"] .hero-actions .btn {
        width: 100%;
        text-align: center;
        padding: 0.75rem 1rem;
    }
}

/* WHY section: visible on all widths (BLS loop video); stacks on narrow screens */
@media (max-width: 640px) {
    #section-why .section-split {
        gap: 1.25rem;
    }

    #section-why .section-split__media--bls-loop {
        order: -1;
    }
}

html[data-design="light-air"] .hero {
    color: var(--hero-text);
    background:
        radial-gradient(ellipse 88% 72% at 12% 22%, rgba(186, 230, 253, 0.92), transparent 58%),
        radial-gradient(ellipse 78% 68% at 88% 18%, rgba(191, 219, 254, 0.78), transparent 54%),
        radial-gradient(ellipse 92% 82% at 52% 92%, rgba(224, 242, 254, 0.95), transparent 62%),
        radial-gradient(ellipse 64% 58% at 72% 52%, rgba(147, 197, 253, 0.42), transparent 55%),
        radial-gradient(ellipse 56% 50% at 28% 58%, rgba(219, 234, 254, 0.72), transparent 50%),
        radial-gradient(ellipse 40% 36% at 48% 38%, rgba(255, 255, 255, 0.55), transparent 70%),
        linear-gradient(158deg, #f0f9ff 0%, #dbeafe 36%, #e0f2fe 72%, #f8fafc 100%);
}

html[data-design="light-air"] .hero h1 {
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.85);
}

html[data-design="light-air"] .hero-image-credit {
    color: var(--hero-text);
    opacity: 0.45;
}

html[data-design="slate-pro"] .hero {
    color: var(--hero-text);
    background:
        radial-gradient(ellipse 58% 40% at 16% 26%, rgba(255, 255, 255, 0.96), transparent 68%),
        radial-gradient(ellipse 46% 34% at 34% 30%, rgba(255, 255, 255, 0.88), transparent 64%),
        radial-gradient(ellipse 64% 44% at 74% 20%, rgba(255, 255, 255, 0.94), transparent 72%),
        radial-gradient(ellipse 50% 36% at 88% 38%, rgba(255, 255, 255, 0.8), transparent 66%),
        radial-gradient(ellipse 72% 48% at 48% 52%, rgba(255, 255, 255, 0.58), transparent 74%),
        radial-gradient(ellipse 52% 38% at 10% 64%, rgba(255, 255, 255, 0.72), transparent 66%),
        radial-gradient(ellipse 60% 42% at 90% 70%, rgba(255, 255, 255, 0.68), transparent 70%),
        radial-gradient(ellipse 38% 28% at 55% 18%, rgba(255, 255, 255, 0.75), transparent 62%),
        linear-gradient(180deg, #5b9fd4 0%, #7eb8e8 28%, #a8d4f5 58%, #d4ebfa 100%);
}

html[data-design="slate-pro"] .hero h1 {
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.75);
}

html[data-design="slate-pro"] .hero-image-credit {
    color: var(--hero-text);
    opacity: 0.45;
}

html[data-design="slate-pro"] .hero .btn-ghost {
    border-color: rgba(30, 41, 59, 0.35);
    color: var(--primary-dark);
}

html[data-design="slate-pro"] .hero .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.6);
}

/* Hero background image per design */
html[data-design="sage-calm"] {
    --hero-image: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=80');
    --hero-position: center;
}

html[data-design="ocean-clinical"] {
    --hero-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=1800&q=80');
    --hero-position: center;
}

html[data-design="warm-clinic"] {
    --hero-image: url('../images/RedSunset.jpeg');
    --hero-position: center;
    --hero-overlay: rgba(61, 40, 28, 0.42);
}

html[data-design="minimal-mono"] {
    --hero-image: url('../images/landing-hero-minimal-mono-brain.png');
    --hero-position: center;
    --hero-overlay: rgba(0, 0, 0, 0.38);
}

html[data-design="forest-rest"] {
    --hero-image: url('https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?auto=format&fit=crop&w=1800&q=80');
    --hero-position: center;
}

html[data-design="nz-native"] {
    --hero-image: url('../images/bls-background-rangitoto-night.jpeg');
    --hero-position: center;
    --hero-overlay: rgba(20, 30, 24, 0.48);
}

html[data-design="bold-contrast"] {
    --hero-image: url('../images/landing-client-bls-no-animation-AI-generated1.png');
    --hero-position: center top;
    --hero-overlay: rgba(0, 0, 0, 0.62);
}

/* —— Layout —— */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 2rem);
    max-width: 1180px;
    margin: 0 auto;
    border-bottom: 1px solid var(--border);
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
}

.brand img { width: 36px; height: 36px; border-radius: 6px; }

.brand-name {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary);
}

.site-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.1rem;
    justify-content: flex-end;
}

.site-nav a {
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--border);
    background: var(--bg);
    color: var(--primary);
    padding: 0.4rem 0.6rem;
    font-size: 0.72rem;
    cursor: pointer;
}

.hero {
    position: relative;
    min-height: clamp(340px, 50vh, 520px);
    padding: 2rem 0.75rem 2.5rem;
    color: var(--hero-text, #fff);
    background:
        linear-gradient(var(--hero-overlay), var(--hero-overlay)),
        var(--hero-image, url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=80')) var(--hero-position, center) / cover no-repeat;
    overflow: visible;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 36rem) minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.35rem, 1.5vw, 1.25rem);
    max-width: 1280px;
    margin: 0 auto;
    min-height: clamp(300px, 44vh, 460px);
    overflow: visible;
}

.hero-flank {
    margin: 0;
    display: flex;
    align-self: center;
    align-items: center;
    pointer-events: none;
    overflow: visible;
}

.hero-flank--left {
    justify-content: center;
}

.hero-flank--right {
    justify-content: center;
}

.hero-flank img {
    display: block;
    width: auto;
    max-width: min(100%, 272px);
    max-height: clamp(160px, 28.8vh, 320px);
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.28));
    transform: scale(0.96);
}

.hero-flank--left img {
    transform-origin: center center;
}

.hero-flank--right img {
    transform-origin: center center;
}

.hero-image-credit {
    position: absolute;
    bottom: 0.35rem;
    right: 0.5rem;
    font-size: 0.6rem;
    opacity: 0.55;
    color: #fff;
    pointer-events: none;
}

.hero-inner {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Phone portrait: image-first hero (hidden on desktop — dawn-soft uses bg on .hero-inner) */
.hero-mobile-visual {
    display: none;
    margin: 0;
}

.hero-mobile-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 5vw, 2.85rem);
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.hero-sub {
    display: block;
    margin-top: 0.35em;
    font-size: 0.55em;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.hero-tagline {
    flex: 1 1 100%;
    margin: 0 0 0.35rem;
    font-size: clamp(0.68rem, 2.2vw, 0.78rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    opacity: 0.92;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.hero-trust-line {
    margin: 1rem auto 0;
    max-width: 36rem;
    font-size: clamp(0.72rem, 2vw, 0.85rem);
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.88;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.hero-actions,
.cta-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.cta-actions {
    margin-top: 0;
}

.btn {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    transition: opacity 0.2s, background 0.2s, color 0.2s;
}

.btn-primary {
    background: var(--btn-fill);
    color: var(--btn-fill-text);
    border-color: var(--btn-fill);
}

.btn-ghost {
    background: transparent;
    color: inherit;
    border-color: rgba(255, 255, 255, 0.7);
}

html[data-design="light-air"] .btn-ghost {
    border-color: rgba(37, 99, 235, 0.4);
    color: var(--primary-dark);
}

html[data-design="light-air"] .hero .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.65);
}

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

.btn:hover { opacity: 0.88; }

/* FEATURES */
.section-features {
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
    background: var(--surface);
}

.features-grid {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.feature-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--card-radius, 0);
    padding: 1.25rem 1.15rem;
    text-align: center;
}

html[data-design="light-air"] .feature-card,
html[data-design="ocean-clinical"] .feature-card { border-radius: 12px; }

html[data-design="bold-contrast"] .feature-card {
    border-width: 2px;
    border-radius: 0;
}

.feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.85rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--feature-icon-bg);
    color: var(--feature-icon-fg, var(--primary));
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card h3 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.45rem;
    line-height: 1.3;
}

.feature-card p {
    font-size: 0.875rem;
    color: var(--text-soft);
    line-height: 1.45;
}

/* SHOWCASE — app screenshots (same on all designs) */
.section-showcase {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem);
    background: var(--bg);
}

.section-showcase .section-inner-wide {
    max-width: 1080px;
    margin: 0 auto;
}

.showcase-intro {
    max-width: 62ch;
    margin-bottom: 1.75rem;
    font-size: 1rem;
    color: var(--text-soft);
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.35rem;
}

.showcase-card {
    margin: 0;
    border: 1px solid var(--border);
    background: var(--surface-alt);
    overflow: hidden;
    border-radius: var(--card-radius, 8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

html[data-design="bold-contrast"] .showcase-card {
    border-width: 2px;
    border-radius: 0;
    box-shadow: none;
}

.showcase-card img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.showcase-card figcaption {
    padding: 0.9rem 1rem 1rem;
    font-size: 0.875rem;
    color: var(--text-soft);
    line-height: 1.45;
}

.showcase-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    color: var(--primary-dark);
    margin-bottom: 0.35rem;
}

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

.section-split__media {
    border: 1px solid var(--border);
    border-radius: var(--card-radius, 8px);
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.section-split__media img,
.section-split__media video {
    width: 100%;
    height: auto;
    display: block;
}

.section-split__media--bls-loop .bls-loop-fallback {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .section-split__media--bls-loop .bls-loop-video {
        display: none;
    }

    .section-split__media--bls-loop .bls-loop-fallback {
        display: block;
    }
}

@media (max-width: 768px) {
    .section-split { grid-template-columns: 1fr; }
}

.section {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem);
}

.section-inner { max-width: 720px; margin: 0 auto; }

.section-inner--wide { max-width: 820px; }

.section-intro {
    font-size: 1rem;
    color: var(--text-soft);
    max-width: 52em;
    margin-bottom: 1.75rem;
    line-height: 1.65;
}

/* SESSION FLOW */
.session-flow-steps {
    counter-reset: session-step;
    list-style: none;
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
}

.session-flow-steps li {
    counter-increment: session-step;
    position: relative;
    padding: 1rem 1rem 1rem 3.25rem;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--card-radius, 8px);
    color: var(--text-soft);
    font-size: 0.925rem;
    line-height: 1.5;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

html[data-design="bold-contrast"] .session-flow-steps li {
    border-width: 2px;
    border-radius: 0;
    box-shadow: none;
}

.session-flow-steps li::before {
    content: counter(session-step);
    position: absolute;
    left: 0.85rem;
    top: 0.95rem;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-flow-steps li strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--primary-dark);
    font-family: var(--font-heading);
    font-weight: 600;
}

.section--alt { background: var(--surface-alt); }
.section--surface { background: var(--surface); }

.section-label {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    line-height: 1.25;
}

.section-body {
    font-size: 1rem;
    color: var(--text-soft);
}

.section-body p + p { margin-top: 0.85rem; }

.quote-block {
    padding: clamp(2.5rem, 6vw, 4rem) 1.25rem;
    text-align: center;
    background: var(--bg);
}

.quote-block blockquote {
    max-width: 640px;
    margin: 0 auto;
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-style: italic;
    line-height: 1.45;
    color: var(--primary-dark);
}

/* FAQ — full text in DOM for SEO */
.section-faq .section-inner { max-width: 820px; }

.section-welcome .section-inner--wide {
    max-width: 52em;
}

.faq-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
}

.faq-nav a {
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--text-soft);
}

.faq-nav a:hover { background: var(--surface); color: var(--primary-dark); }

.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }

.faq-item {
    border: 1px solid var(--border);
    background: var(--bg);
    border-radius: var(--card-radius, 6px);
}

.faq-item summary {
    padding: 0.85rem 1rem;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-dark);
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '+';
    float: right;
    font-weight: 400;
    color: var(--muted);
}

.faq-item[open] summary::after { content: '−'; }

.faq-item .faq-answer {
    padding: 0 1rem 1rem;
    font-size: 0.925rem;
    color: var(--text-soft);
    line-height: 1.55;
}

.section-cta {
    text-align: center;
    background: var(--primary-dark);
    color: #fff;
    padding: clamp(2.5rem, 5vw, 3.5rem) 1.25rem;
}

.section-cta h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    margin-bottom: 0.65rem;
}

.section-cta p {
    max-width: 520px;
    margin: 0 auto 1.25rem;
    font-size: 0.95rem;
    opacity: 0.92;
}

.section-cta .btn-primary {
    background: var(--btn-fill);
    color: var(--btn-fill-text);
}

.section-cta .btn-ghost {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
}

.section-cta .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.site-footer {
    background: #0a0a0a;
    color: #b0b0b0;
    padding: 2.5rem 1.25rem;
    border-top: none;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #b0b0b0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-brand strong {
    color: #fff;
}

.footer-domain {
    color: #b0b0b0;
}

.footer-inner a {
    color: #8eb8e8;
    text-decoration: none;
}

.footer-inner a:hover {
    text-decoration: underline;
}

.footer-links {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    font-size: 0.8125rem;
}

.footer-links--inline {
    gap: 0.15rem 0.35rem;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    max-width: 36rem;
}

.footer-links--inline a:not(:last-child)::after {
    content: ' ·';
    color: #666;
    pointer-events: none;
}

/* COLLABORATORS */
.collaborators {
    max-width: 1080px;
    margin: 0 auto;
    padding: 2rem 1.25rem 0.75rem;
    text-align: center;
    background: var(--bg);
}

.collaborators__title {
    font-family: var(--font-heading);
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-dark);
}

.collaborators__note {
    margin: 0 auto 0.9rem;
    max-width: 40em;
    color: var(--text-soft);
    font-size: 0.95rem;
    line-height: 1.55;
}

.collaborators__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--text-soft);
    font-size: 0.92rem;
}

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

    .footer-links--inline {
        justify-content: center;
        text-align: center;
    }
}

.seo-note {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: var(--muted);
    font-style: italic;
}

/* Reveal */
@media (prefers-reduced-motion: no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.8s ease, transform 0.8s ease;
        transition-delay: var(--reveal-delay, 0ms);
    }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }
    .reveal--hero { transition-duration: 0.95s; }
}

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 720px) {
    .site-header { flex-wrap: wrap; }
    .nav-toggle { display: block; margin-left: auto; }
    .site-nav { width: 100%; display: none; }
    .site-nav.is-open { display: block; }
    .site-nav ul { flex-direction: column; padding-top: 0.5rem; }
}

@media (max-width: 960px) {
    .hero-layout {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 0;
    }

    html[data-design="dawn-soft"] .hero-layout,
    html[data-design="slate-session"] .hero-layout,
    html[data-design="nz-session"] .hero-layout {
        grid-template-columns: 1fr;
    }

    html[data-design="dawn-soft"] .hero-inner,
    html[data-design="slate-session"] .hero-inner,
    html[data-design="nz-session"] .hero-inner {
        grid-column: 1;
        max-width: none;
        width: 100%;
    }

    .hero-flank {
        display: none;
    }

    .hero {
        min-height: clamp(300px, 48vh, 480px);
        padding: 2.5rem 1.25rem;
    }

    html[data-design="dawn-soft"] .hero,
    html[data-design="slate-session"] .hero,
    html[data-design="nz-session"] .hero {
        min-height: auto;
        padding: 1.5rem 1rem 2rem;
    }
}

@media (min-width: 961px) and (max-width: 1100px) {
    .hero-flank img {
        max-width: min(100%, 208px);
        max-height: clamp(144px, 25.6vh, 256px);
    }
}
