@font-face { font-family: "Afacad"; font-style: normal; font-weight: 400; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-400.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: normal; font-weight: 500; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-500.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: normal; font-weight: 600; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-600.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: normal; font-weight: 700; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-700.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: italic; font-weight: 400; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-italic-400.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: italic; font-weight: 500; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-italic-500.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: italic; font-weight: 600; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-italic-600.ttf") format("truetype"); }
@font-face { font-family: "Afacad"; font-style: italic; font-weight: 700; font-display: swap; src: url("/wp-content/themes/spreeai-v3/site/assets/fonts/afacad-italic-700.ttf") format("truetype"); }

:root {
  --ink: #1d1d1f;
  --paper: #f5f5f7;
  --quiet: #6e6e73;
  --line: rgba(10, 10, 10, .16);
  --accent: #d8d8d6;
  --blue: #b8d7ec;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Afacad", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 2px; background: transparent; }
.progress span { display: block; width: 0; height: 100%; background: var(--accent); transform-origin: left; }

.site-header { position: fixed; z-index: 90; top: 0; right: 0; left: 0; height: 78px; padding: 0 4vw; display: flex; align-items: stretch; color: white; border-bottom: 1px solid transparent; transition: border-color .35s; }
.site-header::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.18) 70%, transparent); transition: background .35s, backdrop-filter .35s; }
.site-header.is-scrolled { border-color: rgba(255,255,255,.14); }
.site-header.is-scrolled::before { background: rgba(5,5,5,.93); backdrop-filter: blur(18px) saturate(135%); }
.wordmark { position: relative; z-index: 2; display: flex; align-items: center; white-space: nowrap; }
.site-logo { width: 128px; height: auto; filter: invert(1); }
.wordmark[aria-current="page"]::after,
.primary-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 4px; background: currentColor; }
.primary-nav { position: absolute; inset: 0 4vw; min-width: 0; pointer-events: none; }
.nav-main, .nav-actions { position: absolute; top: 0; bottom: 0; display: flex; align-items: stretch; pointer-events: auto; }
.nav-main { left: 50%; gap: clamp(12px, 1.8vw, 38px); transform: translateX(-50%); }
.nav-actions { right: 0; gap: clamp(20px, 2vw, 38px); }
.primary-nav a { position: relative; display: flex; align-items: center; white-space: nowrap; font-size: clamp(11px, .9vw, 15px); font-weight: 560; letter-spacing: -.015em; }
.primary-nav a::before { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.primary-nav a:hover::before { transform: scaleX(1); transform-origin: left; }
.nav-spacer { display: none; }
.nav-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding: 0 17px; color: var(--ink); background: white; font-size: 12px; }
.button-light { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; gap: 10px; padding: 12px 2px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.light { color: white; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #222; }
.hero-media, .hero-media img, .hero-media video, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { background: linear-gradient(90deg, #171717 0%, #514e4b 48%, #bbb5b0 100%); }
.hero-media img { object-fit: cover; object-position: center 42%; transform: scale(1.02); animation: hero-in 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-media video { object-fit: cover; object-position: center 10%; animation: hero-video-in 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-wash { background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.44) 42%, rgba(0,0,0,.03) 74%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 40%); }
.hero-copy { position: relative; z-index: 2; width: min(1280px, 92vw); min-height: 100svh; margin: 0 auto; padding: clamp(130px, 17vh, 210px) 0 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 720; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(50px, 5.3vw, 94px); line-height: .88; letter-spacing: -.065em; font-weight: 700; }
.hero h1 span { color: #fff; }
.hero-lede { max-width: 650px; margin: 34px auto 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.45vw, 23px); line-height: 1.45; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-button-outline { color: #fff; background: rgba(5,5,5,.24); border: 1px solid rgba(255,255,255,.58); backdrop-filter: blur(12px); }
.hero-signup-cta { position: relative; isolation: isolate; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.16), 0 0 14px rgba(255,255,255,.3); animation: hero-signup-glow 1.75s cubic-bezier(.45,0,.55,1) infinite; }
.hero-signup-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(110deg,#fff 0 31%,#d8d8d6 43%,#fff 57% 100%); background-size: 260% 100%; animation: nicole-pilot-sheen 3.2s ease-in-out infinite; }
.hero-signup-cta:hover,.hero-signup-cta:focus-visible { color: #080808; }
@keyframes hero-signup-glow {
  0%,100% { transform: translateY(0) scale(1); box-shadow: 0 8px 24px rgba(0,0,0,.16),0 0 14px rgba(255,255,255,.3),0 0 0 0 rgba(255,255,255,.32); }
  50% { transform: translateY(-1px) scale(1.025); box-shadow: 0 10px 30px rgba(0,0,0,.22),0 0 38px rgba(255,255,255,.94),0 0 0 8px rgba(255,255,255,0); }
}
.scroll-cue { position: absolute; z-index: 2; right: 5vw; bottom: 35px; left: 5vw; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font-size: 12px; }
.scroll-cue i { font-style: normal; font-size: 18px; animation: bob 1.8s infinite; }

.section { padding: 140px 5vw; }
.section-intro { display: grid; grid-template-columns: minmax(150px,.45fr) 1.2fr .8fr; gap: 4vw; align-items: start; }
.section-intro h2 { grid-column: 2; margin: 0; max-width: 800px; font-size: clamp(48px, 6vw, 104px); line-height: .95; letter-spacing: -.065em; }
.section-intro > p:last-child { grid-column: 3; margin: 7px 0 0; color: var(--quiet); font-size: 17px; line-height: 1.55; }

.decision { background: #f3f3f0; }
.decision-line { margin-top: 110px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.decision-item { position: relative; min-height: 250px; padding: 26px 28px 40px 0; border-right: 1px solid var(--line); }
.decision-item + .decision-item { padding-left: 28px; }
.decision-item:last-child { border-right: 0; }
.decision-item span { display: block; color: var(--quiet); font-size: 11px; margin-bottom: 70px; }
.decision-item strong { display: block; margin-bottom: 9px; font-size: 30px; letter-spacing: -.04em; }
.decision-item p { max-width: 290px; margin: 0; color: var(--quiet); line-height: 1.5; }

.brand-reveal { min-height: 72svh; padding: 7vw 3vw 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: white; background: #080808; }
.brand-reveal-mark { font-family: Georgia, "Times New Roman", serif; font-size: clamp(76px, 17.2vw, 320px); font-weight: 400; line-height: .78; letter-spacing: -.085em; white-space: nowrap; opacity: 0; transform: translateY(70px) scale(.9); filter: blur(10px); transition: opacity 1.15s cubic-bezier(.2,.8,.2,1), transform 1.15s cubic-bezier(.2,.8,.2,1), filter 1.15s; }
.brand-reveal-mark.is-visible { opacity: 1; transform: none; filter: none; }
.brand-reveal-caption { margin: clamp(34px, 5vw, 72px) 0 0; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }

.experience { background: #080808; color: white; }
.experience-title { padding: 150px 5vw 90px; text-align: center; }
.experience-title h2 { margin: 0; font-size: clamp(58px, 8vw, 132px); line-height: .9; letter-spacing: -.07em; }
.story-shell { position: relative; display: grid; grid-template-columns: 52% 48%; }
.product-stage { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(circle at 48% 42%, #263540 0, #131719 45%, #080808 73%); }
.stage-glow { position: absolute; width: 46vw; height: 46vw; border: 1px solid rgba(216,216,214,.24); border-radius: 50%; box-shadow: 0 0 130px rgba(216,216,214,.16); }
.phone { position: relative; z-index: 2; width: min(29vw, 370px); aspect-ratio: 1304 / 2680; padding: 7px; border: 2px solid #59616b; border-radius: 54px; background: linear-gradient(145deg, #0a0b0e, #313843 45%, #090a0c 72%); box-shadow: 0 38px 62px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,255,255,.22); transform: rotate(-2deg); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.phone::before { content: ""; position: absolute; z-index: 5; top: 20px; left: 50%; width: 34%; height: 22px; border-radius: 999px; background: #050505; transform: translateX(-50%); }
.phone-frame { display: none; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 46px; color: #111; background: #f5f5f1; }
.phone-top { height: 10%; display: flex; align-items: end; justify-content: space-between; padding: 0 8% 4%; font-weight: 750; font-size: clamp(9px, .9vw, 13px); }
.screen-visual { position: relative; height: 63%; overflow: hidden; background: #d5dfe3; }
.screen-visual img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: opacity .3s, transform .7s cubic-bezier(.2,.8,.2,1); }
#stage-product { position: absolute; right: 5%; bottom: 4%; width: 30%; max-height: 36%; object-fit: contain; opacity: 0; transform: translateY(14px); transition: .45s; filter: drop-shadow(0 8px 15px rgba(0,0,0,.18)); }
.phone[data-mode="style"] #stage-product { opacity: 1; transform: translateY(0); }
.phone[data-mode="fit"] .screen-visual::after { content: "FIT MAP"; position: absolute; inset: 12% auto auto 8%; padding: 7px 10px; border-radius: 999px; color: white; background: rgba(0,0,0,.72); font-size: 8px; letter-spacing: .13em; }
.screen-copy { height: 27%; padding: 8% 8%; }
.screen-copy > span { font-size: clamp(7px,.65vw,10px); color: #666; text-transform: uppercase; letter-spacing: .12em; }
.screen-copy strong { display: block; margin-top: 4%; font-family: "Afacad", system-ui, sans-serif; font-size: clamp(16px,1.55vw,23px); font-weight: 500; letter-spacing: -.035em; }
.confidence { display: flex; align-items: center; gap: 7px; margin-top: 7%; color: #777; font-size: clamp(7px,.6vw,9px); }
.confidence i { position: relative; display: inline-block; width: 35%; height: 3px; border-radius: 3px; background: #ddd; }
.confidence i::after { content: ""; position: absolute; inset: 0 15% 0 0; border-radius: inherit; background: #111; transition: right .5s; }
.phone[data-mode="fit"] .confidence i::after { right: 6%; background: #a9aaa8; }
.phone[data-mode="style"] .confidence i::after { right: 0; background: #111; }
.stage-caption { position: absolute; bottom: 26px; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.story-steps { padding-right: 6vw; }
.story-step { min-height: 100svh; padding: 20vh 2vw 15vh 7vw; display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-content: center; color: rgba(255,255,255,.33); transition: color .45s; }
.story-step.is-active { color: white; }
.story-number { padding-top: 5px; font-size: 11px; }
.story-step h3 { margin: 0 0 24px; max-width: 640px; font-size: clamp(42px, 4.7vw, 78px); line-height: .98; letter-spacing: -.06em; }
.story-step div > p:last-child { max-width: 520px; margin: 0; color: inherit; opacity: .62; font-size: 18px; line-height: 1.55; }

.outcomes { background: var(--paper); }
.outcome-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcome-card { position: relative; min-height: 380px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .35s, background .35s; }
.outcome-card:hover { color: white; background: var(--ink); }
.outcome-card span { font-size: 11px; color: var(--quiet); }
.outcome-card h3 { margin: 150px 0 12px; font-size: 28px; letter-spacing: -.04em; }
.outcome-card p { max-width: 220px; margin: 0; color: var(--quiet); line-height: 1.45; }
.outcome-card i { position: absolute; right: 26px; bottom: 26px; font-style: normal; }

.channels { background: #e7e7e2; }
.channel-tabs { margin: 80px 0 28px 33.5%; display: flex; gap: 4px; }
.channel-tabs button { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 12px; cursor: pointer; transition: .25s; }
.channel-tabs button[aria-selected="true"] { color: white; background: var(--ink); border-color: var(--ink); }
.channel-panel { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 640px; overflow: hidden; border-radius: var(--radius); background: white; }
.channel-image { overflow: hidden; background: #cdd8de; }
.channel-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s, transform .7s; }
.channel-copy { padding: clamp(50px, 7vw, 110px); align-self: center; }
.channel-copy h3 { margin: 0 0 24px; font-size: clamp(40px, 4.7vw, 72px); line-height: .98; letter-spacing: -.055em; }
.channel-copy > p:not(.eyebrow) { color: var(--quiet); line-height: 1.55; }
.channel-copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.channel-copy li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }

.difference { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #111; }
.difference-media, .difference-media::after, .difference-media img, .difference-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.difference-media img, .difference-media video { object-fit: cover; object-position: center; transform: scale(1.04); }
.difference-media::after { content: ""; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.18) 70%), linear-gradient(0deg, rgba(0,0,0,.5), transparent); }
.difference-copy { position: relative; z-index: 2; width: min(820px, 65vw); padding: 19vh 5vw 12vh; }
.difference-copy h2 { margin: 0 0 32px; font-size: clamp(52px, 6.7vw, 112px); line-height: .92; letter-spacing: -.065em; }
.difference-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.55; }
.difference-copy .text-link { margin-top: 18px; }

.pilot { background: var(--accent); }
.pilot-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.pilot h2 { margin: 0; font-size: clamp(58px, 8.7vw, 144px); line-height: .84; letter-spacing: -.075em; }
.pilot-action { padding-bottom: 8px; }
.pilot-action p { max-width: 420px; margin: 0 0 30px; font-size: 18px; line-height: 1.5; }
.pilot-note { display: block; margin-top: 18px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }

.newsletter-signup { padding: clamp(76px, 9vw, 132px) 5vw; color: var(--ink); background: #e7e7e2; }
.newsletter-signup-shell { width: min(1380px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(48px, 8vw, 130px); align-items: end; }
.newsletter-signup-copy h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.4vw, 104px); font-weight: 500; line-height: .92; letter-spacing: -.065em; }
.newsletter-signup-copy > p:last-child { max-width: 590px; margin: 28px 0 0; color: var(--quiet); font-size: 18px; line-height: 1.55; }
.newsletter-form .gform_wrapper { margin: 0; }
.newsletter-form .gform_fields { gap: 16px; }
.newsletter-form .gfield_label { margin-bottom: 10px; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.newsletter-form input[type="email"] { width: 100%; min-height: 58px; padding: 0 18px; color: var(--ink); border: 1px solid rgba(17,17,17,.24); border-radius: 0; background: transparent; font: inherit; }
.newsletter-form input[type="email"]:focus { border-color: var(--ink); outline: 2px solid transparent; }
.newsletter-form .gform_footer { margin-top: 18px; padding: 0; }
.newsletter-form .gform_button { min-height: 52px; padding: 0 28px; color: #fff; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); font: inherit; font-weight: 650; cursor: pointer; }
.newsletter-form .gform_validation_errors { margin-top: 0; }
.partner-gravity-form > .gform_wrapper { width: 100%; grid-column: 1 / -1; }

/* Gravity Forms (Orbital theme) — align every embedded form with the Website 3
   palette. Orbital reads its colours and radii from --gf-* custom properties on
   the .gform-theme root, so override those first, then pin the few controls
   Orbital sizes explicitly. Loaded from styles.css so Home (no pages.css) is
   covered as well. */
.spreeai-gravity-form .gform-theme,
.spreeai-gravity-form .gform_wrapper {
  --gf-font-family: inherit;
  --gf-ctrl-font-family: inherit;
  --gf-ctrl-btn-font-family: inherit;
  --gf-color-primary: var(--ink);
  --gf-color-primary-contrast: #fff;
  --gf-color-primary-darker: #000;
  --gf-color-primary-lighter: #3a3a3c;
  --gf-color-danger: #a62828;
  --gf-ctrl-color: var(--ink);
  --gf-ctrl-bg-color: rgba(255,255,255,.78);
  --gf-ctrl-border-color: #c9c9c4;
  --gf-ctrl-border-color-focus: var(--ink);
  --gf-ctrl-radius: 8px;
  --gf-ctrl-label-color-primary: #6f6f6a;
  --gf-ctrl-label-color-secondary: #6f6f6a;
  --gf-ctrl-desc-color: #77736d;
  --gf-ctrl-choice-check-color: #fff;
  --gf-ctrl-choice-bg-color-checked: var(--ink);
  --gf-ctrl-choice-border-color-checked: var(--ink);
  --gf-ctrl-btn-color-primary: #fff;
  --gf-ctrl-btn-color-hover-primary: var(--ink);
  --gf-ctrl-btn-bg-color-primary: var(--ink);
  --gf-ctrl-btn-bg-color-hover-primary: var(--accent);
  --gf-ctrl-btn-border-color-primary: var(--ink);
  --gf-ctrl-btn-border-color-hover-primary: var(--accent);
  --gf-ctrl-btn-radius: 999px;
  --gf-ctrl-btn-font-weight: 700;
  --gf-ctrl-size: 52px;
  --gf-ctrl-btn-size: 54px;
  --gf-ctrl-btn-padding-x: 28px;
}
.spreeai-gravity-form .gform_wrapper.gform-theme input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.spreeai-gravity-form .gform_wrapper.gform-theme select,
.spreeai-gravity-form .gform_wrapper.gform-theme textarea { height: auto; min-height: 52px; padding: 13px 14px; border: 1px solid #c9c9c4; border-radius: 8px; color: var(--ink); background: rgba(255,255,255,.78); box-shadow: none; font: inherit; line-height: 1.35; }
.spreeai-gravity-form .gform_wrapper.gform-theme textarea { min-height: 128px; }
.spreeai-gravity-form .gform_wrapper.gform-theme input:focus,
.spreeai-gravity-form .gform_wrapper.gform-theme select:focus,
.spreeai-gravity-form .gform_wrapper.gform-theme textarea:focus { border-color: var(--ink); outline: 2px solid var(--ink); outline-offset: 2px; box-shadow: none; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gform_footer .gform_button,
.spreeai-gravity-form .gform_wrapper.gform-theme .gform_footer button,
.spreeai-gravity-form .gform_wrapper.gform-theme input[type="submit"] { min-height: 54px !important; height: auto !important; padding: 0 28px !important; border: 1px solid var(--ink); border-radius: 999px; color: #fff; background: var(--ink); box-shadow: none; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gform_footer .gform_button:hover,
.spreeai-gravity-form .gform_wrapper.gform-theme .gform_footer .gform_button:focus-visible,
.spreeai-gravity-form .gform_wrapper.gform-theme input[type="submit"]:hover,
.spreeai-gravity-form .gform_wrapper.gform-theme input[type="submit"]:focus-visible { color: var(--ink); background: var(--accent); border-color: var(--accent); transform: translateY(-2px); outline: none; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gform_validation_errors { border: 1px solid rgba(166,40,40,.32); border-radius: 10px; background: rgba(166,40,40,.07); box-shadow: none; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gform_validation_errors h2,
.spreeai-gravity-form .gform_wrapper.gform-theme .validation_message { color: #a62828; }
.newsletter-form .gform_wrapper.gform-theme .gform_footer { margin-top: 18px; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gf_progressbar { background: rgba(29,29,31,.12); border-radius: 999px; box-shadow: none; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gf_progressbar_percentage { background: var(--ink); border-radius: 999px; }
.spreeai-gravity-form .gform_wrapper.gform-theme .gf_progressbar_title { color: #6f6f6a; font-size: 12px; }

/* Dark pilot card on Contact: same controls on the dark surface. */
.pilot-form.spreeai-gravity-form .gform-theme,
.pilot-form.spreeai-gravity-form .gform_wrapper {
  --gf-ctrl-color: #fff;
  --gf-ctrl-bg-color: #262626;
  --gf-ctrl-border-color: rgba(255,255,255,.22);
  --gf-ctrl-border-color-focus: #fff;
  --gf-ctrl-label-color-primary: rgba(255,255,255,.72);
  --gf-ctrl-label-color-secondary: rgba(255,255,255,.72);
  --gf-ctrl-desc-color: rgba(255,255,255,.6);
  --gf-ctrl-choice-bg-color-checked: #fff;
  --gf-ctrl-choice-border-color-checked: #fff;
  --gf-ctrl-choice-check-color: var(--ink);
  --gf-ctrl-btn-color-primary: var(--ink);
  --gf-ctrl-btn-bg-color-primary: #fff;
  --gf-ctrl-btn-border-color-primary: #fff;
  --gf-ctrl-btn-color-hover-primary: #fff;
  --gf-ctrl-btn-bg-color-hover-primary: transparent;
  --gf-ctrl-btn-border-color-hover-primary: #fff;
}
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme select,
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme textarea { color: #fff; background: #262626; border-color: rgba(255,255,255,.22); }
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme input::placeholder,
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme textarea::placeholder { color: rgba(255,255,255,.4); }
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme input:focus,
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme textarea:focus { border-color: #fff; outline-color: #fff; }
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme .gform_footer .gform_button,
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme input[type="submit"] { color: var(--ink); background: #fff; border-color: #fff; }
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme .gform_footer .gform_button:hover,
.pilot-form.spreeai-gravity-form .gform_wrapper.gform-theme input[type="submit"]:hover { color: #fff; background: transparent; border-color: #fff; }

.site-footer { padding: clamp(50px, 5vw, 78px) 5vw 0; overflow: hidden; color: white; background: #050505; }
.footer-grid { width: min(1520px, 100%); min-height: 0; margin: 0 auto; display: grid; grid-template-columns: .9fr .95fr 1.25fr; }
.footer-column { padding: 0 clamp(28px, 4vw, 64px) 46px 0; }
.footer-column + .footer-column { padding-left: clamp(28px, 4vw, 64px); border-left: 1px solid rgba(255,255,255,.17); }
.footer-column:last-child { padding-right: 0; }
.footer-column h2 { margin: 0 0 20px; font-size: clamp(25px, 2vw, 34px); font-weight: 450; letter-spacing: -.035em; }
.footer-column nav { display: grid; gap: 14px; }
.footer-column nav a { position: relative; width: fit-content; padding-bottom: 3px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 600; letter-spacing: .065em; transition: color .2s; }
.footer-column nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #fff; transform: scaleX(0); transform-origin: right; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.footer-column nav a:hover,.footer-column nav a:focus-visible { color: #fff; outline: none; }
.footer-column nav a:hover::after,.footer-column nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.footer-actions { width: min(300px, 100%); display: grid; gap: 12px; }
.footer-button { min-height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.82); border-radius: 999px; font-size: 14px; font-weight: 650; letter-spacing: .07em; transition: color .2s, background .2s, transform .2s; }
.footer-button:hover { transform: translateY(-2px); }
.footer-button.is-light { color: #111; background: white; }
.footer-button:not(.is-light):hover { color: #111; background: white; }
.footer-demo-cta { position: relative; isolation: isolate; overflow: hidden; text-shadow: 0 0 12px rgba(255,255,255,.72); box-shadow: 0 0 0 0 rgba(255,255,255,.35); animation: nicole-pilot-glow 1.75s cubic-bezier(.45,0,.55,1) infinite; }
.footer-demo-cta::before { content: ""; position: absolute; z-index: -1; top: -60%; bottom: -60%; left: -30%; width: 24%; background: linear-gradient(90deg,transparent,rgba(20,20,20,.16),transparent); transform: rotate(15deg); animation: footer-demo-sheen 2.6s ease-in-out infinite; }
.footer-join p { max-width: 360px; margin: 0 0 24px; color: rgba(255,255,255,.56); font-size: 16px; line-height: 1.5; }
.footer-socials { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.footer-socials a { color: rgba(255,255,255,.34); transition: color .2s, transform .2s; }
.footer-socials a:hover { color: white; transform: translateY(-2px); }
.footer-socials svg { width: 27px; height: 27px; display: block; }
.footer-follow { width: min(620px, 100%); margin: 0 auto; padding: 32px 0 28px; text-align: center; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-follow h2 { margin: 0 0 26px; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.footer-follow .footer-socials { justify-content: center; }
.footer-legal { width: min(1520px, 100%); margin: 0 auto; padding: 22px 0 4px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-legal p { margin: 0; }
.footer-legal nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.footer-legal a, .privacy-preferences-trigger { transition: color .2s ease; }
.footer-legal a:hover, .privacy-preferences-trigger:hover { color: #fff; }
.privacy-preferences-trigger { padding: 0; color: inherit; border: 0; background: transparent; font: inherit; cursor: pointer; }
.footer-logo { height: clamp(150px, 21vw, 320px); margin: clamp(28px, 4vw, 56px) -5vw -2vw; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; }
.footer-logo img { width: 108vw; max-width: none; height: auto; filter: invert(1); }

.privacy-preferences-open { overflow: hidden; }
.privacy-preferences { width: min(680px, calc(100vw - 32px)); max-height: calc(100svh - 32px); padding: 0; overflow: auto; color: #111; border: 0; border-radius: 26px; background: #f7f7f4; box-shadow: 0 34px 100px rgba(0,0,0,.36); }
.privacy-preferences::backdrop { background: rgba(0,0,0,.64); backdrop-filter: blur(12px); }
.privacy-preferences form { padding: clamp(28px,5vw,52px); }
.privacy-preferences header { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.privacy-preferences header h2 { margin: 8px 0 0; font-size: clamp(42px,6vw,68px); line-height: .9; letter-spacing: -.06em; }
.privacy-preferences-close { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #111; border: 1px solid #d3d3cf; border-radius: 50%; background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.privacy-preferences-intro { max-width: 540px; margin: 28px 0 34px; color: #6d6d68; font-size: 16px; line-height: 1.55; }
.privacy-preference-list { border-top: 1px solid #d4d4d0; }
.privacy-preference-list label { min-height: 92px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #d4d4d0; cursor: pointer; }
.privacy-preference-list strong, .privacy-preference-list small { display: block; }
.privacy-preference-list strong { font-size: 17px; }
.privacy-preference-list small { max-width: 460px; margin-top: 5px; color: #74746f; font-size: 13px; line-height: 1.4; }
.privacy-preference-list input { width: 46px; height: 24px; accent-color: #111; cursor: pointer; }
.privacy-preference-list input:disabled { cursor: not-allowed; opacity: .55; }
.privacy-preferences form > footer { margin-top: 30px; display: flex; justify-content: flex-end; gap: 12px; }
.privacy-preferences form > footer button { min-height: 46px; padding: 0 22px; border-radius: 999px; font-weight: 650; cursor: pointer; }
.privacy-secondary { color: #111; border: 1px solid #c9c9c5; background: transparent; }
.privacy-primary { color: #fff; border: 1px solid #111; background: #111; }

.privacy-consent-banner {
  position: fixed;
  z-index: 1200;
  right: 16px;
  bottom: 16px;
  width: min(580px, calc(100vw - 32px));
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  color: #111;
  border: 1px solid rgba(17,17,17,.16);
  border-radius: 24px;
  background: rgba(247,247,244,.98);
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}
.privacy-consent-banner[hidden] { display: none; }
.privacy-consent-banner .eyebrow { margin: 0 0 8px; color: #74746f; }
.privacy-consent-banner h2 { margin: 0; font-size: clamp(30px,3vw,42px); line-height: .95; letter-spacing: -.045em; }
.privacy-consent-banner p:not(.eyebrow) { max-width: 410px; margin: 16px 0 14px; color: #5f5e59; font-size: 14px; line-height: 1.5; }
.privacy-consent-banner nav { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.privacy-consent-banner nav a { padding-bottom: 2px; color: #4f4e49; border-bottom: 1px solid #aaa9a3; font-size: 12px; }
.privacy-consent-actions { min-width: 150px; display: grid; gap: 8px; }
.privacy-consent-actions button { min-height: 48px; padding: 0 20px; border-radius: 999px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.privacy-consent-accept { color: #fff; border: 1px solid #111; background: #111; }
.privacy-consent-decline, .privacy-consent-manage { color: #111; border: 1px solid #c5c4be; background: transparent; }

@media (max-width: 640px) {
  .privacy-consent-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100svh - 24px);
    padding: 22px;
    overflow: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 20px;
  }
  .privacy-consent-actions {
    min-width: 0;
    grid-template-columns: 1fr 1fr;
  }
  .privacy-consent-manage { grid-column: 1 / -1; }
}

.intro-active { overflow: hidden; }
.page-intro { --loader-progress: 0%; position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; overflow: hidden; pointer-events: none; background: #fff; color: #080808; transform: translate3d(0,0,0); will-change: transform; transition: transform 1s cubic-bezier(.76,0,.24,1); }
.page-intro::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: rgba(0,0,0,.14); box-shadow: 0 18px 48px rgba(0,0,0,.16); }
.page-intro-shell { width: min(430px, calc(100vw - 56px)); transform: translateY(-1vh); }
.page-intro img { display: block; width: min(315px, 66vw); height: auto; margin: 0 auto 64px; opacity: 0; transform: translateY(12px); animation: intro-logo .75s .08s cubic-bezier(.2,.8,.2,1) forwards; }
.page-intro-status { display: flex; align-items: center; justify-content: space-between; margin: 0 0 12px; color: #656565; font-size: 12px; font-weight: 600; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.page-intro-status output { color: #111; font: inherit; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.page-intro-track { position: relative; height: 2px; background: #e3e3e3; }
.page-intro-track i { position: absolute; inset: 0 auto 0 0; width: var(--loader-progress); background: #090909; transition: width .12s linear; }
.page-intro-track b { position: absolute; z-index: 2; top: 50%; left: var(--loader-progress); width: 8px; height: 8px; border: 2px solid #090909; border-radius: 50%; background: #fff; opacity: 1; transform: translate(-50%,-50%); transition: left .12s linear, opacity .25s ease; }
.page-intro-track b::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(0,0,0,.18); border-radius: inherit; animation: intro-loader-pulse 1.15s ease-out infinite; }
.page-intro.is-complete .page-intro-track b { opacity: 0; }
.page-intro.is-complete .page-intro-status span { color: #111; }
.page-intro.is-leaving { transform: translate3d(0,-100%,0); }

@keyframes intro-logo { to { opacity: 1; transform: none; } }
@keyframes intro-loader-pulse { 0% { opacity: 0; transform: scale(.4); } 35% { opacity: .9; } 100% { opacity: 0; transform: scale(1.35); } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: .2; transform: scale(1.1); } to { opacity: 1; transform: scale(1.02); } }
@keyframes hero-video-in { from { opacity: .2; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes bob { 50% { transform: translateY(5px); } }

@media (max-width: 980px) {
  .hero-copy { width: 88vw; padding-left: 6vw; }
  .hero-wash { background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.05)), linear-gradient(0deg, rgba(0,0,0,.64), transparent); }
  .section { padding: 100px 6vw; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .section-intro h2, .section-intro > p:last-child { grid-column: 1; }
  .decision-line { margin-top: 70px; }
  .story-shell { display: block; }
  .product-stage { top: 0; height: 62svh; z-index: 2; }
  .phone { width: min(38vw, 300px); }
  .story-steps { position: relative; z-index: 3; padding: 0 6vw; background: #080808; }
  .story-step { min-height: 68svh; padding: 13vh 0; }
  .outcome-grid { grid-template-columns: repeat(2,1fr); }
  .channel-tabs { margin-left: 0; }
  .channel-panel { grid-template-columns: 1fr; }
  .channel-image { min-height: 480px; }
  .pilot-card { grid-template-columns: 1fr; align-items: start; }
  .pilot-action { max-width: 520px; }
}

@media (max-width: 900px) {
  .site-header { height: 66px; padding: 0 22px; justify-content: space-between; gap: 18px; }
  .site-logo { width: 116px; }
  .nav-toggle { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; background: none; cursor: pointer; font-size: 12px; }
  .nav-toggle i, .nav-toggle i::before { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .25s; }
  .nav-toggle i { position: relative; }
  .nav-toggle i::before { content: ""; position: absolute; top: 6px; }
  .nav-toggle[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i::before { transform: translateY(-6px) rotate(-90deg); }
  .primary-nav { position: fixed; inset: 66px 0 auto; max-height: calc(100svh - 66px); padding: 12px 22px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: white; background: rgba(5,5,5,.97); border-bottom: 1px solid rgba(255,255,255,.14); opacity: 0; visibility: hidden; pointer-events: auto; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-main, .nav-actions { position: static; display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: none; }
  .primary-nav a { min-height: 52px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 17px; }
  .primary-nav a[aria-current="page"]::after { top: 50%; right: auto; bottom: auto; left: -12px; width: 4px; height: 22px; transform: translateY(-50%); }
}

@media (max-width: 640px) {
  .site-header { height: 58px; gap: 10px; padding: 0 16px; }
  .site-logo { width: 104px; }
  .primary-nav { top: 58px; max-height: calc(100svh - 58px); padding-right: 16px; padding-left: 16px; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 58% 42%; }
  .hero-media video { object-position: center 14%; }
  .hero-wash { background: linear-gradient(0deg, rgba(0,0,0,.82) 0, rgba(0,0,0,.28) 70%); }
  .hero-copy { width: 100%; padding: 390px 22px 120px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 64px); line-height: .9; }
  .hero-lede { max-width: 100%; margin-top: 24px; overflow-wrap: anywhere; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 26px; }
  .scroll-cue { right: 22px; left: 22px; bottom: 22px; }
  .section { padding: 82px 22px; }
  .section-intro h2 { font-size: 48px; }
  .decision-line { grid-template-columns: 1fr; border-top: 0; }
  .decision-item, .decision-item + .decision-item { min-height: auto; padding: 22px 0 28px; border-top: 1px solid var(--line); border-right: 0; }
  .decision-item span { margin-bottom: 28px; }
  .brand-reveal { min-height: 58svh; padding: 80px 14px 60px; }
  .brand-reveal-mark { font-size: 24vw; }
  .brand-reveal-caption { max-width: 260px; text-align: center; line-height: 1.6; }
  .experience-title { padding: 100px 22px 50px; text-align: left; }
  .experience-title h2 { font-size: 58px; }
  .product-stage { height: 58svh; min-height: 470px; }
  .stage-glow { width: 90vw; height: 90vw; }
  .phone { width: 205px; }
  .story-steps { padding: 0 22px; }
  .story-step { min-height: 70svh; grid-template-columns: 34px 1fr; gap: 12px; }
  .story-step h3 { font-size: 43px; }
  .story-step div > p:last-child { font-size: 16px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 260px; }
  .outcome-card h3 { margin-top: 75px; }
  .channel-tabs { overflow-x: auto; }
  .channel-tabs button { white-space: nowrap; }
  .channel-panel { border-radius: 18px; }
  .channel-image { min-height: 330px; }
  .channel-copy { padding: 38px 24px 46px; }
  .channel-copy h3 { font-size: 43px; }
  .difference { min-height: 760px; }
  .difference-copy { width: 100%; padding: 270px 22px 80px; }
  .difference-copy h2 { font-size: 52px; }
  .difference-media img, .difference-media video { object-position: 57% center; }
  .pilot h2 { font-size: 58px; }
  .site-footer { padding: 68px 22px 0; }
  .footer-grid { min-height: 0; grid-template-columns: 1fr; }
  .footer-column, .footer-column + .footer-column { padding: 0 0 52px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .footer-column + .footer-column { padding-top: 48px; }
  .footer-column:last-child { border-bottom: 0; }
  .footer-column nav { gap: 16px; }
  .footer-actions { width: 100%; }
  .footer-join h3 { margin-top: 55px; }
  .footer-socials { justify-content: space-between; gap: 12px; }
  .footer-logo { height: 28vw; min-height: 105px; margin: 40px -22px -5px; }
  .footer-logo img { width: 112vw; }
}

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


/* Nicole's Website 2.0 menu, rebuilt as an edge-integrated top header. */
.nicole-nav {
  position: fixed;
  z-index: 990;
  inset: 0 0 auto;
  width: 100%;
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) repeat(5, max-content) minmax(max-content, 1fr);
  align-items: center;
  padding: 12px clamp(24px, 4vw, 72px);
  overflow: visible;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.12) 70%, transparent);
  border-bottom: 1px solid transparent;
  transition: min-height .55s cubic-bezier(.16,1,.3,1), padding .55s cubic-bezier(.16,1,.3,1), color .35s ease, background .45s ease, border-color .45s ease, box-shadow .45s ease, backdrop-filter .45s ease;
}
.inner-page .nicole-nav:not(.is-scrolled) { color: #080808; background: rgba(244,244,241,.96); border-bottom-color: rgba(10,10,10,.1); }
.nicole-nav.is-scrolled { min-height: 60px; padding-top: 9px; padding-bottom: 9px; color: #080808; background: rgba(255,255,255,.94); border-bottom-color: rgba(10,10,10,.1); box-shadow: 0 14px 38px rgba(0,0,0,.12); backdrop-filter: blur(16px) saturate(135%); }
.nicole-brand-cluster { min-width: max-content; display: flex; align-items: center; justify-self: start; gap: clamp(12px, 1.35vw, 22px); }
.nicole-wordmark { position: relative; display: flex; align-items: center; justify-self: start; }
.nicole-wordmark img { width: clamp(116px, 8vw, 138px); height: auto; filter: invert(1); transition: width .55s cubic-bezier(.16,1,.3,1), filter .35s ease, transform .35s ease; }
.inner-page .nicole-nav:not(.is-scrolled) .nicole-wordmark img { filter: none; }
.nicole-nav.is-scrolled .nicole-wordmark img { filter: none; }
.nicole-wordmark:hover img { transform: scale(1.025); }
.audience-switch { position: relative; isolation: isolate; width: 156px; height: 34px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.audience-switch::before { content: ""; position: absolute; z-index: -1; right: auto; bottom: 2px; left: 11px; width: calc(50% - 22px); height: 1px; background: currentColor; opacity: .72; transform-origin: left; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.audience-switch.is-consumer::before { transform: translateX(calc(100% + 22px)); }
.audience-switch a { position: relative; display: grid; place-items: center; height: 30px; color: rgba(255,255,255,.58); border-radius: 0; font-size: 12px; font-weight: 560; letter-spacing: -.01em; transition: color .35s ease, transform .25s ease; }
.audience-switch a:hover { transform: translateY(-1px); }
.audience-switch a.is-selected { color: #fff; }
.inner-page .nicole-nav:not(.is-scrolled) .audience-switch,
.nicole-nav.is-scrolled .audience-switch { border-color: transparent; background: transparent; box-shadow: none; }
.inner-page .nicole-nav:not(.is-scrolled) .audience-switch a,
.nicole-nav.is-scrolled .audience-switch a { color: #55555a; }
.inner-page .nicole-nav:not(.is-scrolled) .audience-switch a.is-selected,
.nicole-nav.is-scrolled .audience-switch a.is-selected { color: #050505; }
.inner-page .nicole-nav:not(.is-scrolled) .audience-switch::before,
.nicole-nav.is-scrolled .audience-switch::before { box-shadow: none; }
.nicole-nav-links { display: contents; white-space: nowrap; }
.nicole-nav-links > a:not(.nicole-pilot) { position: relative; padding: 9px clamp(8px, .9vw, 18px); font-size: 16px; font-weight: 600; letter-spacing: -.018em; transition: color .2s ease, transform .2s ease; }
.nicole-nav-links > a:not(.nicole-pilot)::after { content: ""; position: absolute; right: clamp(7px, .75vw, 14px); bottom: 4px; left: clamp(7px, .75vw, 14px); height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .32s cubic-bezier(.16,1,.3,1); }
.nicole-nav-links > a:not(.nicole-pilot):hover::after,
.nicole-nav-links > a:not(.nicole-pilot)[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nicole-nav-links > a:hover { transform: translateY(-1px); }
.nicole-pilot { position: relative; isolation: isolate; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; justify-self: end; padding: 0 clamp(18px, 1.45vw, 26px); margin-left: 0; color: #fff; background: #050505; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 15px; font-weight: 750; letter-spacing: .015em; text-shadow: 0 0 14px rgba(255,255,255,.72); box-shadow: 0 0 0 0 rgba(216,216,214,0); animation: nicole-pilot-glow 1.75s cubic-bezier(.45,0,.55,1) infinite; }
.nicole-pilot::after { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(110deg, #030303 0 32%, #343536 43%, #070707 56% 100%); background-size: 260% 100%; animation: nicole-pilot-sheen 3.2s ease-in-out infinite; }
.nicole-pilot:hover { color: #fff; }
body:not(.inner-page) .nicole-nav:not(.is-scrolled) .nicole-pilot { color: #090909; background: #fff; border-color: rgba(255,255,255,.75); text-shadow: none; }
body:not(.inner-page) .nicole-nav:not(.is-scrolled) .nicole-pilot::after { background: linear-gradient(110deg, #fff 0 32%, #d8d8d6 43%, #fff 56% 100%); background-size: 260% 100%; }
body:not(.inner-page) .nicole-nav:not(.is-scrolled) .nicole-pilot:hover { color: #090909; }
.nicole-nav.is-scrolled .nicole-pilot { color: #fff; background: #050505; text-shadow: 0 0 14px rgba(255,255,255,.72); }
.nicole-nav.is-scrolled .nicole-pilot::after { background: linear-gradient(110deg, #030303 0 32%, #343536 43%, #070707 56% 100%); background-size: 260% 100%; }
.account-actions { min-height: 42px; display: inline-flex; align-items: center; justify-content: flex-end; justify-self: end; gap: 3px; padding: 3px; color: #4e4e52; background: #e6e6ea; border: 1px solid #d2d2d6; border-radius: 999px; box-shadow: inset 0 1px 2px rgba(0,0,0,.045), 0 5px 15px rgba(0,0,0,.1); font-size: 13px; font-weight: 650; letter-spacing: -.012em; white-space: nowrap; }
.account-actions a { min-height: 34px; display: inline-flex; align-items: center; padding: 0 13px; color: inherit; border-radius: 999px; transition: color .25s ease, background .25s ease, transform .25s ease; }
.account-actions .signup-link { color: #101010; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.13); animation: account-signup-glow 2.6s cubic-bezier(.45,0,.55,1) infinite; }
.account-actions .book-demo-link { padding-right: 16px; padding-left: 16px; color: #fff; background: #080808; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.account-actions a:hover, .account-actions a:focus-visible { text-decoration: none; transform: translateY(-1px); }
.account-actions a:first-of-type:hover, .account-actions a:first-of-type:focus-visible { color: #111; background: rgba(255,255,255,.48); }
.account-actions span { display: none; }
.nicole-nav-toggle { display: none; }
.inner-page main { padding-top: 68px; }
.inner-page .page-hero { min-height: calc(100svh - 68px); }

@keyframes nicole-pilot-glow {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,.35), 0 8px 22px rgba(0,0,0,.2), 0 0 12px rgba(255,255,255,.24); }
  50% { transform: translateY(-1px) scale(1.035); box-shadow: 0 0 0 8px rgba(255,255,255,0), 0 9px 28px rgba(0,0,0,.28), 0 0 38px rgba(255,255,255,.98); }
}
@keyframes nicole-pilot-sheen { 0%, 24% { background-position: 100% 0; } 72%, 100% { background-position: -140% 0; } }
@keyframes footer-demo-sheen { 0%,34% { transform: translateX(-190%) rotate(15deg); opacity: 0; } 43% { opacity: 1; } 65%,100% { transform: translateX(680%) rotate(15deg); opacity: 0; } }
@keyframes account-signup-glow {
  0%, 100% { box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 0 0 0 rgba(255,255,255,.35); }
  50% { box-shadow: 0 6px 18px rgba(0,0,0,.17), 0 0 0 6px rgba(255,255,255,0), 0 0 22px rgba(255,255,255,.96); }
}

.scroll-guide { position: fixed; z-index: 780; top: 50%; right: 18px; display: grid; justify-items: center; gap: 10px; color: rgba(10,10,10,.72); pointer-events: none; transform: translateY(-50%); opacity: 1; transition: opacity .5s ease, transform .7s cubic-bezier(.16,1,.3,1); mix-blend-mode: difference; }
.scroll-guide span { color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-guide i { position: relative; width: 1px; height: 74px; overflow: hidden; background: rgba(255,255,255,.32); }
.scroll-guide i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 58%; background: #fff; animation: scroll-guide-line 1.75s cubic-bezier(.45,0,.55,1) infinite; }
.scroll-guide b { color: #fff; font-size: 15px; font-weight: 400; animation: scroll-guide-arrow 1.75s ease-in-out infinite; }
.scroll-guide.is-dismissed { opacity: 0; transform: translate(12px, -50%); }
@keyframes scroll-guide-line { 0% { transform: translateY(-25%); } 70%, 100% { transform: translateY(340%); } }
@keyframes scroll-guide-arrow { 0%, 100% { transform: translateY(-3px); opacity: .45; } 50% { transform: translateY(4px); opacity: 1; } }

@media (max-width: 1180px) {
  .nicole-nav { padding-right: 22px; padding-left: 22px; }
  .nicole-wordmark img { width: 112px; }
  .nicole-brand-cluster { gap: 10px; }
  .audience-switch { width: 144px; }
  .audience-switch a { font-size: 11px; }
  .nicole-nav-links > a:not(.nicole-pilot) { padding-right: 7px; padding-left: 7px; font-size: 13px; }
  .account-actions { font-size: 12px; }
  .account-actions a { padding-right: 9px; padding-left: 9px; }
  .account-actions .book-demo-link { padding-right: 11px; padding-left: 11px; }
  .nicole-pilot { min-height: 40px; padding-right: 18px; padding-left: 18px; }
}

@media (max-width: 900px) {
  .nicole-nav { inset: 0 0 auto; width: 100%; min-height: 60px; display: flex; justify-content: space-between; padding: 8px 14px 8px 18px; }
  .nicole-nav.is-scrolled { min-height: 56px; padding-top: 6px; padding-bottom: 6px; }
  .nicole-wordmark img { width: 100px; }
  .nicole-brand-cluster { gap: 9px; }
  .audience-switch { width: 126px; height: 34px; padding: 3px; }
  .audience-switch a { height: 28px; font-size: 10.5px; }
  .nicole-nav-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #080808; background: #fff; cursor: pointer; font-size: 13px; font-weight: 650; }
  .inner-page .nicole-nav:not(.is-scrolled) .nicole-nav-toggle { border-color: rgba(0,0,0,.1); background: #ecece8; }
  .nicole-nav-toggle i, .nicole-nav-toggle i::before { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s; }
  .nicole-nav-toggle i { position: relative; }
  .nicole-nav-toggle i::before { content: ""; position: absolute; top: 6px; }
  .nicole-nav-toggle[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
  .nicole-nav-toggle[aria-expanded="true"] i::before { transform: translateY(-6px) rotate(-90deg); }
  .nicole-nav-links { position: absolute; top: 100%; right: 0; left: 0; margin: 0; padding: 14px 18px 20px; display: grid; gap: 2px; color: #fff; background: rgba(17,16,14,.97); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 36px rgba(0,0,0,.2); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .32s ease, visibility .32s ease, transform .42s cubic-bezier(.16,1,.3,1); }
  .nicole-nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
  .nicole-nav-links > a:not(.nicole-pilot) { min-height: 46px; display: flex; align-items: center; padding: 0 16px; font-size: 16px; }
  .nicole-pilot { min-height: 50px; margin: 6px 0 0; justify-self: stretch; font-size: 15px; }
  .account-actions { min-height: 50px; justify-content: center; justify-self: stretch; margin-top: 8px; padding: 3px; color: #4e4e52; border: 1px solid #d2d2d6; font-size: 15px; }
  .inner-page main { padding-top: 60px; }
  .inner-page .page-hero { min-height: calc(100svh - 60px); }
  .scroll-guide { right: 8px; gap: 7px; }
  .scroll-guide span { font-size: 8px; }
  .scroll-guide i { height: 52px; }
}

@media (max-width: 430px) {
  .nicole-nav { padding-right: 10px; padding-left: 12px; }
  .nicole-wordmark img { width: 86px; }
  .nicole-brand-cluster { gap: 7px; }
  .audience-switch { width: 110px; height: 32px; }
  .audience-switch a { height: 26px; font-size: 9.5px; }
  .nicole-nav-toggle { min-height: 38px; padding: 0 12px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .nicole-pilot, .nicole-pilot::after, .nicole-nav, .account-actions .signup-link, .hero-signup-cta, .hero-signup-cta::before, .scroll-guide i::after, .scroll-guide b { animation: none; }
}

/* 2026 clarity system: product-first hierarchy, generous whitespace and quiet surfaces. */
body { line-height: 1.45; }
.eyebrow { margin-bottom: 16px; font-size: 15px; font-weight: 600; letter-spacing: -.015em; text-transform: none; }
.hero-copy { width: min(1180px, 92vw); }
.hero h1 { max-width: 860px; font-size: clamp(34px, 3.8vw, 65px); line-height: .96; letter-spacing: -.05em; text-wrap: balance; }
.section { padding: clamp(100px, 11vw, 176px) max(5vw, 24px); }
.section-intro { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0; text-align: center; }
.section-intro h2 { max-width: 1000px; font-size: clamp(48px, 6.7vw, 108px); line-height: .93; }
.section-intro > p:last-child { max-width: 720px; margin: 28px auto 0; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.5; }
.decision { background: var(--paper); }
.decision-line { max-width: 1380px; margin: 86px auto 0; gap: 16px; border: 0; }
.decision-item, .decision-item + .decision-item { min-height: 300px; padding: 28px; border: 0; border-radius: 28px; background: #fff; }
.decision-item span { margin-bottom: 86px; }
.decision-item strong { font-size: 34px; }
.experience-title { padding: clamp(110px, 12vw, 180px) 5vw clamp(72px, 7vw, 104px); }
.experience-title h2 { max-width: 1120px; margin: 0 auto; text-wrap: balance; }
.outcome-grid { max-width: 1480px; margin: 82px auto 0; grid-template-columns: repeat(3, 1fr); gap: 16px; border: 0; }
.outcome-card { min-height: 400px; padding: 32px; border: 0; border-radius: 28px; background: #fff; }
.outcome-card h3 { margin-top: 180px; font-size: clamp(30px, 3vw, 48px); }
.outcome-card p { max-width: 430px; font-size: 17px; }
.channels { background: #ececef; }
.channel-tabs { margin: 72px auto 28px; justify-content: center; }
.channel-tabs button { padding: 11px 20px; font-size: 14px; }
.channel-panel { max-width: 1480px; margin: 0 auto; min-height: min(70vw, 760px); border-radius: 32px; }
.pilot { background: var(--accent); }
.pilot-card { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 34px; text-align: center; }
.pilot h2 { max-width: 1050px; font-size: clamp(56px, 8vw, 126px); line-height: .88; }
.pilot-action { display: flex; flex-direction: column; align-items: center; }
.pilot-action p { max-width: 650px; margin-bottom: 30px; }
.pilot-note { text-transform: none; letter-spacing: 0; font-size: 12px; }
.site-footer { padding-top: clamp(50px, 5vw, 72px); }
.footer-grid { min-height: 0; grid-template-columns: repeat(3, 1fr); }
.footer-column h2 { font-size: 24px; font-weight: 600; }
.footer-column nav a { font-size: 15px; letter-spacing: -.01em; font-weight: 500; }
.footer-logo { margin-top: clamp(28px, 4vw, 54px); }

@media (max-width: 980px) {
  .decision-line { grid-template-columns: 1fr; }
  .decision-item, .decision-item + .decision-item { min-height: 220px; }
  .decision-item span { margin-bottom: 52px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .channel-panel { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-column, .footer-column + .footer-column { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .footer-column:first-child { padding-top: 0; }
  .footer-column:last-child { border-bottom: 0; }
  .footer-actions { width: min(360px, 100%); }
}

@media (max-width: 640px) {
  .hero h1 { font-size: clamp(34px, 8.8vw, 44px); line-height: .98; }
  .section { padding: 88px 18px; }
  .section-intro h2 { font-size: 50px; }
  .outcome-card { min-height: 330px; }
  .outcome-card h3 { margin-top: 120px; }
  .footer-follow { padding: 28px 0; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-legal nav { justify-content: flex-start; gap: 14px 22px; }
}

/* Homepage platform story — approved AI twins, product clarity and mobile parity. */

.platform-overview { overflow: hidden; background: #f3f3f0; }
.platform-statement { max-width: 1180px; margin: 0 auto; text-align: center; }
.platform-statement h2 { max-width: 1080px; margin: 0 auto; font-size: clamp(54px, 7.2vw, 116px); line-height: .91; letter-spacing: -.068em; text-wrap: balance; }
.platform-statement > p:last-child { max-width: 780px; margin: 34px auto 0; color: var(--quiet); font-size: clamp(18px, 1.55vw, 23px); line-height: 1.5; }
.capability-grid { max-width: 1520px; margin: clamp(72px, 8vw, 120px) auto 0; display: grid; grid-template-columns: 1.08fr .92fr 1fr; gap: 16px; }
.capability-card { position: relative; min-height: min(49vw, 720px); overflow: hidden; border-radius: 30px; color: #fff; background: #171717; isolation: isolate; }
.capability-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.16,1,.3,1), filter .7s ease; }
.capability-card:hover video { transform: scale(1.025); filter: saturate(1.04); }
.capability-see video { object-position: center; }
.capability-know video { object-position: 54% center; }
.capability-style video { object-position: center; }
.capability-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.86) 0, rgba(0,0,0,.1) 58%, transparent 76%); }
.capability-copy { position: absolute; z-index: 2; right: 30px; bottom: 30px; left: 30px; }
.capability-copy span { display: block; margin-bottom: 12px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.capability-copy h3 { margin: 0; font-size: clamp(48px, 5vw, 78px); line-height: .9; letter-spacing: -.06em; }
.capability-copy p { max-width: 380px; margin: 16px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.45; }
.fit-signal { position: absolute; z-index: 3; top: 24px; right: 24px; left: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #111; background: rgba(255,255,255,.88); box-shadow: 0 8px 28px rgba(0,0,0,.16); backdrop-filter: blur(14px); font-size: 11px; }
.fit-signal i { height: 2px; overflow: hidden; background: rgba(0,0,0,.14); }
.fit-signal i::after { content: ""; display: block; width: 82%; height: 100%; background: #111; animation: fit-signal 2.8s ease-in-out infinite; }
.fit-signal b { font-weight: 700; }
@keyframes fit-signal { 0%, 100% { transform: scaleX(.25); transform-origin: left; } 55% { transform: scaleX(1); transform-origin: left; } }

.experience { overflow: clip; background: #070707; }
.experience-title { max-width: 1240px; margin: 0 auto; padding: clamp(120px, 13vw, 190px) 5vw clamp(74px, 8vw, 112px); text-align: center; }
.experience-title h2 { max-width: 1120px; margin: 0 auto; font-size: clamp(58px, 8.4vw, 132px); }
.experience-title > p:last-child { max-width: 680px; margin: 28px auto 0; color: rgba(255,255,255,.58); font-size: 20px; line-height: 1.5; }
.story-shell { grid-template-columns: 56% 44%; }
.product-stage { background: radial-gradient(circle at 50% 50%, #262626, #0d0d0d 62%, #070707); }
.experience-frames { position: relative; z-index: 1; width: calc(100% - clamp(32px, 5vw, 80px)); aspect-ratio: 16 / 9; overflow: hidden; border-radius: 28px; box-shadow: 0 45px 100px rgba(0,0,0,.55); }
.experience-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity .72s ease, transform 1.15s cubic-bezier(.16,1,.3,1); }
.experience-film.is-active { opacity: 1; transform: scale(1); }
.experience-film-wash { position: absolute; z-index: 2; left: 50%; width: calc(100% - clamp(32px, 5vw, 80px)); aspect-ratio: 16 / 9; border-radius: 28px; background: linear-gradient(0deg, rgba(0,0,0,.48), transparent 48%), linear-gradient(90deg, rgba(0,0,0,.2), transparent 48%); pointer-events: none; transform: translateX(-50%); }
.experience-ui { position: absolute; z-index: 3; left: clamp(34px, 5vw, 78px); bottom: clamp(110px, 13vh, 150px); min-width: min(310px, 38vw); padding: 18px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; color: #fff; background: rgba(8,8,8,.62); box-shadow: 0 18px 50px rgba(0,0,0,.24); backdrop-filter: blur(18px) saturate(125%); transition: opacity .18s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.experience-ui.is-switching { opacity: .35; transform: translateY(8px); }
.experience-ui > span { display: block; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.experience-ui strong { display: block; margin-top: 7px; font-size: 24px; letter-spacing: -.035em; }
.experience-ui p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.experience-pulse { display: flex; gap: 6px; margin-top: 16px; }
.experience-pulse i { width: 28px; height: 3px; border-radius: 99px; background: rgba(255,255,255,.22); transition: background .35s, transform .35s; transform-origin: left; }
.experience-ui[data-mode="tryon"] .experience-pulse i:nth-child(1),
.experience-ui[data-mode="fit"] .experience-pulse i:nth-child(2),
.experience-ui[data-mode="style"] .experience-pulse i:nth-child(3) { background: #fff; transform: scaleX(1.2); }
.stage-caption { z-index: 3; bottom: 40px; left: clamp(34px, 5vw, 78px); color: rgba(255,255,255,.42); letter-spacing: .11em; }
.story-steps { position: relative; padding-right: 5vw; }
.story-steps::before { content: ""; position: absolute; top: 0; bottom: 0; left: calc(7vw + 34px); width: 1px; background: rgba(255,255,255,.11); }
.story-step { position: relative; grid-template-columns: 70px 1fr; color: rgba(255,255,255,.28); }
.story-step::after { content: ""; position: absolute; top: 50%; left: calc(7vw + 33px); width: 3px; height: 0; border-radius: 99px; background: #fff; transform: translateY(-50%); transition: height .6s cubic-bezier(.16,1,.3,1); }
.story-step.is-active::after { height: 96px; }
.story-step h3 { max-width: 600px; font-size: clamp(45px, 4.8vw, 76px); }
.story-step div > p:last-child { max-width: 530px; }

.outcomes { background: #f5f5f7; }
.outcome-grid { gap: 14px; }
.outcome-card { position: relative; overflow: hidden; background: #fff; }
.outcome-card:nth-child(2) { background: #e9e9e6; }
.outcome-card:nth-child(3) { color: #fff; background: #101010; }
.outcome-card:nth-child(3) p { color: rgba(255,255,255,.6); }
.outcome-card::before { content: ""; position: absolute; top: -110px; right: -120px; width: 280px; height: 280px; border: 1px solid rgba(0,0,0,.07); border-radius: 50%; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.outcome-card:nth-child(3)::before { border-color: rgba(255,255,255,.14); }
.outcome-card:hover::before { transform: scale(1.18); }

.integration { color: #fff; background: #0a0a0a; }
.integration-heading { max-width: 1120px; margin: 0 auto; text-align: center; }
.integration-heading h2 { margin: 0; font-size: clamp(54px, 7.4vw, 116px); line-height: .91; letter-spacing: -.068em; text-wrap: balance; }
.integration-heading > p:last-child { max-width: 720px; margin: 30px auto 0; color: rgba(255,255,255,.56); font-size: clamp(18px, 1.4vw, 21px); line-height: 1.5; }
.platform-map { max-width: 1480px; margin: clamp(72px, 8vw, 118px) auto 0; display: grid; grid-template-columns: 1fr 120px 1.15fr 120px 1fr; align-items: stretch; min-height: 230px; }
.platform-source, .platform-core, .platform-destinations { display: flex; flex-direction: column; justify-content: center; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #151515; }
.platform-source span { margin-bottom: 12px; color: rgba(255,255,255,.46); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.platform-source strong { max-width: 280px; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.05; letter-spacing: -.04em; }
.platform-core { align-items: center; text-align: center; color: #111; background: #f1f1ee; border-color: transparent; box-shadow: 0 0 90px rgba(255,255,255,.08); }
.platform-core img { width: min(210px, 70%); }
.platform-core p { margin: 22px 0 0; color: #555; font-size: 15px; }
.platform-destinations { gap: 11px; }
.platform-destinations span { padding: 12px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.04); text-align: center; font-size: 15px; font-weight: 650; }
.platform-connector { display: grid; place-items: center; align-content: center; gap: 12px; color: rgba(255,255,255,.35); }
.platform-connector i { position: relative; width: 100%; height: 1px; background: rgba(255,255,255,.18); }
.platform-connector i::after { content: ""; position: absolute; top: -2px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: platform-flow 2.4s linear infinite; }
.platform-connector b { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
@keyframes platform-flow { from { transform: translateX(0); } to { transform: translateX(115px); } }
.integration-paths { max-width: 1480px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.integration-path { min-height: 270px; display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 30px 26px 34px 0; border-right: 1px solid rgba(255,255,255,.14); }
.integration-path + .integration-path { padding-left: 26px; }
.integration-path:last-child { border-right: 0; }
.integration-path > span { color: rgba(255,255,255,.36); font-size: 11px; }
.integration-path h3 { margin: 0 0 14px; font-size: clamp(26px, 2.3vw, 38px); line-height: 1; letter-spacing: -.045em; }
.integration-path p { margin: 0; color: rgba(255,255,255,.52); font-size: 16px; line-height: 1.52; }
.integration-launch { max-width: 1180px; margin: clamp(58px,7vw,94px) auto 0; padding: clamp(30px,4vw,56px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(135deg,#f3f3ef,#c9c8c2); color: #101010; }
.integration-launch h3 { max-width: 690px; margin: 0; font-size: clamp(38px,4vw,64px); line-height: .95; letter-spacing: -.06em; }
.integration-launch p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: #5f5f5a; font-size: 17px; line-height: 1.5; }
.integration-launch-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.integration-tools { max-width: 1180px; margin: 24px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 0; border: 0; }
.integration-tools a { padding: 11px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 13px; transition: color .25s ease, border-color .25s ease, background .25s ease; }
.integration-tools a:hover,.integration-tools a:focus-visible { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); text-decoration: none; }

.channels { background: #ececef; }
.channel-gallery { max-width: 1520px; margin: clamp(70px, 8vw, 112px) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.channel-card { position: relative; min-height: min(52vw, 760px); overflow: hidden; border-radius: 30px; color: #fff; background: #222; }
.channel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.channel-card:nth-child(1) img { object-position: 56% center; }
.channel-card:nth-child(2) img { object-position: 61% center; }
.channel-card:nth-child(3) img { object-position: 52% center; }
.channel-card:hover img { transform: scale(1.025); }
.channel-card-wash { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.06) 62%, transparent 78%); }
.channel-card-copy { position: absolute; right: 30px; bottom: 30px; left: 30px; }
.channel-card-copy > span { display: block; margin-bottom: 14px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.channel-card-copy h3 { margin: 0; max-width: 420px; font-size: clamp(36px, 3.4vw, 56px); line-height: .95; letter-spacing: -.055em; }
.channel-card-copy p { max-width: 410px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.48; }

.difference { min-height: 0; aspect-ratio: 16 / 9; max-height: 100svh; }
.difference-media img, .difference-media video { object-position: center; transform: none; }
.difference-media::after { background: linear-gradient(90deg, rgba(0,0,0,.88) 0, rgba(0,0,0,.38) 42%, rgba(0,0,0,.04) 75%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 52%); }
.difference-copy { width: min(820px, 58vw); padding-top: clamp(130px, 17vh, 190px); }
.difference-copy h2 { font-size: clamp(54px, 6vw, 100px); }
.pilot-links { display: flex; align-items: center; justify-content: center; gap: 24px; }
.pilot-note { display: none; }

.footer-thesis { max-width: 1520px; margin: 0 auto clamp(42px, 4vw, 64px); padding-bottom: clamp(40px, 4vw, 60px); border-bottom: 1px solid rgba(255,255,255,.17); text-align: center; }
.footer-thesis h2 { max-width: 1060px; margin: 0 auto; font-size: clamp(48px, 7vw, 112px); font-weight: 500; line-height: .91; letter-spacing: -.068em; text-wrap: balance; }
.footer-thesis .text-link { margin-top: 34px; }

/* Simplified global footer: visual grouping without separator-line clutter. */
.site-footer { padding-top: clamp(54px,6vw,86px); }
.footer-thesis { margin-bottom: clamp(36px,4vw,56px); padding-bottom: 0; border-bottom: 0; }
.footer-grid { grid-template-columns: .9fr .9fr 1.2fr; gap: 14px; }
.footer-column,.footer-column + .footer-column { padding: clamp(26px,3vw,42px); border: 0; border-radius: 24px; background: rgba(255,255,255,.045); }
.footer-column:last-child { padding-right: clamp(26px,3vw,42px); }
.footer-follow { width: min(560px,100%); margin-top: 26px; padding: 20px 0 10px; border: 0; }
.footer-legal { padding-top: 30px; }
.footer-logo { margin-top: clamp(24px,3vw,42px); }

@media (max-width: 980px) {
  .newsletter-signup-shell { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-column,.footer-column + .footer-column { padding: 28px; border: 0; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .newsletter-signup { padding-right: 22px; padding-left: 22px; }
  .newsletter-signup-copy h2 { font-size: clamp(46px, 14vw, 62px); }
  .footer-grid { grid-template-columns: 1fr; gap: 10px; }
  .footer-column,.footer-column + .footer-column,.footer-column:last-child { grid-column: auto; padding: 24px; border: 0; }
  .footer-follow { padding-top: 24px; }
  .footer-legal { gap: 18px; }
}

@media (max-width: 980px) {
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 70svh; }
  .story-shell { display: block; }
  .product-stage { position: relative; top: auto; width: calc(100% - 36px); height: auto; min-height: 0; aspect-ratio: 16 / 9; margin: 0 18px; border-radius: 24px; }
  .experience-frames, .experience-film-wash { width: 100%; height: 100%; border-radius: 24px; }
  .experience-ui { left: 18px; bottom: 18px; min-width: min(300px, 62vw); }
  .stage-caption { display: none; }
  .story-steps { padding: 0 max(6vw, 22px); }
  .story-steps::before, .story-step::after { display: none; }
  .story-step { min-height: auto; padding: 100px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); }
  .story-step.is-active { color: #fff; }
  .platform-map { max-width: 720px; grid-template-columns: 1fr; gap: 0; }
  .platform-connector { min-height: 94px; }
  .platform-connector i { width: 1px; height: 74px; }
  .platform-connector i::after { top: 0; left: -2px; animation-name: platform-flow-y; }
  @keyframes platform-flow-y { from { transform: translateY(0); } to { transform: translateY(70px); } }
  .integration-paths { grid-template-columns: 1fr; }
  .integration-path, .integration-path + .integration-path { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .integration-path:last-child { border-bottom: 0; }
  .channel-gallery { grid-template-columns: 1fr; }
  .channel-card { min-height: min(104vw, 760px); }
  .difference { aspect-ratio: auto; min-height: 820px; max-height: none; }
  .difference-copy { width: min(720px, 90vw); }
}

@media (max-width: 640px) {
  .page-intro-shell { width: calc(100vw - 48px); }
  .page-intro img { width: min(260px, 70vw); margin-bottom: 52px; }
  .platform-statement h2, .integration-heading h2 { font-size: clamp(48px, 13.4vw, 62px); }
  .platform-statement > p:last-child { font-size: 18px; }
  .capability-grid { margin-top: 58px; gap: 12px; }
  .capability-card { min-height: 0; aspect-ratio: 4 / 5; border-radius: 22px; }
  .capability-copy { right: 22px; bottom: 24px; left: 22px; }
  .capability-copy h3 { font-size: 52px; }
  .capability-copy p { font-size: 15px; }
  .fit-signal { top: 16px; right: 16px; left: 16px; }
  .experience-title { padding: 100px 18px 56px; text-align: left; }
  .experience-title h2 { font-size: 55px; }
  .experience-title > p:last-child { margin-right: 0; margin-left: 0; font-size: 17px; }
  .product-stage { width: calc(100% - 24px); margin: 0 12px; border-radius: 18px; }
  .experience-frames, .experience-film-wash { border-radius: 18px; }
  .experience-ui { left: 12px; bottom: 12px; min-width: 0; max-width: calc(100% - 24px); padding: 12px 14px; border-radius: 14px; }
  .experience-ui strong { font-size: 18px; }
  .experience-ui p, .experience-pulse { display: none; }
  .story-step { grid-template-columns: 34px 1fr; gap: 10px; padding: 76px 0; }
  .story-step h3 { font-size: 42px; }
  .outcome-card { min-height: 350px; }
  .platform-map { margin-top: 60px; }
  .platform-source, .platform-core, .platform-destinations { padding: 28px 24px; border-radius: 22px; }
  .integration-path { grid-template-columns: 34px 1fr; gap: 10px; }
  .integration-launch { grid-template-columns: 1fr; }
  .integration-tools { justify-content: flex-start; }
  .channel-gallery { margin-top: 60px; gap: 12px; }
  .channel-card { min-height: 0; aspect-ratio: 4 / 5; border-radius: 22px; }
  .channel-card-copy { right: 22px; bottom: 24px; left: 22px; }
  .channel-card-copy h3 { font-size: 42px; }
  .channel-card-copy p { font-size: 15px; }
  .difference { min-height: 760px; }
  .difference-media img, .difference-media video { object-position: 60% center; }
  .difference-copy { padding: 330px 22px 74px; }
  .difference-copy h2 { font-size: 48px; }
  .pilot-links { align-items: stretch; flex-direction: column; gap: 12px; }
  .footer-thesis { margin-bottom: 38px; padding-bottom: 38px; }
  .footer-thesis h2 { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-intro img, .page-intro-track b::after, .fit-signal i::after, .platform-connector i::after, .footer-demo-cta, .footer-demo-cta::before { animation: none; }
  .page-intro img { opacity: 1; transform: none; }
}

/* Homepage editorial type contrast */
.type-pair {
  text-wrap: balance;
}

.type-pair > .type-sans,
.type-pair > .type-serif {
  display: block;
  color: inherit;
}

.type-pair > .type-sans {
  font-family: "Afacad", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -.055em;
}

.type-pair > .type-serif {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -.06em;
  line-height: .94;
}
