:root {
  --ink: #0b0e11;
  --night: #07111a;
  --night-2: #0a1d2a;
  --paper: #f5f2ec;
  --white: #fff;
  --muted: #676b70;
  --line: rgba(13, 20, 25, .14);
  --copper: #d4743f;
  --blue: #37c9ff;
  --blue-deep: #087fae;
  --blue-soft: #dff7ff;
  --max: 1360px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--night);
}

/* 01 · Approved animated homepage hero */
.hero.chapter { min-height: 100svh; color: #111; background: #fff; isolation: isolate; }
.hero .hero-shell { min-height: 100svh; }
.hero .hero-neural-video-b { display: block; }
.hero + .context-chapter { scroll-margin-top: 0; }

@media (max-width: 720px) {
  .hero.chapter { min-height: max(900px, 100svh); }
  .hero .hero-shell { min-height: max(900px, 100svh); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; overflow-x: hidden; background: var(--night); }
button { font: inherit; }
button:focus-visible { outline: 3px solid var(--blue-deep); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 100; padding: 12px 16px; color: white; background: black; }
.skip-link:focus { top: 18px; }

.story-rail {
  position: fixed;
  z-index: 70;
  right: 20px;
  top: 50%;
  display: grid;
  gap: 5px;
  width: 44px;
  padding: 10px 7px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(4, 12, 18, .62);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.story-rail a {
  position: relative;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.52);
  border-radius: 50%;
  text-decoration: none;
  font-size: 0;
}
.story-rail a::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.story-rail a span { display: none; }
.story-rail a:hover,
.story-rail a[aria-current="true"] { color: #06131e; background: var(--blue); box-shadow: 0 0 18px rgba(55,201,255,.65); }
.story-rail a[aria-current="true"]::after { width: 7px; height: 7px; }

.chapter { position: relative; min-height: 820px; overflow: hidden; isolation: isolate; }
.chapter-inner { position: relative; z-index: 5; width: min(var(--max), calc(100% - 112px)); margin: 0 auto; }
.eyebrow { margin: 0 0 22px; color: var(--copper); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ffab7d; }
h1, h2 { margin: 0; font-weight: 790; line-height: .91; letter-spacing: -.065em; }
h1 { font-size: clamp(66px, 6.4vw, 105px); }
h2 { font-size: clamp(60px, 5.4vw, 92px); }
h1 em, h2 em { color: var(--copper); font-weight: 490; font-style: italic; }
.lede { margin: 28px 0 0; color: inherit; font-size: 19px; line-height: 1.65; }
.full-scene, .context-photo, .james-photo { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scene-shade, .context-shade { position: absolute; z-index: -2; inset: 0; pointer-events: none; }

/* 02 · The founder's invisible context */
.context-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.context-chapter {
  min-height: 3180px;
  overflow: clip;
  color: white;
  background:
    radial-gradient(circle at 74% 24%, rgba(31,160,215,.13), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(212,116,63,.08), transparent 25%),
    #05090d;
}
.context-photo { display: none; }
.context-shade {
  background:
    linear-gradient(90deg, rgba(4,8,12,.05), rgba(4,8,12,.3)),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.018) 120px);
}
.context-story {
  position: relative;
  z-index: 4;
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(560px, .92fr) minmax(620px, 1.08fr);
  gap: clamp(30px, 4vw, 76px);
}
.context-flow { padding: 0 0 160px; }
.context-intro {
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0 70px;
}
.context-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 23px;
  color: #8ce7ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.context-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 12px var(--blue);
}
.context-intro h1 { max-width: 790px; font-size: clamp(64px, 6vw, 104px); }
.context-intro .lede { max-width: 650px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.62; }
.context-conclusion {
  max-width: 630px;
  margin: 28px 0 0;
  padding: 24px 0 0 22px;
  color: white;
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 2px solid var(--blue);
  font-size: 19px;
  font-weight: 720;
  line-height: 1.48;
}
.context-domains { display: grid; }
.context-domain[data-context-domain="customers"] { --domain-accent: #68dcff; }
.context-domain[data-context-domain="money"] { --domain-accent: #ff9b62; }
.context-domain[data-context-domain="people"] { --domain-accent: #9dbdff; }
.context-domain[data-context-domain="direction"] { --domain-accent: #ffc38f; }
.context-domain {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0;
  opacity: .3;
  transform: translateY(28px);
  transition: opacity .45s ease, transform .45s ease;
}
.context-domain.is-active { opacity: 1; transform: translateY(0); }
.context-domain > header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 19px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.context-domain > header > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--domain-accent);
  border: 1px solid color-mix(in srgb, var(--domain-accent) 46%, transparent);
  border-radius: 50%;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--domain-accent) 18%, transparent), transparent 68%),
    rgba(8,21,29,.82);
  box-shadow:
    0 0 24px color-mix(in srgb, var(--domain-accent) 25%, transparent),
    inset 0 0 16px color-mix(in srgb, var(--domain-accent) 10%, transparent);
}
.context-domain-icon svg,
.context-domain li i svg,
.context-active-memory > i svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.context-domain-icon svg { width: 21px; height: 21px; }
.context-domain > header b,
.context-domain > header small { display: block; }
.context-domain > header b { font-size: 24px; letter-spacing: -.025em; }
.context-domain > header small { margin-top: 4px; color: rgba(255,255,255,.48); font-size: 12px; }
.context-domain ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
}
.context-domain li {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 15px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--domain-accent) 18%, transparent);
  border-radius: 14px;
  background: rgba(9,24,33,.7);
  box-shadow: 0 16px 44px rgba(0,0,0,.15);
  backdrop-filter: blur(14px);
}
.context-domain li::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--domain-accent) 9%, transparent);
  filter: blur(10px);
}
.context-domain li i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: var(--domain-accent);
  border: 1px solid color-mix(in srgb, var(--domain-accent) 43%, transparent);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--domain-accent) 19%, transparent), transparent 72%),
    rgba(7,20,28,.78);
  box-shadow:
    0 0 18px color-mix(in srgb, var(--domain-accent) 11%, transparent),
    inset 0 0 12px color-mix(in srgb, var(--domain-accent) 7%, transparent);
  font-style: normal;
}
.context-domain.is-active li i { animation: context-icon-wake .55s ease both; }
.context-domain.is-active li:nth-child(2) i { animation-delay: .06s; }
.context-domain.is-active li:nth-child(3) i { animation-delay: .12s; }
.context-domain.is-active li:nth-child(4) i { animation-delay: .18s; }
.context-domain.is-active li:nth-child(5) i { animation-delay: .24s; }
.context-domain li span { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 650; line-height: 1.34; }
.context-domain li:nth-child(5) { grid-column: 1 / -1; min-height: 76px; }

.context-brain-stage {
  --context-accent: #51d4ff;
  position: sticky;
  top: 0;
  height: 100vh;
  align-self: start;
  overflow: hidden;
  border-left: 1px solid rgba(255,255,255,.07);
  border-right: 1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, #05090d 0%, rgba(5,9,13,.24) 18%, rgba(5,9,13,.06) 70%, rgba(5,9,13,.62) 100%),
    linear-gradient(0deg, #05090d 0%, transparent 20%, transparent 80%, #05090d 100%),
    url('../assets/context-the-why-james-v3.png') 63% 50% / cover no-repeat;
}
.context-brain-stage[data-active-domain="money"] { --context-accent: #ff9b62; }
.context-brain-stage[data-active-domain="people"] { --context-accent: #9ee5ff; }
.context-brain-stage[data-active-domain="direction"] { --context-accent: #ffc08f; }
.context-brain-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 66% 27%, color-mix(in srgb, var(--context-accent) 20%, transparent), transparent 24%);
  transition: background .5s ease;
}
.context-active-memory {
  position: absolute;
  z-index: 4;
  left: 7%;
  top: 14%;
  min-width: 230px;
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid color-mix(in srgb, var(--context-accent) 35%, transparent);
  border-radius: 14px;
  background: rgba(5,14,20,.7);
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
  backdrop-filter: blur(15px);
}
.context-active-memory > i {
  grid-row: 1 / 4;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--context-accent);
  border: 1px solid color-mix(in srgb, var(--context-accent) 42%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--context-accent) 9%, rgba(5,14,20,.72));
  box-shadow: 0 0 24px color-mix(in srgb, var(--context-accent) 20%, transparent);
  font-style: normal;
}
.context-active-memory span,
.context-active-memory b,
.context-active-memory small { grid-column: 2; display: block; }
.context-active-memory span { color: var(--context-accent); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.context-active-memory b { margin-top: 4px; font-size: 18px; }
.context-active-memory small { margin-top: 3px; color: rgba(255,255,255,.5); font-size: 10px; }

@keyframes context-icon-wake {
  from { opacity: .32; transform: scale(.82); filter: saturate(.5); }
  to { opacity: 1; transform: scale(1); filter: saturate(1); }
}

/* 03 · Deep Work */
.deep-work-chapter { min-height: 1040px; color: white; background: #161412; }
.deep-work-chapter .full-scene { object-position: center; }
.left-heavy { background: linear-gradient(90deg, rgba(8,9,10,.98) 0%, rgba(8,9,10,.86) 41%, rgba(8,9,10,.12) 72%); }
.deep-copy { padding-top: 95px; }
.deep-copy h2 { max-width: 650px; }
.deep-copy .lede { max-width: 580px; color: rgba(255,255,255,.67); }
.conversation-stack { width: 690px; margin-top: 42px; display: grid; gap: 12px; }
.conversation-bubble { position: relative; width: 485px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(13,18,22,.68); box-shadow: 0 20px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.conversation-bubble::before { content: ""; position: absolute; left: -1px; top: 17px; bottom: 17px; width: 2px; background: rgba(255,255,255,.22); }
.conversation-bubble span, .conversation-bubble strong { display: block; }
.conversation-bubble span { margin-bottom: 6px; color: #aab1b6; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.conversation-bubble strong { color: white; font-size: 20px; line-height: 1.36; }
.deep-question { margin-left: 92px; border-color: rgba(64,205,255,.44); background: rgba(5,46,65,.78); }
.deep-question::before { background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.deep-question span { color: #82e3ff; }
.heart-answer { margin-left: 184px; border-color: rgba(233,134,78,.52); background: rgba(61,30,19,.78); }
.heart-answer::before { background: #f18a50; box-shadow: 0 0 12px #f18a50; }
.heart-answer span { color: #ffb68e; }
.truth-strip {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 215px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  padding: 0 max(56px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(255,255,255,.15);
  background: rgba(6,9,11,.91);
  backdrop-filter: blur(20px);
}
.truth-strip article, .truth-strip > p { margin: 0; padding: 42px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.truth-strip article:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.truth-strip span, .truth-strip b { display: block; }
.truth-strip span { margin-bottom: 12px; color: #a5aaae; font-size: 13px; }
.truth-strip b { font-size: 17px; line-height: 1.38; }
.truth-strip > p { display: flex; align-items: center; color: #8fe6ff; border-right: 0; font-size: 17px; font-weight: 750; line-height: 1.4; }

/* 04 · Company Brain */
.brain-chapter { min-height: 1100px; padding: 104px 0 110px; background: #fbfaf7; }
.brain-heading { text-align: center; }
.brain-heading h2 { max-width: 1140px; margin: 0 auto; }
.brain-heading .lede { max-width: 650px; margin-left: auto; margin-right: auto; color: var(--muted); }
.brain-system { position: relative; width: min(1390px, calc(100% - 64px)); min-height: 600px; margin: 65px auto 0; display: grid; grid-template-columns: 1fr 1.1fr 1fr; align-items: center; gap: 22px; }
.brain-stream { position: relative; z-index: 3; padding: 28px; border: 1px solid #d8e0e3; border-radius: 20px; background: rgba(255,255,255,.85); box-shadow: 0 20px 65px rgba(22,54,68,.08); backdrop-filter: blur(14px); }
.brain-stream header { display: flex; gap: 14px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #e4e7e7; }
.brain-stream header > span { color: var(--copper); font-size: 12px; font-weight: 900; }
.brain-stream header b, .brain-stream header small { display: block; }
.brain-stream header b { font-size: 18px; }
.brain-stream header small { margin-top: 3px; color: #85898c; font-size: 11px; }
.brain-stream ul { display: grid; gap: 9px; margin: 19px 0 0; padding: 0; list-style: none; }
.brain-stream li { display: flex; align-items: center; gap: 11px; padding: 13px 14px; color: #30373b; border: 1px solid #e3e8e9; border-radius: 11px; background: rgba(250,252,252,.9); font-size: 13px; font-weight: 700; }
.brain-stream li i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue-deep); border: 1px solid #b9e7f7; border-radius: 8px; background: white; font-style: normal; }
.brain-stream::after { content: ""; position: absolute; top: 50%; width: 52px; height: 1px; background: linear-gradient(90deg, rgba(55,201,255,.2), var(--blue)); }
.content-stream::after { right: -53px; }
.context-stream::after { left: -53px; transform: scaleX(-1); }
.brain-core-wrap { position: relative; z-index: 2; min-height: 510px; display: grid; place-items: center; }
.brain-core-wrap img { position: relative; z-index: 2; width: 100%; max-width: 540px; filter: saturate(1.15) contrast(1.02); mix-blend-mode: multiply; }
.brain-core-label { position: absolute; z-index: 5; left: 50%; bottom: 66px; min-width: 230px; padding: 15px 18px; transform: translateX(-50%); color: white; text-align: center; border: 1px solid rgba(147,231,255,.8); border-radius: 12px; background: rgba(4,54,78,.82); box-shadow: 0 15px 40px rgba(8,85,115,.22); backdrop-filter: blur(12px); }
.brain-core-label span, .brain-core-label b { display: block; }
.brain-core-label span { margin-bottom: 5px; color: #8ce5ff; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.brain-core-label b { font-size: 16px; line-height: 1.25; }
.brain-orbit { position: absolute; z-index: 1; left: 50%; top: 50%; border: 1px solid rgba(30,180,228,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 520px; height: 520px; border-color: rgba(30,180,228,.12); }
.signal { position: absolute; z-index: 4; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: white; box-shadow: 0 0 9px 3px var(--blue); animation: signal-travel 3.8s ease-in-out infinite; }
.signal-a { left: 1%; }
.signal-b { right: 1%; animation-direction: reverse; animation-delay: -1.7s; }
.brain-output { grid-column: 1 / -1; max-width: 900px; margin: -32px auto 0; padding: 24px 30px; text-align: center; border-top: 1px solid #cfdae0; border-bottom: 1px solid #cfdae0; }
.brain-output span, .brain-output strong { display: block; }
.brain-output span { margin-bottom: 9px; color: var(--blue-deep); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.brain-output strong { font-size: 22px; line-height: 1.38; }

/* 05 · Decisions */
.decision-chapter { min-height: 1050px; color: white; background: #070b0e; }
.decision-chapter .full-scene { object-position: center; }
.decision-shade { background: linear-gradient(0deg, rgba(3,6,8,.98) 0%, rgba(3,6,8,.28) 42%, rgba(3,6,8,.82) 100%); }
.decision-heading { position: relative; z-index: 4; width: min(var(--max), calc(100% - 112px)); margin: 0 auto; padding-top: 68px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; }
.decision-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; }
.decision-heading h2 { max-width: 950px; font-size: clamp(56px, 5.1vw, 86px); }
.decision-prompt { justify-self: end; min-width: 280px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.26); border-radius: 13px; background: rgba(6,12,16,.66); backdrop-filter: blur(15px); }
.decision-prompt span, .decision-prompt b { display: block; }
.decision-prompt span { margin-bottom: 5px; color: #88e6ff; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.decision-prompt b { font-size: 17px; }
.adviser-grid { position: absolute; z-index: 5; left: 50%; bottom: 210px; width: min(1360px, calc(100% - 112px)); display: grid; grid-template-columns: repeat(5, 1fr); transform: translateX(-50%); border: 1px solid rgba(255,255,255,.15); background: rgba(4,8,11,.68); backdrop-filter: blur(17px); }
.adviser-grid article { min-height: 132px; padding: 21px; border-right: 1px solid rgba(255,255,255,.12); }
.adviser-grid article:last-child { border-right: 0; }
.adviser-grid article.values { background: rgba(108,66,38,.34); }
.adviser-grid span { color: #8ce6ff; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.adviser-grid .values span { color: #ffb38b; }
.adviser-grid p { margin: 13px 0 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.45; }
.decision-synthesis { position: absolute; z-index: 5; left: 50%; bottom: 35px; width: min(1000px, calc(100% - 112px)); padding: 25px 28px; transform: translateX(-50%); text-align: center; border: 1px solid rgba(95,221,255,.5); border-radius: 16px; background: rgba(3,41,58,.88); box-shadow: 0 0 45px rgba(30,185,234,.12); backdrop-filter: blur(18px); }
.decision-synthesis span, .decision-synthesis strong, .decision-synthesis small { display: block; }
.decision-synthesis span { margin-bottom: 8px; color: #84e5ff; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.decision-synthesis strong { font-size: 18px; line-height: 1.4; }
.decision-synthesis small { margin-top: 8px; color: rgba(255,255,255,.52); font-size: 11px; }

/* 06 · Objections */
.objections-chapter { min-height: auto; padding: 110px 0 130px; background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading h2 { max-width: 900px; }
.split-heading > p { max-width: 460px; margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.objection-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.objection-card { min-height: 350px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid #d9d5cd; border-radius: 19px; background: white; box-shadow: 0 18px 60px rgba(29,32,34,.06); }
.video-poster { position: relative; min-height: 350px; border: 0; background-color: #10161b; background-size: cover; background-position: center; cursor: pointer; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,5,8,.56), transparent 60%); }
.video-poster span { position: absolute; z-index: 2; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; transform: translate(-50%,-50%); color: white; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(0,0,0,.28); backdrop-filter: blur(9px); }
.video-poster:hover span { color: #07131d; background: var(--blue); border-color: var(--blue); }
.poster-kyle { background-image: url('../assets/testimonial-posters/kyle-gray-dwi.jpg'); }
.poster-jessica { background-image: url('../assets/testimonial-posters/jessica-soodeen.jpg'); }
.poster-megan { background-image: url('../assets/testimonial-posters/megan-hunter.jpg'); }
.poster-sarah { background-image: url('../assets/testimonial-posters/sarah-rae-montana.jpg'); }
.poster-greg { background-image: url('../../testimonials/greg-pignataro-necker.jpg'); }
.objection-copy { padding: 30px 30px 25px; display: flex; flex-direction: column; }
.objection-copy > p { margin: 0; color: #363a3d; font-size: 14px; font-weight: 750; }
.objection-copy > p span { display: block; margin-bottom: 8px; color: var(--copper); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.objection-copy blockquote { margin: 28px 0; font-size: 24px; font-weight: 670; line-height: 1.22; letter-spacing: -.035em; }
.objection-copy footer { margin-top: auto; padding-top: 17px; border-top: 1px solid #e3e0da; }
.objection-copy footer b, .objection-copy footer small { display: block; }
.objection-copy footer b { font-size: 13px; }
.objection-copy footer small { margin-top: 3px; color: #8a8d8f; font-size: 10px; }

/* 07 · Creative director */
.director-chapter { min-height: 940px; color: white; background: #0a0d0f; }
.director-chapter .full-scene { object-position: center; }
.director-shade { background: linear-gradient(90deg, rgba(4,7,9,.97) 0%, rgba(4,7,9,.86) 36%, rgba(4,7,9,.2) 64%); }
.director-copy { padding-top: 102px; }
.director-copy h2 { max-width: 720px; }
.director-copy .lede { max-width: 565px; color: rgba(255,255,255,.7); }
.director-process { width: 640px; margin-top: 39px; display: grid; grid-template-columns: .95fr 1.05fr; border: 1px solid rgba(255,255,255,.17); background: rgba(4,10,13,.66); backdrop-filter: blur(16px); }
.director-process > div { padding: 20px; }
.director-process > div + div { border-left: 1px solid rgba(255,255,255,.14); }
.director-process span { color: #a5aaae; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.director-process p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.55; }
.director-process .new-process span { color: #85e6ff; }
.director-process .new-process p { color: white; }
.handoff-line { margin: 19px 0 0; color: #8fe6ff; font-size: 16px; font-weight: 750; }
.director-notes { position: absolute; z-index: 6; right: max(70px, calc((100vw - var(--max)) / 2)); top: 220px; width: 330px; display: grid; gap: 12px; }
.director-notes p { margin: 0; padding: 17px 18px; color: #1e2428; border: 1px solid rgba(255,255,255,.6); border-radius: 14px 14px 14px 3px; background: rgba(255,255,255,.88); box-shadow: 0 12px 35px rgba(0,0,0,.17); backdrop-filter: blur(12px); font-size: 15px; font-weight: 720; }
.director-notes p:nth-child(2) { margin-left: 38px; }
.director-notes p:nth-child(3) { margin-left: 13px; color: white; border-color: rgba(80,210,255,.5); background: rgba(4,55,76,.86); }

/* 08 · Safety */
.safety-chapter { min-height: 1080px; color: white; background: #05080a; }
.safety-chapter .full-scene { object-position: center; }
.safety-shade { background: linear-gradient(90deg, rgba(3,6,8,.98) 0%, rgba(3,6,8,.88) 39%, rgba(3,6,8,.15) 69%); }
.safety-copy { padding-top: 84px; }
.trust-mark { display: flex; align-items: center; gap: 13px; width: fit-content; margin-bottom: 42px; padding: 11px 15px 11px 11px; border: 1px solid rgba(92,222,255,.42); border-radius: 999px; background: rgba(5,29,40,.72); backdrop-filter: blur(12px); }
.trust-mark i { position: relative; width: 38px; height: 38px; border: 1px solid #81e6ff; border-radius: 50%; box-shadow: inset 0 0 0 6px rgba(55,201,255,.08); }
.trust-mark i::after { content: ""; position: absolute; width: 9px; height: 9px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.trust-mark span { color: #98adba; font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; }
.trust-mark b { color: white; font-size: 12px; }
.safety-copy h2 { max-width: 750px; font-size: clamp(56px, 5vw, 84px); }
.safety-copy .lede { max-width: 610px; color: rgba(255,255,255,.66); }
.research-note { max-width: 610px; margin-top: 32px; padding: 20px 22px; border-left: 2px solid var(--copper); background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.research-note strong { display: block; font-size: 14px; }
.research-note p { margin: 8px 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.52; }
.research-note p b { color: #8fe7ff; font-size: 18px; }
.research-note small { color: rgba(255,255,255,.4); font-size: 9px; }
.privacy-controls { position: absolute; z-index: 5; left: 50%; bottom: 45px; width: min(1380px, calc(100% - 112px)); display: grid; grid-template-columns: repeat(5, 1fr); transform: translateX(-50%); border: 1px solid rgba(255,255,255,.15); background: rgba(5,9,12,.82); backdrop-filter: blur(18px); }
.privacy-controls article { min-height: 126px; padding: 23px 20px; border-right: 1px solid rgba(255,255,255,.13); }
.privacy-controls article:last-child { border-right: 0; }
.privacy-controls span, .privacy-controls b { display: block; }
.privacy-controls span { margin-bottom: 11px; color: #9ba5ab; font-size: 10px; }
.privacy-controls b { color: white; font-size: 14px; line-height: 1.4; }

/* 09 · Proof */
.proof-chapter { min-height: auto; padding: 112px 0 122px; color: white; background: radial-gradient(circle at 50% 28%, #0b3851, #06111a 45%, #040a0f); }
.proof-neural { position: absolute; z-index: -1; inset: 0; opacity: .18; background: url('../assets/bg-brain-network.png') center / cover no-repeat; mix-blend-mode: screen; }
.proof-heading { display: grid; grid-template-columns: auto 1fr; column-gap: 28px; align-items: end; }
.proof-heading .eyebrow { grid-column: 1 / -1; }
.proof-number { grid-row: 2 / span 2; color: #7ee3ff; font-size: clamp(128px, 16vw, 230px); font-weight: 820; line-height: .72; letter-spacing: -.09em; text-shadow: 0 0 50px rgba(55,201,255,.25); }
.proof-heading h2 { font-size: clamp(58px, 6vw, 96px); }
.proof-heading > div:last-child > p { margin: 10px 0 5px; color: rgba(255,255,255,.58); font-size: 22px; }
.voice-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 72px; }
.voice-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 25px 22px; overflow: hidden; color: white; text-align: left; border: 1px solid rgba(255,255,255,.13); background-color: #0b151c; background-size: cover; background-position: center; cursor: pointer; }
.voice-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,6,9,.97) 0%, rgba(2,6,9,.18) 65%); }
.voice-card > * { position: relative; z-index: 2; }
.voice-card span { min-height: 80px; font-size: 20px; font-weight: 680; line-height: 1.25; letter-spacing: -.025em; }
.voice-card b { margin-top: 19px; font-size: 13px; }
.voice-card small { margin-top: 3px; color: #8ce4ff; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.voice-card i { position: absolute; z-index: 2; right: 18px; top: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-style: normal; }
.voice-card:hover { border-color: var(--blue); transform: translateY(-4px); }
.voice-card:hover i { color: #03131c; background: var(--blue); border-color: var(--blue); }
.archive-note { max-width: 850px; margin: 35px 0 0; padding-top: 18px; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; line-height: 1.55; }

/* 10 · Why James */
.james-chapter { min-height: 1000px; color: white; background: #0a0d0e; }
.james-photo { background: url('../assets/james-desert.png') 25% 34% / cover no-repeat; filter: grayscale(1) contrast(1.04); }
.james-shade { background: linear-gradient(90deg, rgba(4,7,8,.08) 32%, rgba(4,7,8,.72) 56%, rgba(4,7,8,.96) 100%), linear-gradient(0deg, rgba(4,7,8,.62), transparent 42%); }
.james-copy { width: min(1240px, calc(100% - 112px)); padding-top: 112px; padding-left: 52%; }
.james-copy h2 { max-width: 700px; font-size: clamp(54px, 5vw, 82px); }
.james-lead { margin: 28px 0 16px; color: #8ce6ff; font-size: 21px; font-weight: 750; }
.james-copy > p:not(.eyebrow):not(.james-lead) { max-width: 660px; margin: 0 0 17px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.62; }
.experience-notes { max-width: 670px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.experience-notes span { min-height: 126px; padding: 24px 18px; color: rgba(255,255,255,.54); border-right: 1px solid rgba(255,255,255,.14); font-size: 11px; line-height: 1.5; }
.experience-notes span:last-child { border-right: 0; }
.experience-notes b { display: block; margin-bottom: 8px; color: white; font-size: 12px; }

/* Video modal */
.video-dialog { width: min(920px, calc(100% - 50px)); padding: 0; overflow: visible; border: 0; border-radius: 18px; background: #03070a; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.video-dialog::backdrop { background: rgba(2,6,9,.88); backdrop-filter: blur(10px); }
.video-dialog video { width: 100%; max-height: 78vh; border-radius: 18px; background: black; }
.dialog-close { position: absolute; z-index: 4; right: -16px; top: -16px; width: 42px; height: 42px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: #111a20; cursor: pointer; font-size: 26px; }

@keyframes signal-travel {
  0% { transform: translateX(0); opacity: 0; }
  14% { opacity: 1; }
  50% { transform: translateX(235px); opacity: 1; }
  86% { opacity: 1; }
  100% { transform: translateX(0); opacity: 0; }
}

/* A safe fallback only. Mobile and tablet are intentionally the next design round. */
@media (max-width: 1050px) {
  .story-rail { display: none; }
  .chapter-inner, .decision-heading { width: min(900px, calc(100% - 48px)); }
  .brain-system { grid-template-columns: 1fr; width: min(780px, calc(100% - 48px)); }
  .brain-stream::after { display: none; }
  .brain-core-wrap { order: -1; }
  .brain-output { margin-top: 0; }
  .truth-strip { grid-template-columns: 1fr 1fr; position: relative; margin-top: 100px; }
  .deep-work-chapter { padding-bottom: 0; }
  .adviser-grid { grid-template-columns: 1fr 1fr 1fr; }
  .adviser-grid article:nth-child(3) { border-right: 0; }
  .privacy-controls { grid-template-columns: 1fr 1fr 1fr; }
  .privacy-controls article:nth-child(3) { border-right: 0; }
  .voice-wall { grid-template-columns: repeat(3, 1fr); }
  .james-copy { padding-left: 42%; }
}

@media (max-width: 720px) {
  h1, h2 { font-size: 50px; }
  .chapter { min-height: auto; }
  .chapter-inner { width: calc(100% - 32px); }
  .context-chapter, .deep-work-chapter, .director-chapter, .safety-chapter, .james-chapter { min-height: 900px; }
  .context-copy, .deep-copy, .director-copy, .safety-copy, .james-copy { padding: 68px 0 0; }
  .context-sources, .conversation-stack, .director-process { width: 100%; }
  .conversation-bubble { width: calc(100% - 16px); margin-left: 0; }
  .deep-question { margin-left: 8px; }
  .heart-answer { margin-left: 16px; }
  .truth-strip { grid-template-columns: 1fr; padding: 0 16px; }
  .truth-strip article, .truth-strip > p { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .brain-system, .split-heading, .objection-cards, .objection-card, .decision-heading { grid-template-columns: 1fr; }
  .adviser-grid, .privacy-controls { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: 500px auto 160px; grid-template-columns: 1fr; transform: none; }
  .decision-synthesis { bottom: 22px; width: calc(100% - 32px); }
  .objection-card { min-height: 0; }
  .video-poster { min-height: 320px; }
  .director-notes { right: 16px; top: 510px; width: calc(100% - 32px); }
  .director-process { grid-template-columns: 1fr; }
  .director-process > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .voice-wall { grid-template-columns: 1fr; }
  .proof-heading { grid-template-columns: 1fr; }
  .proof-number { grid-row: auto; }
  .james-copy { width: calc(100% - 32px); padding-left: 0; }
  .experience-notes { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .signal { animation: none; }
  .voice-card { transition: none; }
}

/* V2 desktop story: one shared visual language across 03–06 */
.deep-work-chapter {
  min-height: 980px;
  background: #111416;
}
.deep-work-chapter .full-scene { object-position: 50% 50%; }
.deep-work-chapter .left-heavy {
  background:
    linear-gradient(90deg, rgba(8,10,12,.98) 0%, rgba(8,10,12,.9) 38%, rgba(8,10,12,.18) 70%),
    linear-gradient(0deg, rgba(6,8,10,.72), transparent 44%);
}
.deep-copy { padding-top: 72px; }
.deep-copy h2 { max-width: 650px; font-size: clamp(54px, 4.8vw, 76px); }
.deep-copy .lede { max-width: 570px; margin-top: 20px; font-size: 17px; line-height: 1.58; }
.question-path {
  position: relative;
  width: min(650px, 54vw);
  margin-top: 28px;
  padding-left: 25px;
  display: grid;
  gap: 8px;
}
.question-path::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(var(--copper), var(--blue));
  box-shadow: 0 0 16px rgba(55,201,255,.3);
}
.question-path article {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 70px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,16,20,.62);
  box-shadow: 0 12px 34px rgba(0,0,0,.16);
  backdrop-filter: blur(16px);
}
.question-path article::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border: 2px solid #111416;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 12px rgba(55,201,255,.9);
}
.question-path article span,
.question-path article strong { display: block; }
.question-path article span {
  color: #8fe5ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}
.question-path article strong { color: white; font-size: 15px; line-height: 1.38; }
.question-path .question-start {
  min-height: 58px;
  border-color: rgba(226,130,73,.35);
  background: rgba(70,36,20,.44);
}
.question-path .question-start::before { background: var(--copper); box-shadow: 0 0 12px rgba(212,116,63,.8); }
.question-path .question-start span { color: #ffb58e; }
.direction-output {
  width: min(650px, 54vw);
  margin: 15px 0 0 25px;
  padding: 17px 19px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(93,216,255,.38);
  border-radius: 12px;
  background: rgba(4,46,63,.76);
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
  backdrop-filter: blur(16px);
}
.direction-output span { color: #8ce7ff; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.direction-output strong { font-size: 15px; line-height: 1.4; }

.brain-chapter {
  min-height: 900px;
  padding: 0;
  background:
    radial-gradient(circle at 75% 48%, rgba(55,201,255,.1), transparent 31%),
    #fbfaf7;
}
.brain-v2-grid {
  width: min(1500px, calc(100% - 112px));
  min-height: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 60px;
  align-items: center;
}
.brain-v2-copy { position: relative; z-index: 5; }
.brain-v2-copy h2 { max-width: 590px; font-size: clamp(54px, 4.8vw, 76px); }
.brain-v2-copy .lede { max-width: 520px; margin-top: 22px; color: var(--muted); font-size: 17px; line-height: 1.58; }
.brain-v2-outcome {
  max-width: 520px;
  margin-top: 38px;
  padding: 22px 0 0;
  border-top: 1px solid #cbd6da;
}
.brain-v2-outcome span,
.brain-v2-outcome strong { display: block; }
.brain-v2-outcome span { color: var(--blue-deep); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.brain-v2-outcome strong { margin-top: 9px; font-size: 21px; line-height: 1.32; }
.brain-v2-outcome p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.52; }
.brain-v2-map {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: .78fr 1.15fr .78fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d6e2e6;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94), rgba(237,249,253,.72), rgba(255,255,255,.94)),
    white;
  box-shadow: 0 30px 90px rgba(28,79,97,.1);
}
.brain-v2-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background: linear-gradient(90deg, transparent 33%, rgba(55,201,255,.15) 50%, transparent 67%);
  pointer-events: none;
}
.memory-lane {
  position: relative;
  z-index: 4;
  min-height: 440px;
  padding: 34px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.records-lane { border-right: 1px solid rgba(12,81,106,.12); }
.direction-lane { border-left: 1px solid rgba(12,81,106,.12); }
.memory-lane header { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid #dfe7e9; }
.memory-lane header i { color: var(--copper); font-size: 11px; font-style: normal; font-weight: 900; }
.memory-lane header b,
.memory-lane header small { display: block; }
.memory-lane header b { font-size: 15px; }
.memory-lane header small { margin-top: 3px; color: #878e91; font-size: 10px; }
.memory-lane ul { margin: 18px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.memory-lane li { display: flex; align-items: center; gap: 9px; color: #333b3f; font-size: 12px; font-weight: 730; line-height: 1.3; }
.memory-lane li span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: var(--blue-deep); border: 1px solid #b6e7f8; border-radius: 50%; background: white; font-size: 11px; font-weight: 850; }
.brain-v2-core { position: relative; z-index: 3; min-height: 520px; display: grid; place-items: center; }
.brain-v2-core img { position: relative; z-index: 3; width: 128%; max-width: 520px; filter: saturate(1.12) contrast(1.03); mix-blend-mode: multiply; }
.brain-pulse { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(31,176,225,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.pulse-one { width: 340px; height: 340px; }
.pulse-two { width: 430px; height: 430px; opacity: .65; }
.brain-v2-label {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 63px;
  min-width: 210px;
  padding: 13px 17px;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  border: 1px solid rgba(128,225,255,.75);
  border-radius: 12px;
  background: rgba(4,54,78,.88);
  box-shadow: 0 18px 48px rgba(7,70,95,.2);
  backdrop-filter: blur(14px);
}
.brain-v2-label span,
.brain-v2-label b { display: block; }
.brain-v2-label span { color: #8ce6ff; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.brain-v2-label b { margin-top: 5px; font-size: 14px; }

.decision-chapter { min-height: 900px; }
.decision-heading { padding-top: 50px; }
.decision-heading .eyebrow { margin-bottom: -16px; }
.decision-heading h2 { max-width: 820px; font-size: clamp(48px, 4.4vw, 70px); }
.decision-prompt { align-self: end; }
.adviser-thoughts { position: absolute; z-index: 7; inset: 0; pointer-events: none; }
.adviser-thought {
  position: absolute;
  width: 176px;
  min-height: 91px;
  padding: 14px 15px 13px;
  color: #162027;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 15px 15px 15px 4px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 16px 46px rgba(0,0,0,.2);
  backdrop-filter: blur(15px);
}
.adviser-thought::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 58px;
  background: linear-gradient(rgba(255,255,255,.72), transparent);
}
.adviser-thought .role-tag {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 8px;
  color: #066f99;
  border: 1px solid #b7e7f8;
  border-radius: 999px;
  background: #eefaff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.adviser-thought p { margin: 0; font-size: 13px; font-weight: 760; line-height: 1.34; }
.thought-legal { left: 3%; top: 31%; }
.thought-marketing { left: 16%; top: 25%; }
.thought-values { left: 62%; top: 26%; }
.thought-values .role-tag { color: #9b4c21; border-color: #f0c3a9; background: #fff5ef; }
.thought-tax { left: 75%; top: 24%; }
.thought-cash { right: 0; top: 31%; }
.decision-synthesis { bottom: 22px; }

.objections-chapter {
  min-height: 780px;
  padding: 96px 0 105px;
  background: #f7f5f0;
}
.objections-chapter .split-heading { grid-template-columns: 1.15fr .7fr; gap: 80px; }
.objections-chapter .split-heading h2 { max-width: 830px; font-size: clamp(54px, 5vw, 78px); }
.objections-chapter .split-heading > p { max-width: 430px; font-size: 16px; line-height: 1.62; }
.before-grid {
  position: relative;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c9d7dc;
  border-bottom: 1px solid #c9d7dc;
}
.before-grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--copper), var(--blue), var(--blue), var(--blue));
}
.before-grid article {
  min-height: 220px;
  padding: 30px 25px 26px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
  border-right: 1px solid #d9dedf;
}
.before-grid article:last-child { border-right: 0; }
.before-grid article > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #066f99;
  border: 1px solid #9adff6;
  border-radius: 50%;
  background: #effaff;
  font-size: 9px;
  font-weight: 900;
}
.before-grid h3 { margin: 2px 0 13px; font-size: 18px; line-height: 1.25; }
.before-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.before-bottom {
  max-width: 880px;
  margin: 34px auto 0;
  padding: 19px 23px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: white;
  border-radius: 13px;
  background: #092a3b;
  box-shadow: 0 18px 48px rgba(14,61,79,.13);
}
.before-bottom span { color: #8ce7ff; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.before-bottom strong { font-size: 14px; line-height: 1.45; }

@media (max-width: 1180px) {
  .brain-v2-grid { width: min(1040px, calc(100% - 64px)); grid-template-columns: .75fr 1.25fr; gap: 34px; }
  .brain-v2-map { grid-template-columns: .9fr 1.1fr .9fr; }
  .memory-lane { padding: 26px 16px; }
  .memory-lane li { font-size: 11px; }
  .adviser-thought { width: 154px; }
  .thought-legal { left: 1%; }
  .thought-marketing { left: 15%; }
  .thought-values { left: 60%; }
  .thought-tax { left: 73%; }
  .thought-cash { right: 0; }
}

@media (max-width: 900px) {
  .objections-chapter { min-height: auto; padding: 78px 0 86px; }
  .objections-chapter .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .objections-chapter .split-heading h2 { max-width: 720px; }
  .objections-chapter .split-heading > p { max-width: 620px; }
  .before-grid { grid-template-columns: repeat(2, 1fr); margin-top: 46px; }
  .before-grid article { min-height: 178px; border-bottom: 1px solid #d9dedf; }
  .before-grid article:nth-child(2) { border-right: 0; }
  .before-grid article:nth-child(n+3) { border-bottom: 0; }
  .before-bottom { max-width: none; }
}

@media (max-width: 620px) {
  .objections-chapter { padding: 62px 0 70px; }
  .objections-chapter .split-heading h2 { font-size: 46px; line-height: .94; }
  .objections-chapter .split-heading > p { font-size: 15px; }
  .before-grid { grid-template-columns: 1fr; }
  .before-grid article,
  .before-grid article:nth-child(n+3) { min-height: 0; padding: 24px 10px; border-right: 0; border-bottom: 1px solid #d9dedf; }
  .before-grid article:last-child { border-bottom: 0; }
  .before-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .brain-pulse { animation: none; }
}

/* Responsive treatment for the four-part context story */
@media (max-width: 1120px) {
  .context-chapter { min-height: auto; }
  .context-story {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .context-flow { display: contents; }
  .context-intro {
    order: 1;
    width: min(850px, calc(100% - 64px));
    min-height: auto;
    margin: 0 auto;
    padding: 108px 0 72px;
  }
  .context-intro h1 { max-width: 780px; }
  .context-brain-stage {
    order: 2;
    position: relative;
    top: auto;
    width: min(930px, calc(100% - 48px));
    height: min(760px, 78vw);
    min-height: 610px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 30px;
    background-position: 63% 50%;
  }
  .context-domains {
    order: 3;
    width: min(850px, calc(100% - 64px));
    margin: 32px auto 0;
    padding-bottom: 90px;
  }
  .context-domain { min-height: auto; padding: 52px 0 24px; opacity: 1; transform: none; }
}

@media (max-width: 720px) {
  .context-chapter { min-height: auto; }
  .context-intro {
    width: calc(100% - 32px);
    padding: 74px 0 42px;
    text-align: left;
  }
  .context-kicker { margin-bottom: 18px; }
  .context-intro h1 { max-width: 520px; font-size: clamp(49px, 14vw, 70px); line-height: .92; }
  .context-intro .lede { margin-top: 24px; font-size: 16px; line-height: 1.55; }
  .context-conclusion { margin-top: 22px; padding: 20px 0 0 16px; font-size: 17px; }
  .context-brain-stage {
    width: calc(100% - 20px);
    height: 590px;
    min-height: 0;
    border-radius: 24px;
    background-position: 61% 50%;
  }
  .context-active-memory { left: 18px; top: 22px; min-width: 0; width: calc(100% - 36px); }
  .context-domains { width: calc(100% - 32px); margin-top: 18px; padding-bottom: 70px; }
  .context-domain { padding: 44px 0 10px; }
  .context-domain > header { gap: 13px; }
  .context-domain > header b { font-size: 21px; }
  .context-domain ol { grid-template-columns: 1fr; gap: 8px; }
  .context-domain li,
  .context-domain li:nth-child(5) { grid-column: auto; min-height: 66px; }
  .context-domain li span { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .context-domain { transition: none; }
}

/* v3 · one-screen context inbox */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.context-chapter {
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
  background: #05090d;
}
.context-motion-scene {
  --context-accent: #68dcff;
  position: relative;
  min-height: max(840px, 100svh);
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: #05090d;
}
.context-motion-scene[data-active-context="money"] { --context-accent: #ff9b62; }
.context-motion-scene[data-active-context="people"] { --context-accent: #9dbdff; }
.context-motion-scene[data-active-context="direction"] { --context-accent: #ffc38f; }
.context-motion-image,
.context-motion-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.context-motion-image {
  z-index: -3;
  background: url('../assets/context-the-why-james-v3.png') 63% 50% / cover no-repeat;
  transform: scale(1.008);
}
.context-motion-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3,7,10,.98) 0%, rgba(3,7,10,.91) 34%, rgba(3,7,10,.38) 55%, rgba(3,7,10,.08) 78%, rgba(3,7,10,.32) 100%),
    linear-gradient(0deg, rgba(3,7,10,.82) 0%, transparent 38%, rgba(3,7,10,.18) 100%);
}
.context-motion-copy {
  position: absolute;
  z-index: 4;
  left: clamp(34px, 5vw, 88px);
  top: clamp(58px, 8vh, 96px);
  width: min(680px, 47vw);
}
.context-motion-copy h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(58px, 5.5vw, 94px);
  line-height: .92;
  letter-spacing: -.065em;
}
.context-motion-copy p {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.58;
}
.context-motion-copy > strong {
  display: block;
  max-width: 590px;
  margin-top: 22px;
  padding-left: 18px;
  color: rgba(255,255,255,.93);
  border-left: 2px solid var(--context-accent);
  font-size: 16px;
  line-height: 1.45;
  transition: border-color .35s ease;
}
.context-inbox {
  position: absolute;
  z-index: 7;
  left: clamp(34px, 5vw, 88px);
  bottom: clamp(48px, 7vh, 82px);
  width: min(540px, 42vw);
  padding: 18px;
  overflow: visible;
  border: 1px solid color-mix(in srgb, var(--context-accent) 34%, transparent);
  border-radius: 22px;
  background: rgba(5,15,22,.77);
  box-shadow: 0 28px 80px rgba(0,0,0,.36), inset 0 0 32px color-mix(in srgb, var(--context-accent) 5%, transparent);
  backdrop-filter: blur(20px);
  transition: border-color .35s ease, box-shadow .35s ease;
}
.context-inbox > header {
  display: flex;
  align-items: center;
  gap: 13px;
}
.context-inbox > header small,
.context-inbox > header b { display: block; }
.context-inbox > header small {
  color: var(--context-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.context-inbox > header b { margin-top: 4px; font-size: 18px; }
.context-inbox-icon,
.context-memory-card i,
.context-receipt i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--context-accent);
  border: 1px solid color-mix(in srgb, var(--context-accent) 43%, transparent);
  background: color-mix(in srgb, var(--context-accent) 9%, rgba(5,14,20,.78));
  box-shadow: 0 0 22px color-mix(in srgb, var(--context-accent) 15%, transparent);
  transition: color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.context-inbox-icon { width: 40px; height: 40px; border-radius: 50%; }
.context-inbox-icon svg,
.context-memory-card i svg,
.context-receipt i svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.context-inbox-tray {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 63px;
  height: 60px;
  pointer-events: none;
}
.context-inbox-tray span {
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--context-accent) 16%, transparent);
  border-radius: 15px;
  background: rgba(6,18,25,.52);
  transform: translateY(12px) scale(.94);
}
.context-inbox-tray span + span { transform: translateY(23px) scale(.88); opacity: .62; }
.context-memory-card {
  position: relative;
  z-index: 5;
  min-height: 94px;
  margin-top: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--context-accent) 38%, transparent);
  border-radius: 16px;
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--context-accent) 11%, rgba(8,24,33,.97)), rgba(5,14,20,.96));
  box-shadow: 0 18px 48px rgba(0,0,0,.35), 0 0 34px color-mix(in srgb, var(--context-accent) 7%, transparent);
  will-change: transform, opacity, filter;
  transform-origin: center;
}
.context-memory-flight {
  position: absolute;
  z-index: 12;
  margin: 0;
  pointer-events: none;
  transform-origin: center;
  backface-visibility: hidden;
}
.context-motion-scene.is-sending .context-inbox {
  box-shadow:
    0 28px 80px rgba(0,0,0,.36),
    0 0 38px color-mix(in srgb, var(--context-accent) 10%, transparent),
    inset 0 0 32px color-mix(in srgb, var(--context-accent) 7%, transparent);
}
.context-memory-card::after {
  content: "";
  position: absolute;
  inset: 16px -18px 16px auto;
  width: 44px;
  border-radius: 50%;
  background: var(--context-accent);
  filter: blur(20px);
  opacity: .18;
}
.context-memory-card i { width: 42px; height: 42px; border-radius: 12px; font-style: normal; }
.context-memory-card div { min-width: 0; }
.context-memory-card small,
.context-memory-card strong { display: block; }
.context-memory-card small {
  color: var(--context-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.context-memory-card strong {
  max-width: 410px;
  margin-top: 6px;
  color: rgba(255,255,255,.94);
  font-size: 16px;
  line-height: 1.35;
}
.context-next-memory {
  position: relative;
  z-index: 4;
  margin: 16px 2px 0;
  display: flex;
  gap: 9px;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  line-height: 1.35;
}
.context-next-memory span { color: var(--context-accent); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.context-next-memory b { font-weight: 600; }
.context-brain-target {
  position: absolute;
  z-index: 5;
  left: 74%;
  top: 29%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.context-absorb-glow,
.context-absorb-core {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(.2);
  opacity: 0;
}
.context-absorb-glow {
  width: 118px;
  height: 118px;
  background: radial-gradient(circle, color-mix(in srgb, var(--context-accent) 58%, transparent), transparent 66%);
  filter: blur(10px);
}
.context-absorb-core {
  width: 14px;
  height: 14px;
  background: white;
  box-shadow: 0 0 26px 8px var(--context-accent);
}
.context-motion-scene.is-absorbing .context-absorb-glow { animation: context-absorb-glow .95s ease-out both; }
.context-motion-scene.is-absorbing .context-absorb-core { animation: context-absorb-core .7s ease-out both; }
.context-receipt {
  position: absolute;
  z-index: 5;
  right: clamp(30px, 4vw, 68px);
  top: clamp(34px, 6vh, 72px);
  min-width: 230px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--context-accent) 22%, transparent);
  border-radius: 14px;
  background: rgba(5,14,20,.62);
  opacity: .48;
  transform: translateY(-5px);
  backdrop-filter: blur(14px);
  transition: opacity .25s ease, transform .25s ease, border-color .35s ease;
}
.context-receipt i { width: 34px; height: 34px; border-radius: 50%; font-style: normal; }
.context-receipt small,
.context-receipt b { display: block; }
.context-receipt small { color: var(--context-accent); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.context-receipt b { margin-top: 4px; color: rgba(255,255,255,.78); font-size: 12px; }
.context-motion-scene.is-absorbing .context-receipt { opacity: 1; transform: translateY(0); }

@keyframes context-absorb-glow {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.55); }
}
@keyframes context-absorb-core {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  40% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(.35); }
}

@media (max-width: 1120px) {
  .context-chapter { min-height: 0; }
  .context-motion-scene { min-height: max(920px, 100svh); }
  .context-motion-copy { top: 56px; width: min(610px, 61vw); }
  .context-motion-copy h2 { font-size: clamp(58px, 7.5vw, 78px); }
  .context-inbox { width: min(520px, 52vw); }
  .context-brain-target { left: 78%; top: 32%; }
  .context-receipt { min-width: 205px; }
}

@media (max-width: 900px) {
  .context-receipt { display: none; }
}

@media (max-width: 720px) {
  .context-chapter { min-height: 0; }
  .context-motion-scene { min-height: 100svh; }
  .context-motion-image { background-position: 72% 50%; transform: scale(1.01); }
  .context-motion-shade {
    background:
      linear-gradient(180deg, rgba(3,7,10,.96) 0%, rgba(3,7,10,.79) 28%, rgba(3,7,10,.18) 52%, rgba(3,7,10,.88) 78%, rgba(3,7,10,.98) 100%),
      linear-gradient(90deg, rgba(3,7,10,.6), rgba(3,7,10,.06));
  }
  .context-motion-copy {
    left: 18px;
    right: 18px;
    top: 30px;
    width: auto;
  }
  .context-motion-copy h2 { max-width: 520px; font-size: clamp(46px, 13vw, 60px); line-height: .9; }
  .context-motion-copy p { max-width: 520px; margin-top: 18px; font-size: 14px; line-height: 1.48; }
  .context-motion-copy > strong { max-width: 500px; margin-top: 16px; padding-left: 13px; font-size: 13px; }
  .context-inbox {
    left: 14px;
    right: 14px;
    bottom: 22px;
    width: auto;
    padding: 14px;
    border-radius: 18px;
  }
  .context-inbox > header b { font-size: 16px; }
  .context-memory-card { min-height: 82px; margin-top: 13px; padding: 13px; }
  .context-memory-card i { width: 38px; height: 38px; }
  .context-memory-card strong { font-size: 14px; }
  .context-next-memory { margin-top: 13px; }
  .context-inbox-tray { left: 27px; right: 27px; bottom: 56px; }
  .context-brain-target { left: 76%; top: 33%; width: 58px; height: 58px; }
  .context-receipt { display: none; }
}

@media (max-width: 720px) and (max-height: 760px) {
  .context-motion-copy { top: 20px; }
  .context-motion-copy h2 { max-width: 360px; font-size: clamp(40px, 11.4vw, 46px); line-height: .91; }
  .context-motion-copy p { max-width: 350px; margin-top: 13px; font-size: 12.5px; line-height: 1.4; }
  .context-motion-copy > strong { max-width: 350px; margin-top: 11px; padding-left: 11px; font-size: 12px; line-height: 1.34; }
  .context-inbox { left: 10px; right: 10px; bottom: 10px; padding: 10px; }
  .context-inbox > header { gap: 9px; }
  .context-inbox-icon { width: 34px; height: 34px; }
  .context-inbox > header b { margin-top: 2px; font-size: 14px; }
  .context-memory-card { min-height: 66px; margin-top: 9px; padding: 9px; gap: 10px; }
  .context-memory-card i { width: 34px; height: 34px; }
  .context-memory-card small { font-size: 8px; }
  .context-memory-card strong { margin-top: 3px; font-size: 12.5px; line-height: 1.25; }
  .context-inbox-tray { left: 22px; right: 22px; bottom: 42px; height: 48px; }
  .context-next-memory { display: none; }
  .context-brain-target { top: 35%; }
}

@media (prefers-reduced-motion: reduce) {
  .context-motion-scene.is-absorbing .context-absorb-glow,
  .context-motion-scene.is-absorbing .context-absorb-core { animation: none; }
}

/* V4 feedback landing pass
   One story, one neural language, and separately composed responsive layouts. */
.feedback-v4 .story-rail { display: none; }
.feedback-v4 .site-nav { pointer-events: none; }
.feedback-v4 .site-nav .brand { pointer-events: auto; }
.feedback-v4 .chapter h2 em { color: var(--copper); font-style: italic; }

/* 02: natural James portrait plus an organized memory destination. */
.feedback-v4 .context-motion-image {
  background:
    radial-gradient(circle at 86% 18%, rgba(55,201,255,.2), transparent 18%),
    url('../../hero-variants/james-hero-desert.jpg') 63% 46% / cover no-repeat;
  filter: saturate(.72) contrast(1.08);
}
.feedback-v4 .context-motion-shade {
  background:
    linear-gradient(90deg, rgba(2,7,10,.98) 0%, rgba(2,7,10,.91) 37%, rgba(2,7,10,.38) 60%, rgba(2,7,10,.14) 78%, rgba(2,7,10,.38) 100%),
    linear-gradient(0deg, rgba(2,7,10,.92) 0%, transparent 45%, rgba(2,7,10,.24) 100%);
}
.feedback-v4 .context-brain-target { left: auto; right: 7%; top: 19%; width: 94px; height: 94px; transform: none; }
.feedback-v4 .context-brain-target::before,
.feedback-v4 .context-brain-target::after { position: absolute; left: 50%; transform: translateX(-50%); }
.feedback-v4 .context-brain-target::before {
  content: "";
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--context-accent) 55%, transparent);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.9) 0 3%, color-mix(in srgb, var(--context-accent) 38%, transparent) 4% 18%, transparent 58%);
  box-shadow: 0 0 42px color-mix(in srgb, var(--context-accent) 38%, transparent), inset 0 0 22px color-mix(in srgb, var(--context-accent) 25%, transparent);
}
.feedback-v4 .context-brain-target::after {
  content: "Company memory";
  top: calc(100% + 11px);
  width: 160px;
  color: rgba(255,255,255,.72);
  text-align: center;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.feedback-v4 .context-receipt { top: auto; right: 4%; bottom: 8%; }

/* 03: the real interview is the proof, not a generated coaching scene. */
.feedback-v4 .deep-work-v4 {
  min-height: 900px;
  padding: 100px 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 20%, rgba(55,201,255,.14), transparent 24%),
    linear-gradient(135deg, #fff 0%, #f7f4ee 64%, #eef9fc 100%);
}
.feedback-v4 .deep-v4-grid {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(380px,.78fr) minmax(620px,1.22fr);
  gap: clamp(48px,6vw,96px);
  align-items: center;
}
.feedback-v4 .deep-v4-copy h2 { max-width: 620px; font-size: clamp(62px,6vw,98px); }
.feedback-v4 .deep-v4-copy .lede { max-width: 590px; margin-top: 28px; color: #30363a; font-size: 19px; line-height: 1.58; }
.feedback-v4 .deep-v4-copy > p:not(.lede) { max-width: 570px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.feedback-v4 .deep-fields { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.feedback-v4 .deep-fields li { padding: 10px 14px; color: #075f83; border: 1px solid #bce9f7; border-radius: 999px; background: rgba(255,255,255,.76); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feedback-v4 .deep-question-reel { margin-top: 28px; padding-left: 22px; border-left: 2px solid var(--blue); }
.feedback-v4 .deep-question-reel p { margin: 0; padding: 9px 0; color: #313a3f; border-bottom: 1px solid rgba(8,89,121,.12); font-size: 14px; font-weight: 700; line-height: 1.4; }
.feedback-v4 .deep-question-reel p:last-child { border-bottom: 0; }
.feedback-v4 .deep-proof-line { display: block; max-width: 560px; margin-top: 28px; color: #0a668b; font-size: 15px; line-height: 1.45; }
.feedback-v4 .deep-interview-frame { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(18,75,96,.15); border-radius: 26px; background: rgba(255,255,255,.86); box-shadow: 0 38px 110px rgba(16,62,79,.15); transform: rotate(.5deg); }
.feedback-v4 .deep-interview-frame::before { content: ""; position: absolute; z-index: -1; inset: 8% -4% -7% 10%; border-radius: 34px; background: radial-gradient(circle, rgba(55,201,255,.2), transparent 66%); filter: blur(24px); }
.feedback-v4 .deep-interview-frame img { width: 100%; border-radius: 17px; }
.feedback-v4 .deep-interview-frame figcaption { padding: 12px 6px 2px; color: #6f7679; font-size: 10px; font-weight: 780; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

/* 04: two intentional rivers converge into one living brain. */
.feedback-v4 .brain-v4 { min-height: 980px; padding: 92px 0 78px; overflow: hidden; background: radial-gradient(circle at 50% 60%, rgba(55,201,255,.18), transparent 32%), #fbfaf7; }
.feedback-v4 .brain-v4-shell { width: min(1480px, calc(100% - 80px)); }
.feedback-v4 .brain-v4-heading { max-width: 1180px; margin: 0 auto; text-align: center; }
.feedback-v4 .brain-v4-heading h2 { font-size: clamp(62px,6.2vw,108px); }
.feedback-v4 .brain-v4-heading h2 em { position: relative; color: #128cc0; font-weight: 800; font-style: normal; text-shadow: 0 0 28px rgba(55,201,255,.23); }
.feedback-v4 .brain-v4-heading h2 em::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--blue), var(--copper), transparent); box-shadow: 0 0 18px rgba(55,201,255,.5); }
.feedback-v4 .brain-v4-heading p { max-width: 820px; margin: 26px auto 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.feedback-v4 .brain-v4-stage { position: relative; min-height: 540px; margin-top: 42px; display: grid; grid-template-columns: 1fr minmax(360px,1.1fr) 1fr; gap: 28px; align-items: center; }
.feedback-v4 .brain-stream { padding: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.feedback-v4 .brain-stream::after { content: ""; position: absolute; top: 50%; width: 36%; height: 2px; background: linear-gradient(90deg, transparent, rgba(55,201,255,.88)); box-shadow: 0 0 16px rgba(55,201,255,.42); }
.feedback-v4 .business-stream::after { right: -25%; }
.feedback-v4 .human-stream::after { left: -25%; transform: scaleX(-1); background: linear-gradient(90deg, transparent, rgba(212,116,63,.86)); box-shadow: 0 0 16px rgba(212,116,63,.4); }
.feedback-v4 .brain-stream strong { flex: 0 0 100%; margin-bottom: 10px; text-align: center; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.feedback-v4 .business-stream strong { color: #087da9; }
.feedback-v4 .human-stream strong { color: #aa5729; }
.feedback-v4 .brain-stream span { position: relative; z-index: 2; padding: 11px 14px; border: 1px solid rgba(22,118,154,.18); border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: 0 9px 25px rgba(18,70,89,.07); font-size: 12px; font-weight: 760; }
.feedback-v4 .human-stream span { border-color: rgba(180,87,37,.2); }
.feedback-v4 .brain-v4-core { position: relative; min-height: 490px; display: grid; place-items: center; }
.feedback-v4 .brain-v4-core img { position: relative; z-index: 2; width: 115%; max-width: 590px; mix-blend-mode: multiply; filter: saturate(1.16) contrast(1.02); clip-path: ellipse(48% 43% at 50% 50%); }
.feedback-v4 .brain-v4-halo { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(55,201,255,.28); border-radius: 50%; box-shadow: 0 0 90px rgba(55,201,255,.16), inset 0 0 80px rgba(55,201,255,.08); animation: brain-v4-signal 4.8s ease-in-out infinite; }
.feedback-v4 .brain-v4-core b { position: absolute; z-index: 4; bottom: 60px; padding: 11px 17px; color: white; border: 1px solid rgba(118,226,255,.7); border-radius: 999px; background: rgba(4,56,78,.86); box-shadow: 0 12px 34px rgba(3,73,99,.2); font-size: 12px; letter-spacing: .06em; }
.feedback-v4 .brain-v4-result { max-width: 900px; margin: -8px auto 0; padding: 20px 30px; text-align: center; border-top: 1px solid #cddde2; border-bottom: 1px solid #cddde2; font-size: 18px; line-height: 1.5; }
.feedback-v4 .brain-v4-result span { color: #087da9; }
.feedback-v4 .brain-v4-result strong { display: block; margin-top: 5px; font-size: 23px; }
.feedback-v4 .brain-v4-film { position: relative; margin: 42px auto 0; overflow: hidden; border: 1px solid rgba(19,28,33,.13); border-radius: 28px; background: #f5f2ed; box-shadow: 0 30px 90px rgba(28,42,49,.12); }
.feedback-v4 .brain-v4-film video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.feedback-v4 .brain-v4-key { position: absolute; bottom: 22px; z-index: 2; width: min(36%, 480px); display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.feedback-v4 .brain-v4-key-memory { left: 22px; }
.feedback-v4 .brain-v4-key-direction { right: 22px; justify-content: flex-end; }
.feedback-v4 .brain-v4-key strong { flex-basis: 100%; color: #121416; font-family: "Outfit", system-ui, sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.feedback-v4 .brain-v4-key-direction strong { text-align: right; }
.feedback-v4 .brain-v4-key span { padding: 7px 9px; border: 1px solid rgba(28,157,209,.25); border-radius: 999px; color: #087da9; background: rgba(232,247,253,.92); box-shadow: 0 6px 22px rgba(23,72,91,.08); font-size: 10px; font-weight: 700; backdrop-filter: blur(10px); }
.feedback-v4 .brain-v4-key-direction span { color: #a85228; border-color: rgba(202,107,59,.25); background: rgba(251,239,232,.94); }

/* 05: preserve the approved boardroom and make the message primary. */
.feedback-v4 .decision-chapter { min-height: 980px; }
.feedback-v4 .decision-heading { padding-top: 58px; grid-template-columns: 1.25fr .75fr; align-items: end; }
.feedback-v4 .decision-heading h2 { max-width: 1040px; font-size: clamp(48px,4.4vw,74px); }
.feedback-v4 .decision-heading > p { max-width: 510px; margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.55; }
.feedback-v4 .decision-prompt { grid-column: 2; grid-row: 1 / span 2; }
.feedback-v4 .thought-legal { left: 3%; top: 53%; }
.feedback-v4 .thought-marketing { left: 18%; top: 45%; }
.feedback-v4 .thought-ops { left: 43%; top: 53%; }
.feedback-v4 .thought-values { left: 57%; top: 44%; }
.feedback-v4 .thought-tax { left: 73%; top: 45%; }
.feedback-v4 .thought-cash { right: 1%; top: 54%; }

/* 06: approved sources enter in sequence and become specific understanding. */
.feedback-v4 .learning-v4 { min-height: 900px; padding: 90px 0; overflow: hidden; color: white; background: radial-gradient(circle at 63% 55%, rgba(55,201,255,.18), transparent 28%), linear-gradient(135deg,#061018,#092333 60%,#071018); }
.feedback-v4 .learning-v4-shell { width: min(1460px, calc(100% - 80px)); }
.feedback-v4 .learning-v4-heading { max-width: 900px; }
.feedback-v4 .learning-v4-heading h2 { font-size: clamp(62px,6vw,100px); }
.feedback-v4 .learning-v4-heading p { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.58; }
.feedback-v4 .learning-v4-heading strong { display: block; margin-top: 16px; color: #8fe7ff; font-size: 14px; }
.feedback-v4 .learning-v4-stage { min-height: 520px; margin-top: 34px; display: grid; grid-template-columns: 1fr minmax(400px,.85fr) 1fr; gap: 38px; align-items: center; }
.feedback-v4 .learning-sources,
.feedback-v4 .learning-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feedback-v4 .learning-sources span,
.feedback-v4 .learning-capabilities span { min-height: 62px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(111,218,255,.22); border-radius: 14px; background: rgba(8,31,43,.72); box-shadow: inset 0 0 24px rgba(55,201,255,.03); font-size: 12px; font-weight: 760; }
.feedback-v4 .learning-sources i { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; color: #8ce6ff; border: 1px solid rgba(112,224,255,.4); border-radius: 9px; background: rgba(55,201,255,.08); font-style: normal; }
.feedback-v4 .learning-capabilities span { color: #d7f6ff; border-color: rgba(212,116,63,.28); background: rgba(68,33,16,.34); }
.feedback-v4 .learning-brain { position: relative; min-height: 430px; display: grid; place-items: center; }
.feedback-v4 .learning-brain::before { content: ""; position: absolute; width: 430px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(55,201,255,.24), rgba(4,24,35,.1) 57%, transparent 72%); filter: blur(6px); }
.feedback-v4 .learning-brain img { position: relative; z-index: 2; width: 142%; max-width: 660px; mix-blend-mode: screen; filter: saturate(1.15) contrast(1.04); clip-path: ellipse(47% 45% at 51% 50%); }
.feedback-v4 .learning-brain b { position: absolute; z-index: 4; bottom: 40px; padding: 14px 18px; text-align: center; border: 1px solid rgba(129,230,255,.55); border-radius: 13px; background: rgba(3,36,51,.84); font-size: 14px; line-height: 1.4; }
.feedback-v4 .learning-ring { position: absolute; border: 1px solid rgba(55,201,255,.22); border-radius: 50%; }
.feedback-v4 .ring-one { width: 360px; height: 360px; }
.feedback-v4 .ring-two { width: 450px; height: 450px; opacity: .54; }

/* 07: clear creative direction contrasted with the energy drains. */
.feedback-v4 .director-chapter { min-height: 980px; }
.feedback-v4 .director-copy { padding-top: 86px; }
.feedback-v4 .director-copy h2 { max-width: 860px; font-size: clamp(54px,5.2vw,88px); }
.feedback-v4 .director-copy h2 em { color: #8fe7ff; font-style: normal; }
.feedback-v4 .director-copy .lede { max-width: 650px; font-size: 19px; }
.feedback-v4 .director-copy > p:not(.lede) { max-width: 620px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.6; }
.feedback-v4 .energy-drains { max-width: 670px; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.feedback-v4 .energy-drains li { padding: 10px 13px; color: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(4,11,15,.55); font-size: 11px; }

/* 08: architecture earns trust; no decorative badge. */
.feedback-v4 .safety-chapter { min-height: 980px; }
.feedback-v4 .safety-copy { padding-top: 82px; }
.feedback-v4 .safety-copy h2 em { color: #8fe7ff; font-weight: 790; font-style: normal; }
.feedback-v4 .safety-copy > p:not(.lede) { max-width: 610px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.6; }
.feedback-v4 .research-note { margin-top: 24px; }

/* 09: breadth is the context, five real voices are the proof. */
.feedback-v4 .proof-heading { align-items: center; }
.feedback-v4 .proof-number { grid-row: auto; }
.feedback-v4 .proof-heading h2 { font-size: clamp(52px,5.4vw,88px); }
.feedback-v4 .voice-card { transition: border-color .2s ease, transform .2s ease; }

/* 10: remove celebrity proximity and leave the reader with the guide's job. */
.feedback-v4 .guide-notes span { color: rgba(255,255,255,.61); }

@keyframes brain-v4-signal {
  0%, 100% { transform: scale(.94); opacity: .5; }
  45% { transform: scale(1.03); opacity: 1; }
}

/* Tablet: an art-directed midpoint, not compressed desktop. */
@media (min-width: 721px) and (max-width: 1050px) {
  .feedback-v4 .chapter-inner { width: min(900px, calc(100% - 56px)); }
  .feedback-v4 .hero,
  .feedback-v4 .hero .hero-shell { min-height: 980px; }
  .feedback-v4 .hero .hero-shell { padding-bottom: 430px; }
  .feedback-v4 .hero-copy { width: 92%; max-width: 720px; }
  .feedback-v4 .hero h1 { max-width: 720px; font-size: clamp(64px,9vw,82px); }
  .feedback-v4 .hero.hero-scene-9 .hero-neural-field { top: auto; bottom: 0; height: 49%; }
  .feedback-v4 .hero-scene-9 .hero-portrait { top: auto; right: -3%; bottom: 0; width: 108%; height: 51%; }
  .feedback-v4 .context-motion-scene { min-height: 980px; }
  .feedback-v4 .context-motion-copy { width: 58vw; }
  .feedback-v4 .context-inbox { width: 55vw; }
  .feedback-v4 .context-brain-target { right: 5%; top: 20%; }
  .feedback-v4 .deep-work-v4 { min-height: 1060px; padding: 82px 0; }
  .feedback-v4 .deep-v4-grid { grid-template-columns: 1fr; gap: 44px; }
  .feedback-v4 .deep-interview-frame { width: 92%; margin-left: auto; }
  .feedback-v4 .brain-v4 { min-height: 1080px; }
  .feedback-v4 .brain-v4-stage { grid-template-columns: 1fr 1.15fr 1fr; gap: 12px; }
  .feedback-v4 .brain-stream span { padding: 9px 11px; font-size: 10px; }
  .feedback-v4 .brain-v4-core img { width: 135%; }
  .feedback-v4 .decision-chapter { min-height: 1160px; }
  .feedback-v4 .decision-heading { grid-template-columns: 1fr; padding-top: 58px; }
  .feedback-v4 .decision-heading h2 {
    max-width: 760px;
    font-size: clamp(48px, 6.6vw, 58px);
    line-height: .94;
    letter-spacing: -.05em;
  }
  .feedback-v4 .decision-heading > p { max-width: 600px; margin-top: 26px; }
  .feedback-v4 .decision-prompt { grid-column: auto; grid-row: auto; justify-self: start; margin-top: 18px; }
  .feedback-v4 .adviser-thought { width: 150px; }
  .feedback-v4 .thought-legal { left: 2%; top: 55%; }
  .feedback-v4 .thought-marketing { left: 18%; top: 48%; }
  .feedback-v4 .thought-ops { left: 42%; top: 58%; }
  .feedback-v4 .thought-values { left: 56%; top: 49%; }
  .feedback-v4 .thought-tax { left: 72%; top: 48%; }
  .feedback-v4 .thought-cash { right: 1%; top: 56%; }
  .feedback-v4 .learning-v4-stage { grid-template-columns: 1fr 1fr; }
  .feedback-v4 .learning-brain { grid-column: 1 / -1; grid-row: 1; min-height: 360px; }
  .feedback-v4 .learning-sources { grid-column: 1; }
  .feedback-v4 .learning-capabilities { grid-column: 2; }
  .feedback-v4 .director-chapter { min-height: 1100px; }
  .feedback-v4 .director-copy { padding-top: 78px; }
  .feedback-v4 .director-notes { top: auto; right: 28px; bottom: 120px; width: 330px; }
  .feedback-v4 .safety-chapter { min-height: 1200px; }
  .feedback-v4 .privacy-controls { grid-template-columns: repeat(3,1fr); bottom: 36px; }
  .feedback-v4 .privacy-controls article { min-height: 110px; }
  .feedback-v4 .voice-wall { grid-template-columns: repeat(3,1fr); }
  .feedback-v4 .james-copy { padding-left: 40%; }
}

/* Mobile: the same story, deliberately recomposed. */
@media (max-width: 720px) {
  .feedback-v4 .site-nav { padding-top: 16px; }
  .feedback-v4 .chapter-inner { width: calc(100% - 32px); }
  .feedback-v4 .hero.chapter,
  .feedback-v4 .hero .hero-shell { min-height: 1000px; }
  .feedback-v4 .hero.chapter { color: white; background: #07111a; }
  .feedback-v4 .hero .hero-shell { align-items: flex-start; padding: 355px 0 38px; }
  .feedback-v4 .hero.hero-scene-9 .hero-neural-field { inset: 0; width: 100%; height: 100%; background: #07111a; }
  .feedback-v4 .hero.hero-scene-9 .hero-neural-field::before { display: block; background: linear-gradient(180deg, rgba(4,11,18,.05) 0%, rgba(4,11,18,.08) 31%, rgba(4,11,18,.7) 50%, rgba(4,11,18,.98) 72%, #07111a 100%); }
  .feedback-v4 .hero-scene-9 .hero-neural-video { object-position: 69% center; }
  .feedback-v4 .hero-scene-9 .hero-portrait { inset: 0 -18% auto auto; width: 132%; height: 58%; }
  .feedback-v4 .hero-scene-9 .hero-portrait::before { background: linear-gradient(180deg, transparent 0 54%, rgba(7,17,26,.92) 92%, #07111a 100%); }
  .feedback-v4 .hero-scene-9 .hero-portrait img { object-fit: cover; object-position: 64% 4%; }
  .feedback-v4 .hero-copy { width: 100%; text-align: left; }
  .feedback-v4 .hero-copy > .eyebrow { color: #8ce7ff; }
  .feedback-v4 .hero h1 { max-width: 390px; margin-bottom: 22px; color: white; font-size: clamp(50px,14vw,60px); line-height: .88; }
  .feedback-v4 .hero h1 em { color: #f28b52; }
  .feedback-v4 .hero-lede { color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.52; }
  .feedback-v4 .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .feedback-v4 .hero-actions .text-link { color: white; border-color: rgba(255,255,255,.65); }
  .feedback-v4 .hero-actions .button { font-size: 14px; }
  .feedback-v4 .hero-support { display: block; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.45; }

  .feedback-v4 .context-motion-scene { min-height: 980px; }
  .feedback-v4 .context-motion-image { background-position: 58% 50%; }
  .feedback-v4 .context-motion-shade { background: linear-gradient(180deg, rgba(2,7,10,.94) 0%, rgba(2,7,10,.8) 30%, rgba(2,7,10,.2) 50%, rgba(2,7,10,.86) 72%, rgba(2,7,10,.98) 100%); }
  .feedback-v4 .context-motion-copy { top: 34px; }
  .feedback-v4 .context-motion-copy h2 { font-size: clamp(48px,13vw,58px); }
  .feedback-v4 .context-motion-copy p { font-size: 14px; }
  .feedback-v4 .context-motion-copy > strong { display: none; }
  .feedback-v4 .context-brain-target { right: auto; left: 24px; top: 54%; width: 66px; height: 66px; }
  .feedback-v4 .context-brain-target::after { width: 118px; font-size: 7px; }
  .feedback-v4 .context-inbox { bottom: 24px; }

  .feedback-v4 .deep-work-v4 { min-height: auto; padding: 70px 0 76px; }
  .feedback-v4 .deep-v4-grid { min-height: 0; grid-template-columns: 1fr; gap: 36px; }
  .feedback-v4 .deep-v4-copy h2 { font-size: 54px; }
  .feedback-v4 .deep-v4-copy .lede { font-size: 17px; }
  .feedback-v4 .deep-question-reel { padding-left: 15px; }
  .feedback-v4 .deep-interview-frame { padding: 7px; border-radius: 18px; transform: none; }
  .feedback-v4 .deep-interview-frame img { border-radius: 12px; }

  .feedback-v4 .brain-v4 { min-height: auto; padding: 68px 0 76px; }
  .feedback-v4 .brain-v4-shell { width: calc(100% - 32px); }
  .feedback-v4 .brain-v4-heading { text-align: left; }
  .feedback-v4 .brain-v4-heading h2 { font-size: 54px; }
  .feedback-v4 .brain-v4-heading p { font-size: 16px; }
  .feedback-v4 .brain-v4-stage { min-height: 0; margin-top: 42px; grid-template-columns: 1fr; gap: 18px; }
  .feedback-v4 .brain-stream { padding: 18px; border: 1px solid rgba(15,116,152,.15); border-radius: 18px; background: rgba(255,255,255,.78); }
  .feedback-v4 .brain-stream::after { display: none; }
  .feedback-v4 .brain-stream strong { text-align: left; }
  .feedback-v4 .brain-v4-core { min-height: 330px; order: 2; }
  .feedback-v4 .brain-v4-core img { width: 118%; }
  .feedback-v4 .brain-v4-halo { width: 280px; height: 280px; }
  .feedback-v4 .business-stream { order: 1; }
  .feedback-v4 .human-stream { order: 3; }
  .feedback-v4 .brain-v4-result { margin-top: 30px; padding: 18px 8px; font-size: 15px; }
  .feedback-v4 .brain-v4-result strong { font-size: 19px; }
  .feedback-v4 .brain-v4-film { margin-top: 32px; border-radius: 20px; }
  .feedback-v4 .brain-v4-film video { aspect-ratio: 9 / 16; }
  .feedback-v4 .brain-v4-key { bottom: 14px; width: calc(50% - 21px); gap: 5px; }
  .feedback-v4 .brain-v4-key-memory { left: 14px; }
  .feedback-v4 .brain-v4-key-direction { right: 14px; }
  .feedback-v4 .brain-v4-key span { padding: 6px 7px; font-size: 8px; }

  .feedback-v4 .decision-chapter { min-height: auto; padding: 0 0 28px; background: #070b0e; }
  .feedback-v4 .decision-chapter .full-scene { position: relative; z-index: 0; height: 440px; object-position: 53% center; }
  .feedback-v4 .decision-shade { z-index: 1; height: 440px; background: linear-gradient(0deg, #070b0e 0%, rgba(3,6,8,.12) 55%, rgba(3,6,8,.55) 100%); }
  .feedback-v4 .decision-heading { width: calc(100% - 32px); padding-top: 54px; display: block; }
  .feedback-v4 .decision-heading h2 { font-size: 50px; }
  .feedback-v4 .decision-heading > p { font-size: 14px; }
  .feedback-v4 .decision-prompt { min-width: 0; margin-top: 24px; }
  .feedback-v4 .adviser-thoughts { position: relative; inset: auto; margin: 22px 16px 0; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; pointer-events: auto; scrollbar-width: none; }
  .feedback-v4 .adviser-thoughts::-webkit-scrollbar { display: none; }
  .feedback-v4 .adviser-thought { position: relative; inset: auto; min-width: 220px; width: 220px; min-height: 116px; scroll-snap-align: start; }
  .feedback-v4 .adviser-thought::after { display: none; }
  .feedback-v4 .decision-synthesis { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: 22px auto 0; transform: none; }

  .feedback-v4 .learning-v4 { min-height: auto; padding: 68px 0 76px; }
  .feedback-v4 .learning-v4-shell { width: calc(100% - 32px); }
  .feedback-v4 .learning-v4-heading h2 { font-size: 54px; }
  .feedback-v4 .learning-v4-heading p { font-size: 16px; }
  .feedback-v4 .learning-v4-stage { min-height: 0; grid-template-columns: 1fr; gap: 26px; }
  .feedback-v4 .learning-brain { grid-row: 1; min-height: 330px; }
  .feedback-v4 .learning-brain img { width: 118%; }
  .feedback-v4 .ring-one { width: 270px; height: 270px; }
  .feedback-v4 .ring-two { width: 330px; height: 330px; }
  .feedback-v4 .learning-sources,
  .feedback-v4 .learning-capabilities { grid-template-columns: 1fr 1fr; gap: 8px; }
  .feedback-v4 .learning-sources span,
  .feedback-v4 .learning-capabilities span { min-height: 58px; padding: 10px; font-size: 10px; }

  .feedback-v4 .director-chapter { min-height: auto; padding-bottom: 64px; background: #080d10; }
  .feedback-v4 .director-chapter .full-scene { position: relative; z-index: 0; height: 470px; object-position: 63% center; }
  .feedback-v4 .director-shade { z-index: 1; height: 470px; background: linear-gradient(0deg,#080d10 0%,rgba(8,13,16,.1) 58%,rgba(8,13,16,.48) 100%); }
  .feedback-v4 .director-copy { padding-top: 54px; }
  .feedback-v4 .director-copy h2 { font-size: 50px; }
  .feedback-v4 .director-copy .lede { font-size: 16px; }
  .feedback-v4 .energy-drains { gap: 7px; }
  .feedback-v4 .energy-drains li { font-size: 10px; }
  .feedback-v4 .director-notes { position: relative; inset: auto; width: calc(100% - 32px); margin: 30px auto 0; }
  .feedback-v4 .director-notes p,
  .feedback-v4 .director-notes p:nth-child(2),
  .feedback-v4 .director-notes p:nth-child(3) { margin-left: 0; }

  .feedback-v4 .safety-chapter { min-height: auto; padding-bottom: 54px; }
  .feedback-v4 .safety-chapter .full-scene { object-position: 65% center; }
  .feedback-v4 .safety-shade { background: linear-gradient(180deg,rgba(3,6,8,.93) 0%,rgba(3,6,8,.82) 50%,rgba(3,6,8,.96) 100%); }
  .feedback-v4 .safety-copy { padding-top: 64px; }
  .feedback-v4 .safety-copy h2 { font-size: 54px; }
  .feedback-v4 .safety-copy .lede { font-size: 16px; }
  .feedback-v4 .research-note { display: none; }
  .feedback-v4 .privacy-controls { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: 390px auto 0; display: grid; grid-template-columns: 1fr; transform: none; }
  .feedback-v4 .privacy-controls article { min-height: 0; padding: 17px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .feedback-v4 .privacy-controls article:last-child { border-bottom: 0; }

  .feedback-v4 .proof-chapter { padding: 72px 0 82px; }
  .feedback-v4 .proof-heading { display: block; }
  .feedback-v4 .proof-number { font-size: 150px; }
  .feedback-v4 .proof-heading h2 { margin-top: 5px; font-size: 48px; }
  .feedback-v4 .proof-heading > div:last-child > p { font-size: 18px; }
  .feedback-v4 .voice-wall { margin-top: 42px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .feedback-v4 .voice-wall::-webkit-scrollbar { display: none; }
  .feedback-v4 .voice-card { flex: 0 0 78vw; min-height: 440px; scroll-snap-align: center; }

  .feedback-v4 .james-chapter { min-height: 980px; }
  .feedback-v4 .james-photo { background-position: 43% 35%; }
  .feedback-v4 .james-shade { background: linear-gradient(180deg,rgba(4,7,8,.12) 0 34%,rgba(4,7,8,.76) 58%,rgba(4,7,8,.98) 100%); }
  .feedback-v4 .james-copy { width: calc(100% - 32px); padding: 430px 0 60px; }
  .feedback-v4 .james-copy h2 { font-size: 50px; }
  .feedback-v4 .james-copy > p:not(.james-lead) { font-size: 15px; }
  .feedback-v4 .experience-notes { grid-template-columns: 1fr; }
  .feedback-v4 .experience-notes span { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (prefers-reduced-motion: reduce) {
  .feedback-v4 .brain-v4-halo { animation: none; }
}

/* Section 02: the specific context that still lives only in the founder's head. */
.feedback-v4 .context-thought-section {
  min-height: 0;
  overflow: hidden;
  color: #111419;
  background: #fff;
}

.feedback-v4 .context-thought-stage {
  position: relative;
  width: min(1600px, 100%);
  min-height: 1420px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 33%, rgba(28, 139, 190, .055), transparent 26rem),
    #fff;
}

.feedback-v4 .context-thought-copy {
  position: absolute;
  z-index: 4;
  top: clamp(72px, 7vw, 112px);
  left: clamp(28px, 5vw, 82px);
  width: min(520px, 35%);
}

.feedback-v4 .context-thought-kicker {
  margin: 0 0 14px;
  color: #c76836;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.feedback-v4 .context-thought-copy h2 {
  margin: 0;
  max-width: 11ch;
  color: #0b0d10;
  font-family: "Outfit", sans-serif;
  font-size: clamp(56px, 5vw, 82px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.064em;
}

.feedback-v4 .context-thought-copy > p:last-child {
  max-width: 34ch;
  margin: 24px 0 0;
  color: #555e65;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.48;
}

.feedback-v4 .context-thought-portrait {
  position: absolute;
  z-index: 1;
  top: 155px;
  right: 29%;
  bottom: 0;
  width: 55%;
  margin: 0;
  pointer-events: none;
}

.feedback-v4 .context-thought-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.08) 25%, rgba(255,255,255,0) 76%),
    linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 18%);
}

.feedback-v4 .context-thought-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: grayscale(1) contrast(1.04);
}

.feedback-v4 .context-thought-list {
  position: absolute;
  z-index: 3;
  top: 450px;
  right: clamp(20px, 2.4vw, 38px);
  left: clamp(28px, 3.8vw, 62px);
  display: grid;
  grid-template-columns: minmax(250px, .95fr) minmax(420px, 1.42fr) minmax(220px, .82fr);
  grid-template-rows: repeat(10, minmax(68px, auto));
  gap: 13px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.feedback-v4 .context-thought-list li {
  position: relative;
  align-self: center;
  width: 100%;
  margin: 0;
  padding: 14px 17px 15px;
  color: #15191d;
  border: 1px solid #d7dde1;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 13px 28px rgba(27,39,47,.12);
  font-size: clamp(12px, .88vw, 14px);
  font-weight: 650;
  line-height: 1.34;
}

.feedback-v4 .context-thought-list li:nth-child(odd) { grid-column: 1; }
.feedback-v4 .context-thought-list li:nth-child(even) { grid-column: 3; }
.feedback-v4 .context-thought-list li:nth-child(1),
.feedback-v4 .context-thought-list li:nth-child(2) { grid-row: 1; }
.feedback-v4 .context-thought-list li:nth-child(3),
.feedback-v4 .context-thought-list li:nth-child(4) { grid-row: 2; }
.feedback-v4 .context-thought-list li:nth-child(5),
.feedback-v4 .context-thought-list li:nth-child(6) { grid-row: 3; }
.feedback-v4 .context-thought-list li:nth-child(7),
.feedback-v4 .context-thought-list li:nth-child(8) { grid-row: 4; }
.feedback-v4 .context-thought-list li:nth-child(9),
.feedback-v4 .context-thought-list li:nth-child(10) { grid-row: 5; }
.feedback-v4 .context-thought-list li:nth-child(11),
.feedback-v4 .context-thought-list li:nth-child(12) { grid-row: 6; }
.feedback-v4 .context-thought-list li:nth-child(13),
.feedback-v4 .context-thought-list li:nth-child(14) { grid-row: 7; }
.feedback-v4 .context-thought-list li:nth-child(15),
.feedback-v4 .context-thought-list li:nth-child(16) { grid-row: 8; }
.feedback-v4 .context-thought-list li:nth-child(17),
.feedback-v4 .context-thought-list li:nth-child(18) { grid-row: 9; }
.feedback-v4 .context-thought-list li:nth-child(19),
.feedback-v4 .context-thought-list li:nth-child(20) { grid-row: 10; }

.feedback-v4 .context-thought-list li::before,
.feedback-v4 .context-thought-list li::after {
  content: "";
  position: absolute;
  border: 1px solid #d7dde1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 11px rgba(27,39,47,.09);
}

.feedback-v4 .context-thought-list li:nth-child(odd)::before {
  right: -14px;
  top: 56%;
  width: 12px;
  height: 12px;
}

.feedback-v4 .context-thought-list li:nth-child(odd)::after {
  right: -25px;
  top: 73%;
  width: 6px;
  height: 6px;
}

.feedback-v4 .context-thought-list li:nth-child(even)::before {
  left: -14px;
  top: 56%;
  width: 12px;
  height: 12px;
}

.feedback-v4 .context-thought-list li:nth-child(even)::after {
  left: -25px;
  top: 73%;
  width: 6px;
  height: 6px;
}

.feedback-v4 .context-thought-resolution {
  position: absolute;
  z-index: 4;
  right: 22%;
  bottom: 38px;
  width: min(530px, 48%);
  margin: 0;
  padding: 18px 22px;
  color: #171b1f;
  border: 1px solid #d7dde1;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 13px 30px rgba(27,39,47,.1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 1100px) {
  .feedback-v4 .context-thought-stage {
    min-height: 0;
    padding: 80px 28px 90px;
  }

  .feedback-v4 .context-thought-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(720px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .feedback-v4 .context-thought-copy h2 { max-width: 12ch; margin-inline: auto; }
  .feedback-v4 .context-thought-copy > p:last-child { margin-inline: auto; }

  .feedback-v4 .context-thought-portrait {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(760px, 100%);
    height: 540px;
    margin: 28px auto 0;
  }

  .feedback-v4 .context-thought-portrait::after {
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 20%);
  }

  .feedback-v4 .context-thought-portrait img {
    object-fit: cover;
    object-position: 58% center;
  }

  .feedback-v4 .context-thought-list {
    position: relative;
    inset: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 15px 26px;
    width: min(860px, 100%);
    margin: -12px auto 0;
  }

  .feedback-v4 .context-thought-list li,
  .feedback-v4 .context-thought-list li:nth-child(odd),
  .feedback-v4 .context-thought-list li:nth-child(even) {
    grid-column: auto;
    grid-row: auto;
    min-height: 68px;
    font-size: 13px;
  }

  .feedback-v4 .context-thought-list li:nth-child(odd)::before,
  .feedback-v4 .context-thought-list li:nth-child(odd)::after,
  .feedback-v4 .context-thought-list li:nth-child(even)::before,
  .feedback-v4 .context-thought-list li:nth-child(even)::after { display: none; }

  .feedback-v4 .context-thought-resolution {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(620px, 100%);
    margin: 34px auto 0;
  }
}

@media (max-width: 720px) {
  .feedback-v4 .context-thought-stage { padding: 66px 16px 72px; }
  .feedback-v4 .context-thought-kicker { font-size: 10px; }
  .feedback-v4 .context-thought-copy h2 { font-size: clamp(48px, 13.6vw, 60px); }
  .feedback-v4 .context-thought-copy > p:last-child { font-size: 16px; }
  .feedback-v4 .context-thought-portrait { height: 390px; margin-top: 22px; }
  .feedback-v4 .context-thought-portrait img { object-position: 59% center; }

  .feedback-v4 .context-thought-list {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: -4px;
  }

  .feedback-v4 .context-thought-list li,
  .feedback-v4 .context-thought-list li:nth-child(odd),
  .feedback-v4 .context-thought-list li:nth-child(even) {
    min-height: 0;
    padding: 13px 15px 14px;
    border-radius: 18px;
    font-size: 13px;
  }

  .feedback-v4 .context-thought-list li:nth-child(odd) { margin-right: 32px; }
  .feedback-v4 .context-thought-list li:nth-child(even) { margin-left: 32px; }
  .feedback-v4 .context-thought-resolution { margin-top: 28px; font-size: 16px; }
}

/* Full-background VEO treatment: the film carries the specific inputs. */
.feedback-v4 .brain-v4 {
  position: relative;
  min-height: max(980px, 56.25vw);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.feedback-v4 .brain-v4::before,
.feedback-v4 .brain-v4::after {
  display: none;
}

.feedback-v4 .brain-v4::before {
  top: 0;
  height: 40%;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 52%, rgba(255,255,255,0) 100%);
}

.feedback-v4 .brain-v4::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.72) 43%, rgba(255,255,255,0) 100%);
}

.feedback-v4 .brain-v4-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: inherit;
  margin: 0;
  padding: clamp(54px, 5.5vw, 104px) clamp(32px, 5vw, 92px);
}

.feedback-v4 .brain-v4-heading {
  position: relative;
  z-index: 3;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 34px 24px;
  text-align: center;
  background: none;
}

.feedback-v4 .brain-v4-heading h2 em {
  color: var(--copper);
  text-shadow: none;
}

.feedback-v4 .brain-v4-heading h2 em::after {
  display: none;
}

.feedback-v4 .brain-v4-heading h2 {
  max-width: none;
  margin-inline: auto;
  text-wrap: balance;
}

.feedback-v4 .brain-v4-heading p {
  max-width: 820px;
  margin-inline: auto;
  color: #4f575d;
  text-shadow: 0 0 8px #fff, 0 0 18px #fff, 0 0 30px #fff;
  text-wrap: balance;
}

.feedback-v4 .brain-v4-film {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.feedback-v4 .brain-v4-film video {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.feedback-v4 .brain-v4-result {
  position: absolute;
  right: clamp(28px, 5vw, 92px);
  bottom: clamp(38px, 5vw, 82px);
  left: clamp(28px, 5vw, 92px);
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(20,23,24,.18);
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 681px) and (max-width: 980px) {
  .feedback-v4 .brain-v4 {
    min-height: 920px;
    background: #fff;
  }

  .feedback-v4 .brain-v4-film,
  .feedback-v4 .brain-v4-film video {
    background: #fff;
  }

  .feedback-v4 .brain-v4-film video {
    object-fit: contain;
    object-position: center 58%;
  }

  .feedback-v4 .brain-v4-heading h2 {
    font-size: clamp(56px, 8vw, 72px);
  }

  .feedback-v4 .brain-v4-heading p {
    max-width: 680px;
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .feedback-v4 .brain-v4 {
    min-height: 1060px;
    background: #fff;
  }

  .feedback-v4 .brain-v4-shell {
    padding: 38px 18px 30px;
  }

  .feedback-v4 .brain-v4-heading {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 0;
    text-align: left;
    background: #fff;
  }

  .feedback-v4 .brain-v4-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(46px, 13.3vw, 60px);
    line-height: .92;
  }

  .feedback-v4 .brain-v4-heading p {
    margin: 0;
    max-width: 350px;
    color: #384047;
    font-size: 14px;
    line-height: 1.48;
  }

  .feedback-v4 .brain-v4-film {
    top: 260px;
    bottom: auto;
    height: auto;
    aspect-ratio: 9 / 16;
    background: #fff;
  }

  .feedback-v4 .brain-v4-film video {
    height: auto;
    aspect-ratio: 9 / 16;
  }

  .feedback-v4 .brain-v4-result {
    right: 18px;
    bottom: 36px;
    left: 18px;
    padding-top: 13px;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
  }
}

/* Approved V9 literal loading film. Keep the white canvas and the film edge indistinguishable. */
.feedback-v4 .brain-literal-v9 {
  width: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #080b0d;
  background: #fff;
}

.feedback-v4 .brain-literal-v9-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff;
}

.feedback-v4 .brain-literal-v9-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  background: #fff;
}

.feedback-v4 .brain-literal-v9-copy {
  position: absolute;
  z-index: 2;
  top: clamp(20px, 1.9vw, 38px);
  left: 50%;
  width: min(1100px, calc(100% - 64px));
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.feedback-v4 .brain-literal-v9-copy h2 {
  margin: 0;
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(46px, 4.2vw, 82px);
  font-weight: 700;
  letter-spacing: -.082em;
  line-height: .84;
}

.feedback-v4 .brain-literal-v9-copy h2 em {
  color: #078ee8;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.07em;
}

.feedback-v4 .brain-literal-v9-copy p {
  max-width: 820px;
  margin: clamp(12px, 1.05vw, 20px) auto 0;
  color: #626b72;
  font-size: clamp(15px, 1.22vw, 23px);
  line-height: 1.4;
}

@media (max-width: 720px) {
  .feedback-v4 .brain-literal-v9-shell {
    height: max(780px, 100svh);
    aspect-ratio: auto;
  }

  .feedback-v4 .brain-literal-v9-copy {
    top: 34px;
    width: calc(100% - 36px);
    text-align: left;
  }

  .feedback-v4 .brain-literal-v9-copy h2 {
    max-width: 350px;
    font-size: clamp(48px, 14vw, 58px);
    line-height: .86;
    letter-spacing: -.072em;
  }

  .feedback-v4 .brain-literal-v9-copy p {
    max-width: 330px;
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .feedback-v4 .brain-literal-v9-video {
    object-position: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feedback-v4 .brain-literal-v9-video { display: none; }

  .feedback-v4 .brain-literal-v9-shell {
    background: #fff url("../company-brain-everything-lab/assets/everything-literal-v9-seed.png") 50% 50% / cover no-repeat;
  }
}

/* White VEO boardroom: one real decision, six explicit perspectives. */
.feedback-v4 .decision-chapter {
  min-height: max(940px, 56.25vw);
  color: var(--ink);
  background: #fff;
}

.feedback-v4 .decision-video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.feedback-v4 .decision-shade {
  background:
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.9) 21%, rgba(255,255,255,0) 43%),
    linear-gradient(0deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.28) 22%, rgba(255,255,255,0) 42%);
}

.feedback-v4 .decision-heading > p {
  color: rgba(15,18,20,.66);
}

.feedback-v4 .decision-prompt {
  color: var(--ink);
  border-color: rgba(25,29,31,.16);
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 50px rgba(25,29,31,.09);
}

.feedback-v4 .decision-prompt span { color: var(--copper); }

.feedback-v4 .adviser-thought {
  border-color: rgba(20,25,28,.12);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 42px rgba(30,35,38,.14);
}

.feedback-v4 .adviser-thought::after {
  background: linear-gradient(rgba(38,45,49,.28), transparent);
}

.feedback-v4 .adviser-thought .role-tag {
  color: #8f4725;
  border-color: rgba(212,116,63,.26);
  background: #fff5ef;
}

.feedback-v4 .decision-synthesis {
  color: var(--ink);
  border-color: rgba(212,116,63,.28);
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 55px rgba(35,39,41,.12);
}

.feedback-v4 .decision-synthesis span { color: var(--copper); }
.feedback-v4 .decision-synthesis small { color: rgba(15,18,20,.5); }

/* Always-on conduits: connected tools remain visibly synced to the Brain. */
.feedback-v4 .learning-v4 {
  position: relative;
  min-height: max(760px, 55.8vw);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
  background: #fff;
}

.feedback-v4 .learning-v4::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 38%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 58%, rgba(255,255,255,0) 100%);
}

.feedback-v4 .learning-v4-visual {
  position: absolute;
  inset: 26% 0 0;
  z-index: 0;
  width: 100%;
  height: 74%;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #fff;
}

.feedback-v4 .learning-v4-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding: clamp(54px, 5vw, 88px) clamp(32px, 5vw, 92px);
}

.feedback-v4 .learning-v4-heading {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.feedback-v4 .learning-v4-heading h2 {
  max-width: 960px;
  margin-inline: auto;
  font-size: clamp(58px, 5.7vw, 96px);
  text-wrap: balance;
}

.feedback-v4 .learning-v4-heading p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(15,18,20,.65);
  font-size: 17px;
  line-height: 1.52;
  text-wrap: balance;
}

.feedback-v4 .learning-v4-heading strong {
  margin-top: 12px;
  color: var(--copper);
}

.feedback-v4 .learning-concept-link {
  min-height: 44px;
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  border-bottom: 1px solid rgba(15,18,20,.42);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.feedback-v4 .learning-concept-link:hover,
.feedback-v4 .learning-concept-link:focus-visible {
  color: var(--copper);
  border-color: var(--copper);
}

.feedback-v4 .learning-concept-link:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 4px;
}

@media (max-width: 680px) {
  .feedback-v4 .decision-chapter {
    min-height: 1090px;
    padding: 0 0 30px;
    color: var(--ink);
    background: #fff;
  }

  .feedback-v4 .decision-chapter .decision-video {
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    object-position: center top;
  }

  .feedback-v4 .decision-shade {
    z-index: 1;
    height: 70%;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 25%, rgba(255,255,255,0) 48%, rgba(255,255,255,.45) 82%, #fff 100%);
  }

  .feedback-v4 .decision-heading {
    position: relative;
    z-index: 4;
    width: calc(100% - 32px);
    padding-top: 38px;
  }

  .feedback-v4 .decision-heading h2 { font-size: 46px; }
  .feedback-v4 .decision-heading > p { max-width: 96%; font-size: 13px; }
  .feedback-v4 .decision-prompt { max-width: 290px; margin-top: 16px; padding: 13px 15px; }

  .feedback-v4 .adviser-thoughts {
    position: relative;
    z-index: 7;
    inset: auto;
    margin: 420px 16px 0;
  }

  .feedback-v4 .decision-synthesis {
    position: relative;
    z-index: 7;
    left: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin: 18px auto 0;
    transform: none;
  }

  .feedback-v4 .learning-v4 {
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .feedback-v4 .learning-v4::before { display: none; }

  .feedback-v4 .learning-v4-visual {
    position: relative;
    inset: auto;
    order: 2;
    height: 360px;
    object-fit: cover;
    object-position: center bottom;
  }

  .feedback-v4 .learning-v4-shell {
    order: 1;
    width: 100%;
    min-height: 0;
    padding: 48px 18px 20px;
  }

  .feedback-v4 .learning-v4-heading {
    max-width: 100%;
    text-align: left;
  }

  .feedback-v4 .learning-v4-heading h2 {
    font-size: clamp(43px, 12.5vw, 54px);
    line-height: .92;
  }

  .feedback-v4 .learning-v4-heading p {
    max-width: 100%;
    margin: 13px 0 0;
    font-size: 14px;
    line-height: 1.48;
  }

  .feedback-v4 .learning-v4-heading strong {
    margin-top: 8px;
    font-size: 11px;
  }

  .feedback-v4 .learning-concept-link {
    margin-top: 7px;
    font-size: 12px;
  }
}

/* One decision, seven embodied perspectives. The film supplies the room;
   the page supplies exact, responsive language. */
.feedback-v4 .decision-perspectives-v2 {
  min-height: max(940px, 56.25vw);
  overflow: hidden;
  color: var(--ink);
  background: #fff;
}

.feedback-v4 .decision-perspectives-v2 .decision-video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.feedback-v4 .decision-perspectives-v2 .decision-shade {
  background:
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 16%, rgba(255,255,255,.5) 29%, rgba(255,255,255,0) 42%),
    linear-gradient(0deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.42) 15%, rgba(255,255,255,0) 27%);
}

.feedback-v4 .decision-perspectives-v2 .decision-heading {
  position: relative;
  z-index: 8;
  width: min(1500px, calc(100% - 96px));
  margin: 0 auto;
  padding-top: clamp(38px, 3.7vw, 70px);
  display: block;
}

.feedback-v4 .decision-perspectives-v2 .decision-heading h2 {
  max-width: 1060px;
  margin: 0;
  font-size: clamp(54px, 5vw, 86px);
  line-height: .92;
  letter-spacing: -.055em;
}

.feedback-v4 .decision-perspectives-v2 .decision-heading h2 em {
  color: var(--copper);
  font-style: italic;
}

.feedback-v4 .decision-perspectives-v2 .decision-heading > p {
  display: none;
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(15,18,20,.63);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.48;
}

.feedback-v4 .decision-perspectives-v2 .adviser-shirt-labels,
.feedback-v4 .decision-perspectives-v2 .adviser-thoughts {
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
}

.feedback-v4 .decision-perspectives-v2 .adviser-shirt-label {
  position: absolute;
  min-width: 76px;
  padding: 7px 10px 6px;
  color: #18191a;
  text-align: center;
  border: 1px solid rgba(25,26,27,.19);
  border-left: 4px solid var(--copper);
  border-radius: 5px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 7px 18px rgba(31,34,35,.15);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(8px, .7vw, 11px);
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.feedback-v4 .decision-perspectives-v2 .shirt-legal { left: 8.5%; top: 58%; transform: translate(-50%,-50%) rotate(4deg); }
.feedback-v4 .decision-perspectives-v2 .shirt-marketing { left: 21.4%; top: 56%; transform: translate(-50%,-50%) rotate(-5deg); }
.feedback-v4 .decision-perspectives-v2 .shirt-values { left: 32.2%; top: 53.5%; transform: translate(-50%,-50%) rotate(3deg); }
.feedback-v4 .decision-perspectives-v2 .shirt-owner { left: 47.6%; top: 54.5%; transform: translate(-50%,-50%) rotate(-1deg); }
.feedback-v4 .decision-perspectives-v2 .shirt-operations { left: 67.2%; top: 54.5%; transform: translate(-50%,-50%) rotate(4deg); }
.feedback-v4 .decision-perspectives-v2 .shirt-cash { left: 80.3%; top: 56.5%; transform: translate(-50%,-50%) rotate(-5deg); }
.feedback-v4 .decision-perspectives-v2 .shirt-customer { left: 92.4%; top: 60.5%; transform: translate(-50%,-50%) rotate(4deg); }

.feedback-v4 .decision-perspectives-v2 .adviser-thought {
  position: absolute;
  width: clamp(142px, 12.3vw, 226px);
  min-height: 0;
  padding: 13px 15px 14px;
  color: var(--ink);
  border: 1px solid rgba(21,24,26,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 44px rgba(24,29,31,.13);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.feedback-v4 .decision-perspectives-v2 .adviser-thought::before,
.feedback-v4 .decision-perspectives-v2 .adviser-thought::after {
  content: "";
  position: absolute;
  top: calc(100% + 7px);
  border: 1px solid rgba(21,24,26,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.97);
  box-shadow: 0 5px 13px rgba(24,29,31,.1);
}

.feedback-v4 .decision-perspectives-v2 .adviser-thought::before {
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
}

.feedback-v4 .decision-perspectives-v2 .adviser-thought::after {
  left: calc(50% + 12px);
  width: 7px;
  height: 7px;
}

.feedback-v4 .decision-perspectives-v2 .thought-role {
  display: none;
  margin-bottom: 6px;
  color: var(--copper);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.feedback-v4 .decision-perspectives-v2 .adviser-thought p {
  margin: 0;
  font-size: clamp(11px, .86vw, 15px);
  font-weight: 720;
  line-height: 1.28;
}

.feedback-v4 .decision-perspectives-v2 .thought-legal { left: 8%; top: 34%; }
.feedback-v4 .decision-perspectives-v2 .thought-marketing { left: 21%; top: 29%; }
.feedback-v4 .decision-perspectives-v2 .thought-values { left: 33%; top: 34%; }
.feedback-v4 .decision-perspectives-v2 .thought-owner { left: 48%; top: 30%; }
.feedback-v4 .decision-perspectives-v2 .thought-ops { left: 65%; top: 34%; }
.feedback-v4 .decision-perspectives-v2 .thought-cash { left: 79%; top: 29%; }
.feedback-v4 .decision-perspectives-v2 .thought-customer { left: 92%; top: 34%; }

.feedback-v4 .decision-perspectives-v2 .thought-owner {
  width: clamp(160px, 13.6vw, 248px);
  border-color: rgba(212,116,63,.42);
  background: rgba(255,250,246,.97);
  box-shadow: 0 18px 46px rgba(118,61,29,.16);
}

.feedback-v4 .decision-perspectives-v2 .thought-owner .thought-role {
  display: block;
}

.feedback-v4 .decision-perspectives-v2 .decision-synthesis {
  bottom: clamp(20px, 2.4vw, 42px);
  width: min(920px, calc(100% - 96px));
  padding: 19px 24px;
  color: var(--ink);
  border: 1px solid rgba(212,116,63,.28);
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 50px rgba(31,35,37,.12);
  backdrop-filter: blur(14px);
}

.feedback-v4 .decision-perspectives-v2 .decision-synthesis span { color: var(--copper); }
.feedback-v4 .decision-perspectives-v2 .decision-synthesis small { color: rgba(15,18,20,.5); }

@media (max-width: 1100px) and (min-width: 681px) {
  .feedback-v4 .decision-perspectives-v2 { min-height: 920px; }
  .feedback-v4 .decision-perspectives-v2 .decision-heading { width: calc(100% - 48px); padding-top: 36px; }
  .feedback-v4 .decision-perspectives-v2 .decision-heading h2 { max-width: 800px; font-size: clamp(46px, 6vw, 66px); }
  .feedback-v4 .decision-perspectives-v2 .decision-heading > p { max-width: 650px; }
  .feedback-v4 .decision-perspectives-v2 .adviser-thought { width: 152px; padding: 11px 12px 12px; }
  .feedback-v4 .decision-perspectives-v2 .adviser-thought p { font-size: 11px; }
  .feedback-v4 .decision-perspectives-v2 .thought-customer,
  .feedback-v4 .decision-perspectives-v2 .thought-legal,
  .feedback-v4 .decision-perspectives-v2 .shirt-customer,
  .feedback-v4 .decision-perspectives-v2 .shirt-legal { display: none; }
  .feedback-v4 .decision-perspectives-v2 .thought-marketing { left: 13%; top: 31%; }
  .feedback-v4 .decision-perspectives-v2 .thought-values { left: 30%; top: 35%; }
  .feedback-v4 .decision-perspectives-v2 .thought-owner { left: 49%; top: 30%; }
  .feedback-v4 .decision-perspectives-v2 .thought-ops { left: 68%; top: 35%; }
  .feedback-v4 .decision-perspectives-v2 .thought-cash { left: 87%; top: 31%; }
}

@media (max-width: 680px) {
  .feedback-v4 .decision-perspectives-v2 {
    min-height: 0;
    padding: 0 0 34px;
    display: flex;
    flex-direction: column;
    color: var(--ink);
    background: #fff;
  }

  .feedback-v4 .decision-perspectives-v2 .decision-heading {
    order: 1;
    width: auto;
    margin: 0;
    padding: 44px 18px 24px;
  }

  .feedback-v4 .decision-perspectives-v2 .decision-heading h2 {
    max-width: none;
    font-size: clamp(46px, 13vw, 58px);
  }

  .feedback-v4 .decision-perspectives-v2 .decision-heading > p {
    display: block;
    margin-top: 16px;
    font-size: 13px;
  }

  .feedback-v4 .decision-perspectives-v2 .decision-video {
    position: relative;
    z-index: 0;
    order: 2;
    width: 100%;
    height: 520px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 67%;
  }

  .feedback-v4 .decision-perspectives-v2 .decision-shade,
  .feedback-v4 .decision-perspectives-v2 .adviser-shirt-labels { display: none; }

  .feedback-v4 .decision-perspectives-v2 .adviser-thoughts {
    position: relative;
    z-index: 2;
    inset: auto;
    order: 3;
    margin: -70px 0 0;
    padding: 0 18px 12px;
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    pointer-events: auto;
    scrollbar-width: none;
  }

  .feedback-v4 .decision-perspectives-v2 .adviser-thoughts::-webkit-scrollbar { display: none; }

  .feedback-v4 .decision-perspectives-v2 .adviser-thought {
    position: relative;
    inset: auto;
    min-width: min(76vw, 290px);
    width: min(76vw, 290px);
    min-height: 126px;
    padding: 18px 18px 19px;
    transform: none;
    scroll-snap-align: start;
  }

  .feedback-v4 .decision-perspectives-v2 .adviser-thought::before,
  .feedback-v4 .decision-perspectives-v2 .adviser-thought::after { display: none; }
  .feedback-v4 .decision-perspectives-v2 .thought-role { display: block; }
  .feedback-v4 .decision-perspectives-v2 .adviser-thought p { font-size: 17px; line-height: 1.3; }
  .feedback-v4 .decision-perspectives-v2 .thought-owner { order: -1; }

  .feedback-v4 .decision-perspectives-v2 .decision-synthesis {
    position: relative;
    z-index: 2;
    left: auto;
    bottom: auto;
    order: 4;
    width: auto;
    margin: 8px 18px 0;
    padding: 18px;
    transform: none;
    text-align: left;
  }
}

/* Approved Creative Director v2. One human request becomes a calm, specific plan. */
.feedback-v4 .director-chapter.director-v2 {
  position: relative;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: #090c0f;
  background: #fff;
}

.director-v2-desktop-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.director-v2-desktop-scene > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.director-v2-desktop-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 27%, rgba(255,255,255,.64) 38%, rgba(255,255,255,0) 48%),
    linear-gradient(180deg, rgba(255,255,255,.18), transparent 34%);
}

.director-v2-copy {
  position: relative;
  z-index: 3;
  width: min(34.5vw, 520px);
  padding: clamp(92px, 13vh, 146px) 0 72px clamp(44px, 5.1vw, 92px);
}

.director-v2-eyebrow {
  margin: 0 0 22px;
  color: var(--copper);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.feedback-v4 .director-v2-copy h2 {
  max-width: 500px;
  margin: 0;
  color: #090c0f;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(52px, 4.05vw, 72px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.065em;
}

.feedback-v4 .director-v2-copy h2 em {
  color: var(--copper);
  font-weight: 440;
  font-style: italic;
}

.director-v2-copy > p:last-child {
  max-width: 455px;
  margin: 28px 0 0;
  color: #626970;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.56;
  letter-spacing: -.012em;
}

.director-v2-monitor {
  position: absolute;
  z-index: 2;
  left: 37.04%;
  top: 32.02%;
  width: 36.32%;
  height: 37.42%;
  overflow: hidden;
  border-radius: 2px;
  clip-path: polygon(.2% .6%, 99.8% 1.2%, 99.25% 98.1%, .65% 99.8%);
  transform: perspective(1800px) rotateY(-.32deg) rotateZ(.08deg);
  transform-origin: center;
  box-shadow: inset 0 0 34px rgba(21,25,29,.07), inset 0 0 0 1px rgba(19,23,27,.035);
}

.director-v2-monitor::before,
.director-v2-monitor::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.director-v2-monitor::before {
  background:
    linear-gradient(112deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.16) 17%, transparent 39%),
    radial-gradient(ellipse at 88% 2%, rgba(255,255,255,.3), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.11), transparent 24%, rgba(18,24,28,.025));
  mix-blend-mode: screen;
  opacity: .24;
}

.director-v2-monitor::after {
  background:
    radial-gradient(ellipse at center, transparent 53%, rgba(26,31,35,.055) 100%),
    linear-gradient(90deg, rgba(255,248,239,.035), rgba(233,242,245,.03));
  box-shadow: inset 0 0 26px rgba(13,17,20,.045);
  opacity: .3;
}

.director-v2-decision {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #090c0f;
  background: rgba(255,255,255,.98);
}

.director-v2-monitor .director-v2-decision {
  position: relative;
  z-index: 1;
  color: #171a1c;
  background: rgba(253,252,249,.97);
  filter: saturate(.9) contrast(1.02);
  mix-blend-mode: normal;
  opacity: 1;
}

.director-v2-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 10px;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 700;
  border-bottom: 1px solid rgba(10,14,18,.13);
}

.director-v2-brain-mark {
  width: 13px;
  height: 13px;
  border: 4px solid #f5e9e1;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 1px rgba(211,111,59,.28);
}

.director-v2-status {
  margin-left: auto;
  color: #858b90;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.director-v2-request {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 8px;
  padding: 11px 18px 9px;
  border-bottom: 1px solid rgba(10,14,18,.13);
  background: #fbfaf8;
}

.director-v2-label,
.director-v2-kicker {
  color: var(--copper);
  font-family: "Outfit", sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.director-v2-request p {
  margin: 0;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.36;
}

.director-v2-answer { padding: 17px 18px 16px; }
.director-v2-kicker { margin: 0 0 1px; }

.director-v2-answer h3 {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(34px, 3vw, 47px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.055em;
}

.director-v2-answer > p:last-child {
  margin: 6px 0 0;
  color: #3f454a;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.3;
}

.director-v2-proof {
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  flex: 1;
  border-top: 1px solid rgba(10,14,18,.13);
}

.director-v2-needs,
.director-v2-covered { padding: 12px 18px 10px; }
.director-v2-covered { border-left: 1px solid rgba(10,14,18,.13); }
.director-v2-needs ol { margin: 4px 0 0; padding: 0; list-style: none; counter-reset: director-needs; }
.director-v2-needs li {
  display: grid;
  grid-template-columns: 12px 1fr;
  grid-template-rows: auto auto;
  column-gap: 5px;
  counter-increment: director-needs;
}
.director-v2-needs li + li { margin-top: 5px; }
.director-v2-needs li::before {
  content: counter(director-needs);
  grid-row: 1 / 3;
  width: 11px;
  height: 11px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  color: #fff;
  border-radius: 50%;
  background: #090c0f;
  font-size: 6px;
  font-weight: 800;
}
.director-v2-needs b,
.director-v2-covered p { margin: 0; font-size: 9px; font-weight: 700; line-height: 1.2; }
.director-v2-needs small { color: #858b90; font-size: 7px; line-height: 1.2; }
.director-v2-covered p { margin-top: 5px; }
.director-v2-covered p::before { content: "✓"; margin-right: 4px; color: var(--copper); font-weight: 800; }

.director-v2-memory {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 27px;
  padding: 7px 18px;
  color: #4f555a;
  border-top: 1px solid rgba(10,14,18,.13);
  background: #fbfaf8;
}
.director-v2-memory p { margin: 0; font-size: 7px; line-height: 1.25; }
.director-v2-memory > span {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 3px #f5e9e1;
}

.director-v2-mobile-card { display: none; }

.director-v2-monitor .director-v2-answer,
.director-v2-monitor .director-v2-needs li,
.director-v2-monitor .director-v2-covered p,
.director-v2-monitor .director-v2-memory {
  animation: none;
  opacity: 1;
  transform: none;
}

@keyframes director-v2-answer {
  0%, 10% { opacity: .08; transform: translateY(4px); }
  18%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: .08; transform: translateY(0); }
}
@keyframes director-v2-proof-one {
  0%, 22% { opacity: 0; transform: translateY(3px); }
  30%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(0); }
}
@keyframes director-v2-proof-two {
  0%, 30% { opacity: 0; transform: translateY(3px); }
  38%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(0); }
}
@keyframes director-v2-covered-one {
  0%, 38% { opacity: 0; transform: translateY(3px); }
  46%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(0); }
}
@keyframes director-v2-covered-two {
  0%, 46% { opacity: 0; transform: translateY(3px); }
  54%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(0); }
}
@keyframes director-v2-memory {
  0%, 54% { opacity: 0; transform: translateY(2px); }
  62%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(0); }
}

@media (min-width: 1700px) {
  .director-v2-copy { padding-left: max(92px, calc((100vw - 1600px) / 2)); }
}

@media (max-width: 1050px) and (min-width: 901px) {
  .feedback-v4 .director-chapter.director-v2 { min-height: 860px; }
  .director-v2-copy { width: 41vw; padding-left: 42px; }
  .feedback-v4 .director-v2-copy h2 { font-size: clamp(48px, 5.8vw, 67px); }
}

@media (max-width: 900px) {
  .feedback-v4 .director-chapter.director-v2 { min-height: 0; padding: 0 0 54px; color: #090c0f; background: #fff; }
  .director-v2-desktop-scene { display: none; }
  .director-v2-copy { width: auto; padding: 68px 24px 32px; }
  .feedback-v4 .director-v2-copy h2 {
    max-width: 560px;
    font-size: clamp(46px, 13.6vw, 70px);
    line-height: .93;
  }
  .director-v2-copy > p:last-child { max-width: 590px; margin-top: 24px; font-size: 17px; line-height: 1.52; }
  .director-v2-mobile-card {
    display: block;
    margin: 0 16px;
    overflow: hidden;
    border: 1px solid rgba(10,14,18,.14);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15,20,24,.11);
  }
  .director-v2-mobile-card .director-v2-decision { min-height: 570px; }
  .director-v2-mobile-card .director-v2-topline { padding: 18px 20px 15px; font-size: 13px; }
  .director-v2-mobile-card .director-v2-brain-mark { width: 16px; height: 16px; }
  .director-v2-mobile-card .director-v2-status { font-size: 9px; }
  .director-v2-mobile-card .director-v2-request { grid-template-columns: 1fr; gap: 5px; padding: 18px 20px; }
  .director-v2-mobile-card .director-v2-label,
  .director-v2-mobile-card .director-v2-kicker { font-size: 9px; }
  .director-v2-mobile-card .director-v2-request p { max-width: 440px; font-size: 14px; line-height: 1.42; }
  .director-v2-mobile-card .director-v2-answer { padding: 24px 20px 25px; }
  .director-v2-mobile-card .director-v2-answer h3 { margin-top: 3px; font-size: 54px; }
  .director-v2-mobile-card .director-v2-answer > p:last-child { max-width: 380px; margin-top: 8px; font-size: 15px; line-height: 1.4; }
  .director-v2-mobile-card .director-v2-proof { grid-template-columns: 1fr; }
  .director-v2-mobile-card .director-v2-needs,
  .director-v2-mobile-card .director-v2-covered { padding: 19px 20px; }
  .director-v2-mobile-card .director-v2-covered { border-top: 1px solid rgba(10,14,18,.13); border-left: 0; }
  .director-v2-mobile-card .director-v2-needs ol { margin-top: 10px; }
  .director-v2-mobile-card .director-v2-needs li { grid-template-columns: 22px 1fr; column-gap: 9px; }
  .director-v2-mobile-card .director-v2-needs li + li { margin-top: 12px; }
  .director-v2-mobile-card .director-v2-needs li::before { width: 20px; height: 20px; font-size: 9px; }
  .director-v2-mobile-card .director-v2-needs b,
  .director-v2-mobile-card .director-v2-covered p { font-size: 14px; }
  .director-v2-mobile-card .director-v2-needs small { margin-top: 2px; font-size: 11px; }
  .director-v2-mobile-card .director-v2-covered p { margin-top: 9px; }
  .director-v2-mobile-card .director-v2-memory { min-height: 48px; padding: 14px 20px; }
  .director-v2-mobile-card .director-v2-memory p { font-size: 12px; }
}

@media (max-width: 390px) {
  .director-v2-copy { padding-inline: 20px; }
  .feedback-v4 .director-v2-copy h2 { font-size: 48px; }
  .director-v2-mobile-card { margin-inline: 12px; }
  .director-v2-mobile-card .director-v2-answer h3 { font-size: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  .director-v2-monitor .director-v2-answer,
  .director-v2-monitor .director-v2-needs li,
  .director-v2-monitor .director-v2-covered p,
  .director-v2-monitor .director-v2-memory {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 09 · Flagship Company Brain case study */
.feedback-v4 .proof-chapter.megan-case {
  min-height: 0;
  padding: 110px 0 94px;
  overflow: hidden;
  color: #0b0e11;
  background:
    radial-gradient(circle at 77% 42%, rgba(55,201,255,.1), transparent 29%),
    linear-gradient(180deg, #fff 0%, #faf8f3 100%);
}

.megan-case-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(13,20,25,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,20,25,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000 88%, transparent);
}

.feedback-v4 .megan-case-shell {
  width: min(1480px, calc(100% - 96px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .9fr);
  gap: clamp(58px, 6vw, 108px);
  align-items: center;
}

.megan-case-copy { padding: 24px 0 54px; }
.megan-case-copy .eyebrow { margin-bottom: 26px; }
.feedback-v4 .megan-case-copy h2 {
  max-width: 760px;
  font-size: clamp(60px, 5.4vw, 90px);
  line-height: .93;
  letter-spacing: -.066em;
}
.feedback-v4 .megan-case-copy h2 em {
  display: block;
  color: var(--copper);
  font-weight: inherit;
  font-style: normal;
}

.megan-case-lede {
  max-width: 690px;
  margin: 32px 0 0;
  color: #52585d;
  font-size: 18px;
  line-height: 1.62;
}

.megan-case-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0 0 72px;
}
.megan-portrait-frame {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(11,14,17,.09);
  border-radius: 34px 34px 8px 34px;
  background: #fff;
  box-shadow: 0 35px 100px rgba(31,42,48,.12);
}
.megan-portrait-frame::before {
  content: "01 · CLIENT STORY";
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 26px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .18em;
}
.megan-portrait-frame img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: 52% center;
}
.megan-portrait-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 29%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.96));
  pointer-events: none;
}
.megan-portrait-frame figcaption {
  position: absolute;
  z-index: 3;
  right: 26px;
  top: 26px;
  display: grid;
  justify-items: end;
  color: #111418;
}
.megan-portrait-frame figcaption b { font-size: 14px; }
.megan-portrait-frame figcaption span { margin-top: 3px; color: #555b60; font-size: 10px; }

.megan-case-quote {
  position: absolute;
  z-index: 4;
  left: -78px;
  bottom: 0;
  width: min(485px, 82%);
  margin: 0;
  padding: 29px 30px 25px;
  color: #fff;
  border-radius: 3px 25px 25px 25px;
  background: #0b0e11;
  box-shadow: 0 26px 70px rgba(6,10,13,.22);
}
.megan-case-quote > p {
  margin: 0;
  font-size: 22px;
  font-weight: 640;
  line-height: 1.28;
  letter-spacing: -.025em;
}
.megan-case-quote button {
  width: 100%;
  margin-top: 22px;
  padding: 14px 0 0;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-align: left;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.17);
  background: transparent;
  cursor: pointer;
}
.megan-case-quote button i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #0b0e11;
  border-radius: 50%;
  background: #fff;
  font-size: 9px;
  font-style: normal;
}
.megan-case-quote button span { font-size: 12px; font-weight: 760; }
.megan-case-quote button small { color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .12em; }
.megan-case-quote button:hover span { color: #8ce7ff; }

.feedback-v4 .megan-case-more {
  width: min(1480px, calc(100% - 96px));
  margin-top: 62px;
  border-top: 1px solid rgba(11,14,17,.14);
  border-bottom: 1px solid rgba(11,14,17,.14);
}
.megan-case-more a {
  min-height: 142px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 26px;
  align-items: center;
  color: #0b0e11;
  text-decoration: none;
}
.megan-case-more a > span {
  display: block;
  color: var(--copper);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.megan-case-more a > strong {
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -.045em;
}
.megan-case-more a > i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11,14,17,.18);
  border-radius: 50%;
  font-size: 22px;
  font-style: normal;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.megan-case-more a:hover > i { color: #fff; background: #0b0e11; transform: translate(3px,-3px); }

@media (max-width: 1100px) {
  .feedback-v4 .megan-case-shell { grid-template-columns: 1fr; }
  .megan-case-copy { max-width: 820px; padding-bottom: 0; }
  .megan-case-visual { width: min(760px, 92%); margin: 0 auto; }
  .megan-case-quote { left: -24px; }
  .megan-case-more a { grid-template-columns: 160px 1fr auto; }
}

@media (max-width: 720px) {
  .feedback-v4 .proof-chapter.megan-case { padding: 70px 0 66px; }
  .megan-case-grid { display: none; }
  .feedback-v4 .megan-case-shell,
  .feedback-v4 .megan-case-more { width: calc(100% - 32px); }
  .megan-case-copy { padding: 0; }
  .feedback-v4 .megan-case-copy h2 { font-size: 52px; line-height: .93; }
  .megan-case-lede { margin-top: 25px; font-size: 16px; line-height: 1.55; }
  .megan-case-visual { width: 100%; margin-top: 30px; padding-bottom: 0; }
  .megan-portrait-frame { min-height: 0; border-radius: 24px 24px 6px 24px; }
  .megan-portrait-frame::before { left: 20px; top: 19px; font-size: 7px; }
  .megan-portrait-frame img { height: auto; aspect-ratio: 1.25 / 1; object-fit: cover; object-position: center; }
  .megan-portrait-frame figcaption { top: auto; right: 18px; bottom: 15px; }
  .megan-portrait-frame figcaption b { font-size: 12px; }
  .megan-portrait-frame figcaption span { font-size: 8px; }
  .megan-case-quote {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -16px auto 0;
    padding: 24px 22px 21px;
    border-radius: 3px 20px 20px 20px;
  }
  .megan-case-quote > p { font-size: 19px; }
  .feedback-v4 .megan-case-more { margin-top: 48px; }
  .megan-case-more a {
    min-height: 172px;
    padding: 25px 0;
    grid-template-columns: 1fr 52px;
    gap: 15px;
  }
  .megan-case-more a > span { grid-column: 1 / -1; }
  .megan-case-more a > strong { font-size: 31px; line-height: 1.04; }
  .megan-case-more a > i { width: 52px; height: 52px; }
}

/* The chosen portrait-rail ending for the Megan proof chapter. */
.feedback-v4 .megan-case-more.portrait-story-more {
  width: min(1480px, calc(100% - 96px));
  margin-top: 72px;
  padding: 56px 0 34px;
  display: grid;
  grid-template-columns: minmax(430px, .82fr) 1.85fr;
  gap: clamp(38px, 4vw, 68px);
  align-items: center;
  border-top: 1px solid rgba(11,14,17,.14);
  border-bottom: 1px solid rgba(11,14,17,.14);
}
.portrait-story-copy small {
  display: block;
  color: var(--copper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.portrait-story-copy h3 {
  margin: 16px 0 30px;
  font: 650 clamp(48px, 5vw, 80px)/.86 "Outfit", sans-serif;
  letter-spacing: -.06em;
}
.portrait-story-more .portrait-story-copy > a {
  min-height: 44px;
  padding: 0 0 5px;
  display: inline-flex;
  grid-template-columns: none;
  gap: 18px;
  align-items: center;
  color: #0b0e11;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.portrait-story-more .portrait-story-copy > a > span {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
  transition: transform .2s ease;
}
.portrait-story-more .portrait-story-copy > a:hover > span { transform: translate(3px, -3px); }
.portrait-story-rail {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: clamp(10px, 1vw, 16px);
  list-style: none;
}
.portrait-story { min-width: 0; }
.portrait-story-frame {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.2;
  overflow: hidden;
  border: 1px solid rgba(14,18,20,.1);
  border-radius: 999px 999px 24px 24px;
  background: #ece8e2;
  box-shadow: 0 16px 34px rgba(22,20,17,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.portrait-story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255,255,255,.72);
  pointer-events: none;
}
.portrait-story-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.9) contrast(.98);
  transition: transform .35s ease, filter .35s ease;
}
.portrait-story:hover .portrait-story-frame { transform: translateY(-8px); box-shadow: 0 24px 46px rgba(22,20,17,.15); }
.portrait-story:hover img { transform: scale(1.025); filter: saturate(1) contrast(1); }
.portrait-story-name {
  display: block;
  margin-top: 13px;
  overflow: hidden;
  color: #4f5355;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portrait-story-megan .portrait-story-frame { background: #f3f0eb; }
.portrait-story-louis .portrait-story-frame { background: #d7e5ef; }
.portrait-story-joshua .portrait-story-frame { background: #ddd9d2; }
.portrait-story-dean .portrait-story-frame { background: #e5eaed; }
.portrait-story-dmitriy .portrait-story-frame { background: #e5ece0; }
.portrait-story-greg .portrait-story-frame { background: #dce5d5; }
.portrait-story-megan img { object-position: 54% 22%; }
.portrait-story-louis img { object-position: 50% 50%; }
.portrait-story-joshua img { object-position: 50% 18%; }
.portrait-story-dean img { object-position: 50% 8%; }
.portrait-story-dmitriy img { object-position: 50% 30%; }
.portrait-story-greg img { object-position: 50% 21%; }

@media (max-width: 1100px) {
  .feedback-v4 .megan-case-more.portrait-story-more { grid-template-columns: 1fr; }
  .portrait-story-rail { order: -1; }
}

@media (max-width: 720px) {
  .feedback-v4 .megan-case-more.portrait-story-more {
    width: 100%;
    margin-top: 48px;
    padding: 28px 0 32px;
    gap: 34px;
  }
  .portrait-story-copy { padding: 0 24px; }
  .portrait-story-copy h3 { font-size: 52px; }
  .portrait-story-more .portrait-story-copy > a {
    min-height: 44px;
    padding: 0 0 5px;
    display: inline-flex;
    grid-template-columns: none;
    gap: 13px;
    white-space: normal;
  }
  .portrait-story-rail {
    padding: 0 24px 10px;
    grid-template-columns: repeat(6, 112px);
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .portrait-story-rail li { scroll-snap-align: start; }
  .portrait-story-name { font-size: 9px; white-space: normal; }
}

/* Final chapter: a direct introduction and the verified client roster. */
.feedback-v4 .james-chapter {
  min-height: 1160px;
  overflow: hidden;
}
.feedback-v4 .james-shade {
  background:
    linear-gradient(90deg, rgba(4,7,8,.04) 25%, rgba(4,7,8,.72) 53%, rgba(4,7,8,.97) 100%),
    linear-gradient(0deg, rgba(4,7,8,.74), transparent 44%);
}
.feedback-v4 .james-copy {
  width: min(1280px, calc(100% - 80px));
  padding: 104px 0 96px 50%;
}
.feedback-v4 .james-eyebrow,
.featured-clients-label {
  margin: 0 0 14px;
  color: #8ce6ff;
  font: 800 10px/1.2 "DM Sans", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.feedback-v4 .james-copy h2 {
  max-width: 680px;
  margin: 0 0 34px;
  font-size: clamp(92px, 9vw, 146px);
  line-height: .82;
  letter-spacing: -.075em;
}
.feedback-v4 .james-intro {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font: 600 20px/1.5 "DM Sans", sans-serif;
  letter-spacing: -.025em;
}
.feedback-v4 .james-now {
  max-width: 620px;
  margin: 13px 0 0;
  color: rgba(255,255,255,.64);
  font: 500 16px/1.55 "DM Sans", sans-serif;
}
.featured-clients {
  max-width: 680px;
  margin-top: 40px;
}
.featured-clients-label { margin-bottom: 11px; }
.featured-client-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.2);
  list-style: none;
}
.featured-client-list li {
  min-height: 82px;
  padding: 15px 14px 14px 0;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.featured-client-list li:nth-child(odd) {
  padding-right: 22px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.featured-client-list li:nth-child(even) { padding-left: 22px; }
.featured-client-mark {
  width: 96px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: .86;
}
.featured-client-mark img {
  display: block;
  max-width: 96px;
  max-height: 32px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) brightness(0) invert(1);
}
.featured-client-mark-frank img { max-width: 82px; }
.featured-client-mark-amazing img { max-width: 78px; }
.featured-client-mark-loan-signing img { max-width: 80px; max-height: 42px; }
.featured-client-mark-hci img { max-width: 72px; max-height: 50px; }
.featured-client-copy { min-width: 0; display: block; }
.featured-client-copy strong,
.featured-client-copy > span { display: block; }
.featured-client-copy strong {
  color: #fff;
  font: 750 14px/1.2 "DM Sans", sans-serif;
}
.featured-client-copy > span {
  margin-top: 5px;
  color: rgba(255,255,255,.48);
  font: 500 10px/1.35 "DM Sans", sans-serif;
}
.james-actions {
  max-width: 680px;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.james-list-button,
.james-deep-work-link {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font: 750 12px/1 "DM Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.james-list-button {
  color: #fff;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(5,9,11,.32);
}
.james-list-button:hover,
.james-list-button:focus-visible { border-color: #8ce6ff; background: rgba(140,230,255,.1); }
.james-deep-work-link {
  gap: 12px;
  color: #071116;
  border: 1px solid #fff;
  background: #fff;
}
.james-deep-work-link:hover,
.james-deep-work-link:focus-visible { background: #8ce6ff; border-color: #8ce6ff; }

.client-list-dialog {
  width: min(1080px, calc(100% - 40px));
  max-height: min(88vh, 940px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: #121518;
  border: 0;
  border-radius: 24px;
  background: #f7f4ee;
  box-shadow: 0 36px 110px rgba(0,0,0,.5);
}
.client-list-dialog::backdrop {
  background: rgba(3,7,9,.82);
  backdrop-filter: blur(10px);
}
.client-list-dialog-shell { padding: 0 42px 36px; }
.client-list-dialog-header {
  position: sticky;
  z-index: 3;
  top: 0;
  margin: 0 -42px;
  padding: 32px 42px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(18,21,24,.12);
  background: rgba(247,244,238,.96);
  backdrop-filter: blur(12px);
}
.client-list-dialog-header p {
  margin: 0 0 5px;
  color: #c96634;
  font: 800 10px/1.2 "DM Sans", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.client-list-dialog-header h2 {
  margin: 0;
  color: #101316;
  font: 750 clamp(36px, 5vw, 64px)/.9 "Outfit", sans-serif;
  letter-spacing: -.055em;
}
.client-list-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #111518;
  font: 400 28px/1 sans-serif;
  cursor: pointer;
}
.client-list-close:hover,
.client-list-close:focus-visible { background: #c96634; }
.client-list-intro {
  max-width: 760px;
  margin: 30px 0 24px;
  color: #5b5d5e;
  font: 500 15px/1.55 "DM Sans", sans-serif;
}
.client-list-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  list-style: none;
  counter-reset: clients;
}
.client-list-grid li {
  min-height: 55px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: start;
  color: #202326;
  border-top: 1px solid rgba(18,21,24,.1);
  font: 650 12px/1.35 "DM Sans", sans-serif;
  counter-increment: clients;
}
.client-list-grid li::before {
  content: counter(clients, decimal-leading-zero);
  color: #9a9188;
  font-size: 9px;
  letter-spacing: .04em;
}
.client-list-note {
  margin: 28px 0 0;
  padding-top: 18px;
  color: #706b66;
  border-top: 1px solid rgba(18,21,24,.14);
  font: 500 11px/1.5 "DM Sans", sans-serif;
}

@media (max-width: 1050px) and (min-width: 721px) {
  .feedback-v4 .james-copy { padding-left: 41%; }
  .feedback-v4 .james-copy h2 { font-size: 108px; }
}

@media (max-width: 900px) and (min-width: 721px) {
  .featured-client-list { grid-template-columns: 1fr; }
  .featured-client-list li,
  .featured-client-list li:nth-child(odd),
  .featured-client-list li:nth-child(even) {
    min-height: 74px;
    padding: 13px 0;
    grid-template-columns: 102px minmax(0, 1fr);
    border-right: 0;
  }
  .james-actions { display: grid; }
  .james-list-button,
  .james-deep-work-link { width: 100%; }
}

@media (max-width: 720px) {
  .feedback-v4 .james-chapter { min-height: 0; }
  .feedback-v4 .james-photo {
    height: 430px;
    background-position: 43% 28%;
  }
  .feedback-v4 .james-shade {
    height: 520px;
    background: linear-gradient(180deg, rgba(4,7,8,.08) 0 50%, rgba(4,7,8,.96) 92%, #0a0d0e 100%);
  }
  .feedback-v4 .james-copy {
    width: calc(100% - 32px);
    padding: 350px 0 66px;
  }
  .feedback-v4 .james-copy h2 { font-size: 82px; }
  .feedback-v4 .james-intro { font-size: 18px; }
  .feedback-v4 .james-now { font-size: 15px; }
  .featured-clients { margin-top: 34px; }
  .featured-client-list { grid-template-columns: 1fr; }
  .featured-client-list li,
  .featured-client-list li:nth-child(odd),
  .featured-client-list li:nth-child(even) {
    min-height: 74px;
    padding: 13px 0;
    border-right: 0;
  }
  .james-actions { display: grid; }
  .james-list-button,
  .james-deep-work-link { width: 100%; }
  .client-list-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 18px;
  }
  .client-list-dialog-shell { padding: 0 20px 28px; }
  .client-list-dialog-header {
    margin: 0 -20px;
    padding: 22px 20px 18px;
  }
  .client-list-dialog-header h2 { max-width: 260px; font-size: 40px; }
  .client-list-grid { grid-template-columns: 1fr; }
  .client-list-intro { margin-top: 24px; font-size: 13px; }
}

/* Final decision map: start with clarity, then choose the work. */
.feedback-v4 .next-chapter {
  position: relative;
  min-height: 860px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: #0b1114;
  background:
    radial-gradient(circle at 77% 25%, rgba(13,94,255,.09), transparent 29%),
    radial-gradient(circle at 88% 73%, rgba(201,102,52,.1), transparent 27%),
    #f7f7f5;
}
.feedback-v4 .next-chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .48;
  background-image:
    linear-gradient(rgba(11,17,20,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,17,20,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0 38%, #000 52% 100%);
}
.next-shell {
  width: min(1420px, calc(100% - 96px));
  min-height: 860px;
  margin: 0 auto;
  padding: 110px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(64px, 8vw, 140px);
  align-items: center;
}
.next-copy { max-width: 590px; }
.next-eyebrow {
  margin: 0 0 20px;
  color: #c96634;
  font: 800 11px/1.2 "DM Sans", sans-serif;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.feedback-v4 .next-copy h2 {
  margin: 0;
  color: #0b1114;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(70px, 6.5vw, 112px);
  font-weight: 560;
  line-height: .86;
  letter-spacing: -.075em;
}
.feedback-v4 .next-copy h2 em {
  color: #0d5eff;
  font-weight: 500;
  font-style: italic;
}
.next-lede {
  max-width: 560px;
  margin: 32px 0 0;
  color: #535b5f;
  font: 500 clamp(17px, 1.25vw, 20px)/1.58 "DM Sans", sans-serif;
  letter-spacing: -.02em;
}
.next-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}
.next-primary,
.next-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 750 13px/1 "DM Sans", sans-serif;
  text-decoration: none;
}
.next-primary {
  gap: 8px;
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0b1114;
  border-radius: 999px;
  background: #0b1114;
}
.next-primary:hover,
.next-primary:focus-visible { color: #fff; border-color: #0d5eff; background: #0d5eff; }
.next-secondary {
  gap: 10px;
  min-height: 38px;
  padding: 0 0 4px;
  color: #0b1114;
  border: 0;
  border-bottom: 1px solid rgba(11,17,20,.46);
  background: transparent;
  cursor: pointer;
}
.next-secondary:hover,
.next-secondary:focus-visible { color: #0d5eff; border-color: #0d5eff; }
.next-support {
  margin: 14px 0 0 25px;
  color: #85898b;
  font: 650 10px/1.4 "DM Sans", sans-serif;
  letter-spacing: .045em;
}
.next-map {
  position: relative;
  width: min(100%, 690px);
  justify-self: end;
  padding: 28px;
  border: 1px solid rgba(11,17,20,.11);
  border-radius: 34px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 36px 90px rgba(20,27,31,.1);
  backdrop-filter: blur(14px);
}
.next-map article { position: relative; }
.next-map-start {
  width: min(340px, calc(100% - 80px));
  margin: 0 auto;
  padding: 26px 28px 24px;
  overflow: hidden;
  color: #fff;
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 14%, rgba(140,230,255,.28), transparent 30%),
    #0b1114;
  box-shadow: 0 18px 36px rgba(11,17,20,.2);
}
.next-map-start::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 12px;
  height: 12px;
  border: 5px solid rgba(140,230,255,.25);
  border-radius: 50%;
  background: #8ce6ff;
}
.next-map-start > span,
.next-map-card > span {
  display: block;
  font: 800 9px/1.2 "DM Sans", sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.next-map-start > span { color: #8ce6ff; }
.next-map h3 {
  margin: 8px 0 0;
  font-family: "Outfit", sans-serif;
  font-weight: 750;
  letter-spacing: -.045em;
}
.next-map-start h3 { color: #fff; font-size: 34px; }
.next-map p { margin: 5px 0 0; font-family: "DM Sans", sans-serif; }
.next-map-start p { color: rgba(255,255,255,.58); font-size: 13px; }
.next-map-connector {
  position: relative;
  height: 66px;
}
.next-map-connector::before,
.next-map-connector::after,
.next-map-connector span {
  content: "";
  position: absolute;
  background: rgba(11,17,20,.25);
}
.next-map-connector::before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 34px;
}
.next-map-connector::after {
  left: 25%;
  right: 25%;
  top: 33px;
  height: 1px;
}
.next-map-connector span {
  left: 25%;
  right: 25%;
  top: 33px;
  height: 33px;
  background:
    linear-gradient(90deg, rgba(11,17,20,.25) 1px, transparent 1px) left top / 50% 100% no-repeat,
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(11,17,20,.25) 0) right top / 50% 100% no-repeat;
}
.next-map-branches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.next-map-card {
  min-height: 190px;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(11,17,20,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
}
.next-map-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.next-map-brain::before {
  background: #0d5eff;
  box-shadow: 0 0 0 9px rgba(13,94,255,.09), 0 0 28px rgba(13,94,255,.25);
}
.next-map-coaching::before {
  background: #c96634;
  box-shadow: 0 0 0 9px rgba(201,102,52,.1), 0 0 28px rgba(201,102,52,.2);
}
.next-map-brain > span { color: #0d5eff; }
.next-map-coaching > span { color: #c96634; }
.next-map-card h3 { color: #101519; font-size: clamp(24px, 2vw, 31px); }
.next-map-card p { color: #687074; font-size: 12px; line-height: 1.4; }
.next-map-choice {
  width: max-content;
  margin: 22px auto 0 !important;
  padding: 9px 14px 9px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4e565a;
  border: 1px solid rgba(11,17,20,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  font: 700 11px/1 "DM Sans", sans-serif !important;
}
.next-map-choice span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #0b1114;
  font-size: 15px;
}
.site-footer {
  min-height: 92px;
  padding: 0 max(48px, calc((100% - 1420px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0b1114;
  border-top: 1px solid rgba(11,17,20,.1);
  background: #f7f7f5;
}
.site-footer img { display: block; width: 184px; height: auto; }
.site-footer > a:last-child {
  color: #0b1114;
  font: 750 12px/1 "DM Sans", sans-serif;
  text-decoration: none;
}
.site-footer > a:last-child:hover,
.site-footer > a:last-child:focus-visible { color: #0d5eff; }

/* Keep primary navigation and action targets comfortably tappable on touch screens. */
.feedback-v4 .site-nav .brand,
.feedback-v4 .approved-hero .text-link,
.megan-case-quote button,
.next-secondary,
.site-footer > a {
  min-height: 44px;
}
.feedback-v4 .approved-hero .text-link,
.site-footer > a {
  display: inline-flex;
  align-items: center;
}

.contact-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100svh - 24px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: #0b1114;
  border: 0;
  border-radius: 28px;
  background: #f7f7f5;
  box-shadow: 0 40px 120px rgba(3,7,9,.48);
}
.contact-dialog::backdrop {
  background: rgba(3,7,9,.82);
  backdrop-filter: blur(12px);
}
.contact-dialog-shell {
  position: relative;
  min-height: 100%;
  padding: 48px;
  background:
    radial-gradient(circle at 94% 0, rgba(13,94,255,.1), transparent 32%),
    radial-gradient(circle at 0 100%, rgba(201,102,52,.09), transparent 29%),
    #f7f7f5;
}
.contact-dialog-close {
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #0b1114;
  cursor: pointer;
  font: 400 27px/1 sans-serif;
}
.contact-dialog-close:hover,
.contact-dialog-close:focus-visible { background: #0d5eff; }
.contact-dialog-intro { padding-right: 48px; }
.contact-dialog-intro > p:first-child {
  margin: 0 0 13px;
  color: #c96634;
  font: 800 10px/1.2 "DM Sans", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.feedback-v4 .contact-dialog-intro h2 {
  max-width: 500px;
  margin: 0;
  color: #0b1114;
  font: 650 clamp(45px, 7vw, 62px)/.9 "Instrument Sans", sans-serif;
  letter-spacing: -.065em;
}
.contact-dialog-intro > p:last-child {
  max-width: 500px;
  margin: 20px 0 0;
  color: #5b6367;
  font: 500 15px/1.55 "DM Sans", sans-serif;
}
.contact-form {
  margin-top: 34px;
  display: grid;
  gap: 20px;
}
.contact-form[hidden] { display: none; }
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span {
  color: #353b3f;
  font: 750 11px/1.2 "DM Sans", sans-serif;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  color: #0b1114;
  border: 1px solid rgba(11,17,20,.16);
  border-radius: 13px;
  outline: 0;
  background: rgba(255,255,255,.82);
  font: 500 15px/1.45 "DM Sans", sans-serif;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.contact-form input { min-height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 136px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0d5eff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13,94,255,.11);
}
.contact-form textarea::placeholder { color: #93989b; }
.contact-turnstile { min-height: 65px; }
.contact-form-error {
  margin: -5px 0 0;
  padding: 11px 13px;
  color: #8d2e22;
  border: 1px solid rgba(141,46,34,.18);
  border-radius: 10px;
  background: rgba(190,67,48,.08);
  font: 650 12px/1.45 "DM Sans", sans-serif;
}
.contact-submit,
.contact-success button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #0b1114;
  cursor: pointer;
  font: 750 13px/1 "DM Sans", sans-serif;
}
.contact-submit { width: max-content; }
.contact-submit:hover,
.contact-submit:focus-visible,
.contact-success button:hover,
.contact-success button:focus-visible { background: #0d5eff; }
.contact-submit:disabled { opacity: .55; cursor: wait; }
.contact-form-note {
  margin: -9px 0 0;
  color: #85898b;
  font: 600 10px/1.4 "DM Sans", sans-serif;
}
.contact-success {
  min-height: 520px;
  padding: 44px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}
.contact-success[hidden] { display: none; }
.contact-success > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #0d5eff;
  box-shadow: 0 0 0 11px rgba(13,94,255,.09);
  font: 700 24px/1 "DM Sans", sans-serif;
}
.contact-success h3 {
  margin: 28px 0 0;
  font: 700 60px/.9 "Instrument Sans", sans-serif;
  letter-spacing: -.06em;
}
.contact-success p {
  max-width: 390px;
  margin: 17px 0 27px;
  color: #5b6367;
  font: 500 16px/1.55 "DM Sans", sans-serif;
}

@media (max-width: 1040px) {
  .next-shell {
    grid-template-columns: minmax(0, .8fr) minmax(470px, 1.2fr);
    gap: 48px;
  }
  .feedback-v4 .next-copy h2 { font-size: 76px; }
}

@media (max-width: 820px) {
  .feedback-v4 .next-chapter { min-height: 0; }
  .feedback-v4 .next-chapter::before { mask-image: linear-gradient(180deg, transparent 0 33%, #000 50% 100%); }
  .next-shell {
    width: calc(100% - 40px);
    min-height: 0;
    padding: 88px 0 64px;
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .next-copy { max-width: 620px; }
  .next-map { width: 100%; justify-self: stretch; }
}

@media (max-width: 520px) {
  .next-shell { width: calc(100% - 32px); padding: 72px 0 54px; gap: 46px; }
  .feedback-v4 .next-copy h2 { font-size: 62px; }
  .next-lede { margin-top: 24px; font-size: 16px; }
  .next-actions { display: grid; gap: 16px; }
  .next-primary { width: 100%; }
  .next-secondary { width: max-content; max-width: 100%; }
  .next-support { margin-left: 0; text-align: center; }
  .next-map { padding: 18px; border-radius: 24px; }
  .next-map-start { width: calc(100% - 36px); padding: 22px; }
  .next-map-start h3 { font-size: 30px; }
  .next-map-connector { height: 54px; }
  .next-map-connector::before { height: 28px; }
  .next-map-connector::after,
  .next-map-connector span { top: 27px; }
  .next-map-connector span { height: 27px; }
  .next-map-branches { gap: 10px; }
  .next-map-card { min-height: 168px; padding: 18px 14px 17px; }
  .next-map-card::before { left: 17px; top: 18px; width: 30px; height: 30px; }
  .next-map-card h3 { font-size: 21px; }
  .next-map-card p { font-size: 10px; }
  .next-map-choice { margin-top: 17px !important; }
  .site-footer { min-height: 78px; padding: 0 16px; }
  .site-footer img { width: 150px; }
  .contact-dialog { width: calc(100% - 16px); max-height: calc(100svh - 16px); border-radius: 20px; }
  .contact-dialog-shell { padding: 72px 20px 30px; }
  .contact-dialog-close { right: 16px; top: 16px; }
  .contact-dialog-intro { padding-right: 0; }
  .feedback-v4 .contact-dialog-intro h2 { max-width: 340px; font-size: 43px; }
  .contact-dialog-intro > p:last-child { font-size: 14px; }
  .contact-form { margin-top: 28px; gap: 17px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 17px; }
  .contact-submit { width: 100%; }
  .contact-form-note { text-align: center; }
  .contact-success { min-height: 500px; padding-inline: 0; }
  .contact-success h3 { font-size: 52px; }
}
