:root {
  --ink: #0b0c12;
  --muted: #626674;
  --line: #dedfe6;
  --paper: #f5f3ee;
  --white: #fff;
  --midnight: #080918;
  --midnight-2: #111329;
  --blue: #3542ff;
  --blue-dark: #222bbd;
  --periwinkle: #999dff;
  --coral: #ff7657;
  --lime: #d9ff61;
  --radius: 18px;
  --shell: 1280px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; font: inherit; }
[hidden] { display: none !important; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
.brand-rail:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: var(--white);
}
.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
}
.logo {
  width: max-content;
  font-size: 29px;
  font-weight: 820;
  letter-spacing: -.06em;
  line-height: 1;
  text-decoration: none;
}
.logo span { color: var(--lime); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: rgba(255,255,255,.76); font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--white); }
.nav > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 780;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 14px; }
.button-light { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); color: var(--white); }
.button-light:hover { border-color: var(--white); background: rgba(255,255,255,.15); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: var(--blue-dark); }
.button-lime { background: var(--lime); color: #11121a; }
.button-lime:hover { background: #ecff9c; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.ink-eyebrow { color: var(--blue); }

/* Hero */
.hero {
  min-height: 800px;
  padding: 138px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 14%, rgba(153,157,255,.14), transparent 25%),
    radial-gradient(circle at 15% 90%, rgba(255,118,87,.1), transparent 28%),
    var(--midnight);
  color: var(--white);
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.hero-copyblock { position: relative; z-index: 3; max-width: 1060px; padding: 48px 0 14px; }
.hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(66px, 7.6vw, 112px);
  font-weight: 640;
  letter-spacing: -.065em;
  line-height: .96;
}
.hero h1 .hero-line { display: block; }
.hero h1 .hero-accent { margin-top: .035em; color: var(--periwinkle); }
.hero-copy { max-width: 740px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.55vw, 21px); line-height: 1.52; }
.hero-actions { display: flex; gap: 22px; align-items: center; margin-top: 34px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--white); font-size: 15px; font-weight: 720; text-decoration: none; }
.text-link span { color: var(--lime); font-size: 20px; }
.hero-note { margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 13px; }

.audience-story {
  position: relative;
  min-width: 0;
  margin: -26px 0 0;
  padding: 9px 0 0;
}
.audience-story::before {
  position: absolute;
  z-index: 0;
  inset: 7% 2% 9%;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 48% 48% 11% 11% / 11% 11% 16% 16%;
  background: radial-gradient(ellipse at 50% 64%, rgba(217,255,97,.055), transparent 49%);
  content: "";
}
.audience-story-svg { position: relative; z-index: 1; display: block; width: 100%; height: min(57vw, 660px); overflow: visible; }
.audience-story-svg * { vector-effect: non-scaling-stroke; }
.venue-grid { fill: none; stroke: rgba(255,255,255,.045); stroke-width: 1; }
.stage { color: rgba(255,255,255,.82); }
.stage-back { fill: #0b0c18; stroke: rgba(255,255,255,.38); stroke-width: 1.5; }
.stage-deck { fill: #191b2c; stroke: rgba(255,255,255,.35); stroke-width: 1.5; }
.stage-truss { fill: none; stroke: rgba(255,255,255,.65); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.stage use[href="#stage-speaker"] { fill: #080912; stroke: rgba(255,255,255,.5); stroke-width: 1.4; }
.stage use[href="#stage-speaker"] circle { fill: none; }
.stage-lamps circle { fill: #fff; filter: url(#stage-glow); }
.stage-left .stage-lamps circle { fill: var(--coral); }
.stage-right .stage-lamps circle { fill: var(--periwinkle); }
.main-lamps circle { fill: var(--lime); }
.stage-small-label { fill: rgba(255,255,255,.62); font-size: 13px; font-weight: 830; letter-spacing: 1.8px; }
.stage-live-label { fill: rgba(255,255,255,.26); font-size: 9px; font-weight: 850; letter-spacing: 4px; }
.loopedy-stage-word { fill: #fff; font-size: 41px; font-weight: 880; letter-spacing: -2.8px; }
.shared-stage-label { fill: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: 2.4px; }
.main-back { fill: #0a0b16; stroke: rgba(217,255,97,.52); stroke-width: 1.8; }
.main-truss { stroke: rgba(217,255,97,.72); stroke-width: 1.8; }
.main-deck { stroke: rgba(217,255,97,.62); }
.side-beam { opacity: .3; transform-box: fill-box; transform-origin: 50% 0%; }
.main-beams { opacity: .3; }
.connection-ribbon { fill: none; stroke-linecap: round; stroke-width: 2; stroke-dasharray: 8 11; opacity: .55; }
.connection-ribbon-left { stroke: url(#connection-left); }
.connection-ribbon-right { stroke: url(#connection-right); }
.svg-audience use { stroke: rgba(8,9,24,.2); stroke-width: .8; }
.audience-left use { fill: var(--coral); }
.audience-right use { fill: var(--periwinkle); }
.audience-shared use:nth-child(3n+1) { fill: var(--coral); }
.audience-shared use:nth-child(3n+2) { fill: var(--periwinkle); }
.audience-shared use:nth-child(3n) { fill: rgba(255,255,255,.82); }
.audience-labels text { fill: rgba(255,255,255,.38); font-size: 10px; font-weight: 850; letter-spacing: 2.1px; }
.audience-labels .shared-audience-caption { fill: var(--lime); font-size: 11px; }
.shared-caption-back { fill: rgba(8,9,24,.92); stroke: rgba(217,255,97,.3); stroke-width: 1; }
.music-notes use { fill: none; stroke: rgba(255,255,255,.36); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; opacity: .28; }

.audience-story.is-playing .stage-left,
.audience-story.is-playing .stage-right { animation: sideStagePower .9s cubic-bezier(.16,1,.3,1) .35s both; }
.audience-story.is-playing .side-beam-left { animation: panLeftBeam 1.8s cubic-bezier(.65,0,.35,1) 1.5s both; }
.audience-story.is-playing .side-beam-right { animation: panRightBeam 1.8s cubic-bezier(.65,0,.35,1) 1.5s both; }
.audience-story.is-playing .stage-main { animation: mainStageReveal 1.4s cubic-bezier(.22,1,.36,1) 2.35s both; }
.audience-story.is-playing .main-truss { stroke-dasharray: 1100; animation: drawTruss 1.55s cubic-bezier(.22,1,.36,1) 2.25s both; }
.audience-story.is-playing .connection-ribbon { stroke-dasharray: 8 11; animation: connectAudiences 2s cubic-bezier(.65,0,.35,1) 1.65s both; }
.audience-story.is-playing .audience-person.is-moving { animation: crowdMerge .95s cubic-bezier(.22,1,.36,1) calc(3.15s + var(--person-delay, 0s)) both; }
.audience-story.is-playing .audience-person.is-moving.is-lit {
  animation:
    crowdMerge .95s cubic-bezier(.22,1,.36,1) calc(3.15s + var(--person-delay, 0s)) both,
    crowdLight 1.35s ease calc(4.15s + var(--person-delay, 0s)) both;
}
.audience-story.is-playing .audience-person.is-huddling { animation: crowdHuddle .9s cubic-bezier(.22,1,.36,1) calc(3.15s + var(--huddle-delay, 0s)) both; }
.audience-story.is-playing .main-beams { animation: mainLightsOpen 1.6s cubic-bezier(.16,1,.3,1) 4.65s both; }
.audience-story.is-playing .shared-stage-label,
.audience-story.is-playing .shared-audience-caption { animation: sharedLabelIn .8s ease 5.8s both; }
.audience-story.is-playing .music-notes use { animation: musicRise 2.1s cubic-bezier(.16,1,.3,1) var(--note-delay, 1s) both; }
.audience-story.is-settled .svg-audience { animation: audienceBreathe 5s ease-in-out infinite alternate; }
.audience-story.is-settled .audience-person.is-moving { transform: translate(var(--move-x), var(--move-y)) scale(1.04); }
.audience-story.is-settled .audience-person.is-lit { fill: var(--lime) !important; animation: litAudiencePulse 2.6s ease-in-out infinite alternate; }
.audience-story.is-settled .audience-person.is-huddling { transform: translate(var(--huddle-x), var(--huddle-y)); }
.audience-story.is-paused * { animation-play-state: paused !important; }

@keyframes sideStagePower { from { opacity: .25; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes panLeftBeam { from { opacity: .16; transform: rotate(-7deg); } to { opacity: .38; transform: rotate(7deg); } }
@keyframes panRightBeam { from { opacity: .16; transform: rotate(7deg); } to { opacity: .38; transform: rotate(-7deg); } }
@keyframes mainStageReveal { from { opacity: .38; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes drawTruss { from { stroke-dashoffset: 1100; opacity: .18; } to { stroke-dashoffset: 0; opacity: 1; } }
@keyframes connectAudiences { from { stroke-dashoffset: 400; opacity: 0; } to { stroke-dashoffset: 0; opacity: .55; } }
@keyframes crowdMerge { from { transform: translate(0, 0) scale(1); } to { transform: translate(var(--move-x), var(--move-y)) scale(1.04); } }
@keyframes crowdHuddle { from { transform: translate(0, 0); } to { transform: translate(var(--huddle-x), var(--huddle-y)); } }
@keyframes crowdLight { from { filter: drop-shadow(0 0 0 rgba(217,255,97,0)); } to { fill: var(--lime); filter: drop-shadow(0 0 5px rgba(217,255,97,.9)); } }
@keyframes litAudiencePulse { from { opacity: .78; filter: drop-shadow(0 0 2px rgba(217,255,97,.45)); } to { opacity: 1; filter: drop-shadow(0 0 7px rgba(217,255,97,.95)); } }
@keyframes mainLightsOpen { from { opacity: 0; transform: scaleY(.15); transform-origin: 50% 0%; } to { opacity: .35; transform: scaleY(1); transform-origin: 50% 0%; } }
@keyframes sharedLabelIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes musicRise { from { opacity: 0; transform: translateY(16px); } 45% { opacity: .36; } to { opacity: 0; transform: translate(5px,-24px); } }
@keyframes audienceBreathe { from { transform: translateY(0); } to { transform: translateY(-1.5px); } }

.audience-story figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0;
  color: rgba(255,255,255,.42);
  font-size: 10px;
}
.audience-story figcaption strong { color: rgba(255,255,255,.75); font-weight: 720; }
.audience-story-controls {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 0;
  display: flex;
  gap: 7px;
}
.audience-motion-control {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(8,9,24,.56);
  color: rgba(255,255,255,.64);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.audience-motion-control:hover,
.audience-motion-control:focus-visible { border-color: rgba(255,255,255,.45); color: var(--white); }

/* Shared headings */
.section-heading h2,
.matching-section h2,
.example-copy h2,
.faq-grid h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 630;
  letter-spacing: -.055em;
  line-height: 1;
}
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 500px; margin: 0 0 4px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.centered-heading { max-width: 740px; margin: 0 auto; text-align: center; }
.centered-heading > p:last-child { margin: 22px auto 0; color: rgba(255,255,255,.58); font-size: 18px; }

/* Brand gallery */
.brand-section { position: relative; padding: 112px 0 96px; overflow: hidden; background: var(--white); }
.brand-section > .shell { position: relative; z-index: 2; }
.gallery-people { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.gallery-person { opacity: .065; transform-box: fill-box; transform-origin: center; animation: galleryPersonFloat var(--float-duration, 12s) ease-in-out var(--float-delay, 0s) infinite alternate; }
.gallery-person circle,
.gallery-person path { fill: #0b0c12; stroke: #0b0c12; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.gallery-person.is-outline circle,
.gallery-person.is-outline path { fill: #fff; stroke: #0b0c12; }
@keyframes galleryPersonFloat { from { transform: translate3d(-7px, 8px, 0) rotate(-3deg); } to { transform: translate3d(10px, -12px, 0) rotate(4deg); } }
.brand-toolbar { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 44px; }
.category-filters { display: flex; gap: 8px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.category-filters::-webkit-scrollbar { display: none; }
.category-filter,
.rail-arrow {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  white-space: nowrap;
}
.category-filter { padding: 0 16px; color: #5f626d; font-size: 13px; font-weight: 700; }
.category-filter:hover,
.category-filter.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.rail-controls { display: flex; gap: 8px; flex: 0 0 auto; }
.rail-arrow { width: 42px; font-size: 18px; }
.rail-arrow:hover { border-color: var(--ink); }
.brand-rail {
  display: grid;
  grid-auto-columns: minmax(250px, 24.1%);
  grid-auto-flow: column;
  gap: 14px;
  margin-top: 24px;
  padding-bottom: 6px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.brand-rail::-webkit-scrollbar { display: none; }
.brand-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.brand-card:hover { transform: translateY(-4px); border-color: #b9bbc4; box-shadow: 0 18px 40px rgba(20,20,35,.08); }
.brand-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #f1f1f1; }
.brand-card[data-category="style"]:nth-child(1) > img { object-position: 50% 43%; }
.brand-card[data-category="style"]:nth-child(2) > img { object-position: 50% 35%; }
.brand-card > div { padding: 18px 19px 20px; }
.brand-card small { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.brand-card h3 { margin: 8px 0 2px; font-size: 21px; letter-spacing: -.03em; }
.brand-card p { margin: 0; color: var(--muted); font-size: 13px; }
.brand-card-arrow {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  font-size: 13px;
  backdrop-filter: blur(6px);
}
.brand-disclaimer { margin: 18px 0 0; color: #8a8c94; font-size: 11px; }
/* Matching */
.matching-section { padding: 112px 0 0; overflow: hidden; background: var(--midnight); color: var(--white); }
.matching-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 92px; align-items: start; }
.matching-lead { max-width: 580px; margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.matching-steps { display: grid; gap: 0; margin: 43px 0 0; padding: 0; list-style: none; }
.matching-steps li { display: grid; grid-template-columns: 43px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.matching-steps li > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--periwinkle); font-size: 10px; font-weight: 820; }
.matching-steps h3 { margin: 0; font-size: 16px; }
.matching-steps p { margin: 4px 0 0; color: rgba(255,255,255,.5); font-size: 13px; }
.match-demo { min-width: 0; }
.preference-strip { display: flex; gap: 7px; align-items: center; margin: 0 auto 15px; padding: 10px 12px; overflow-x: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.05); scrollbar-width: none; }
.preference-strip::-webkit-scrollbar { display: none; }
.preference-strip small { flex: 0 0 auto; margin-right: auto; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.preference-strip span { flex: 0 0 auto; padding: 6px 9px; border: 1px solid rgba(153,157,255,.24); border-radius: 999px; background: rgba(153,157,255,.1); color: #c8caff; font-size: 10px; font-weight: 700; }
.prototype-label { display: flex; align-items: center; justify-content: space-between; width: min(100%, 520px); margin: 0 auto 10px; color: rgba(255,255,255,.42); font-size: 10px; }
.prototype-label > span { padding: 5px 8px; border: 1px solid rgba(217,255,97,.25); border-radius: 999px; color: var(--lime); font-size: 8px; font-weight: 830; letter-spacing: .08em; text-transform: uppercase; }
.prototype-label p { margin: 0; }
.swipe-deck { position: relative; width: min(100%, 520px); min-height: 660px; margin: 0 auto; }
.deck-cards { display: grid; place-items: start center; width: 100%; min-height: 660px; }
.match-card,
.match-result {
  grid-area: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(0,0,0,.3);
  transform-origin: 50% 92%;
  transition: transform .34s cubic-bezier(.22,1,.36,1), opacity .25s ease;
}
.match-card { user-select: none; }
.match-card img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.match-card[data-depth="0"] { z-index: 3; touch-action: pan-y; cursor: grab; }
.match-card[data-depth="0"]:active { cursor: grabbing; }
.match-card[data-depth="1"] { z-index: 2; transform: translate3d(0, 12px, 0) scale(.982); opacity: .78; pointer-events: none; }
.match-card[data-depth="2"] { z-index: 1; transform: translate3d(0, 24px, 0) scale(.964); opacity: .48; pointer-events: none; }
.match-card.is-dragging { transition: none; will-change: transform; }
.match-card.is-leaving { transition: transform .32s cubic-bezier(.4,0,.2,1), opacity .25s ease; }
.gesture-stamp { position: absolute; z-index: 4; top: 28px; padding: 8px 11px; border: 2px solid currentColor; border-radius: 7px; font-size: 14px; font-weight: 900; letter-spacing: .08em; opacity: 0; pointer-events: none; }
.stamp-pass { left: 22px; color: #202229; transform: rotate(-8deg); }
.stamp-interest { right: 22px; color: var(--blue); transform: rotate(8deg); }
.match-card-image { position: relative; height: 248px; overflow: hidden; background: #e9ecf4; }
.match-card-image img { width: 100%; height: 100%; object-fit: cover; }
.match-card-image.is-product img { object-fit: contain; }
.match-card-image > span { position: absolute; bottom: 14px; left: 15px; padding: 7px 10px; border-radius: 999px; background: rgba(8,9,24,.82); color: var(--white); font-size: 10px; font-weight: 760; backdrop-filter: blur(6px); }
.match-card-body { padding: 19px 21px 18px; }
.match-card-title { display: flex; align-items: flex-start; justify-content: space-between; }
.match-card-title small { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.match-card-title h3 { margin: 5px 0 0; font-size: 28px; letter-spacing: -.045em; }
.match-card-title p { margin: 0; color: #777a84; font-size: 10px; }
.match-card-title img { width: 62px; height: 34px; object-fit: contain; }
.profile-wordmark { display: grid; max-width: 92px; min-height: 34px; place-items: center; color: #737680; font-size: 9px; font-weight: 850; letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.match-card-body > p { margin: 12px 0 15px; color: #50535d; font-size: 12px; }
.profile-demo { padding: 13px; border: 1px solid #e4e5ea; border-radius: 12px; background: #f8f8fa; }
.profile-demo-head { display: flex; align-items: center; justify-content: space-between; }
.profile-demo-head strong { font-size: 10px; }
.profile-demo-head span { padding: 4px 6px; border-radius: 5px; background: #ebeaff; color: #4248aa; font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.profile-demo dl { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 10px 0; }
.profile-demo dl > div { padding: 8px; border-radius: 7px; background: var(--white); }
.profile-demo dt { color: #8a8c95; font-size: 7px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.profile-demo dd { margin: 2px 0 0; font-size: 10px; font-weight: 780; }
.profile-affinities { display: flex; flex-wrap: wrap; gap: 5px; }
.profile-affinities span { padding: 4px 7px; border-radius: 999px; background: #eef0f5; color: #5f626c; font-size: 8px; font-weight: 700; }
.profile-demo > small { display: block; margin-top: 9px; color: #94969e; font-size: 7px; line-height: 1.4; }
.match-result { z-index: 5; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 45px; text-align: center; }
.match-result .eyebrow { margin-bottom: 14px; color: var(--blue); }
.match-result h3 { max-width: 420px; margin: 0; font-size: 49px; letter-spacing: -.06em; line-height: .95; }
.match-result > p:not(.eyebrow) { max-width: 330px; margin: 24px 0; color: #61646e; }
.matched-brands { display: flex; gap: 17px; align-items: center; margin-top: 23px; }
.matched-brands > span { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: #f6f6f8; }
.bold-token { background: var(--ink) !important; color: var(--white); font-size: 30px; font-weight: 900; }
.fourfive-token img { width: 52px; }
.fourfive-token { padding: 7px; font-size: 10px; font-weight: 820; line-height: 1.05; text-align: center; }
.matched-brands > i { color: var(--blue); font-size: 24px; font-style: normal; }
.keep-browsing { margin-top: 15px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.match-result > small { max-width: 320px; margin-top: 24px; color: #8e9098; font-size: 10px; }
.match-burst { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.match-burst i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); opacity: .35; }
.match-burst i:first-child { top: 18%; left: 17%; box-shadow: 390px 50px 0 var(--coral), 270px 370px 0 var(--periwinkle); }
.match-burst i:nth-child(2) { top: 31%; left: 9%; box-shadow: 380px 250px 0 var(--lime), 80px 380px 0 var(--coral); }
.match-burst i:nth-child(3) { top: 9%; left: 70%; box-shadow: -230px 440px 0 var(--periwinkle); }
.deck-controls { display: grid; grid-template-columns: 1fr 1.3fr; gap: 9px; width: min(100%, 520px); margin: 18px auto 0; }
.deck-controls button { min-height: 50px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.06); color: var(--white); cursor: pointer; font-size: 13px; font-weight: 780; }
.deck-controls button span { margin-right: 6px; font-size: 17px; }
.deck-controls .deck-interest { border-color: var(--blue); background: var(--blue); }
.deck-controls button:disabled { cursor: wait; opacity: .45; }
.privacy-note { margin: 9px 0 0; color: rgba(255,255,255,.4); font-size: 9px; text-align: center; }
.deck-live { min-height: 17px; margin: 3px 0 0; color: var(--lime); font-size: 9px; text-align: center; }
.match-crowd-panel {
  position: relative;
  z-index: 0;
  width: min(100%, 560px);
  min-height: 190px;
  margin: 14px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 75%);
}
.match-crowd-copy { display: flex; align-items: flex-start; justify-content: space-between; padding: 14px 16px 0; }
.match-crowd-copy > div { display: grid; gap: 2px; }
.match-crowd-copy small { color: rgba(255,255,255,.32); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.match-crowd-copy strong { color: rgba(255,255,255,.72); font-size: 11px; }
.match-crowd-copy > span { padding: 5px 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.42); font-size: 8px; font-weight: 760; }
.match-audience-svg { display: block; width: calc(100% - 20px); height: 115px; margin: 0 10px; overflow: visible; }
.match-audience-svg use { fill: rgba(255,255,255,.78); stroke: rgba(255,255,255,.24); stroke-width: .7; transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.match-audience-svg use:nth-child(4n) { fill: rgba(255,255,255,.32); }
.match-audience-svg use.is-hidden { opacity: 0; transform: translateY(9px) scale(.85); }
.match-crowd-panel > p { margin: -5px 16px 12px; color: rgba(255,255,255,.3); font-size: 8px; }
.match-routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 73px; border-top: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.12); }
.match-routes article { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 32px; background: var(--midnight); }
.match-routes article > span { color: var(--periwinkle); font-size: 10px; font-weight: 820; }
.match-routes h3 { margin: 0; font-size: 15px; }
.match-routes p { margin: 7px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }

/* Example */
.example-section { padding: 110px 0; background: var(--paper); }
.example-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.example-visual { position: relative; min-height: 540px; }
.bold-scene { width: 88%; height: 500px; border-radius: 13px; object-fit: cover; }
.product-cutout { position: absolute; right: 0; bottom: -1px; width: 39%; padding: 25px; border: 8px solid var(--paper); border-radius: 15px; background: #e9edf7; box-shadow: 0 22px 50px rgba(25,25,35,.14); }
.product-cutout img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.example-lockup { position: absolute; top: 24px; left: 24px; display: flex; gap: 12px; align-items: center; padding: 12px 15px; border-radius: 8px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.example-lockup strong { font-size: 11px; letter-spacing: .03em; }
.example-lockup span { color: var(--blue); }
.example-lockup img { width: 62px; }
.example-disclaimer { position: absolute; bottom: 12px; left: 16px; padding: 6px 8px; border-radius: 6px; background: rgba(11,12,18,.74); color: rgba(255,255,255,.72); font-size: 8px; font-weight: 720; backdrop-filter: blur(6px); }
.example-copy > p:nth-of-type(2) { margin: 26px 0 0; color: var(--muted); font-size: 18px; }
.example-ideas { margin-top: 35px; border-top: 1px solid #cac9c4; }
.example-ideas > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid #cac9c4; }
.example-ideas span { color: var(--blue); font-size: 10px; font-weight: 850; }
.example-ideas p { margin: 0; font-size: 15px; font-weight: 690; }

/* Audience activation field */
.collab-section { padding: 110px 0 95px; overflow: hidden; background: #f7f7f2; color: var(--ink); }
.activation-heading { align-items: end; }
.activation-heading > p { color: var(--muted); }
.activation-arena {
  position: relative;
  max-width: 1180px;
  height: 640px;
  margin: 48px auto 0;
  overflow: hidden;
  border: 1px solid #d9dad4;
  border-radius: 28px;
  background:
    linear-gradient(rgba(10,11,15,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,11,15,.025) 1px, transparent 1px),
    #fbfbf7;
  background-size: 46px 46px;
}
.arena-topline { position: absolute; z-index: 7; top: 18px; right: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; }
.arena-topline > span { color: #767971; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.arena-topline button { min-height: 38px; padding: 0 12px; border: 1px solid #d9dad4; border-radius: 999px; background: rgba(255,255,255,.92); cursor: pointer; font-size: 9px; font-weight: 780; }
.activation-audiences { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.overlap-glow { fill: url(#overlap-glow); }
.audience-connection { fill: none; stroke-width: 2; stroke-dasharray: 6 9; opacity: .42; }
.left-connection { stroke: var(--coral); }
.right-connection { stroke: var(--periwinkle); }
.activation-people use { stroke: #fff; stroke-width: .75; }
.activation-left use { fill: var(--coral); }
.activation-right use { fill: var(--periwinkle); }
.activation-overlap use:nth-child(3n+1) { fill: var(--coral); }
.activation-overlap use:nth-child(3n+2) { fill: var(--periwinkle); }
.activation-overlap use:nth-child(3n) { fill: var(--ink); }
.brand-anchor { position: absolute; z-index: 4; top: 88px; display: grid; min-width: 215px; padding: 14px 16px; border: 1px solid #d9dad4; border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(20,20,30,.06); }
.anchor-bold { left: 34px; border-top: 3px solid var(--coral); }
.anchor-fourfive { right: 34px; border-top: 3px solid var(--periwinkle); }
.brand-anchor strong { font-size: 15px; letter-spacing: .02em; }
.brand-anchor img { width: 68px; height: 22px; object-fit: contain; }
.brand-anchor > span { margin-top: 3px; color: #565961; font-size: 10px; }
.brand-anchor small { margin-top: 7px; color: #8b8d94; font-size: 8px; }
.audience-lens { position: absolute; z-index: 3; top: 212px; left: 50%; display: grid; width: 225px; height: 148px; place-content: center; transform: translateX(-50%); border: 1px solid rgba(151,178,38,.5); border-radius: 50%; background: rgba(237,255,167,.82); box-shadow: 0 0 70px rgba(217,255,97,.26); text-align: center; }
.audience-lens small { color: #636d32; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.audience-lens strong { margin-top: 6px; font-size: 19px; letter-spacing: -.03em; }
.audience-lens span { margin-top: 3px; color: #70755b; font-size: 8px; }
.physics-layer { position: absolute; z-index: 6; inset: 0; }
.format-node {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid #d3d4cf;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 9px 22px rgba(25,25,35,.07);
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
  will-change: transform;
}
.format-node:hover,
.format-node:focus-visible,
.format-node.is-active { border-color: #8f992e; box-shadow: 0 0 0 3px rgba(217,255,97,.3), 0 10px 24px rgba(25,25,35,.08); }
.format-node svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: #53565d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.format-node > span { display: grid; line-height: 1.1; }
.format-node small { margin-bottom: 2px; color: #7f8e22; font-size: 6px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.format-node.is-primary { min-height: 54px; border-color: #c9ccba; font-size: 12px; }
.format-node.is-primary svg { color: #73810d; stroke: currentColor; }
.format-node:nth-child(1) { transform: translate3d(90px, 340px, 0); }
.format-node:nth-child(2) { transform: translate3d(860px, 330px, 0); }
.format-node:nth-child(3) { transform: translate3d(225px, 500px, 0); }
.format-node:nth-child(4) { transform: translate3d(790px, 500px, 0); }
.format-node:nth-child(5) { transform: translate3d(44px, 440px, 0); }
.format-node:nth-child(6) { transform: translate3d(940px, 435px, 0); }
.format-node:nth-child(7) { transform: translate3d(420px, 545px, 0); }
.format-node:nth-child(8) { transform: translate3d(620px, 545px, 0); }
.collision-pulse { position: absolute; z-index: 5; width: 24px; height: 24px; transform: translate(-50%, -50%) scale(.5); border: 1px solid #aaba29; border-radius: 50%; opacity: 0; pointer-events: none; }
.collision-pulse.is-visible { animation: collisionRing .32s ease-out; }
@keyframes collisionRing { from { transform: translate(-50%, -50%) scale(.5); opacity: .65; } to { transform: translate(-50%, -50%) scale(2.2); opacity: 0; } }
.activation-detail { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; max-width: 1180px; margin: 0 auto; padding: 25px 2px 20px; border-bottom: 1px solid #d5d6d0; }
.activation-detail small { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.activation-detail h3 { margin: 5px 0 4px; font-size: 25px; letter-spacing: -.035em; }
.activation-detail p { max-width: 730px; margin: 0; color: var(--muted); font-size: 12px; }
.contribution-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.contribution-chips span { padding: 7px 9px; border: 1px solid #d8d9d3; border-radius: 999px; background: #fff; color: #64676d; font-size: 8px; font-weight: 720; }
.activation-disclaimer { max-width: 1180px; margin: 12px auto 0; color: #95978f; font-size: 9px; }
.more-formats-mobile { display: none; }
.activation-steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 930px; margin: 30px auto 0; }
.activation-steps span { display: flex; gap: 9px; align-items: center; justify-content: center; color: #5f625d; font-size: 11px; }
.activation-steps b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 8px; }
.collab-cta { margin-top: 35px; text-align: center; }
.collab-cta p { margin: 17px 0 0; color: #858780; font-size: 11px; }

/* Benefits and FAQ */
.benefits-section { padding: 104px 0; }
.compact-heading { align-items: center; }
.compact-heading > p { font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; border: 1px solid var(--line); background: var(--line); }
.benefit-grid article { min-height: 240px; padding: 32px; background: var(--white); }
.benefit-grid article > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #eff0ff; color: var(--blue); font-size: 18px; }
.benefit-grid h3 { margin: 42px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.benefit-grid p { max-width: 310px; margin: 0; color: var(--muted); font-size: 13px; }
.faq-section { padding: 90px 0; border-top: 1px solid var(--line); background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .62fr 1fr; gap: 100px; }
.faq-list { border-top: 1px solid #cdccc7; }
.faq-list details { border-bottom: 1px solid #cdccc7; }
.faq-list summary { position: relative; padding: 21px 40px 21px 0; cursor: pointer; font-size: 15px; font-weight: 730; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 3px; color: var(--blue); font-size: 20px; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 680px; margin: -5px 40px 20px 0; color: var(--muted); font-size: 13px; }

/* Consumer waitlist */
.shopper-waitlist { padding: 100px 0; overflow: hidden; background: #eef0ff; }
.shopper-waitlist-panel {
  display: grid;
  grid-template-columns: .95fr .72fr;
  gap: 76px;
  align-items: center;
  padding: 58px;
  border: 1px solid #d6d8f2;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 10%, rgba(153,157,255,.24), transparent 30%),
    rgba(255,255,255,.68);
}
.shopper-waitlist-copy h2 { max-width: 700px; margin: 0; font-size: clamp(43px, 4.2vw, 64px); font-weight: 630; letter-spacing: -.055em; line-height: 1; }
.shopper-waitlist-copy > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.shopper-waitlist-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 29px; }
.shopper-waitlist-points span { padding: 8px 11px; border: 1px solid #cdd0ed; border-radius: 999px; background: rgba(255,255,255,.76); color: #505361; font-size: 10px; font-weight: 780; }
.shopper-signup-card { width: min(100%, 500px); justify-self: end; padding: 19px; border-radius: 25px; background: var(--midnight); color: var(--white); box-shadow: 0 28px 75px rgba(35,38,90,.2); }
.shopper-signup-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 830; letter-spacing: .09em; text-transform: uppercase; }
.shopper-signup-top strong { color: var(--lime); font-size: 9px; }
.shopper-brand-fan { position: relative; height: 190px; margin: 17px 0 19px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(160deg, rgba(153,157,255,.12), rgba(255,255,255,.025)); }
.shopper-brand-fan > div { position: absolute; top: 25px; left: 50%; width: 126px; overflow: hidden; border: 3px solid var(--white); border-radius: 13px; background: var(--white); color: var(--ink); box-shadow: 0 15px 28px rgba(0,0,0,.28); }
.shopper-brand-fan > div:first-child { transform: translateX(-132%) rotate(-10deg); }
.shopper-brand-fan > div:nth-child(2) { z-index: 2; transform: translateX(-50%) translateY(-7px); }
.shopper-brand-fan > div:nth-child(3) { transform: translateX(32%) rotate(10deg); }
.shopper-brand-fan img { width: 100%; height: 98px; object-fit: cover; }
.shopper-brand-fan > div:nth-child(2) img,
.shopper-brand-fan > div:nth-child(3) img { object-fit: contain; background: #eff0f5; }
.shopper-brand-fan span { display: block; padding: 7px 8px; font-size: 10px; font-weight: 800; text-align: center; }
.shopper-brand-fan > p { position: absolute; right: 0; bottom: 8px; left: 0; margin: 0; color: rgba(255,255,255,.5); font-size: 8px; font-weight: 760; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.shopper-brand-fan b { color: var(--lime); font-size: 11px; }
.shopper-email-form label { display: block; margin-bottom: 9px; color: rgba(255,255,255,.8); font-size: 11px; font-weight: 760; }
.shopper-email-form > div { display: grid; grid-template-columns: 1fr; gap: 9px; }
.shopper-email-form input { width: 100%; min-width: 0; height: 52px; padding: 0 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; outline: none; background: rgba(255,255,255,.09); color: var(--white); font-size: 14px; }
.shopper-email-form input::placeholder { color: rgba(255,255,255,.5); }
.shopper-email-form input:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(217,255,97,.13); }
.shopper-email-form button { width: 100%; min-height: 52px; padding: 0 17px; border: 0; border-radius: 9px; background: var(--lime); color: #14151b; cursor: pointer; font-size: 13px; font-weight: 820; }
.shopper-email-form > small { display: block; margin-top: 10px; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.45; }
.shopper-email-form > p { min-height: 17px; margin: 6px 0 0; color: var(--lime); font-size: 9px; }
.final-cta { padding: 110px 0; background: var(--blue); color: var(--white); text-align: center; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { font-size: clamp(58px, 7vw, 96px); }
.final-cta .button { margin-top: 36px; }
.site-footer { padding: 30px 0; background: var(--midnight); color: var(--white); }
.site-footer > .shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.site-footer p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }
.site-footer > .shell > span { justify-self: end; color: rgba(255,255,255,.35); font-size: 11px; }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .hero { padding-top: 126px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copyblock { max-width: 900px; padding-bottom: 0; }
  .audience-story { margin-top: -10px; }
  .matching-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .example-grid { gap: 48px; }
  .brand-rail { grid-auto-columns: 31.8%; }
}

@media (max-width: 800px) {
  .shell { width: min(calc(100% - 38px), var(--shell)); }
  .hero { min-height: auto; padding: 120px 0 52px; }
  .hero h1 { font-size: clamp(49px, 13vw, 68px); }
  .hero-copy { font-size: 17px; }
  .audience-story { margin-top: 8px; }
  .audience-story-svg { height: 500px; }
  .stage-small-label { font-size: 19px; }
  .stage-live-label { font-size: 14px; }
  .audience-labels text { font-size: 15px; }
  .section-heading h2,
  .matching-section h2,
  .example-copy h2,
  .faq-grid h2 { font-size: 43px; }
  .split-heading,
  .matching-grid,
  .example-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .brand-section,
  .matching-section,
  .example-section,
  .collab-section,
  .benefits-section,
  .faq-section { padding-top: 78px; padding-bottom: 78px; }
  .brand-toolbar { align-items: flex-end; }
  .brand-rail { grid-auto-columns: 45%; }
  .preference-strip { overflow-x: auto; }
  .preference-strip small { min-width: max-content; }
  .match-demo { margin-top: 5px; }
  .match-routes { grid-template-columns: 1fr; margin-top: 46px; }
  .match-routes article { padding: 25px 0; }
  .example-grid { gap: 46px; }
  .example-visual { min-height: 470px; }
  .bold-scene { height: 440px; }
  .activation-arena { height: 570px; }
  .brand-anchor { top: 70px; min-width: 180px; }
  .anchor-bold { left: 18px; }
  .anchor-fourfive { right: 18px; }
  .activation-detail { grid-template-columns: 1fr; }
  .contribution-chips { justify-content: flex-start; }
  .activation-steps { gap: 16px; }
  .activation-steps span { align-items: flex-start; flex-direction: column; justify-content: flex-start; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 200px; }
  .benefit-grid h3 { margin-top: 26px; }
  .shopper-waitlist { padding: 78px 0; }
  .shopper-waitlist-panel { grid-template-columns: 1fr; gap: 42px; padding: 38px; }
  .shopper-signup-card { width: min(100%, 540px); justify-self: center; }
}

@media (max-width: 540px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .nav { min-height: 72px; }
  .nav .button { min-height: 39px; padding-inline: 14px; }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .audience-story { margin: 18px -8px 0; }
  .audience-story::before { inset: 9% 1% 12%; }
  .audience-story-svg { height: 390px; }
  .audience-story figcaption { flex-wrap: wrap; margin-top: 10px; font-size: 8px; }
  .audience-story-controls { position: relative; right: auto; bottom: auto; justify-content: flex-end; margin: 12px 0 0; }
  .audience-motion-control { min-height: 36px; }
  .loopedy-stage-word { font-size: 50px; }
  .shared-stage-label { font-size: 19px; }
  .stage-small-label { font-size: 27px; }
  .stage-live-label { font-size: 20px; }
  .audience-labels text { font-size: 22px; }
  .audience-labels .shared-audience-caption { font-size: 24px; }
  .split-heading > p { font-size: 16px; }
  .brand-toolbar { display: block; }
  .category-filters { margin-inline: -15px; padding-inline: 15px; }
  .rail-controls { display: none; }
  .brand-rail { grid-auto-columns: 87%; margin-right: -15px; }
  .matching-steps { margin-top: 30px; }
  .matching-steps li { grid-template-columns: 38px 1fr; }
  .preference-strip { margin-inline: -15px; padding-inline: 15px; border-right: 0; border-left: 0; border-radius: 0; }
  .prototype-label { align-items: flex-start; gap: 10px; }
  .prototype-label p { text-align: right; }
  .swipe-deck,
  .deck-cards { min-height: 625px; }
  .match-card,
  .match-result { min-height: 565px; border-radius: 18px; }
  .match-card-image { height: 214px; }
  .match-card-body { padding: 16px; }
  .profile-demo { padding: 11px; }
  .match-result { padding: 25px; }
  .match-result h3 { font-size: 48px; }
  .match-crowd-panel { margin-top: 13px; }
  .example-visual { min-height: 390px; }
  .bold-scene { width: 92%; height: 365px; }
  .product-cutout { width: 47%; padding: 14px; border-width: 6px; }
  .example-lockup { top: 15px; left: 15px; }
  .activation-arena { height: 520px; border-radius: 19px; }
  .arena-topline { top: 12px; right: 12px; left: 12px; }
  .arena-topline > span { max-width: 190px; font-size: 7px; }
  .brand-anchor { top: 64px; min-width: 0; width: 43%; padding: 10px; }
  .anchor-bold { left: 12px; }
  .anchor-fourfive { right: 12px; }
  .brand-anchor small { display: none; }
  .audience-lens { top: 196px; width: 190px; height: 124px; }
  .format-node { min-height: 44px; padding: 7px 10px; font-size: 9px; }
  .format-node.is-primary { min-height: 48px; font-size: 10px; }
  .format-node:nth-child(1) { transform: translate3d(16px, 344px, 0); }
  .format-node:nth-child(2) { transform: translate3d(190px, 330px, 0); }
  .format-node:nth-child(3) { transform: translate3d(24px, 430px, 0); }
  .format-node:nth-child(4) { transform: translate3d(185px, 425px, 0); }
  .physics-layer .format-node:not(.is-primary) { display: none; }
  .more-formats-mobile { display: flex; gap: 7px; align-items: center; margin: 12px 0 0; overflow-x: auto; scrollbar-width: none; }
  .more-formats-mobile::-webkit-scrollbar { display: none; }
  .more-formats-mobile > span { flex: 0 0 auto; color: #8d8f88; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .more-formats-mobile button { flex: 0 0 auto; min-height: 39px; padding: 0 11px; border: 1px solid #d5d6d0; border-radius: 999px; background: #fff; font-size: 9px; font-weight: 700; }
  .activation-detail h3 { font-size: 22px; }
  .activation-steps { grid-template-columns: 1fr; }
  .activation-steps span { align-items: center; flex-direction: row; }
  .benefit-grid article { padding: 26px; }
  .faq-grid { gap: 30px; }
  .final-cta { padding: 80px 0; }
  .site-footer > .shell { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .shopper-waitlist-panel { padding: 28px 18px 22px; border-radius: 22px; }
  .shopper-waitlist-copy h2 { font-size: 42px; }
  .shopper-waitlist-copy > p:not(.eyebrow) { font-size: 16px; }
  .shopper-brand-fan { height: 178px; }
  .shopper-brand-fan > div { width: 111px; }
  .shopper-email-form > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .audience-story-controls { display: none; }
  .audience-story .stage,
  .audience-story .svg-audience,
  .audience-story .connection-ribbon,
  .audience-story .main-beams,
  .audience-story .shared-stage-label,
  .audience-story .shared-audience-caption { opacity: 1 !important; transform: none !important; }
}
