/* ============================================================
   SoundStride — Marketing Site
   Cinematic single-page site. Extends the mobile app design system.
   ============================================================ */
:root {
    --black: #000;
    --black-a40: rgba(0,0,0,.4);
    --black-a45: rgba(0,0,0,.45);
    --black-a60: rgba(0,0,0,.6);
    --black-a70: rgba(0,0,0,.7);

    --surface-wash: rgba(255,255,255,.04);
    --surface-hover: rgba(255,255,255,.07);
    --line-subtle-alpha: rgba(255,255,255,.05);
    --line-soft-alpha: rgba(255,255,255,.06);
    --line-control-alpha: rgba(255,255,255,.08);
    --line-strong-alpha: rgba(255,255,255,.10);
    --line-hover-alpha: rgba(255,255,255,.14);
    --white-a40: rgba(255,255,255,.4);
    --white-a60: rgba(255,255,255,.6);

    --text-dim: rgba(223,226,235,.4);
    --text-faint: rgba(223,226,235,.45);
    --text-muted: rgba(223,226,235,.5);
    --text-soft: rgba(223,226,235,.55);
    --text-bright-muted: rgba(223,226,235,.85);
    --text-line-muted: rgba(223,226,235,.25);
    --meter-idle: rgba(223,226,235,.18);

    --cyan-a06: rgba(0,218,243,.06);
    --cyan-a10: rgba(0,218,243,.10);
    --cyan-a12: rgba(0,218,243,.12);
    --cyan-a16: rgba(0,218,243,.16);
    --cyan-a18: rgba(0,218,243,.18);
    --cyan-a20: rgba(0,218,243,.20);
    --cyan-a25: rgba(0,218,243,.25);
    --cyan-a35: rgba(0,218,243,.35);
    --cyan-a45: rgba(0,218,243,.45);
    --cyan-a60: rgba(0,218,243,.6);

    --cyan-bright-a08: rgba(0,242,255,.08);
    --cyan-bright-a10: rgba(0,242,255,.10);
    --cyan-bright-a12: rgba(0,242,255,.12);
    --cyan-bright-a15: rgba(0,242,255,.15);
    --cyan-bright-a18: rgba(0,242,255,.18);
    --cyan-bright-a20: rgba(0,242,255,.2);
    --cyan-bright-a25: rgba(0,242,255,.25);
    --cyan-bright-a32: rgba(0,242,255,.32);
    --cyan-bright-a40: rgba(0,242,255,.4);
    --cyan-bright-a45: rgba(0,242,255,.45);
    --cyan-bright-a50: rgba(0,242,255,.5);
    --cyan-bright-a60: rgba(0,242,255,.6);
    --cyan-bright-a95: rgba(0,242,255,.95);
    --cyan-bright: rgb(0,242,255);
    --cyan-bright-transparent: rgba(0,242,255,0);
    --cyan-glint: rgba(224,251,255,.7);

    --ink-scrim: rgba(11,15,19,.55);
    --ink-scrim-light: rgba(11,15,19,.30);
    --ink-nav-strong: rgba(11,15,19,.86);
    --ink-transparent: rgba(11,15,19,0);
    --content-scrim-light: rgba(16,20,26,.4);
    --content-scrim-heavy: rgba(16,20,26,.95);
    --content-scrim-solid: rgba(16,20,26,.96);
    --content-scrim-end: rgb(16,20,26);
    --card-hover-fill: rgba(28,34,41,.85);
    --media-border: rgb(45,51,56);

    --radius-pill: 9999px;
    --radius-card: 24px;
    --radius-art: 16px;
    --radius-icon: 14px;
    --radius-small: 12px;

    --shell-max: 1280px;
    --shell-gutter: 64px;
    --shell-gutter-tablet: 32px;
    --nav-height: 80px;
    --section-padding: 160px;
    --section-padding-tight: 112px;
    --download-padding: 200px;

    --gap-section: 64px;
    --gap-large: 56px;
    --gap-medium: 40px;
    --gap-compact: 32px;
    --gap-card: 24px;
    --gap-inline: 16px;
    --gap-tight: 12px;
    --gap-kicker: 10px;
    --gap-micro: 8px;

    --type-micro: 9px;
    --type-kicker: 10px;
    --type-caption: 11px;
    --type-nav: 13px;
    --type-small: 14px;
    --type-body: 16px;
    --type-lede: 18px;
    --type-copy-large: 20px;
    --type-subhead: 22px;
    --type-card-heading: 28px;
    --type-section-heading: 64px;
    --type-hero-heading: 88px;
    --type-download-heading: 96px;

    --tracking-tight: -0.6px;
    --tracking-label: 2px;
    --tracking-wide: 1.2px;

    --ease-fast: .18s ease;
    --ease-standard: .2s ease;
    --ease-slow: .35s ease;

    --image-bridge: url('images/image%201.png');
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background: var(--ss-ink-1);
}

body {
    background: var(--ss-ink-1);
    color: var(--ss-fg-2);
    font-family: var(--ss-font-ui);
    font-size: var(--type-body);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

button {
    font: inherit;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

/* ─── Layout primitives ─────────────────────────────────────── */
.page-shell {
    max-width: var(--shell-max);
    margin: 0 auto;
    padding: 0 var(--shell-gutter);
}

.content-section {
    position: relative;
    padding: var(--section-padding) 0;
}

.content-section-tight {
    padding: var(--section-padding-tight) 0;
}

.kicker {
    font-family: var(--ss-font-ui);
    font-weight: 700;
    font-size: var(--type-kicker);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: var(--ss-cyan);
    display: inline-flex;
    align-items: center;
    gap: var(--gap-kicker);
}

.kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ss-cyan);
    box-shadow: 0 0 12px var(--cyan-a60);
}

.section-heading {
    font-family: var(--ss-font-display);
    font-weight: 400;
    font-size: var(--type-section-heading);
    line-height: 1.04;
    letter-spacing: -1.2px;
    color: var(--ss-cyan-frost);
    margin: 20px 0 0;
    text-wrap: balance;

    & em {
        font-style: italic;
        color: var(--ss-cyan);
    }
}

.section-copy {
    font-family: var(--ss-font-ui);
    font-size: var(--type-lede);
    line-height: 1.625;
    color: var(--ss-fg-3);
    margin: 24px 0 0;
    max-width: 56ch;
    text-wrap: pretty;
}

.accent-text {
    font-family: var(--ss-font-display);
    color: var(--ss-cyan);
}

.copy-emphasis {
    color: var(--ss-fg-1);
    font-weight: 600;
}

.artwork-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    font-family: var(--ss-font-mono);
    text-transform: uppercase;
    background-size: 100%;
}

.artwork-tile-bridge {
    background-image: var(--image-bridge);
}

/* ─── Top site-nav ───────────────────────────────────────────────── */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: var(--nav-height);
    background: linear-gradient(180deg, var(--ink-nav-strong) 0%, var(--ink-scrim) 70%, var(--ink-transparent) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--surface-wash);
}

.nav-layout {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-compact);
}

.brand {
    display: flex;
    align-items: center;
    gap: var(--gap-tight);
}

.brand-mark {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 6px var(--cyan-bright-a45));

    & img {
        width: 32px;
        height: 32px;
    }
}

.brand-name {
    font-family: var(--ss-font-display);
    font-style: italic;
    font-size: 26px;
    letter-spacing: var(--tracking-tight);
    color: var(--ss-cyan);
    line-height: 1;
}

.nav-links {
    display: flex;
    gap: 36px;
    font-family: var(--ss-font-ui);
    font-weight: 500;
    font-size: var(--type-nav);
    letter-spacing: 0.2px;
    color: var(--ss-fg-3);

    & a {
        transition: color var(--ease-fast);

        &:hover {
            color: var(--ss-fg-1);
        }
    }
}

.nav-cta {
    height: 40px;
    padding: 0 18px;
    border-radius: var(--radius-pill);
    background: var(--line-subtle-alpha);
    border: 1px solid var(--line-control-alpha);
    color: var(--ss-fg-2);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-micro);
}

.nav-cta::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ss-cyan);
    box-shadow: 0 0 8px var(--ss-cyan);
}

/* ─── Buttons (marketing scale) ─────────────────────────────── */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap-kicker);
    border: 0;
    cursor: pointer;
    font-family: var(--ss-font-ui);
    font-weight: 600;
    transition: transform var(--ease-standard), box-shadow var(--ease-standard), background var(--ease-standard);
}

.cta-button-primary {
    height: 64px;
    padding: 0 36px;
    border-radius: var(--radius-pill);
    background: var(--ss-grad-cta);
    color: var(--ss-fg-on-cyan);
    font-size: var(--type-body);
    letter-spacing: -0.2px;
    box-shadow: 0 32px 32px var(--cyan-a06),
    0 0 60px var(--cyan-bright-a18);

    &:hover {
        box-shadow: 0 32px 32px var(--cyan-a10),
        0 0 80px var(--cyan-bright-a32);
    }
}

.cta-button-secondary {
    height: 64px;
    padding: 0 28px;
    border-radius: var(--radius-pill);
    background: var(--surface-wash);
    border: 1px solid var(--line-control-alpha);
    color: var(--ss-fg-2);
    font-size: var(--type-small);
    letter-spacing: 0.2px;

    &:hover {
        background: var(--surface-hover);
        border-color: var(--line-hover-alpha);
    }

    & .play-icon {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: var(--ss-cyan);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 12px var(--cyan-bright-a50);
        padding-left: 2px;

        & svg {
            width: 8px;
            height: 9px;
        }
    }
}

/* App-store style download store-badges (placeholders, no real marks) */
.store-badges {
    display: flex;
    gap: var(--gap-medium);
    margin-top: 28px;
    flex-wrap: wrap;
}

.store-badge {
    height: 52px;
    display: inline-flex;
    align-items: center;
}

.store-badge-muted {
    opacity: .55;
}

.store-badge-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ss-fg-2);
}

.store-badge-label {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 4px;

    & small {
        font-size: var(--type-micro);
        letter-spacing: 1.4px;
        text-transform: uppercase;
        color: var(--text-muted);
    }

    & strong {
        font-family: var(--ss-font-display);
        font-style: italic;
        font-size: 17px;
        font-weight: 500;
        color: var(--ss-fg-1);
        letter-spacing: -0.3px;
    }
}

/* ─── Hero ──────────────────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100vh;
    padding-top: var(--nav-height);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('images/bg-cobblestone-street.png') center/cover no-repeat;
    filter: hue-rotate(-15deg) saturate(0.55) brightness(0.7);
    z-index: 0;
}

.hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
    var(--ink-scrim) 0%,
    var(--ink-scrim-light) 22%,
    var(--ink-scrim) 60%,
    var(--content-scrim-solid) 95%,
    var(--content-scrim-end) 100%);
    z-index: 1;

    &::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(80% 60% at 20% 30%, var(--cyan-a12) 0%, transparent 60%),
        radial-gradient(60% 50% at 85% 80%, var(--cyan-a10) 0%, transparent 65%);
    }
}

.hero-glow {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 2;
}

.hero-glow-top {
    top: -120px;
    left: -160px;
    background: var(--cyan-a18);
}

.hero-glow-bottom {
    bottom: -120px;
    right: -160px;
    background: var(--cyan-bright-a10);
}

.hero-layout {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--gap-section);
    align-items: center;
    padding-top: 96px;
    padding-bottom: 80px;
}

.hero-copy {
    padding-right: 16px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px 10px 14px;
    border-radius: var(--radius-pill);
    background: var(--ink-scrim);
    border: 1px solid var(--cyan-bright-a20);
    backdrop-filter: blur(12px);

    & .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--ss-cyan);
        box-shadow: 0 0 12px var(--ss-cyan);
    }

    & span {
        font-size: var(--type-kicker);
        font-weight: 700;
        letter-spacing: var(--tracking-label);
        text-transform: uppercase;
        color: var(--ss-fg-3);
    }
}

.hero-title {
    font-family: var(--ss-font-display);
    font-weight: 400;
    font-size: var(--type-hero-heading);
    line-height: 0.96;
    letter-spacing: -2px;
    color: var(--ss-cyan-frost);
    margin: 32px 0 0;
    text-wrap: balance;

    & em {
        font-style: italic;
        color: var(--ss-cyan);
        display: inline-block;
    }
}

.hero-copy-text {
    font-family: var(--ss-font-ui);
    font-size: var(--type-copy-large);
    line-height: 1.6;
    color: var(--ss-fg-3);
    margin: 32px 0 0;
    max-width: 52ch;
    text-wrap: pretty;
}

.hero-actions {
    margin-top: 40px;
    display: flex;
    gap: var(--gap-inline);
    align-items: center;
    flex-wrap: wrap;
}

/* The hero "device" — a stylised phone frame holding a glimpse of Now Playing */
.phone-preview {
    position: relative;
    width: 360px;
    height: 720px;
    margin-left: auto;
    border-radius: 56px;
    border: 1px solid var(--line-strong-alpha);
    background: var(--ss-ink-1);
    padding: 16px;
    box-shadow: 0 80px 120px -40px var(--black-a70),
    0 0 0 1px var(--cyan-bright-a08),
    0 0 80px var(--cyan-bright-a18);
    overflow: hidden;

    &::before {
        content: "";
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 28px;
        border-radius: var(--radius-pill);
        background: var(--black);
        z-index: 4;
    }
}

.phone-screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 44px;
    overflow: hidden;
    background: var(--ss-ink-1);
}

.phone-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--content-scrim-light) 0%, var(--content-scrim-heavy) 100%),
    url('images/bg-colosseum-immersive.png') center/cover no-repeat;
    opacity: 0.75;
}

.phone-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 28px 40px;
}

.phone-art {
    width: 220px;
    height: 220px;
    border-radius: var(--radius-art);
    overflow: hidden;
    border: 1px solid var(--media-border);
    box-shadow: 0 25px 50px -12px var(--black-a45),
    0 0 60px -10px var(--cyan-bright-a18);
}

.phone-art.artwork-tile {
    font-size: var(--type-kicker);
    letter-spacing: 1px;
    color: var(--text-faint);
}

.phone-title {
    margin-top: 36px;
    font-family: var(--ss-font-display);
    font-size: var(--type-copy-large);
    line-height: 1.25;
    color: var(--ss-fg-2);
    text-align: center;
}

.phone-status {
    margin-top: 6px;
    font-size: var(--type-micro);
    font-weight: 700;
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: var(--ss-cyan);
}

.phone-controls {
    width: 100%;
}

.phone-wave {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 3px;
    height: 52px;
    width: 100%;
}

.phone-wave .bar,
.player-wave-bars .bar {
    flex: 1;
    border-radius: 4px;
    background: var(--meter-idle);
}

.phone-wave .bar.played,
.player-wave-bars .bar.played {
    background: var(--ss-cyan-bright);
    box-shadow: 0 0 4px var(--cyan-bright-a50);
}

.phone-wave .bar.cursor,
.player-wave-bars .bar.cursor {
    background: var(--ss-cyan-pale);
    box-shadow: 0 0 12px var(--cyan-bright-a95);
}

.phone-times {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    font-size: var(--type-kicker);
    letter-spacing: var(--tracking-wide);
    color: var(--text-muted);
}

.phone-play {
    margin-top: 24px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--ss-grad-play-btn);
    box-shadow: 0 0 60px var(--cyan-bright-a20), 0 0 30px var(--cyan-bright-a50);
    display: flex;
    align-items: center;
    justify-content: center;

    & svg {
        width: 18px;
        height: 22px;
    }
}

/* Scroll hint */
.scroll-hint {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-tight);
    color: var(--text-soft);

    & .line {
        width: 1px;
        height: 36px;
        background: linear-gradient(180deg, var(--cyan-bright-a60), var(--cyan-bright-transparent));
    }

    & span {
        font-size: var(--type-micro);
        letter-spacing: 2.5px;
        text-transform: uppercase;
    }
}

/* ─── Manifesto strip ───────────────────────────────────────── */
.manifesto {
    background: var(--ss-ink-0);
    border-top: 1px solid var(--surface-wash);
    border-bottom: 1px solid var(--surface-wash);
}

.manifesto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--gap-large);
    align-items: start;
}

.manifesto-card h3 {
    margin: 0;
    font-family: var(--ss-font-display);
    font-style: italic;
    font-size: var(--type-card-heading);
    letter-spacing: var(--tracking-tight);
    color: var(--ss-cyan-frost);
    line-height: 1.2;
}

.manifesto-card p {
    margin: 16px 0 0;
    color: var(--ss-fg-3);
    font-size: 15px;
    line-height: 1.7;
}

.manifesto-card .kicker {
    margin-bottom: 14px;
}

/* ─── How it works ──────────────────────────────────────────── */
.how {
    position: relative;
    overflow: hidden;
}

.how-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--cyan-a10) 0%, transparent 60%);
    filter: blur(40px);
    pointer-events: none;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--gap-section);
}

.how .section-header {
    margin-bottom: 80px;
    position: relative;
}

.how .section-copy {
    margin: 0;
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-card);
    position: relative;
}

.step-card {
    position: relative;
    background: var(--ss-ink-2);
    border: 1px solid var(--line-subtle-alpha);
    border-radius: var(--radius-card);
    padding: 40px 32px 40px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.step-number {
    font-family: var(--ss-font-display);
    font-style: italic;
    font-size: var(--type-section-heading);
    letter-spacing: -2px;
    color: var(--ss-cyan);
    line-height: 1;
    text-shadow: 0 0 24px var(--cyan-bright-a45);
    margin-bottom: 24px;
}

.step-title {
    font-family: var(--ss-font-display);
    font-size: var(--type-card-heading);
    letter-spacing: var(--tracking-tight);
    color: var(--ss-fg-1);
    margin: 0;
    line-height: 1.15;
}

.step-copy {
    margin: 14px 0 0;
    color: var(--ss-fg-3);
    font-size: var(--type-small);
    line-height: 1.7;
}

.step-chip {
    margin-top: auto;
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: var(--gap-kicker);
    color: var(--ss-fg-4);
    font-size: var(--type-kicker);
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
}

.step-chip::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--ss-cyan);
    box-shadow: 0 0 8px var(--ss-cyan);
}

/* The middle step-card gets the sonar visual */
.step-card-sonar {
    padding-bottom: 24px;
}

.step-sonar {
    margin-top: auto;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-sonar .ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--cyan-bright-a25);
}

.step-sonar .ring.r1 {
    width: 64px;
    height: 64px;
    background: var(--cyan-bright-a08);
}

.step-sonar .ring.r2 {
    width: 96px;
    height: 96px;
}

.step-sonar .ring.r3 {
    width: 132px;
    height: 132px;
    opacity: .65;
}

.step-sonar .ring.r4 {
    width: 172px;
    height: 172px;
    opacity: .35;
    border-color: var(--cyan-bright-a15);
}

.step-sonar .dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--cyan-glint), var(--cyan-bright-a40));
    box-shadow: 0 0 16px var(--cyan-bright), inset 0 0 4px var(--white-a60);
}

/* ─── Featured stories ──────────────────────────────────────── */
.stories {
    background: var(--ss-ink-0);
}

.stories .section-header {
    margin-bottom: 56px;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.story-card {
    position: relative;
    aspect-ratio: 155 / 220;
    border-radius: var(--radius-card);
    overflow: hidden;
    border: 1px solid var(--line-subtle-alpha);
    transition: transform var(--ease-slow), box-shadow var(--ease-slow);
    display: flex;
    flex-direction: row;

    &:hover {
        transform: translateY(-4px);
        box-shadow: 0 32px 48px -16px var(--black-a60), 0 0 60px var(--cyan-bright-a12);
    }
}

.story-type {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: var(--radius-pill);
    background: var(--cyan-a18);
    border: 1px solid var(--cyan-a35);
    font-size: var(--type-micro);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--ss-cyan-frost);

    & .pulse {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--ss-cyan);
        box-shadow: 0 0 6px var(--ss-cyan);
    }
}

/* Highlight chip = filled cyan-tinted (the default look) */
.story-type-highlight {
    background: var(--cyan-a18);
    border-color: var(--cyan-a45);
    color: var(--ss-cyan-frost);
}

/* Insight chip = outline, no pulse, cooler greyscale */
.story-type-insight {
    background: var(--ink-scrim);
    border: 1px solid var(--text-line-muted);
    color: var(--text-bright-muted);
}

/* Legend row above the rail */
.story-legend {
    display: flex;
    gap: var(--gap-tight);
    align-items: center;
    margin-bottom: 32px;

    & .story-type {
        position: static;
        font-size: var(--type-kicker);
        padding: 6px 12px;
        letter-spacing: 1px;
    }
}

.story-content {
    display: flex;
    flex-direction: column;
}

.story-image {
    flex: 4;
    background-size: 110%;
}

.story-image-bridge {
    background-image: var(--image-bridge);
}

.story-image-north-church {
    background-image: url('images/image%203.png');
}

.story-image-grand-central {
    background-image: url('images/image%204.png');
}

.story-image-fenway {
    background-image: url('images/image%205.png');
}

.story-image-orchard {
    background-image: url('images/image%206.png');
    background-size: 115%;
}

.story-image-bunker-hill {
    background-image: url('images/image%207.png');
    background-size: 115%;
}

.story-title {
    font-family: var(--ss-font-ui);
    font-size: var(--type-small);
    line-height: 1.25;
    color: var(--ss-fg-1);
    font-weight: 500;
    flex: 1;
    margin: 0 10px;
}

.story-location {
    margin-top: 6px;
    font-size: var(--type-kicker);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-soft);
    margin: 0 10px 10px;
}

/* ─── Player content-section ────────────────────────────────────────── */
.player {
    position: relative;
    overflow: hidden;
}

.player-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}

.player-copy {
    max-width: 480px;
}

.feature-list {
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 28px;

    & li {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 20px;
        align-items: flex-start;
        padding-bottom: 28px;
        border-bottom: 1px solid var(--line-subtle-alpha);

        &:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }
    }

    & h4 {
        margin: 6px 0 0;
        font-family: var(--ss-font-display);
        font-size: var(--type-subhead);
        letter-spacing: -0.4px;
        color: var(--ss-fg-1);
        line-height: 1.2;
    }

    & p {
        margin: 8px 0 0;
        color: var(--ss-fg-3);
        font-size: var(--type-small);
        line-height: 1.65;
    }
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-icon);
    background: var(--ss-ink-6);
    border: 1px solid var(--line-subtle-alpha);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ss-cyan);

    & svg {
        width: 22px;
        height: 22px;
    }
}

.player-card {
    position: relative;
    aspect-ratio: 1 / 1.05;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--content-scrim-light) 0%, var(--content-scrim-heavy) 100%),
    url('images/bg-colosseum-immersive.png') center/cover no-repeat;
    border: 1px solid var(--line-soft-alpha);
    box-shadow: 0 60px 120px -40px var(--black-a70),
    0 0 80px var(--cyan-bright-a12);
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    &::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: var(--cyan-bright-a10);
        filter: blur(40px);
        pointer-events: none;
    }
}

.player-card-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-card);
    position: relative;
}

.player-card-kicker {
    font-size: var(--type-kicker);
    letter-spacing: var(--tracking-label);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ss-cyan);
}

.player-card-art {
    width: 240px;
    height: 240px;
    border-radius: var(--radius-art);
    overflow: hidden;
    border: 1px solid var(--media-border);
    box-shadow: 0 25px 50px -12px var(--black-a40), 0 0 60px -10px var(--cyan-bright-a18);
}

.player-card-art-bridge {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    font-family: var(--ss-font-mono);
    font-size: var(--type-caption);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--text-dim);
    background-image: var(--image-bridge);
    background-size: 100%;
}

.player-card-title {
    font-family: var(--ss-font-display);
    font-size: 24px;
    line-height: 1.2;
    color: var(--ss-fg-2);
    text-align: center;
    max-width: 320px;
}

.player-wave {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--gap-tight);
    position: relative;
}

.player-wave-bars {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 56px;
}

.player-times {
    display: flex;
    justify-content: space-between;
    font-size: var(--type-kicker);
    letter-spacing: var(--tracking-wide);
    color: var(--text-muted);
}

/* ─── Cities ────────────────────────────────────────────────── */
.cities {
    background: var(--ss-ink-0);
}

.cities .section-header {
    margin-bottom: 64px;
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-inline);
}

.city-card {
    position: relative;
    background: var(--ss-ink-2);
    border: 1px solid var(--line-subtle-alpha);
    border-radius: 20px;
    padding: 28px 24px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color var(--ease-standard), background var(--ease-standard);

    &:hover {
        border-color: var(--cyan-bright-a25);
        background: var(--card-hover-fill);
    }
}

.city-card-soon {
    background: transparent;
    border: 1px dashed var(--line-strong-alpha);
}

.city-name {
    font-family: var(--ss-font-display);
    font-size: var(--type-card-heading);
    letter-spacing: var(--tracking-tight);
    color: var(--ss-fg-1);
    line-height: 1.1;
}

.city-date {
    margin-top: 6px;
    font-size: var(--type-caption);
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
}

.city-count {
    display: flex;
    align-items: baseline;
    gap: var(--gap-micro);
    color: var(--ss-cyan);
}

.city-count strong {
    font-family: var(--ss-font-display);
    font-style: italic;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1;
}

.city-count small {
    font-size: var(--type-kicker);
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 700;
}

.city-card-soon .city-count strong {
    color: var(--text-dim);
}

/* ─── Quote ─────────────────────────────────────────────────── */
.quote {
    position: relative;
    background: var(--ss-ink-1);
    overflow: hidden;
}

.quote-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(ellipse, var(--cyan-a10) 0%, transparent 60%);
    filter: blur(48px);
    pointer-events: none;
}

.quote-content {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.quote-mark {
    font-family: var(--ss-font-display);
    font-style: italic;
    font-size: var(--type-download-heading);
    line-height: 0.4;
    color: var(--ss-cyan);
    opacity: 0.5;
    display: block;
    margin-bottom: 24px;
}

.quote-text {
    font-family: var(--ss-font-display);
    font-style: italic;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.25;
    letter-spacing: var(--tracking-tight);
    color: var(--ss-cyan-frost);
    margin: 0;
    text-wrap: balance;
}

.quote-caption {
    margin-top: 36px;
    font-size: var(--type-caption);
    letter-spacing: var(--tracking-label);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* ─── FAQ ───────────────────────────────────────────────────── */
.faq {
    background: var(--ss-ink-0);
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 96px;
    align-items: start;
}

.faq-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--line-soft-alpha);
}

.faq-item {
    border-bottom: 1px solid var(--line-soft-alpha);
    padding: 28px 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: var(--gap-card);
    align-items: flex-start;

    & h4 {
        margin: 0;
        font-family: var(--ss-font-display);
        font-size: var(--type-subhead);
        letter-spacing: -0.4px;
        color: var(--ss-fg-1);
        line-height: 1.25;
    }

    & p {
        margin: 14px 0 0;
        grid-column: 1 / -1;
        color: var(--ss-fg-3);
        font-size: var(--type-small);
        line-height: 1.7;
        max-width: 60ch;
        display: none;
    }

    &.open p {
        display: block;
    }

    &.open .faq-toggle {
        background: var(--ss-cyan);
        color: var(--ss-fg-on-cyan);
        border-color: transparent;
        box-shadow: 0 0 12px var(--cyan-bright-a50);
    }
}

.faq-toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--surface-wash);
    border: 1px solid var(--line-control-alpha);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ss-fg-3);
    font-family: var(--ss-font-ui);
    font-weight: 400;
    font-size: var(--type-body);
    line-height: 1;
    flex-shrink: 0;
}

/* ─── Final CTA ─────────────────────────────────────────────── */
.download {
    position: relative;
    text-align: center;
    background: radial-gradient(60% 80% at 50% 80%, var(--cyan-a16) 0%, transparent 70%),
    var(--ss-ink-1);
    overflow: hidden;
    padding: var(--download-padding) 0;
}

.download-orb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--ss-grad-play-btn);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 200px var(--cyan-bright-a40),
    0 0 80px var(--cyan-bright-a60),
    inset 0 0 24px var(--white-a40);
    position: relative;

    & svg {
        width: 56px;
        height: 64px;
    }

    &::before,
    &::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 1px solid var(--cyan-bright-a25);
    }

    &::before {
        inset: -32px;
    }

    &::after {
        inset: -64px;
        border-color: var(--cyan-bright-a12);
    }
}

.download-title {
    font-family: var(--ss-font-display);
    font-size: var(--type-download-heading);
    line-height: 0.98;
    letter-spacing: -2.4px;
    color: var(--ss-cyan-frost);
    margin: 56px 0 0;

    & em {
        font-style: italic;
        color: var(--ss-cyan);
    }
}

.download-copy {
    margin: 28px auto 0;
    color: var(--ss-fg-3);
    font-size: var(--type-lede);
    line-height: 1.6;
    max-width: 44ch;
    text-wrap: pretty;
}

.download-actions {
    margin-top: 48px;
    display: inline-flex;
    gap: var(--gap-inline);
    flex-wrap: wrap;
    justify-content: center;
}

/* ─── Footer ────────────────────────────────────────────────── */
.site-footer {
    background: var(--ss-ink-0);
    border-top: 1px solid var(--line-soft-alpha);
    padding: 80px 0 56px;
}

.footer-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: var(--gap-large);
    margin-bottom: 64px;
}

.footer-brand .brand-name {
    font-size: 36px;
}

.footer-tag {
    margin: 16px 0 0;
    font-family: var(--ss-font-display);
    font-style: italic;
    font-size: var(--type-lede);
    color: var(--ss-fg-3);
    letter-spacing: -0.2px;
}

.footer-column h5 {
    margin: 0 0 20px;
    font-family: var(--ss-font-ui);
    font-weight: 700;
    font-size: var(--type-kicker);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: var(--text-soft);
}

.footer-column {
    & ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    & a {
        font-size: var(--type-nav);
        color: var(--ss-fg-3);
        transition: color var(--ease-fast);

        &:hover {
            color: var(--ss-cyan);
        }
    }
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--line-soft-alpha);
    font-size: var(--type-caption);
    letter-spacing: 1px;
    color: var(--text-dim);
    text-transform: uppercase;
    font-weight: 600;
}

/* ─── Legal pages ───────────────────────────────────────────── */
.legal-page {
    min-height: 100vh;
}

.legal-main {
    padding-top: var(--nav-height);
}

.legal-hero {
    position: relative;
    padding: 128px 0 72px;
    background: radial-gradient(60% 70% at 25% 20%, var(--cyan-a16) 0%, transparent 68%),
    linear-gradient(180deg, var(--ss-ink-1) 0%, var(--ss-ink-0) 100%);
    border-bottom: 1px solid var(--line-soft-alpha);
    overflow: hidden;
}

.legal-title {
    margin: 20px 0 0;
    font-family: var(--ss-font-display);
    font-size: var(--type-section-heading);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.2px;
    color: var(--ss-cyan-frost);
}

.legal-updated {
    margin: 20px 0 0;
    color: var(--text-muted);
    font-size: var(--type-caption);
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
}

.legal-section {
    padding: 88px 0 128px;
    background: var(--ss-ink-0);
}

.legal-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 720px);
    gap: 80px;
    align-items: start;
}

.legal-summary {
    position: sticky;
    top: calc(var(--nav-height) + 32px);
    padding: 28px;
    border: 1px solid var(--line-soft-alpha);
    border-radius: 20px;
    background: var(--ss-ink-2);
}

.legal-summary h2,
.legal-content h2 {
    margin: 0;
    font-family: var(--ss-font-display);
    font-size: var(--type-subhead);
    font-weight: 400;
    letter-spacing: -0.4px;
    color: var(--ss-fg-1);
}

.legal-summary p {
    margin: 14px 0 0;
    color: var(--ss-fg-3);
    font-size: var(--type-small);
    line-height: 1.7;
}

.legal-content {
    color: var(--ss-fg-3);
}

.legal-content h2 {
    margin-top: 44px;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p {
    margin: 14px 0 0;
    font-size: var(--type-body);
    line-height: 1.75;
    text-wrap: pretty;
}

.footer-bottom a {
    color: var(--ss-fg-3);
    transition: color var(--ease-fast);
}

.footer-bottom a:hover {
    color: var(--ss-cyan);
}

/* ─── Responsive ────────────────────────────────────────────── */
@media (max-width: 1080px) {
    .page-shell {
        padding: 0 var(--shell-gutter-tablet);
    }

    .content-section {
        padding: var(--section-padding-tight) 0;
    }

    .hero-title {
        font-size: var(--type-section-heading);
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: var(--gap-large);
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .phone-preview {
        margin: 0 auto;
    }

    .section-heading {
        font-size: 48px;
    }

    .story-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .city-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .player-layout {
        grid-template-columns: 1fr;
        gap: var(--gap-large);
    }

    .step-grid {
        grid-template-columns: 1fr;
    }

    .manifesto-grid {
        grid-template-columns: 1fr;
        gap: var(--gap-medium);
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: var(--gap-medium);
    }

    .download-title {
        font-size: var(--type-section-heading);
    }

    .footer-layout {
        grid-template-columns: 1fr 1fr;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: var(--gap-medium);
    }

    .legal-summary {
        position: static;
    }

    .quote-text {
        font-size: var(--type-card-heading);
    }

    .nav-links {
        display: none;
    }
}
