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

        /* ── Dark theme (default) ── */
        :root {
            --bg:           #111009;
            --bg-surface:   #1a1814;
            --bg-card:      #201e19;
            --text:         #ede5cf;
            --text-muted:   #a09282;
            --text-faint:   #6e6548;
            --accent:       #e0a83a;
            --accent-hi:    #ebb84a;
            --accent-dim:   rgba(224,168,58,0.1);
            --border:       rgba(224,168,58,0.14);
            --border-soft:  rgba(237,229,207,0.06);
            --body-weight:  300;
            color-scheme: dark;
        }

        /* ── Light theme — system preference ── */
        @media (prefers-color-scheme: light) {
            html:not([data-theme="dark"]) {
                --bg:          #faf8f3;
                --bg-surface:  #f3f0e8;
                --bg-card:     #ffffff;
                --text:        #100e08;
                --text-muted:  #68583a;
                --text-faint:  #8f8368;
                --accent:      #b88a18;
                --accent-hi:   #e0a83a;
                --accent-dim:  rgba(184,138,24,0.09);
                --border:      rgba(184,138,24,0.18);
                --border-soft: rgba(16,14,8,0.05);
                --body-weight: 400;
                color-scheme: light;
            }
        }

        /* ── Light theme — explicit override ── */
        html[data-theme="light"] {
            --bg:          #faf8f3;
            --bg-surface:  #f3f0e8;
            --bg-card:     #ffffff;
            --text:        #100e08;
            --text-muted:  #68583a;
            --text-faint:  #8f8368;
            --accent:      #b88a18;
            --accent-hi:   #e0a83a;
            --accent-dim:  rgba(184,138,24,0.09);
            --border:      rgba(184,138,24,0.18);
            --border-soft: rgba(16,14,8,0.05);
            --body-weight: 400;
            color-scheme: light;
        }

        /* ── Dark theme — explicit override ── */
        html[data-theme="dark"] {
            --bg:           #111009;
            --bg-surface:   #1a1814;
            --bg-card:      #201e19;
            --text:         #ede5cf;
            --text-muted:   #a09282;
            --text-faint:   #6e6548;
            --accent:       #e0a83a;
            --accent-hi:    #ebb84a;
            --accent-dim:   rgba(224,168,58,0.1);
            --border:       rgba(224,168,58,0.14);
            --border-soft:  rgba(237,229,207,0.06);
            --body-weight:  300;
            color-scheme: dark;
        }

        html { scroll-behavior: smooth; }

        body {
            background: var(--bg);
            color: var(--text);
            font-family: 'Jost', sans-serif;
            font-weight: var(--body-weight, 300);
            line-height: 1.7;
            transition: background 0.3s ease, color 0.3s ease;
        }

        /* Grain overlay */
        body::before {
            content: '';
            position: fixed;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
            opacity: 0.015;
            pointer-events: none;
            z-index: 9999;
        }

        /* ── PAGE WRAPPER ── */
        /* overflow-x intentionally on wrapper, not body — body overflow-x:hidden
           is a zoom trap (clips content with no scrollbar at high zoom levels). */
        .page-wrap { overflow-x: hidden; }

        /* ── THEME TOGGLE ── */
        .theme-toggle {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border: 1px solid var(--border);
            background: transparent;
            color: var(--text-muted);
            cursor: pointer;
            transition: border-color 0.2s, color 0.2s, background 0.2s;
            flex-shrink: 0;
        }
        .theme-toggle:hover {
            border-color: var(--accent);
            color: var(--accent);
            background: var(--accent-dim);
        }
        .theme-toggle svg { width: 15px; height: 15px; }
        /* Show correct icon per theme */
        .theme-toggle .icon-sun  { display: none; }
        .theme-toggle .icon-moon { display: block; }
        html[data-theme="light"] .theme-toggle .icon-sun  { display: block; }
        html[data-theme="light"] .theme-toggle .icon-moon { display: none; }
        @media (prefers-color-scheme: light) {
            html:not([data-theme="dark"]) .theme-toggle .icon-sun  { display: block; }
            html:not([data-theme="dark"]) .theme-toggle .icon-moon { display: none; }
        }

        /* ── NAVIGATION ── */
        nav {
            position: fixed;
            top: var(--ribbon-h, 40px); left: 0; right: 0;
            z-index: 10000;
            padding: 1.5rem 3rem;
            padding-top: calc(1.5rem + env(safe-area-inset-top, 0px));
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(17, 16, 9, 0.78);
            backdrop-filter: saturate(180%) blur(14px);
            -webkit-backdrop-filter: saturate(180%) blur(14px);
            border-bottom: 1px solid var(--border-soft);
        }
        html { overscroll-behavior-y: none; }
        body { overscroll-behavior-y: none; }
        html[data-theme="light"] nav { background: rgba(250, 248, 243, 0.78); }
        @media (prefers-color-scheme: light) {
            html:not([data-theme="dark"]) nav { background: rgba(250, 248, 243, 0.78); }
        }

        /* Brand link wrapper — anchors the logo to the home page. */
        .nav-brand {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            line-height: 0;
        }

        /* Wordmark/lockup image inside the nav. Light/dark variants swap based
           on the active theme so the on-light SVG is shown over the warm cream
           background and the on-dark SVG over the warm-black background. */
        .nav-logo {
            height: 28px;
            width: auto;
            display: block;
        }
        .nav-logo--light { display: block; }
        .nav-logo--dark  { display: none; }
        html[data-theme="dark"] .nav-logo--light { display: none; }
        html[data-theme="dark"] .nav-logo--dark  { display: block; }
        @media (prefers-color-scheme: dark) {
            html:not([data-theme="light"]) .nav-logo--light { display: none; }
            html:not([data-theme="light"]) .nav-logo--dark  { display: block; }
        }

        .nav-cta {
            font-size: 0.72rem;
            font-weight: 500;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--text-muted);
            text-decoration: none;
            border-bottom: 1px solid var(--text-faint);
            padding-bottom: 2px;
            transition: color 0.2s, border-color 0.2s;
        }
        .nav-cta:hover { color: var(--accent); border-color: var(--accent); }

        .nav-link {
            font-size: 0.72rem;
            font-weight: 500;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.2s;
        }
        .nav-link:hover { color: var(--accent); }

        /* ── HERO ── */
        .hero {
            min-height: 80vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 5rem 2rem 4rem;
            position: relative;
            overflow: hidden;
        }

        .hero-clock {
            position: absolute;
            width: min(640px, 90vw);
            height: min(640px, 90vw);
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.045;
            pointer-events: none;
        }

        .hero-glow {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 900px; height: 900px;
            background: radial-gradient(ellipse, rgba(200,146,42,0.07) 0%, transparent 65%);
            pointer-events: none;
        }

        .hero-eyebrow {
            font-size: 0.68rem;
            font-weight: 500;
            letter-spacing: 0.32em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 2rem;
            position: relative;
            opacity: 0;
            animation: fade-up 0.8s ease forwards 0.2s;
        }

        .hero-title {
            margin: 0 0 1.75rem;
            line-height: 0;
            display: flex;
            justify-content: center;
            position: relative;
            opacity: 0;
            animation: fade-up 0.8s ease forwards 0.35s;
        }
        .hero-title .ln { display: block; }
        .hero-title em { font-style: italic; color: var(--accent); }

        /* Wordmark sits visually centered on top of the hero-clock SVG.
           Width scales with viewport so the type stays crisp from mobile up
           through wide desktop; min/max keep it readable on both extremes. */
        .hero-wordmark {
            display: block;
            width: clamp(16rem, 50vw, 36rem);
            height: auto;
        }
        .hero-wordmark--light { display: block; }
        .hero-wordmark--dark  { display: none; }
        html[data-theme="dark"] .hero-wordmark--light { display: none; }
        html[data-theme="dark"] .hero-wordmark--dark  { display: block; }
        @media (prefers-color-scheme: dark) {
            html:not([data-theme="light"]) .hero-wordmark--light { display: none; }
            html:not([data-theme="light"]) .hero-wordmark--dark  { display: block; }
        }

        .hero-tagline {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.15rem, 2.8vw, 1.6rem);
            font-weight: 300;
            font-style: italic;
            color: var(--text-muted);
            margin-bottom: 2rem;
            position: relative;
            opacity: 0;
            animation: fade-up 0.8s ease forwards 0.5s;
        }

        .hero-desc {
            max-width: 540px;
            font-size: 1rem;
            font-weight: 300;
            color: var(--text-muted);
            line-height: 1.85;
            margin-bottom: 3.5rem;
            position: relative;
            opacity: 0;
            animation: fade-up 0.8s ease forwards 0.62s;
        }

        .scroll-hint {
            position: absolute;
            bottom: 2.5rem;
            left: 0;
            right: 0;
            margin-inline: auto;
            width: fit-content;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            opacity: 0;
            animation: fade-up 0.8s ease forwards 1.1s;
        }
        .scroll-hint span {
            font-size: 0.6rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: var(--text-muted);
        }
        .scroll-line {
            width: 1px; height: 44px;
            background: linear-gradient(to bottom, var(--accent), transparent);
            animation: scroll-drop 2s ease-in-out infinite;
        }

        /* ── LAYOUT HELPERS ── */
        .container {
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .section-pad { padding: 7rem 0; }

        .divider {
            height: 1px;
            background: var(--border-soft);
            max-width: 1160px;
            margin: 0 auto;
        }

        .label {
            font-size: 0.68rem;
            font-weight: 500;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 0.9rem;
            display: block;
        }

        .heading {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2.2rem, 5vw, 3.6rem);
            font-weight: 400;
            line-height: 1.08;
            margin-bottom: 1.25rem;
        }
        .heading em { font-style: italic; color: var(--accent); }

        .body-text {
            font-size: 1rem;
            color: var(--text-muted);
            line-height: 1.85;
            font-weight: 300;
        }

        /* ── ABOUT ── */
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center;
        }

        .about-card {
            background: var(--bg-card);
            border: 1px solid var(--border-soft);
            padding: 2.5rem;
            position: relative;
        }
        .about-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--accent), transparent);
        }

        .about-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 2rem;
        }
        .about-list li {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 0.9rem;
            color: var(--text-muted);
            font-weight: 300;
        }
        .about-list li::before {
            content: '';
            width: 20px; height: 1px;
            background: var(--accent);
            flex-shrink: 0;
        }

        .stats {
            display: flex;
            gap: 0;
            border-top: 1px solid var(--border-soft);
            padding-top: 1.75rem;
        }
        .stat {
            flex: 1;
            padding: 0 0.75rem;
            text-align: center;
        }
        /* Middle stat gets emphasis treatment — wider flex share, bigger
           number, subtle accent-tint bg with rounded corners. The paid
           plan is the conversion target, so it earns the visual weight.
           Stand-out card replaces the previous between-stat dividers. */
        .stats > .stat:nth-child(2) {
            flex: 1.35;
            background: rgba(200, 146, 42, 0.07);
            border-radius: 4px;
            margin: -0.5rem 0;
            padding: 0.5rem 0.75rem;
        }
        .stats > .stat:nth-child(2) .stat-n { font-size: 3rem; }
        .stat-n {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.6rem;
            font-weight: 300;
            display: flex;
            align-items: baseline;
            justify-content: center;
            flex-wrap: nowrap;
            white-space: nowrap;
            gap: 0.3rem;
            color: var(--accent);
            line-height: 1;
            margin-bottom: 0.25rem;
            /* Force lining figures so numerals share a uniform baseline + cap
               height. Cormorant Garamond defaults to old-style figures (varied
               heights, some descending below baseline) which read elegant in
               body copy but feel inconsistent in big stat numbers. */
            font-feature-settings: 'lnum' 1, 'tnum' 1;
            font-variant-numeric: lining-nums tabular-nums;
        }
        .stat-l {
            font-size: 0.72rem;
            font-weight: 400;
            color: var(--text-muted);
            letter-spacing: 0.04em;
        }
        /* Inline qualifier next to a big stat-n number (e.g. "14 day" trial)
           — same role as the "/ mo" suffix on tier prices in pricing.css.
           Smaller, lighter, baseline-aligned so the number stays the
           protagonist. */
        .stat-n-suffix {
            font-family: 'Jost', sans-serif;
            font-size: 0.72rem;
            font-weight: 400;
            color: var(--text-muted);
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .stats-footnote {
            margin-top: 1rem;
            font-size: 0.65rem;
            color: var(--text-faint);
            letter-spacing: 0.02em;
        }

        /* ── FEATURES ── */
        .features-header {
            text-align: center;
            max-width: 580px;
            margin: 0 auto 4.5rem;
        }
        .features-header .body-text { margin: 0 auto; }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: var(--border-soft);
            border: 1px solid var(--border-soft);
        }

        .feature {
            background: var(--bg);
            padding: 2.5rem;
            transition: background 0.25s;
            /* CSS grid lets icon + name share row 1 (icon col 1, name col 2)
               while the description spans both columns on row 2 — no markup
               change needed. */
            display: grid;
            grid-template-columns: auto 1fr;
            column-gap: 1rem;
            row-gap: 1rem;
            align-items: center;
        }
        .feature:hover { background: var(--bg-card); }

        .feature-icon {
            width: 38px; height: 38px;
            border: 1px solid var(--border);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            transition: border-color 0.25s, background 0.25s;
        }
        .feature:hover .feature-icon {
            border-color: var(--accent);
            background: var(--accent-dim);
        }
        .feature-icon svg { width: 17px; height: 17px; }

        .feature-name {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.25rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .feature-desc {
            grid-column: 1 / -1;
            font-size: 0.875rem;
            color: var(--text-muted);
            line-height: 1.72;
            font-weight: 300;
        }

        /* ── VERTICALS ── */
        .verticals-section { text-align: center; }
        .verticals-section .label,
        .verticals-section .heading { text-align: center; }
        .verticals-section .body-text {
            max-width: 500px;
            margin: 0 auto 3.5rem;
            text-align: center;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.65rem;
            justify-content: center;
        }
        .tag {
            padding: 0.55rem 1.15rem;
            background: transparent;
            border: 1px solid var(--border);
            font-family: 'Jost', sans-serif;
            font-size: 0.8rem;
            font-weight: 400;
            letter-spacing: 0.06em;
            color: var(--text-muted);
            transition: all 0.2s;
            cursor: pointer;
        }
        .tag:hover,
        .tag:focus-visible {
            border-color: var(--accent);
            color: var(--accent);
            background: var(--accent-dim);
            outline: none;
        }
        .tag[aria-expanded="true"] {
            border-color: var(--accent);
            background: var(--accent-dim);
            color: var(--accent);
        }
        .tag.tag-future {
            opacity: 0.5;
            border-style: dashed;
        }
        .tag.tag-future:hover {
            opacity: 0.8;
        }

        /* Hint shown when no category is selected. Hidden once a category
           opens so the detail panel takes its place. */
        .verticals-hint {
            margin-top: 1.25rem;
            font-size: 0.72rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--text-faint);
            text-align: center;
        }
        .verticals-hint[hidden] { display: none; }

        /* Detail panel — shows the specific business types inside the active
           category. No frame; the pills themselves provide visual structure
           and the whitespace from the chips above does the separation. */
        .vertical-detail {
            margin: 1.5rem auto 0;
            max-width: 720px;
            text-align: center;
        }
        .vertical-detail[hidden] { display: none; }
        /* Faint horizontal rule replaces the previous "In <Category>" label —
           a quiet visual separator between the category chips and the pills,
           without naming the category explicitly (the active chip already
           does that). */
        .vertical-detail-rule {
            width: 80px;
            height: 1px;
            background: var(--border);
            border: none;
            margin: 0 auto 1rem;
        }
        .vertical-detail-items {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.4rem;
            margin: 0;
        }
        /* Mini pills — same visual language as the category chips above
           (.tag) but smaller and non-interactive, so the relationship reads
           as "category → its specific business types". */
        .vertical-pill {
            padding: 0.32rem 0.75rem;
            border: 1px solid var(--border);
            background: var(--bg);
            font-size: 0.72rem;
            font-weight: 400;
            letter-spacing: 0.04em;
            color: var(--text-muted);
            white-space: nowrap;
        }
        .tags-divider {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 1rem;
            margin: 1.25rem 0 0.25rem;
        }
        .tags-divider::before,
        .tags-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--border-soft);
        }
        .tags-divider-label {
            font-size: 0.6rem;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--text-faint);
            white-space: nowrap;
        }
        .verticals-more {
            max-width: 560px;
            margin: 2rem auto 0;
            font-size: 0.85rem;
            color: var(--text-muted);
            line-height: 1.65;
            text-align: center;
        }

        /* ── DIFFERENTIATOR (Keep 100%) ── */
        .keep-earn-wrap { text-align: center; max-width: 720px; margin: 0 auto; }
        .keep-earn-wrap .label,
        .keep-earn-wrap .heading { text-align: center; }
        .keep-earn-wrap .body-text {
            max-width: 620px;
            margin: 0 auto 1.5rem;
            text-align: center;
        }
        .keep-earn-wrap .body-text strong {
            color: var(--accent);
            font-weight: 500;
        }
        .keep-earn-footnote {
            font-size: 0.7rem;
            color: var(--text-faint);
            line-height: 1.55;
            max-width: 520px;
            margin: 1.5rem auto 0;
            text-align: center;
        }

        /* ── Mini calculator strip (lives inside the keep-earn-wrap) ── */
        /* Reuses the visual language of pricing.css's seat-slider but at
           a smaller scale. Single slider drives two readouts: savings (the
           number that converts) and the revenue input (the number that
           grounds it). Defaults to $150K → $3,750 — matching the previous
           static body-copy example so first paint reads the same. */
        .keep-earn-calc {
            margin: 2.5rem auto 0;
            max-width: 480px;
            padding: 1.75rem 1.5rem;
            background: rgba(200, 146, 42, 0.05);
            border: 1px solid rgba(200, 146, 42, 0.18);
            text-align: center;
        }
        .calc-label {
            font-size: 0.7rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--text-muted);
            margin-bottom: 1rem;
        }
        .calc-savings {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.2rem;
            line-height: 1.1;
            color: var(--accent);
            margin-bottom: 1.25rem;
        }
        .calc-savings #savings-amount { font-weight: 500; }
        .calc-savings-suffix {
            display: block;
            font-family: 'Jost', sans-serif;
            font-size: 0.78rem;
            font-weight: 400;
            color: var(--text-muted);
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-top: 0.35rem;
        }
        #revenue-range {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 4px;
            background: var(--border);
            border-radius: 2px;
            outline: none;
            margin: 0 0 0.5rem;
            cursor: pointer;
        }
        #revenue-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--accent);
            cursor: pointer;
            border: 2px solid var(--bg);
            box-shadow: 0 1px 4px rgba(0,0,0,0.15);
        }
        #revenue-range::-moz-range-thumb {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--accent);
            cursor: pointer;
            border: 2px solid var(--bg);
            box-shadow: 0 1px 4px rgba(0,0,0,0.15);
        }
        #revenue-range:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
        .calc-revenue-label {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-top: 0.65rem;
        }
        .calc-revenue-label #revenue-amount {
            color: var(--text);
            font-weight: 500;
        }
        .calc-scale {
            display: flex;
            justify-content: space-between;
            font-size: 0.62rem;
            color: var(--text-faint);
            letter-spacing: 0.06em;
            margin-top: 0.4rem;
            padding: 0 2px;
        }

        /* ── NOTIFY ── */
        .notify-wrap {
            padding: 2rem;
            max-width: 1160px;
            margin: 0 auto 4rem;
        }

        .notify-box {
            background: var(--bg-surface);
            border: 1px solid var(--border);
            padding: 5.5rem 4rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .notify-box::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--accent), transparent);
        }
        .notify-box::after {
            content: '';
            position: absolute;
            bottom: -250px; left: 50%;
            transform: translateX(-50%);
            width: 700px; height: 500px;
            background: radial-gradient(ellipse, rgba(200,146,42,0.07) 0%, transparent 70%);
            pointer-events: none;
        }

        .notify-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2.6rem, 5vw, 4.2rem);
            font-weight: 300;
            line-height: 1.08;
            margin-bottom: 0.9rem;
            position: relative;
            z-index: 1;
        }
        .notify-title em { font-style: italic; color: var(--accent); }

        .notify-sub {
            font-size: 1rem;
            color: var(--text-muted);
            font-weight: 300;
            margin-bottom: 3rem;
            position: relative;
            z-index: 1;
        }

        /* Form */
        .notify-form {
            max-width: 500px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .field-row {
            display: flex;
            gap: 0;
        }

        .notify-input {
            background: var(--bg);
            border: 1px solid var(--border);
            padding: 1rem 1.25rem;
            font-family: 'Jost', sans-serif;
            font-size: 0.875rem;
            font-weight: 300;
            color: var(--text);
            outline: none;
            transition: border-color 0.2s;
            width: 100%;
            -webkit-appearance: none;
            appearance: none;
        }
        .notify-input::placeholder { color: var(--text-faint); }
        .notify-input:focus { border-color: var(--accent); }

        /* Stacked input variant — collapses border with the input above it
           (email) so they read as a connected vertical group. */
        .notify-input--stacked { margin-top: -1px; }

        .message-wrap { margin-top: -1px; }
        .notify-textarea {
            background: var(--bg);
            border: 1px solid var(--border);
            padding: 1rem 1.25rem;
            font-family: 'Jost', sans-serif;
            font-size: 0.875rem;
            font-weight: 300;
            color: var(--text);
            outline: none;
            transition: border-color 0.2s;
            width: 100%;
            resize: vertical;
            min-height: 5.5rem;
            line-height: 1.6;
        }
        .notify-textarea::placeholder { color: var(--text-faint); }
        .notify-textarea:focus { border-color: var(--accent); }

        /* Submit button — full-width, sits at the bottom of the form below
           the reassurance note. Standard "fill-everything-then-click" pattern
           replaces the previous email+button glued-together row. */
        .notify-btn {
            display: block;
            width: 100%;
            margin-top: 1.25rem;
            background: var(--accent);
            border: 1px solid var(--accent);
            padding: 1rem 1.75rem;
            font-family: 'Jost', sans-serif;
            font-size: 0.72rem;
            font-weight: 500;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--bg);
            cursor: pointer;
            transition: background 0.2s, border-color 0.2s;
        }
        .notify-btn:hover { background: var(--accent-hi); border-color: var(--accent-hi); }
        .notify-btn:disabled { opacity: 0.6; cursor: not-allowed; }

        .notify-note {
            font-size: 0.75rem;
            color: var(--text-muted);
            margin-top: 1.25rem;
            position: relative;
            z-index: 1;
        }

        .notify-consent {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            font-size: 0.78rem;
            color: var(--text-muted);
            margin-top: 1rem;
            cursor: pointer;
            position: relative;
            z-index: 1;
            line-height: 1.4;
        }
        .notify-consent input[type="checkbox"] {
            margin-top: 0.2rem;
            accent-color: var(--accent);
            flex-shrink: 0;
        }
        .notify-consent a { color: var(--text-muted); text-decoration: underline; }
        .notify-consent a:hover { color: var(--accent); }

        /* Success state */
        .notify-success {
            display: none;
            position: relative;
            z-index: 1;
        }
        .notify-success.visible { display: block; }
        .notify-success-icon {
            width: 48px; height: 48px;
            border: 1px solid var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: var(--accent);
        }
        .notify-success h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
        }
        .notify-success p {
            font-size: 0.9rem;
            color: var(--text-muted);
            font-weight: 300;
        }

        /* Error message */
        .notify-error {
            display: none;
            font-size: 0.8rem;
            color: #e07070;
            margin-top: 0.75rem;
            position: relative;
            z-index: 1;
        }
        .notify-error.visible { display: block; }

        /* ── FOOTER ── */
        /* Footer styles moved to shared.css */

        /* ── ANIMATIONS ── */
        @keyframes fade-up {
            from { opacity: 0; transform: translateY(22px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        @keyframes scroll-drop {
            0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
            45%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
            55%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
            100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
        }
        @keyframes clock-minute {
            from { transform: rotate(0deg); }
            to   { transform: rotate(360deg); }
        }
        @keyframes clock-hour {
            from { transform: rotate(0deg); }
            to   { transform: rotate(360deg); }
        }

        .clock-hand-m {
            transform-box: fill-box;
            transform-origin: 50% 100%;
            animation: clock-minute 10s linear infinite;
        }
        .clock-hand-h {
            transform-box: fill-box;
            transform-origin: 50% 100%;
            animation: clock-hour 120s linear infinite;
        }

        /* Scroll reveal */
        .reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .reveal.in { opacity: 1; transform: translateY(0); }

        /* ── RESPONSIVE ── */
        @media (max-width: 900px) {
            nav { padding: 1.25rem 1.5rem; }
            .about-grid { grid-template-columns: 1fr; gap: 3rem; }
            .features-grid { grid-template-columns: 1fr 1fr; }
            .notify-box { padding: 3.5rem 2rem; }
        }
        @media (max-width: 600px) {
            .features-grid { grid-template-columns: 1fr; }
            /* .notify-btn is already full-width on all viewports now. */
            .stats { flex-wrap: wrap; gap: 1.5rem; }
            .stat + .stat { border-left: none; padding-left: 0; }
        }
