:root {
    --ink: #0a0a0b;
    --ivory: #ffffff;
    --paper: #f2f3f7;
    --muted-dark: #a7a9b4;
    --muted-light: #656876;
    --line-dark: rgba(255,255,255,.2);
    --line-light: rgba(10,10,11,.14);
    --brand: #f6c900;
    --brand-soft: #d98a00;
    --brand-deep: #8a5700;
    --brand-rgb: 246,201,0;
    --celebrate: #ff6b35;
    --display: "Anton", sans-serif;
    --serif: "Instrument Serif", serif;
    --sans: "Inter", sans-serif;
    --mono: "DM Mono", monospace;
    --page: min(1180px, calc(100% - 56px));
    --header: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font-family: var(--sans); }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.dark-section { color: var(--ivory); background: var(--ink); }
.light-section { color: var(--ink); background: var(--ivory); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-160%); color: var(--ink); background: var(--ivory); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header {
    position: fixed;
    z-index: 50;
    inset: 0 0 auto;
    height: var(--header);
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #fff;
    background: rgba(5,5,5,.84);
    border-bottom: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(16px);
}
.brand { position: relative; width: 142px; height: 32px; overflow: hidden; }
.brand img { position: absolute; width: 156px; max-width: none; height: auto; left: -8px; top: 50%; transform: translateY(-47%); filter: invert(1); }
.site-tabs { height: 42px; padding: 4px; display: flex; align-items: center; gap: 2px; border: 1px solid var(--line-dark); border-radius: 999px; background: rgba(255,255,255,.04); }
.site-tabs a { padding: 10px 13px; border-radius: 999px; color: #aaa69f; font: 500 .6rem var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: color 160ms, background 160ms; }
.site-tabs a:hover, .site-tabs a:focus-visible { color: #fff; }
.site-tabs a[aria-current="page"] { color: var(--ink); background: var(--brand); }
.header-cta { justify-self: end; display: flex; gap: 12px; font: 500 .63rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.header-cta:hover, .header-cta:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.menu-button { display: none; justify-self: end; width: 42px; height: 42px; padding: 0; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
.menu-button span { display: block; width: 16px; height: 1px; margin: 5px auto; background: currentColor; transition: transform 160ms; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.eyebrow { margin: 0; font: 500 .62rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.dark-section .eyebrow { color: var(--brand-soft); }
.light-section .eyebrow { color: var(--brand-deep); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 25px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid currentColor; border-radius: 999px; font: 500 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: color 160ms, background 160ms, transform 160ms; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light, .button-dark { color: var(--ink); background: var(--brand); border-color: var(--brand); }
.button-light:hover, .button-light:focus-visible, .button-dark:hover, .button-dark:focus-visible { color: var(--brand-deep); background: #fff; border-color: #fff; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--line-dark); font: 500 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.home-hero { position: relative; height: 100svh; height: 100dvh; min-height: 640px; padding: calc(var(--header) + 46px) 28px 34px; overflow: hidden; display: flex; align-items: center; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: 60% center; filter: grayscale(1) contrast(1.1) brightness(.72); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.28) 58%, rgba(0,0,0,.48)), linear-gradient(180deg, rgba(0,0,0,.3), transparent 48%, rgba(0,0,0,.55)); }
.hero-copy { position: relative; z-index: 2; width: var(--page); margin: auto; }
.hero-copy h1 { max-width: 760px; margin: 26px 0 18px; font: 400 clamp(4.2rem, 9vw, 8.4rem)/.96 var(--display); letter-spacing: 0; text-transform: uppercase; }
.hero-copy h1 span { color: transparent; -webkit-text-stroke: clamp(1px, .12vw, 2px) var(--brand-soft); }
.hero-lede { margin: 0; color: #cbc7bf; font-size: 1.02rem; line-height: 1.5; }
.trusted-ribbon { color: var(--ivory); }
.trusted-ribbon-hero { position: absolute; z-index: 4; right: 0; bottom: 0; width: min(62vw, 920px); height: 148px; padding: 12px 0 12px clamp(64px, 7vw, 140px); display: grid; grid-template-rows: auto minmax(0, 1fr); gap: 10px; align-items: stretch; background: transparent; }
.trusted-ribbon-label { margin: 0; padding-left: 10px; color: #fff; font: 500 .54rem var(--mono); letter-spacing: .1em; white-space: nowrap; text-transform: uppercase; }
.trusted-ribbon-hero .trusted-marquee { height: 100%; background: rgba(9,9,9,.82); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.trusted-marquee { min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.trusted-track { width: max-content; height: 100%; display: flex; align-items: center; animation: trusted-scroll 19s linear infinite; will-change: transform; }
.trusted-group { flex: none; padding-right: 42px; display: flex; align-items: center; gap: 42px; }
.trusted-logo { flex: 0 0 auto; width: max-content; height: auto; display: block; overflow: visible; line-height: 0; background: #090909; }
.trusted-logo img { display: block; width: auto; max-width: none; height: 56px; object-fit: contain; }
.trusted-logo-studio img { filter: grayscale(1) contrast(1.65) brightness(1.12); }
.trusted-logo-karlee img { filter: grayscale(1) invert(1) contrast(1.35); }
.trusted-logo-next img { filter: grayscale(1) contrast(1.45) brightness(1.18); }
.trusted-ribbon-hero .trusted-logo img { height: 100px; }
.trusted-ribbon-hero .trusted-group { gap: 56px; padding-right: 56px; }
@keyframes trusted-scroll { to { transform: translateX(-50%); } }

.product-snapshot { min-height: 620px; padding: 62px max(28px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 8vw, 120px); align-items: center; overflow: hidden; }
.snapshot-copy h2 { margin: 22px 0 22px; font: 400 clamp(2.8rem, 5vw, 5rem)/.95 var(--display); letter-spacing: 0; text-transform: uppercase; }
.snapshot-copy h2 em { display: block; font-family: var(--serif); font-weight: 400; text-transform: none; }
.snapshot-copy > p:last-of-type { max-width: 520px; margin: 0; color: var(--muted-light); line-height: 1.65; }
.quick-points { margin-top: 28px; padding-top: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; border-top: 1px solid var(--line-light); }
.quick-points span { font: 500 .63rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.snapshot-device { position: relative; min-height: 500px; display: grid; place-items: center; }
.snapshot-device::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(var(--brand-rgb),.32); border-radius: 50%; background: transparent; box-shadow: none; }
.phone-frame { position: relative; z-index: 2; width: 244px; aspect-ratio: 968 / 1750; padding: 0; overflow: hidden; border: 0; border-radius: 34px; background: transparent; box-shadow: none; animation: snapshot-phone-float 5.4s ease-in-out infinite; }
.phone-frame img { position: absolute; width: 124%; max-width: none; height: 105%; left: -12%; top: -2.5%; border-radius: 38px; object-fit: fill; mix-blend-mode: normal; }
.metric { position: absolute; z-index: 3; min-width: 148px; padding: 14px 16px; color: var(--ink); background: var(--brand); border: 1px solid rgba(10,10,11,.2); animation: snapshot-label-float 4.6s ease-in-out infinite; }
.metric small { display: block; color: rgba(10,10,11,.66); font: .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 6px; font: 400 1.8rem var(--serif); }
.metric-top { left: 0; top: 18%; animation-delay: -1.1s; }
.metric-bottom { right: 0; bottom: 18%; animation-delay: -3.2s; animation-duration: 5.1s; }
@keyframes snapshot-phone-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-11px); }
}
@keyframes snapshot-label-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.route-section { padding: 64px 28px 72px; }
.route-heading { width: var(--page); margin: 0 auto 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.route-heading h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5rem)/.94 var(--display); letter-spacing: 0; text-transform: uppercase; }
.route-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.route-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.route-card { min-height: 255px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: color 180ms, background 180ms; }
.route-card > span { color: var(--muted-dark); font: .58rem var(--mono); letter-spacing: .08em; }
.route-card h3 { margin: 38px 0 10px; font: 400 clamp(2.1rem, 3.6vw, 3.6rem)/.9 var(--serif); }
.route-card p { max-width: 290px; margin: 0; color: var(--muted-dark); font-size: .86rem; line-height: 1.5; }
.route-card b { margin-top: auto; display: flex; justify-content: space-between; font: 500 .6rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.route-card i { font-style: normal; font-size: 1rem; }
.route-card:hover, .route-card:focus-visible, .route-card-light { color: var(--ink); background: var(--ivory); }
.route-card:hover p, .route-card:focus-visible p, .route-card-light p, .route-card-light > span { color: var(--muted-light); }

.compact-cta { width: 100%; padding: 46px max(28px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 36px; border-bottom: 1px solid var(--line-light); }
.compact-cta h2 { margin: 12px 0 0; font: 400 clamp(2.3rem, 4vw, 4rem)/.95 var(--serif); }

.brand-statement { min-height: 360px; padding: 54px 28px; display: grid; place-content: center; justify-items: center; text-align: center; overflow: hidden; }
.brand-statement h2 { max-width: 1080px; margin: 22px 0 18px; font: 400 clamp(3.6rem, 7.4vw, 7.4rem)/.88 var(--display); letter-spacing: 0; text-transform: uppercase; }
.brand-statement h2 em { color: transparent; font-style: normal; -webkit-text-stroke: clamp(1px, .12vw, 2px) var(--brand); }
.brand-statement > p:not(.eyebrow) { margin: 0; color: var(--muted-light); font: .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.brand-statement .button { margin-top: 28px; }

.site-footer { min-height: 126px; padding: 30px 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; color: var(--muted-light); font: .58rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.footer-brand { width: 128px; }
.site-footer > div { justify-self: end; display: flex; gap: 18px; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }

/* Compact secondary pages */
.sub-hero { min-height: 440px; padding: calc(var(--header) + 70px) 28px 62px; display: grid; align-items: end; }
.sub-hero-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; align-items: end; }
.sub-hero h1 { margin: 0; font: 400 clamp(3.8rem, 8vw, 8rem)/.88 var(--display); letter-spacing: 0; text-transform: uppercase; }
.sub-hero h1 span { color: transparent; -webkit-text-stroke: 1px var(--ivory); }
.sub-intro { max-width: 500px; margin: 0 0 8px; color: #bbb7b0; line-height: 1.65; }
.progress-reel { position: relative; height: 100svh; height: 100dvh; background: var(--ink); }
.progress-reel-sticky { position: relative; height: 100%; padding: calc(var(--header) + 12px) 0 16px; overflow: hidden; display: grid; isolation: isolate; }
.progress-reel-rails { min-height: 0; display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 8px; }
.progress-rail { min-width: 0; overflow: hidden; }
.progress-rail-track { width: max-content; height: 100%; display: flex; gap: 0; animation: progress-rail-loop 28s linear infinite; will-change: transform; }
.progress-rail-middle .progress-rail-track { animation-direction: reverse; animation-duration: 32s; }
.progress-rail:nth-child(3) .progress-rail-track { animation-duration: 35s; }
.progress-rail-group { flex: none; height: 100%; padding-right: 8px; display: flex; gap: 8px; }
@keyframes progress-rail-loop { to { transform: translate3d(-50%, 0, 0); } }
.progress-reel-card { position: relative; flex: 0 0 auto; width: clamp(260px, 28vw, 470px); height: 100%; margin: 0; overflow: hidden; background: #111; }
.progress-reel-card-wide { width: clamp(340px, 36vw, 600px); }
.progress-reel-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(0,0,0,.66)); pointer-events: none; }
.progress-reel-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.12) brightness(.68); transform: scale(1.02); }
.progress-reel-card figcaption { position: absolute; z-index: 2; left: 15px; bottom: 12px; color: rgba(255,255,255,.78); font: 500 .5rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.progress-reel-shade { position: absolute; z-index: 3; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,.06), rgba(0,0,0,.38) 58%, rgba(0,0,0,.68)), linear-gradient(180deg, rgba(0,0,0,.2), transparent 30%, rgba(0,0,0,.18)); pointer-events: none; }
.progress-reel-copy { position: absolute; z-index: 5; inset: 50% auto auto 50%; width: min(1100px, calc(100% - 56px)); transform: translate3d(-50%, -50%, 0); text-align: center; pointer-events: none; }
.progress-reel-copy .eyebrow { margin-bottom: 22px; color: var(--brand-soft); }
.progress-reel-copy h1 { margin: 0; color: var(--ivory); font: 400 clamp(4.4rem, 9vw, 9rem)/1.03 var(--display); letter-spacing: 0; text-transform: uppercase; text-shadow: 0 8px 32px rgba(0,0,0,.56); }
.progress-reel-copy h1 span { color: transparent; -webkit-text-stroke: clamp(1px, .12vw, 2px) var(--brand-soft); }
.detail-section { padding: 54px 28px 62px; }
.detail-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.detail-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.detail-card { min-height: 230px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.detail-card > span { color: var(--muted-light); font: .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.detail-card h2 { margin: 32px 0 10px; font: 400 clamp(1.8rem, 3vw, 2.8rem)/.95 var(--serif); }
.detail-card p { margin: 0; color: var(--muted-light); font-size: .86rem; line-height: 1.55; }
.detail-card b { margin-top: auto; color: var(--brand-deep); font: 500 .6rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.social-detail-dark { padding-block: 68px 76px; }
.social-detail-dark .detail-grid { border-color: var(--line-dark); }
.social-detail-dark .detail-card { border-color: var(--line-dark); background: #090909; }
.social-detail-dark .detail-card:nth-child(2) { background: #101010; }
.social-detail-dark .detail-card > span, .social-detail-dark .detail-card p { color: var(--muted-dark); }
.social-detail-dark .detail-card h2, .social-detail-dark .detail-card b { color: var(--ivory); }
.feature-stage { position: relative; min-height: 100svh; min-height: 100dvh; padding: calc(var(--header) + 28px) 28px 28px; display: grid; grid-template-rows: auto minmax(390px, 1fr) auto; align-items: center; overflow: hidden; isolation: isolate; }
.feature-stage:focus-visible { outline: 2px solid var(--brand-soft); outline-offset: -5px; }
.feature-stage-copy { position: relative; z-index: 8; width: var(--page); margin: auto; }
.feature-stage-copy h1 { width: 100%; margin: 0; white-space: nowrap; font: 400 clamp(4.1rem, 8.9vw, 9.2rem)/.88 var(--display); letter-spacing: 0; text-align: center; text-transform: uppercase; }
.feature-stage-copy h1 span { color: transparent; -webkit-text-stroke: 1px var(--brand-soft); }
.feature-phone-cloud { position: relative; z-index: 2; width: min(1500px, 100vw); height: 100%; min-height: 350px; margin-inline: auto; perspective: 1300px; transform-style: preserve-3d; touch-action: pan-y; pointer-events: none; }
.feature-phone, .feature-edge-nav { pointer-events: auto; }
.feature-phone { --feature-x: 0px; --feature-rotate-y: 0deg; --feature-rotate-z: 0deg; --feature-scale: 1; --feature-opacity: 1; --feature-depth: 0px; --feature-z: 5; position: absolute; z-index: var(--feature-z); left: 50%; top: 50%; width: clamp(155px, 13.5vw, 210px); padding: 0; color: var(--ivory); background: transparent; border: 0; opacity: var(--feature-opacity); cursor: pointer; touch-action: pan-y; transform: translate3d(calc(-50% + var(--feature-x)), -50%, var(--feature-depth)) rotateY(var(--feature-rotate-y)) rotateZ(var(--feature-rotate-z)) scale(var(--feature-scale)); transform-style: preserve-3d; transition: transform 620ms cubic-bezier(.22,.61,.36,1), opacity 460ms ease, filter 460ms ease; will-change: transform, opacity; }
.feature-phone:not(.is-active) { filter: saturate(.72) brightness(.7); }
.feature-phone:hover, .feature-phone:focus-visible { filter: saturate(1) brightness(.92); outline: 0; }
.feature-phone.is-active { filter: none; }
.feature-phone-cue { position: absolute; z-index: 4; left: calc(100% - 8px); bottom: calc(100% - 104px); display: flex; flex-direction: column; align-items: flex-start; gap: 3px; color: var(--brand); opacity: 0; transform: translate(-6px, 8px); transition: opacity 300ms ease, transform 300ms ease; pointer-events: none; }
.feature-phone-cue b { padding-left: 8px; font: 500 .58rem var(--mono); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.feature-phone-cue svg { height: clamp(52px, 5vw, 74px); width: auto; overflow: visible; }
.feature-phone.is-active .feature-phone-cue { opacity: 1; transform: none; animation: feature-cue-float 3.2s ease-in-out 300ms infinite; }
@keyframes feature-cue-float { 50% { transform: translate(4px, -7px); } }
.feature-phone-shell { position: relative; display: block; width: 100%; }
.feature-phone-shell > img { width: 100%; height: auto; }
.feature-edge-nav { position: absolute; z-index: 30; top: 50%; width: 44px; height: 64px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 0; color: var(--ivory); background: transparent; box-shadow: none; cursor: pointer; transform: translateY(-50%); transition: color 120ms, transform 120ms; font: 400 2.2rem/1 var(--mono); }
.feature-edge-nav-prev { left: calc(50% - clamp(78px, 6.75vw, 105px) - 64px); }
.feature-edge-nav-next { right: calc(50% - clamp(78px, 6.75vw, 105px) - 64px); }
.feature-edge-nav:hover, .feature-edge-nav:focus-visible { color: var(--brand-soft); background: transparent; outline: 0; transform: translateY(-50%) scale(1.12); }
.feature-slide-name { position: relative; z-index: 8; min-width: 190px; margin: 0 auto; padding: 12px 20px; color: var(--brand-soft); border-top: 1px solid var(--line-dark); font: 500 .62rem var(--mono); letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.feature-explainer { min-height: 410px; padding: 62px max(28px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .38fr 1.15fr .7fr; gap: clamp(34px, 6vw, 88px); align-items: start; scroll-margin-top: var(--header); border-bottom: 1px solid var(--line-light); }
.feature-explainer-index { display: flex; align-items: center; gap: 16px; color: var(--brand-deep); font: 500 .72rem var(--mono); }
.feature-explainer-index i { width: 72px; height: 1px; background: currentColor; transform-origin: left; animation: feature-line-in 480ms ease both; }
.feature-explainer-copy h2 { max-width: 650px; margin: 20px 0 18px; font: 400 clamp(3rem, 5.5vw, 5.6rem)/.92 var(--display); letter-spacing: 0; text-transform: uppercase; }
.feature-explainer-copy > p:last-child { max-width: 640px; margin: 0; color: var(--muted-light); line-height: 1.65; }
.feature-explainer-proof { padding-top: 4px; }
.feature-explainer-proof > span { color: var(--muted-light); font: 500 .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.feature-explainer-proof p { margin: 18px 0 28px; font-size: .86rem; line-height: 1.55; }
.feature-explainer-proof button { padding: 0 0 8px; display: flex; justify-content: space-between; width: 100%; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line-light); cursor: pointer; font: 500 .58rem var(--mono); letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.feature-explainer-proof button:hover, .feature-explainer-proof button:focus-visible { color: var(--brand-deep); outline: 0; }
@keyframes feature-line-in { from { transform: scaleX(0); } }
.screen-band { min-height: 540px; padding: 56px max(28px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; overflow: hidden; }
.screen-copy h2 { margin: 18px 0; font: 400 clamp(2.8rem, 5vw, 5rem)/.94 var(--display); letter-spacing: 0; text-transform: uppercase; }
.screen-copy p { max-width: 470px; margin: 0; color: var(--muted-dark); line-height: 1.65; }
.screen-row { display: flex; justify-content: center; align-items: flex-end; gap: 18px; }
.screen-row figure { width: 210px; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: transparent; box-shadow: 0 25px 65px rgba(0,0,0,.35); }
.screen-row:not(.screen-orbit) figure:nth-child(2) { transform: translateY(28px); }
.screen-row img { border-radius: 28px; }
.screen-orbit { --orbit-x: 175px; position: relative; height: 470px; display: block; perspective: 1050px; perspective-origin: 50% 46%; transform-style: preserve-3d; isolation: isolate; }
.screen-orbit figure { position: absolute; z-index: 1; width: 195px; left: calc(50% - 97px); top: 46px; overflow: visible; border-radius: 28px; box-shadow: none; transform-style: preserve-3d; backface-visibility: hidden; will-change: transform, opacity, filter; animation: phone-orbit 12s linear infinite; }
.screen-orbit figure:nth-child(2) { animation-delay: -4s; }
.screen-orbit figure:nth-child(3) { animation-delay: -8s; }
.screen-orbit img { filter: drop-shadow(0 32px 30px rgba(0,0,0,.55)); }
@keyframes phone-orbit {
    0% { z-index: 1; opacity: 0.32; filter: brightness(0.48) blur(0.80px); transform: translate3d(calc(var(--orbit-x) * -0.0000), 38.0px, -390px) rotateY(0.00deg) scale(0.640); }
    4.1667% { z-index: 1; opacity: 0.33; filter: brightness(0.49) blur(0.75px); transform: translate3d(calc(var(--orbit-x) * -0.2588), 36.8px, -380px) rotateY(4.92deg) scale(0.648); }
    8.3333% { z-index: 1; opacity: 0.37; filter: brightness(0.51) blur(0.60px); transform: translate3d(calc(var(--orbit-x) * -0.5000), 33.4px, -352px) rotateY(9.50deg) scale(0.672); }
    12.5% { z-index: 2; opacity: 0.42; filter: brightness(0.56) blur(0.40px); transform: translate3d(calc(var(--orbit-x) * -0.7071), 28.0px, -307px) rotateY(13.44deg) scale(0.710); }
    16.6667% { z-index: 2; opacity: 0.49; filter: brightness(0.61) blur(0.20px); transform: translate3d(calc(var(--orbit-x) * -0.8660), 21.0px, -248px) rotateY(16.45deg) scale(0.760); }
    20.8333% { z-index: 3; opacity: 0.57; filter: brightness(0.67) blur(0.05px); transform: translate3d(calc(var(--orbit-x) * -0.9659), 12.8px, -179px) rotateY(18.35deg) scale(0.818); }
    25% { z-index: 3; opacity: 0.66; filter: brightness(0.74); transform: translate3d(calc(var(--orbit-x) * -1.0000), 4.0px, -105px) rotateY(19.00deg) scale(0.880); }
    29.1667% { z-index: 4; opacity: 0.75; filter: brightness(0.81); transform: translate3d(calc(var(--orbit-x) * -0.9659), -4.8px, -31px) rotateY(18.35deg) scale(0.942); }
    33.3333% { z-index: 5; opacity: 0.83; filter: brightness(0.87); transform: translate3d(calc(var(--orbit-x) * -0.8660), -13.0px, 37px) rotateY(16.45deg) scale(1.000); }
    37.5% { z-index: 5; opacity: 0.90; filter: brightness(0.92); transform: translate3d(calc(var(--orbit-x) * -0.7071), -20.0px, 97px) rotateY(13.44deg) scale(1.050); }
    41.6667% { z-index: 6; opacity: 0.95; filter: brightness(0.97); transform: translate3d(calc(var(--orbit-x) * -0.5000), -25.4px, 142px) rotateY(9.50deg) scale(1.088); }
    45.8333% { z-index: 6; opacity: 0.99; filter: brightness(0.99); transform: translate3d(calc(var(--orbit-x) * -0.2588), -28.8px, 170px) rotateY(4.92deg) scale(1.112); }
    50% { z-index: 6; opacity: 1.00; filter: brightness(1.00); transform: translate3d(calc(var(--orbit-x) * -0.0000), -30.0px, 180px) rotateY(0.00deg) scale(1.120); }
    54.1667% { z-index: 6; opacity: 0.99; filter: brightness(0.99); transform: translate3d(calc(var(--orbit-x) * 0.2588), -28.8px, 170px) rotateY(-4.92deg) scale(1.112); }
    58.3333% { z-index: 6; opacity: 0.95; filter: brightness(0.97); transform: translate3d(calc(var(--orbit-x) * 0.5000), -25.4px, 142px) rotateY(-9.50deg) scale(1.088); }
    62.5% { z-index: 5; opacity: 0.90; filter: brightness(0.92); transform: translate3d(calc(var(--orbit-x) * 0.7071), -20.0px, 97px) rotateY(-13.44deg) scale(1.050); }
    66.6667% { z-index: 5; opacity: 0.83; filter: brightness(0.87); transform: translate3d(calc(var(--orbit-x) * 0.8660), -13.0px, 38px) rotateY(-16.45deg) scale(1.000); }
    70.8333% { z-index: 4; opacity: 0.75; filter: brightness(0.81); transform: translate3d(calc(var(--orbit-x) * 0.9659), -4.8px, -31px) rotateY(-18.35deg) scale(0.942); }
    75% { z-index: 3; opacity: 0.66; filter: brightness(0.74); transform: translate3d(calc(var(--orbit-x) * 1.0000), 4.0px, -105px) rotateY(-19.00deg) scale(0.880); }
    79.1667% { z-index: 3; opacity: 0.57; filter: brightness(0.67) blur(0.05px); transform: translate3d(calc(var(--orbit-x) * 0.9659), 12.8px, -179px) rotateY(-18.35deg) scale(0.818); }
    83.3333% { z-index: 2; opacity: 0.49; filter: brightness(0.61) blur(0.20px); transform: translate3d(calc(var(--orbit-x) * 0.8660), 21.0px, -248px) rotateY(-16.45deg) scale(0.760); }
    87.5% { z-index: 2; opacity: 0.42; filter: brightness(0.56) blur(0.40px); transform: translate3d(calc(var(--orbit-x) * 0.7071), 28.0px, -307px) rotateY(-13.44deg) scale(0.710); }
    91.6667% { z-index: 1; opacity: 0.37; filter: brightness(0.51) blur(0.60px); transform: translate3d(calc(var(--orbit-x) * 0.5000), 33.4px, -352px) rotateY(-9.50deg) scale(0.672); }
    95.8333% { z-index: 1; opacity: 0.33; filter: brightness(0.49) blur(0.75px); transform: translate3d(calc(var(--orbit-x) * 0.2588), 36.8px, -380px) rotateY(-4.92deg) scale(0.648); }
    100% { z-index: 1; opacity: 0.32; filter: brightness(0.48) blur(0.80px); transform: translate3d(calc(var(--orbit-x) * -0.0000), 38.0px, -390px) rotateY(0.00deg) scale(0.640); }
}
.coach-team-hero { position: relative; height: 100svh; height: 100dvh; min-height: 700px; padding: calc(var(--header) + 40px) 28px 34px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.coach-team-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,.08) 0, rgba(0,0,0,.3) 50%, rgba(0,0,0,.72) 100%), linear-gradient(180deg, rgba(0,0,0,.18), transparent 30%, rgba(0,0,0,.28)); pointer-events: none; }
.coach-hero-collage { position: absolute; z-index: 2; inset: var(--header) 0 0; }
.coach-collage-photo { --tilt: 0deg; position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.48); box-shadow: 0 28px 80px rgba(0,0,0,.42); opacity: 0; transform: rotate(var(--tilt)) scale(0); animation: coach-photo-build 1.05s cubic-bezier(.16,1,.3,1) forwards; }
.coach-collage-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.82) contrast(1.08) brightness(.82); }
.coach-collage-one { --tilt: -3deg; width: min(31vw, 470px); height: 52vh; left: -1vw; top: 2vh; transform-origin: left top; animation-delay: 80ms; }
.coach-collage-one img { object-position: center 20%; }
.coach-collage-two { --tilt: 2.5deg; width: min(29vw, 440px); height: 48vh; right: -1vw; top: 4vh; transform-origin: right top; animation-delay: 230ms; }
.coach-collage-two img { object-position: center 37%; }
.coach-collage-three { --tilt: 2deg; width: min(23vw, 350px); height: 45vh; left: 10vw; bottom: -3vh; transform-origin: left bottom; animation-delay: 390ms; }
.coach-collage-three img { width: 106.6%; max-width: none; margin-left: -3.3%; object-position: center 48%; }
.coach-collage-four { --tilt: -2.5deg; width: min(30vw, 450px); height: 46vh; right: 7vw; bottom: -4vh; transform-origin: right bottom; animation-delay: 540ms; }
.coach-collage-four img { object-position: center 35%; }
@keyframes coach-photo-build {
    0% { opacity: 0; transform: rotate(var(--tilt)) scale(0); }
    72% { opacity: 1; transform: rotate(var(--tilt)) scale(1.045); }
    100% { opacity: 1; transform: rotate(var(--tilt)) scale(1); }
}
.coach-team-hero-copy { position: relative; z-index: 3; width: min(980px, calc(100% - 40px)); color: var(--ivory); text-align: center; opacity: 0; transform: translateY(22px); animation: coach-copy-build 700ms 620ms cubic-bezier(.16,1,.3,1) forwards; text-shadow: 0 4px 24px rgba(0,0,0,.85); }
.coach-team-hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -90px -120px; background: radial-gradient(ellipse, rgba(0,0,0,.7), rgba(0,0,0,.24) 52%, transparent 74%); }
.coach-team-hero-copy h1 { margin: 18px 0 22px; font: 400 clamp(4.8rem, 10vw, 10.5rem)/.86 var(--display); letter-spacing: 0; text-transform: uppercase; }
.coach-team-hero-copy h1 span { color: transparent; -webkit-text-stroke: clamp(1px, .13vw, 2px) var(--brand-soft); }
.coach-team-hero-copy > p:last-child { max-width: 620px; margin: auto; color: #c5c0b7; font-size: .96rem; line-height: 1.6; }
@keyframes coach-copy-build { to { opacity: 1; transform: none; } }
.coach-hero-note { position: absolute; z-index: 3; right: 28px; bottom: 24px; margin: 0; color: #aaa69f; font: .56rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.coach-band { position: relative; min-height: 510px; padding: 60px max(28px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; overflow: hidden; }
.coach-copy { position: relative; z-index: 2; }
.coach-copy h2 { margin: 18px 0; font: 400 clamp(2.8rem, 5vw, 5rem)/.94 var(--display); letter-spacing: 0; text-transform: uppercase; }
.coach-copy p { max-width: 470px; color: #bbb7b0; line-height: 1.65; }
.coach-image { position: relative; height: 390px; margin: 0; overflow: hidden; }
.coach-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.mini-stat-row { margin-top: 24px; display: flex; gap: 10px; }
.mini-stat { min-width: 130px; padding: 14px; border: 1px solid var(--line-dark); }
.mini-stat span { color: var(--muted-dark); font: .54rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.mini-stat strong { display: block; margin-top: 6px; font: 400 1.7rem var(--serif); }

.coach-pricing { padding: 76px 28px 84px; }
.coach-pricing-heading { width: var(--page); margin: 0 auto 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.coach-pricing-heading h2 { margin: 14px 0 0; font: 400 clamp(3.2rem, 5.7vw, 6rem)/.9 var(--display); letter-spacing: 0; text-transform: uppercase; text-wrap: balance; }
.coach-pricing-heading h2 em { display: block; font-family: var(--serif); font-weight: 400; text-transform: none; }
.coach-pricing-intro { max-width: 280px; margin: 0 0 9px; color: var(--muted-light); font-size: .86rem; line-height: 1.6; }
.coach-pricing-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.coach-price-card { padding: 26px; display: flex; flex-direction: column; color: var(--ivory); background: var(--ink); }
.coach-price-card > span { color: var(--muted-dark); font: .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.coach-price-card h3 { margin: 30px 0 0; font: 400 clamp(2.1rem, 3.6vw, 3.4rem)/.94 var(--display); letter-spacing: 0; text-transform: uppercase; }
.coach-price { margin: 16px 0 6px; font: 400 clamp(3.6rem, 5.4vw, 5.6rem)/.8 var(--serif); }
.coach-price sup { margin-right: 4px; font: 500 1rem var(--mono); vertical-align: top; }
.coach-price small { margin-left: 6px; color: var(--muted-dark); font: 500 .62rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.coach-capacity { margin: 0; color: #c7c2ba; font: 500 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.coach-price-card ul { margin: 24px 0 30px; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line-dark); }
.coach-price-card li { position: relative; padding-left: 18px; color: #c7c2ba; font-size: .84rem; line-height: 1.5; }
.coach-price-card li + li { margin-top: 12px; }
.coach-price-card li::before { content: ""; position: absolute; width: 6px; height: 6px; left: 0; top: .55em; border: 1px solid currentColor; border-radius: 50%; }
.coach-price-card .button { margin-top: auto; align-self: start; }
.coach-price-card-feature { background: linear-gradient(145deg, var(--brand), #3842bd); outline: 1px solid rgba(255,255,255,.28); outline-offset: -1px; }
.coach-price-card-feature .button { color: var(--brand-deep); background: #fff; border-color: #fff; }

.trusted-section { padding: 76px 0 70px; overflow: hidden; border-bottom: 1px solid var(--line-dark); }
.trusted-heading { width: var(--page); margin: 0 auto 42px; display: block; text-align: left; }
.trusted-heading h2 { margin: 0; font: 400 clamp(3.2rem, 6.2vw, 6.4rem)/.9 var(--display); letter-spacing: 0; text-transform: uppercase; }
.trusted-heading h2 em { color: transparent; font-style: normal; -webkit-text-stroke: clamp(1px, .11vw, 2px) var(--brand-soft); }
.trusted-marquee-large { height: 116px; padding: 14px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trusted-marquee-large .trusted-track { animation-duration: 25s; }
.trusted-marquee-large .trusted-group { gap: clamp(72px, 8vw, 124px); padding-right: clamp(72px, 8vw, 124px); }
.trusted-marquee-large .trusted-logo img { height: 86px; }

/* Social scroll story */
.social-scroll { position: relative; height: 210svh; height: 210dvh; }
.social-sticky { position: sticky; top: 0; height: 100svh; height: 100dvh; min-height: 620px; overflow: hidden; isolation: isolate; }
.social-heading { position: absolute; z-index: 8; top: calc(var(--header) + clamp(30px, 6vh, 68px)); left: 50%; width: min(1240px, calc(100% - 56px)); transform: translate3d(-50%, 0, 0); text-align: center; opacity: 1; will-change: transform, opacity; }
.social-heading p { margin: 0 0 14px; color: #aaa69f; font: 500 .66rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.social-heading h1 { margin: 0; font: 400 clamp(4rem, 8.7vw, 8.8rem)/.88 var(--display); letter-spacing: 0; text-transform: uppercase; }
.social-heading h1 em { color: transparent; font-family: inherit; font-style: normal; -webkit-text-stroke: clamp(1px, .1vw, 2px) var(--brand-soft); }
.social-gallery { position: absolute; z-index: 2; inset: 0; perspective: 1200px; transform-style: preserve-3d; }
.social-shot { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.26); background: #171717; box-shadow: 0 24px 70px rgba(0,0,0,.42); will-change: transform, opacity; }
.social-shot img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(.82); }
.social-shot-main { z-index: 6; left: 50%; top: 65%; width: min(46vw, 640px); height: min(36vh, 420px); transform: translate3d(-50%, -50%, 120px); transform-origin: center center; }
.social-shot-main img { object-position: center 50%; filter: grayscale(1) contrast(1.16) brightness(.68); }
.social-shot-shade { position: absolute; z-index: 2; inset: 0; background: rgba(0,0,0,.46); opacity: 0; }
.social-shot-one { z-index: 1; left: -2vw; top: 47%; width: min(21vw, 300px); height: min(29vh, 300px); opacity: 1; transform: translate3d(0, 0, -80px) rotate(-7deg); }
.social-shot-one img { object-position: 25% center; }
.social-shot-two { z-index: 3; left: 18vw; top: 67%; width: min(17vw, 250px); height: min(27vh, 270px); opacity: 1; transform: translate3d(0, 0, -25px) rotate(5deg); }
.social-shot-two img { object-position: 38% center; }
.social-shot-three { z-index: 3; right: 17vw; top: 50%; width: min(17vw, 250px); height: min(29vh, 290px); opacity: 1; transform: translate3d(0, 0, -25px) rotate(-4deg); }
.social-shot-three img { object-position: center; }
.social-shot-four { z-index: 1; right: -3vw; top: 69%; width: min(21vw, 310px); height: min(28vh, 290px); opacity: 1; transform: translate3d(0, 0, -90px) rotate(8deg); }
.social-shot-four img { object-position: center 35%; }
.social-zoom-title { position: absolute; z-index: 8; left: 50%; top: 50%; width: calc(100% - 40px); transform: translate3d(-50%, -50%, 0) scale(.96); color: var(--ivory); font: 400 clamp(4rem, 9vw, 9.2rem)/.88 var(--display); letter-spacing: 0; text-align: center; text-transform: uppercase; opacity: 0; text-shadow: 0 5px 30px rgba(0,0,0,.4); will-change: opacity, transform; }
.social-zoom-title em { display: block; color: transparent; font-family: inherit; font-style: normal; -webkit-text-stroke: clamp(1px, .12vw, 2px) var(--brand-soft); }
.social-scroll-note { position: absolute; z-index: 9; right: 28px; bottom: 24px; margin: 0; display: flex; align-items: center; gap: 10px; color: #aaa69f; font: 500 .56rem var(--mono); letter-spacing: .1em; text-transform: uppercase; opacity: 1; }
.social-scroll-note span { width: 34px; height: 1px; background: currentColor; }
.social-scroll.is-entering .social-heading { animation: social-intro-heading 720ms cubic-bezier(.16,1,.3,1) both; }
.social-scroll.is-entering .social-shot { animation: social-intro-photo 760ms cubic-bezier(.16,1,.3,1) both; }
.social-scroll.is-entering .social-shot-one { animation-delay: 40ms; }
.social-scroll.is-entering .social-shot-two { animation-delay: 110ms; }
.social-scroll.is-entering .social-shot-main { animation-delay: 170ms; }
.social-scroll.is-entering .social-shot-three { animation-delay: 240ms; }
.social-scroll.is-entering .social-shot-four { animation-delay: 310ms; }
.social-scroll.is-entering .social-scroll-note { animation: social-intro-heading 600ms 420ms cubic-bezier(.16,1,.3,1) both; }
@keyframes social-intro-heading {
    from { opacity: 0; filter: blur(7px); }
    to { filter: blur(0); }
}
@keyframes social-intro-photo {
    from { opacity: 0; filter: blur(7px); clip-path: inset(12% 12% 12% 12%); }
    to { filter: blur(0); clip-path: inset(0); }
}

.social-flow { padding: 72px 28px 84px; }
.social-flow-heading { width: var(--page); margin: 0 auto 58px; display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; align-items: start; }
.social-flow-heading h2 { margin: 0; font: 400 clamp(3.2rem, 6.7vw, 7rem)/.9 var(--display); letter-spacing: 0; text-transform: uppercase; }
.hero-copy h1,
.snapshot-copy h2,
.route-heading h2,
.brand-statement h2,
.sub-hero h1,
.feature-stage-copy h1,
.feature-explainer-copy h2,
.screen-copy h2,
.coach-team-hero-copy h1,
.coach-copy h2,
.coach-pricing-heading h2,
.coach-price-card h3,
.trusted-heading h2,
.social-heading h1,
.social-zoom-title,
.social-flow-heading h2 { line-height: 1.03; }
.social-flow-heading h2 em { color: var(--brand-deep); font-family: var(--serif); font-weight: 400; text-transform: none; }
.social-flow-steps { width: var(--page); margin: auto; border-top: 1px solid var(--line-light); }
.social-flow-step { min-height: 430px; padding: 42px 0; display: grid; grid-template-columns: 80px minmax(280px, .8fr) minmax(360px, 1.2fr); gap: clamp(28px, 5vw, 76px); align-items: center; border-bottom: 1px solid var(--line-light); }
.social-flow-step:nth-child(2) { grid-template-columns: 80px minmax(360px, 1.2fr) minmax(280px, .8fr); }
.social-flow-step:nth-child(2) .social-flow-copy { grid-column: 3; grid-row: 1; }
.social-flow-step:nth-child(2) > :last-child { grid-column: 2; grid-row: 1; }
.social-flow-number { align-self: start; color: var(--muted-light); font: .62rem var(--mono); letter-spacing: .1em; }
.social-flow-copy h3 { margin: 18px 0 18px; font: 400 clamp(2.5rem, 4.5vw, 4.8rem)/.88 var(--serif); letter-spacing: -.035em; }
.social-flow-copy > p:last-child { max-width: 460px; margin: 0; color: var(--muted-light); font-size: .9rem; line-height: 1.65; }
.social-flow-image { height: 330px; margin: 0; overflow: hidden; }
.social-flow-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: grayscale(1) contrast(1.08); }
.team-goal-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; color: var(--ivory); background: var(--ink); }
.team-goal-card > div:first-child { display: flex; justify-content: space-between; gap: 18px; color: var(--muted-dark); font: .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.team-goal-card > div:first-child b { color: var(--ivory); font-weight: 500; }
.team-goal-card > strong { margin: auto 0 18px; color: var(--brand-soft); font: 400 clamp(4rem, 7vw, 7rem)/.8 var(--serif); }
.team-goal-card > strong small { color: var(--muted-dark); font: 500 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.team-goal-track { height: 4px; background: #353535; }
.team-goal-track span { display: block; width: 80%; height: 100%; background: var(--brand); }
.team-goal-members { margin-top: 22px; display: flex; align-items: center; }
.team-goal-members i { width: 36px; height: 36px; margin-right: -7px; display: grid; place-items: center; border: 1px solid #555; border-radius: 50%; color: var(--ivory); background: #191919; font: normal 500 .55rem var(--mono); }
.team-goal-members span { margin-left: auto; color: var(--muted-dark); font: .56rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.progress-comments { position: relative; min-height: 350px; padding: 30px; color: var(--ivory); background: var(--paper); overflow: hidden; }
.progress-proof { width: min(70%, 310px); min-height: 210px; padding: 24px; display: flex; flex-direction: column; background: var(--ink); }
.progress-proof span, .progress-proof small { color: var(--muted-dark); font: .56rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.progress-proof strong { margin: auto 0 8px; color: var(--celebrate); font: 400 4.8rem/.8 var(--serif); }
.comment { position: absolute; right: 22px; width: min(62%, 300px); padding: 14px 16px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; color: var(--ink); background: var(--ivory); border: 1px solid var(--line-light); box-shadow: 0 16px 34px rgba(0,0,0,.12); }
.comment b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--brand); font: 500 .52rem var(--mono); }
.comment p { margin: 0; font-size: .75rem; line-height: 1.4; }
.comment-one { top: 72px; }
.comment-two { bottom: 28px; right: 58px; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .social-flow-step.reveal { opacity: 1; transform: none; transition: none; }
.js .social-flow-step .social-flow-number { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease, transform 700ms cubic-bezier(.16,1,.3,1); }
.js .social-flow-step .social-flow-copy { opacity: 0; transform: translateX(-18vw); transition: opacity 700ms ease, transform 950ms cubic-bezier(.16,1,.3,1); }
.js .social-flow-step > :last-child { opacity: 0; transform: translateX(18vw); transition: opacity 700ms 90ms ease, transform 950ms 90ms cubic-bezier(.16,1,.3,1); }
.js .social-flow-step:nth-child(2) .social-flow-copy { transform: translateX(18vw); }
.js .social-flow-step:nth-child(2) > :last-child { transform: translateX(-18vw); }
.js .social-flow-step.is-visible .social-flow-number, .js .social-flow-step.is-visible .social-flow-copy, .js .social-flow-step.is-visible > :last-child { opacity: 1; transform: none; }

@media (max-width: 860px) {
    .site-header { grid-template-columns: 1fr auto; }
    .site-tabs { position: fixed; inset: var(--header) 16px auto; height: auto; padding: 8px; display: grid; visibility: hidden; opacity: 0; transform: translateY(-8px); border-radius: 0; background: #0a0a0a; transition: 160ms; }
    .site-tabs.is-open { visibility: visible; opacity: 1; transform: none; }
    .site-tabs a { padding: 14px; border-radius: 0; border-bottom: 1px solid var(--line-dark); }
    .site-tabs a:last-child { border-bottom: 0; }
    .header-cta { display: none; }
    .menu-button { display: block; }
    .product-snapshot, .screen-band, .coach-band { grid-template-columns: 1fr; }
    .snapshot-copy { max-width: 650px; }
    .snapshot-device { min-height: 470px; }
    .route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .detail-grid { grid-template-columns: 1fr; }
    .feature-stage-copy h1 { font-size: clamp(3.9rem, 9.1vw, 6.4rem); }
    .feature-phone { width: clamp(145px, 22vw, 180px); }
    .feature-explainer { grid-template-columns: .25fr 1fr; }
    .feature-explainer-proof { grid-column: 2; }
    .route-card, .detail-card { min-height: 190px; }
    .sub-hero-inner { grid-template-columns: 1fr; }
    .screen-row { justify-content: flex-start; overflow-x: auto; padding-bottom: 32px; }
    .screen-row figure { flex: 0 0 200px; }
    .screen-orbit { --orbit-x: 118px; height: 440px; overflow: visible; padding-bottom: 0; }
    .screen-orbit figure { width: 175px; left: calc(50% - 87px); top: 50px; }
    .social-heading { width: calc(100% - 36px); }
    .social-shot-main { width: min(52vw, 520px); }
    .social-shot-one, .social-shot-four { width: 25vw; }
    .social-shot-two, .social-shot-three { width: 22vw; }
    .social-flow-heading { grid-template-columns: 1fr; gap: 18px; }
    .social-flow-step { grid-template-columns: 52px 1fr; }
    .social-flow-step > :last-child { grid-column: 2; width: 100%; }
    .social-flow-step:nth-child(2) { grid-template-columns: 52px 1fr; }
    .social-flow-step:nth-child(2) .social-flow-copy { grid-column: 2; grid-row: 2; }
    .social-flow-step:nth-child(2) > :last-child { grid-column: 2; grid-row: 1; }
    .coach-pricing-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
    .coach-pricing-grid { grid-template-columns: 1fr; }
    /* Full-width stacked cards: use the width instead of hugging the left edge */
    .coach-price-card { display: grid; grid-template-columns: .85fr 1.15fr; grid-template-rows: auto auto auto auto 1fr; column-gap: clamp(30px, 5vw, 56px); }
    .coach-price-card > span { grid-area: 1 / 1 / 2 / 2; }
    .coach-price-card h3 { grid-area: 2 / 1 / 3 / 2; }
    .coach-price { grid-area: 3 / 1 / 4 / 2; }
    .coach-capacity { grid-area: 4 / 1 / 5 / 2; }
    .coach-price-card ul { grid-area: 2 / 2 / 5 / 3; margin: 30px 0 0; }
    .coach-price-card .button { grid-area: 5 / 2 / 6 / 3; margin: 26px 0 0; align-self: start; justify-self: start; }
    .trusted-ribbon-hero { width: min(68vw, 700px); }
}

@media (max-width: 560px) {
    :root { --page: calc(100% - 36px); --header: 66px; }
    .site-header { padding-inline: 18px; }
    .brand { width: 132px; height: 30px; }
    .brand img { width: 145px; left: -7px; }
    .home-hero { height: 100svh; height: 100dvh; min-height: 700px; padding: calc(var(--header) + 32px) 18px 188px; align-items: flex-end; }
    .hero-photo { object-position: 62% center; }
    .hero-copy h1 { margin-block: 20px 14px; font-size: clamp(3.5rem, 18vw, 5.4rem); }
    .trusted-ribbon-hero { inset: auto 0 0; width: 100%; height: 136px; padding: 11px 0 11px 28px; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); gap: 8px; transform: none; }
    .trusted-ribbon-label { font-size: .47rem; }
    .trusted-ribbon-hero .trusted-group { gap: 34px; padding-right: 34px; }
    .trusted-ribbon-hero .trusted-logo img { height: 92px; }
    .button-row { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 20px; }
    .product-snapshot { min-height: 0; padding: 48px 18px; gap: 28px; }
    .snapshot-copy h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
    .snapshot-device { min-height: 390px; }
    .snapshot-device::before { width: 340px; height: 340px; }
    .phone-frame { width: 190px; }
    .metric { min-width: 116px; padding: 10px 12px; }
    .metric strong { font-size: 1.4rem; }
    .route-section { padding: 48px 18px 54px; }
    .route-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .route-heading h2 { font-size: 2.8rem; }
    .route-card { min-height: 170px; padding: 20px; }
    .route-card h3 { margin-top: 20px; font-size: 2.1rem; }
    .route-grid { grid-template-columns: 1fr; }
    .brand-statement { min-height: 300px; padding-inline: 18px; }
    .brand-statement h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
    .compact-cta { padding: 38px 18px; align-items: flex-start; flex-direction: column; }
    .compact-cta h2 { font-size: 2.35rem; }
    .site-footer { padding: 28px 18px; grid-template-columns: 1fr 1fr; }
    .site-footer > span { display: none; }
    .site-footer > div { gap: 12px; }
    .sub-hero { min-height: 360px; padding: calc(var(--header) + 54px) 18px 48px; }
    .sub-hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
    .progress-reel { height: 100svh; height: 100dvh; min-height: 680px; }
    .progress-reel-sticky { padding-top: calc(var(--header) + 8px); }
    .progress-reel-rails { gap: 6px; }
    .progress-rail-group { gap: 6px; padding-right: 6px; }
    .progress-reel-card { width: 62vw; }
    .progress-reel-card-wide { width: 78vw; }
    .progress-reel-copy { width: calc(100% - 28px); }
    .progress-reel-copy h1 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
    .detail-section { padding: 42px 18px 48px; }
    .detail-card { min-height: 175px; padding: 20px; }
    .feature-stage { min-height: 760px; padding: calc(var(--header) + 24px) 18px 24px; grid-template-rows: auto minmax(410px, 1fr) auto; }
    .feature-stage-copy { width: 100%; }
    .feature-stage-copy h1 { white-space: normal; font-size: clamp(3.6rem, 16vw, 5.2rem); }
    .feature-phone-cloud { width: calc(100% + 36px); margin-left: -18px; min-height: 380px; }
    .feature-phone { width: 150px; }
    .feature-phone-cue { left: calc(100% - 26px); bottom: calc(100% - 78px); gap: 0; }
    .feature-phone-cue b { padding-left: 4px; font-size: .52rem; }
    .feature-phone-cue svg { height: 50px; width: auto; }
    .feature-edge-nav { width: 42px; height: 42px; }
    .feature-edge-nav-prev { left: calc(50% - 75px - 52px); }
    .feature-edge-nav-next { right: calc(50% - 75px - 52px); }
    .feature-explainer { min-height: 0; padding: 46px 18px 50px; grid-template-columns: 1fr; gap: 24px; }
    .feature-explainer-index { gap: 12px; }
    .feature-explainer-index i { width: 54px; }
    .feature-explainer-copy h2 { margin-top: 15px; font-size: clamp(2.8rem, 13vw, 4rem); }
    .feature-explainer-proof { grid-column: auto; padding-top: 10px; }
    .screen-band, .coach-band { min-height: 0; padding: 46px 18px; gap: 36px; }
    .screen-orbit { --orbit-x: 88px; height: 400px; }
    .screen-orbit figure { width: 150px; left: calc(50% - 75px); top: 54px; }
    .screen-copy h2, .coach-copy h2 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
    .coach-image { height: 290px; }
    .mini-stat-row { flex-wrap: wrap; }
    .social-scroll { height: 200svh; height: 200dvh; }
    .social-sticky { min-height: 580px; }
    .social-heading { top: calc(var(--header) + 32px); }
    .social-heading p { margin-bottom: 10px; font-size: .56rem; }
    .social-heading h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
    .social-shot-main { top: 63%; width: 72vw; height: 34vh; transform: translate3d(-50%, -50%, 120px); }
    .social-shot-one { left: -10vw; top: 49%; width: 35vw; height: 23vh; }
    .social-shot-two { left: 4vw; top: 72%; width: 30vw; height: 22vh; }
    .social-shot-three { right: 4vw; top: 48%; width: 30vw; height: 23vh; }
    .social-shot-four { right: -11vw; top: 73%; width: 35vw; height: 22vh; }
    .social-scroll-note { right: 18px; bottom: 18px; }
    .social-zoom-title { font-size: clamp(3.5rem, 17vw, 5.5rem); }
    .social-flow { padding: 54px 18px 64px; }
    .social-flow-heading { margin-bottom: 36px; }
    .social-flow-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
    .social-flow-step { min-height: 0; padding: 34px 0; grid-template-columns: 1fr; gap: 18px; }
    .social-flow-step > :last-child { grid-column: auto; }
    .social-flow-step:nth-child(2) { grid-template-columns: 1fr; }
    .social-flow-step:nth-child(2) .social-flow-copy { grid-column: auto; grid-row: 3; }
    .social-flow-step:nth-child(2) > :last-child { grid-column: auto; grid-row: 2; }
    .social-flow-copy h3 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
    .social-flow-image, .team-goal-card { height: 300px; min-height: 0; }
    .progress-comments { min-height: 330px; }
    .coach-team-hero { min-height: 680px; padding-inline: 18px; }
    .coach-team-hero-copy h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
    .coach-team-hero-copy > p:last-child { font-size: .84rem; }
    .coach-collage-one { width: 68vw; height: 25vh; left: -14vw; top: 5vh; }
    .coach-collage-two { width: 62vw; height: 27vh; right: -17vw; top: 20vh; }
    .coach-collage-three { width: 42vw; height: 31vh; left: 2vw; bottom: 5vh; }
    .coach-collage-four { width: 68vw; height: 20vh; right: -12vw; bottom: 3vh; }
    .coach-hero-note { display: none; }
    .coach-pricing { padding: 54px 18px 64px; }
    .coach-pricing-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
    .coach-price-card { padding: 24px; display: flex; flex-direction: column; }
    .coach-price-card > span, .coach-price-card h3, .coach-price,
    .coach-capacity, .coach-price-card ul, .coach-price-card .button { grid-area: auto; }
    .coach-price-card ul { margin: 24px 0 30px; }
    .coach-price-card .button { margin-top: auto; }
    .trusted-section { padding: 54px 0 52px; }
    .trusted-heading { margin-bottom: 30px; padding-inline: 18px; }
    .trusted-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
    .trusted-marquee-large { height: 96px; padding-block: 13px; }
    .trusted-marquee-large .trusted-group { gap: 50px; padding-right: 50px; }
    .trusted-marquee-large .trusted-logo img { height: 68px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
    .js .social-flow-step .social-flow-number, .js .social-flow-step .social-flow-copy, .js .social-flow-step > :last-child { opacity: 1; transform: none; }
    .coach-collage-photo, .coach-team-hero-copy { opacity: 1; transform: none; animation: none; }
    .trusted-track { animation: none; transform: none; }
    .screen-orbit { height: auto; display: flex; justify-content: center; gap: 14px; perspective: none; }
    .screen-orbit figure { position: relative; inset: auto; flex: 0 1 190px; width: min(28vw, 190px); opacity: 1; filter: none; transform: none; animation: none; }
    .feature-phone-shell { animation: none; }
    .progress-reel { height: auto; }
    .progress-reel-sticky { position: relative; height: auto; min-height: 760px; }
    .progress-reel-rails { min-height: 660px; }
    .progress-rail { overflow-x: auto; }
    .progress-rail-track { animation: none !important; transform: none !important; will-change: auto; }
    .progress-rail-group:last-child { display: none; }
    .feature-phone { transition: none; }
    .feature-phone-cue { animation: none; }
    .social-scroll { height: auto; }
    .social-sticky { position: relative; height: auto; min-height: 0; padding: calc(var(--header) + 54px) 18px 52px; overflow: hidden; }
    .social-heading { position: relative; top: auto; left: auto; width: 100%; transform: none; opacity: 1; }
    .social-gallery { position: relative; inset: auto; margin-top: 38px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; perspective: none; }
    .social-shot, .social-shot-main { position: relative; inset: auto; width: auto; height: 210px; opacity: 1; transform: none; }
    .social-shot-main { grid-column: 1 / -1; height: 390px; }
    .social-scroll-note { display: none; }
    .social-zoom-title { position: relative; inset: auto; width: 100%; margin-top: 26px; transform: none; opacity: 1; }
}
