@import url("assets/colors_and_type.css");

/* ===========================================================================
   Content Compounder — landing page styles
   Extends the LT Strategy design system. Editorial, calm, conversion-focused.
   =========================================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
section[id], header[id], .producer[id], .leave[id] { scroll-margin-top: 90px; }
body {
  background: var(--lt-sky);
  color: var(--fg-1);
  font-family: var(--font-sans);
  overflow-x: hidden;
}
.app { min-height: 100vh; display: flex; flex-direction: column; }
img { max-width: 100%; }

/* ---- Buttons (from LT kit) ----------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-sans);
  font-weight: 600; font-size: 16px; line-height: 1;
  padding: 15px 26px; border-radius: 14px; border: 0;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background var(--dur-quick) var(--ease-standard),
              color var(--dur-quick) var(--ease-standard),
              transform var(--dur-quick) var(--ease-standard),
              box-shadow var(--dur-normal) var(--ease-standard);
}
.btn:active { transform: scale(0.98); }
.btn span.arrow { transition: transform var(--dur-normal) var(--ease-standard); }
.btn:hover span.arrow { transform: translateX(3px); }
.btn--primary { background: var(--lt-orange); color: #fff; box-shadow: 0 8px 22px -10px rgba(255,106,26,0.7); }
.btn--primary:hover { background: var(--lt-navy); box-shadow: 0 8px 22px -10px rgba(23,4,147,0.55); }
.btn--ghost { background: transparent; color: var(--lt-navy); border: 1.5px solid var(--border-strong); padding: 13.5px 24.5px; }
.btn--ghost:hover { border-color: var(--lt-navy); color: var(--lt-navy); }
.btn--text { background: transparent; color: var(--lt-navy); padding-left: 0; padding-right: 0; }
.btn--text:hover { color: var(--lt-orange); }
.btn--light { background: #fff; color: var(--lt-navy); }
.btn--light:hover { background: var(--lt-orange); color: #fff; }
.btn--lg { font-size: 17px; padding: 17px 30px; }
.btn:focus-visible { outline: none; box-shadow: var(--shadow-focus); }

/* ---- Dot ----------------------------------------------------------------- */
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--lt-orange); flex: none; }

/* ---- Reveal animation ---------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 620ms var(--ease-emphasis), transform 620ms var(--ease-emphasis); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 70ms; }
.reveal.d2 { transition-delay: 140ms; }
.reveal.d3 { transition-delay: 210ms; }
.no-motion .reveal { opacity: 1; transform: none; transition: none; }

/* ---- Nav ----------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 16px 48px;
  background: rgba(236, 241, 255, 0.72);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-normal) var(--ease-standard), background var(--dur-normal) var(--ease-standard);
}
.nav.is-scrolled { border-bottom-color: var(--border); background: rgba(236, 241, 255, 0.88); }
.nav__brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--lt-navy); }
.nav__brand img { height: 56px; width: auto; display: block; }
.nav__brand b { font-family: var(--font-serif); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; }
.nav__brand .sep { width: 1px; height: 34px; background: var(--border-strong); }
.nav__brand .prod { font-size: 16px; font-weight: 600; color: var(--fg-2); letter-spacing: 0.01em; }
.nav__brand .tm { font-size: 0.62em; vertical-align: super; margin-left: 1px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: var(--lt-navy); text-decoration: none; font-size: 15px; font-weight: 500; transition: color var(--dur-quick) var(--ease-standard); }
.nav__links a:hover { color: var(--lt-orange); }
.nav__cta { padding: 11px 20px; font-size: 15px; }

/* ---- Layout helpers ------------------------------------------------------ */
.wrap { max-width: var(--container); margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.eyebrow-row { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow-row .dot { width: 7px; height: 7px; }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; }
.hero__grid {
  max-width: var(--container); margin: 0 auto; padding: 80px 48px 0;
  display: grid; grid-template-columns: 49% 51%; align-items: end; gap: 8px;
}
.hero__copy { padding-right: 36px; align-self: center; padding-bottom: 76px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--lt-orange-soft); color: #b8410a;
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 26px;
}
.hero__eyebrow .dot { width: 7px; height: 7px; background: var(--lt-orange); }
.hero h1 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(40px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -0.02em; color: var(--lt-navy); margin: 0 0 40px; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--lt-orange); }
.hero__lead { font-size: 20px; line-height: 1.5; color: var(--fg-2); max-width: 42ch; margin: 0 0 28px; }
.hero__cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; }
.hero__bullets { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; padding-top: 18px; border-top: 1px solid var(--border); }
.hero__bullet { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--fg-2); }
.hero__bullet .dot { width: 6px; height: 6px; }

.hero__media { position: relative; align-self: end; display: flex; align-items: flex-end; justify-content: flex-end; }
.hero__media::before {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 100%; height: 88%; border-radius: 999px 999px 0 0;
  background: radial-gradient(ellipse at bottom center, rgba(199, 210, 244, 0.8) 0%, rgba(236,241,255,0) 70%);
  z-index: 0;
}
.hero__media img { position: relative; z-index: 1; display: block; width: 122%; max-width: none; height: auto; max-height: 720px; margin: 0; transform: translateX(9%); filter: none; }

/* ---- Section scaffolding ------------------------------------------------- */
.section { max-width: var(--container); margin: 0 auto; padding: 104px 48px; }
.band--sky { background: var(--lt-sky); }
.band--white { background: #fff; }
.band--navy { background: var(--lt-navy); }
/* Stage: a robot rises from the band's bottom edge; the next band covers the cut. */
.section--stage { padding-top: 92px; padding-bottom: 0; overflow: hidden; }
.section--tight { padding-top: 80px; padding-bottom: 80px; }
.section__head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section__head.left { margin-left: 0; text-align: left; }
.section__head h2 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.1; letter-spacing: -0.015em; color: var(--lt-navy); margin: 0 0 18px; text-wrap: balance; }
.section__head p { font-size: 19px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.section__head p strong { font-weight: 700; color: var(--lt-navy); }
.eyebrow { font-family: var(--font-sans); font-size: 15px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: var(--lt-orange); }

/* ---- Problem section ----------------------------------------------------- */
.problem { background: #fff; border-bottom: 1px solid var(--border); }
.problem__lead { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 64px; }
.problem__lead h2 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -0.018em; color: var(--lt-navy); margin: 0; text-wrap: balance; }
.problem__lead h2 em { color: var(--lt-orange); font-style: italic; }
.problem__lead p { font-size: 19px; line-height: 1.6; color: var(--fg-2); margin: 0 0 16px; }
.problem__pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain { background: var(--lt-sky); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 26px; }
.pain h4 { font-size: 17px; font-weight: 600; color: var(--lt-navy); margin: 0 0 8px; }
.pain p { font-size: 14.5px; line-height: 1.5; color: var(--fg-2); margin: 0; }
.pain__no { font-family: var(--font-serif); font-size: 14px; color: var(--lt-orange); font-weight: 600; }

/* ---- Difference banner --------------------------------------------------- */
.diff { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1.5px solid var(--border-strong); border-radius: var(--r-xl); overflow: hidden; background: #fff; }
.diff__col { padding: 40px 44px; }
.diff__col + .diff__col { border-left: 1.5px solid var(--border-strong); }
.diff__col .k { font-family: var(--font-sans); font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; margin-bottom: 14px; }
.diff__col.is-most .k { color: var(--fg-3); }
.diff__col.is-ours { background: var(--lt-navy); color: #fff; }
.diff__col.is-ours .k { color: var(--lt-orange); }
.diff__col h3 { font-family: var(--font-serif); font-weight: 600; font-size: 27px; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 10px; color: inherit; }
.diff__col.is-most h3 { color: var(--fg-1); }
.diff__col p { font-size: 16px; line-height: 1.55; margin: 0; }
.diff__col.is-most p { color: var(--fg-2); }
.diff__col.is-ours p { color: rgba(255,255,255,0.82); }

/* ---- System pipeline ----------------------------------------------------- */
.pipe { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.pipe__step { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 30px 26px; transition: box-shadow var(--dur-normal) var(--ease-standard), border-color var(--dur-normal) var(--ease-standard), transform var(--dur-normal) var(--ease-standard); }
.pipe__step:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); }
.pipe__step.is-star { background: var(--lt-navy); border-color: var(--lt-navy); box-shadow: var(--shadow-3); }
.pipe__step.is-star .pipe__role { color: var(--lt-orange); }
.pipe__step.is-star h3 { color: #fff; }
.pipe__step.is-star p { color: rgba(255,255,255,0.78); }
.pipe__num { font-family: var(--font-serif); font-size: 13px; font-weight: 600; color: var(--fg-3); }
.pipe__step.is-star .pipe__num { color: rgba(255,255,255,0.55); }
.pipe__role { font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.13em; font-weight: 700; color: var(--lt-orange); margin: 0 0 6px; }
.pipe__step h3 { font-family: var(--font-serif); font-weight: 600; font-size: 21px; line-height: 1.16; letter-spacing: -0.01em; color: var(--lt-navy); margin: 0 0 12px; }
.pipe__step p { font-size: 14.5px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.pipe__step p + p { margin-top: 10px; }
.pipe__badge { display: inline-block; margin-top: 16px; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lt-orange); background: rgba(255,106,26,0.14); padding: 5px 10px; border-radius: 999px; }

/* ---- Agent detail rows --------------------------------------------------- */
.agent { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; }
.agent.flip .agent__media { order: 2; }
.agent__media { position: relative; display: flex; align-items: center; justify-content: center; }
.agent__media::before { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; height: 80%; border-radius: 999px 999px 0 0; background: radial-gradient(ellipse at bottom center, rgba(199,210,244,0.72) 0%, rgba(236,241,255,0) 72%); z-index: 0; opacity: 0; }
.agent__media img { position: relative; z-index: 1; display: block; width: auto; max-width: 100%; height: auto; max-height: 540px; margin: 0; filter: none; }
.section--stage .agent { align-items: end; }
.section--stage .agent__copy { align-self: center; padding-bottom: 64px; }
.section--stage .agent__media { align-self: end; align-items: flex-end; }
.section--stage .agent__media::before { opacity: 1; }
.agent__role { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-sans); font-size: 15px; text-transform: uppercase; letter-spacing: 0.13em; font-weight: 700; color: var(--lt-orange); margin-bottom: 16px; }
.agent__role .n { color: var(--fg-3); }
.agent h2 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(28px, 3vw, 40px); line-height: 1.1; letter-spacing: -0.015em; color: var(--lt-navy); margin: 0 0 18px; text-wrap: balance; }
.agent p { font-size: 18px; line-height: 1.6; color: var(--fg-2); margin: 0 0 22px; }
.agent__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.agent__list li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--fg-1); line-height: 1.45; }
.agent__list .dot { margin-top: 8px; }
.agent__cta { margin: 28px auto 0; display: flex; width: fit-content; }

/* Producer feature — the differentiator, gets a navy stage */
.producer { background: var(--lt-navy); color: #fff; }
.producer .agent h2 { color: #fff; }
.producer .agent p { color: rgba(255,255,255,0.92); font-weight: 500; }
.producer .agent__list li { color: rgba(255,255,255,0.95); font-weight: 500; }
.producer .agent__role .n { color: rgba(255,255,255,0.5); }
.producer__outputs { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.16); }
.producer__bullet { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.92); }
.producer__bullet .dot { width: 6px; height: 6px; }
.producer .agent__media::before { background: radial-gradient(ellipse at bottom center, rgba(64,49,205,0.92) 0%, rgba(23,4,147,0) 70%); }
.producer .agent__media img { filter: none; }
.producer .agent { grid-template-columns: 0.9fr 1.1fr; gap: 48px; }
.producer .agent__media img { max-height: 480px; width: 92%; }
.producer .agent__role { color: #ff9259; font-size: 15px; }
.producer .agent p { color: rgba(255,255,255,0.92); font-weight: 500; }
.producer__framing-line em { color: #ff9259; }

/* ---- What this is (Section 2) ------------------------------------------- */
.whatis { background: #fff; border-bottom: 1px solid var(--border); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 56px; }
.pillar { background: var(--lt-sky); border: 1px solid var(--border); border-left: 3px solid var(--lt-orange); border-radius: var(--r-xl); padding: 28px 28px 30px; }
.pillar__eyebrow { font-family: var(--font-sans); font-size: 15px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; color: var(--lt-navy); margin-bottom: 14px; }
.pillar__eyebrow .n { color: var(--lt-orange); margin-right: 10px; }
.pillar h3 { font-family: var(--font-serif); font-weight: 600; font-size: 22px; line-height: 1.15; letter-spacing: -0.01em; color: var(--lt-navy); margin: 0 0 10px; }
.pillar p { font-size: 15px; line-height: 1.55; color: var(--fg-2); margin: 0; }

/* ---- Team flow rail ----------------------------------------------------- */
.flow-rail { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; margin-bottom: 20px; }
.flow-rail::before { content: ""; position: absolute; top: 50%; left: 12.5%; right: 12.5%; height: 2px; transform: translateY(-50%); background: linear-gradient(90deg, var(--border-strong), var(--lt-orange)); }
.flow-node { display: flex; justify-content: center; }
.flow-dot { position: relative; z-index: 1; width: 42px; height: 42px; border-radius: 999px; background: #fff; border: 2px solid var(--lt-orange); color: var(--lt-navy); font-family: var(--font-serif); font-weight: 600; font-size: 14px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-1); }
.flow-down { width: 2px; height: 30px; margin: 18px auto 0; background: linear-gradient(180deg, var(--lt-orange), var(--border-strong)); }

/* ---- "You — in command" bar --------------------------------------------- */
.command { display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: center; margin-top: 0; background: #fff; border: 1px solid var(--border); border-left: 3px solid var(--lt-orange); border-radius: var(--r-xl); padding: 32px 38px; box-shadow: var(--shadow-1); }
.command__role { font-family: var(--font-serif); font-weight: 600; font-size: clamp(32px, 3.6vw, 46px); line-height: 1; letter-spacing: -0.02em; color: var(--lt-orange); }
.command__body h3 { font-family: var(--font-sans); font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: var(--fg-3); margin: 0 0 8px; }
.command__body p { font-size: 18px; line-height: 1.5; color: var(--lt-navy); margin: 0; max-width: 60ch; }

/* ---- System flow V2 (comparison) ---------------------------------------- */
/* ---- System flow V2: serpentine (comparison) ---------------------------- */
.serp2 { position: relative; height: 422px; margin-top: 8px; }
.serp2__path { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.serp2__line-path { stroke-dasharray: 2400; stroke-dashoffset: 2400; }
.serp2.is-in .serp2__line-path { transition: stroke-dashoffset 1500ms var(--ease-emphasis); stroke-dashoffset: 0; }

.serp2__station { position: absolute; transform: translate(-50%, -50%); width: 200px; display: flex; flex-direction: column; align-items: center; z-index: 2; opacity: 0; transition: opacity 560ms var(--ease-emphasis), transform 560ms var(--ease-emphasis); }
.serp2.is-in .serp2__station { opacity: 1; }
.serp2.is-in .serp2__station:nth-of-type(3) { transition-delay: 360ms; }
.serp2.is-in .serp2__station:nth-of-type(4) { transition-delay: 520ms; }
.serp2.is-in .serp2__station:nth-of-type(5) { transition-delay: 680ms; }
.serp2.is-in .serp2__station:nth-of-type(6) { transition-delay: 840ms; }

.serp2__node { width: 92px; height: 92px; border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0.18)); border: 1px solid rgba(255,255,255,0.85); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px -10px rgba(23,4,147,0.28), inset 0 1px 0 rgba(255,255,255,0.9); flex: none; }
.serp2__icon { width: 52px; height: 52px; object-fit: contain; }
.serp2__text { position: absolute; left: 50%; transform: translateX(-50%); width: 200px; text-align: center; }
.is-above .serp2__text { bottom: calc(50% + 58px); }
.is-below .serp2__text { top: calc(50% + 58px); }
.serp2__role { font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.13em; font-weight: 700; color: var(--lt-orange); margin-bottom: 6px; }
.serp2__n { font-family: var(--font-sans); font-weight: 800; color: var(--lt-navy); margin-right: 8px; }
.serp2__line { font-family: var(--font-sans); font-weight: 600; font-size: 17px; line-height: 1.3; letter-spacing: 0; color: var(--lt-navy); margin: 0; }
.serp2__badge { display: inline-block; margin-top: 8px; font-family: var(--font-sans); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lt-orange); }

.serp2__box { position: absolute; top: 50%; transform: translateY(-50%); width: 150px; z-index: 1; display: flex; flex-direction: column; gap: 5px; padding: 16px 18px; border-radius: var(--r-lg); background: linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0.12)); border: 1px solid rgba(255,255,255,0.8); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); box-shadow: 0 12px 28px -12px rgba(23,4,147,0.30), inset 0 1px 0 rgba(255,255,255,0.9); }
.serp2__box--in { left: 0; text-align: left; }
.serp2__box--out { right: 0; text-align: center; align-items: center; }
.serp2__box-k { font-family: var(--font-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3); }
.serp2__box-arrow { color: var(--lt-orange); margin-left: 2px; }
.serp2__box-t { font-family: var(--font-sans); font-weight: 600; font-size: 15px; line-height: 1.3; letter-spacing: 0; color: var(--lt-navy); }
.sysv2__you { margin-top: 8px; }

/* ---- Producer framing + stat -------------------------------------------- */

/* ---- Producer framing + stat -------------------------------------------- */
.producer__framing { margin-bottom: 18px; }
.producer__framing-line { font-family: var(--font-serif); font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.12; letter-spacing: -0.015em; color: #fff; margin: 10px 0 0; }
.producer__framing-line em { font-style: italic; color: var(--lt-orange); }
.producer__stat { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.16); }
.producer__stat .big { font-family: var(--font-serif); font-weight: 600; font-size: 40px; line-height: 1; letter-spacing: -0.02em; color: var(--lt-orange); flex: none; }
.producer__stat .small { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.92); font-weight: 500; max-width: 38ch; }

/* ---- FAQ ----------------------------------------------------------------- */
.faq__list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border); }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__q { font-family: var(--font-serif); font-weight: 600; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.3; letter-spacing: -0.01em; color: var(--lt-navy); }
.faq__mark { position: relative; flex: none; width: 18px; height: 18px; }
.faq__mark::before, .faq__mark::after { content: ""; position: absolute; background: var(--lt-orange); border-radius: 2px; transition: transform var(--dur-normal) var(--ease-standard), opacity var(--dur-normal) var(--ease-standard); }
.faq__mark::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq__mark::after { top: 0; left: 8px; width: 2px; height: 18px; }
.faq__item[open] .faq__mark::after { transform: rotate(90deg); opacity: 0; }
.faq__a { padding: 0 4px 26px; max-width: 70ch; }
.faq__a p { font-size: 16.5px; line-height: 1.6; color: var(--fg-2); margin: 0; }

/* ---- Analyst: desk on the right, tucked into the next section ----------- */
#analyst .agent { grid-template-columns: 0.95fr 1.05fr; gap: 48px; }
#analyst .agent__media::before { display: none; }
#analyst .agent__media img { width: 100%; max-width: 100%; max-height: 520px; object-fit: contain; }

/* ---- Examples gallery + lightbox ---------------------------------------- */
.samples { margin-top: 124px; }
.samples__label { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.28; letter-spacing: -0.01em; text-transform: none; color: var(--lt-navy); margin: 0 auto 40px; text-align: center; max-width: 848px; }
.samples__label em { font-style: italic; color: var(--lt-orange); white-space: nowrap; }
.samples__strip { display: grid; grid-template-columns: repeat(3, 220px); gap: 124px 124px; justify-content: center; }
.samples__item { margin: 0; display: flex; flex-direction: column; }
.samples__thumb { position: relative; width: 100%; aspect-ratio: 1 / 1; padding: 0; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(160deg, var(--lt-sky), var(--lt-sky-2)); cursor: pointer; font-family: inherit; transition: box-shadow var(--dur-normal) var(--ease-standard), transform var(--dur-normal) var(--ease-standard); }
.samples__caption { margin-top: 14px; font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--fg-2); text-align: center; line-height: 1.4; }
.samples__caption-link { font: inherit; color: var(--lt-navy); background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-decoration-color: var(--border-strong); text-underline-offset: 3px; transition: color var(--dur-quick) var(--ease-standard), text-decoration-color var(--dur-quick) var(--ease-standard); }
.samples__caption-link:hover { color: var(--lt-orange); text-decoration-color: var(--lt-orange); }
.samples__foot { margin: 40px auto 0; max-width: 620px; text-align: center; font-family: var(--font-serif); font-style: italic; font-size: 19px; line-height: 1.4; color: var(--lt-navy); }
.samples__thumb:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); }
.samples__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.samples__vid { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--lt-navy); }
.samples__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border-radius: 999px; background: rgba(16,3,102,0.7); color: #fff; display: flex; align-items: center; justify-content: center; padding-left: 3px; transition: background var(--dur-normal) var(--ease-standard), transform var(--dur-normal) var(--ease-standard); }
.samples__thumb:hover .samples__play { background: var(--lt-orange); transform: translate(-50%,-50%) scale(1.06); }
.samples__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-sans); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--fg-3); }
.samples__zoom { position: absolute; top: 8px; right: 10px; color: var(--lt-orange); font-size: 14px; }
.samples__badge { position: absolute; bottom: 8px; right: 8px; display: inline-flex; align-items: center; gap: 4px; padding: 4px 9px; border-radius: 999px; background: rgba(16,3,102,0.82); color: #fff; font-family: var(--font-sans); font-size: 12px; font-weight: 700; line-height: 1; }
.samples__badge svg { display: block; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 32px; background: rgba(16,3,102,0.92); backdrop-filter: blur(6px); }
.lightbox__stage { margin: 0; max-width: 620px; width: auto; max-height: 84vh; background: #fff; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-3); display: flex; flex-direction: column; }
.lightbox__stage img { display: block; width: auto; max-width: 100%; height: auto; max-height: 74vh; object-fit: contain; background: var(--lt-sky); margin: 0 auto; }
.lightbox__stage.is-video { max-width: min(860px, 92vw); width: auto; background: #000; }
.lightbox__stage.is-video video { display: block; width: auto; max-width: 100%; height: auto; max-height: 80vh; background: #000; margin: 0 auto; }
.lightbox__ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; aspect-ratio: 4 / 5; max-height: 66vh; background: linear-gradient(160deg, var(--lt-sky), var(--lt-sky-2)); }
.lightbox__ph .k { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--lt-orange); }
.lightbox__ph .l { font-family: var(--font-serif); font-size: 24px; font-weight: 600; color: var(--lt-navy); }
.lightbox__ph .hint { font-size: 13px; color: var(--fg-3); }
.lightbox__stage figcaption { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 14px; font-weight: 600; color: var(--lt-navy); border-top: 1px solid var(--border); }
.lightbox__stage figcaption span { color: var(--fg-3); }
.lightbox__close { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; border-radius: 999px; border: 0; background: rgba(255,255,255,0.14); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.lightbox__close:hover { background: rgba(255,255,255,0.24); }
.lightbox__nav { flex: none; width: 52px; height: 52px; border-radius: 999px; border: 0; background: rgba(255,255,255,0.14); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
.lightbox__nav:hover { background: var(--lt-orange); }

/* ---- Writer framed image ------------------------------------------------ */
#writer .agent__media { justify-content: flex-end; }
#writer .agent__media img { width: 100%; max-width: 100%; height: auto; }

/* ---- Founder ------------------------------------------------------------- */
.founder { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.founder__media { background: transparent; }
.founder__media img { display: block; width: 100%; height: auto; }
.founder blockquote { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.28; letter-spacing: -0.01em; color: var(--lt-navy); margin: 0 0 24px; text-wrap: balance; }
.founder blockquote em { color: var(--lt-orange); }
.founder p { font-size: 17px; line-height: 1.6; color: var(--fg-2); margin: 0 0 14px; }
.founder p.founder__closer { font-family: var(--font-serif); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.4; letter-spacing: -0.01em; color: var(--lt-navy); margin: 20px 0 0; padding-left: 18px; border-left: 3px solid var(--lt-orange); }
.founder__sig { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.founder__sig .nm { font-weight: 700; color: var(--lt-navy); font-size: 16px; }
.founder__sig .rl { font-size: 14px; color: var(--fg-3); }
.founder__proof { margin-top: 52px; padding-top: 36px; border-top: 1px solid var(--border); }
.founder__proof-label { font-family: var(--font-sans); font-size: 15px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: var(--lt-orange); margin-bottom: 24px; }
.founder__proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.founder__proof-item { display: flex; flex-direction: column; gap: 8px; padding-left: 20px; border-left: 3px solid var(--lt-orange); }
.founder__proof-item .big { font-family: var(--font-serif); font-weight: 600; font-size: 26px; letter-spacing: -0.01em; color: var(--lt-navy); }
.founder__proof-item .small { font-size: 15.5px; line-height: 1.5; color: var(--fg-2); }

/* ---- What you own: timeline ---------------------------------------------- */
.leave { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.timeline { max-width: 880px; margin: 0 auto 44px; display: flex; flex-direction: column; gap: 16px; }
.tl-step { display: grid; grid-template-columns: 120px 1fr; gap: 26px; align-items: start; }
.tl-week { font-family: var(--font-serif); font-weight: 600; font-size: 17px; color: var(--lt-orange); padding-top: 22px; text-align: right; }
.tl-card { background: var(--lt-sky); border: 1px solid var(--border); border-left: 3px solid var(--lt-orange); border-radius: var(--r-xl); padding: 22px 26px; }
.tl-card h3 { font-family: var(--font-serif); font-weight: 600; font-size: 21px; line-height: 1.12; letter-spacing: -0.01em; color: var(--lt-navy); margin: 0 0 8px; }
.tl-card p { font-size: 15px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.tl-card.is-own { background: var(--lt-navy); border-color: var(--lt-navy); }
.tl-card.is-own h3 { color: #fff; }
.tl-card.is-own p { color: rgba(255,255,255,0.92); font-weight: 500; }
.leave__keep { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 880px; margin: 24px auto 0; padding-left: 146px; }
.leave__keep-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--lt-navy); background: var(--lt-sky); border: 1px solid var(--border); padding: 8px 14px; border-radius: 999px; }

/* ---- Offer --------------------------------------------------------------- */
.offer__grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: 48px; align-items: start; }
.offer__copy h2 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -0.015em; color: var(--lt-navy); margin: 0 0 20px; }
.offer__copy > p { font-size: 18px; line-height: 1.6; color: var(--fg-2); margin: 0 0 30px; max-width: 46ch; }
.offer__incl { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.offer__incl li { display: flex; gap: 13px; align-items: flex-start; }
.offer__incl .dot { margin-top: 8px; }
.offer__incl b { font-weight: 600; font-size: 16.5px; color: var(--lt-navy); }
.offer__incl span { display: block; font-size: 14.5px; color: var(--fg-2); margin-top: 2px; line-height: 1.5; }

.price { background: #fff; border: 1.5px solid var(--border-strong); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--shadow-2); position: sticky; top: 92px; }
.price__flag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #b8410a; background: var(--lt-orange-soft); padding: 7px 13px; border-radius: 999px; margin-bottom: 22px; }
.price__amt { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.price__amt .now { font-family: var(--font-serif); font-weight: 600; font-size: 52px; letter-spacing: -0.02em; color: var(--lt-navy); }
.price__amt .was { font-size: 19px; color: var(--fg-3); text-decoration: line-through; }
.price__note { font-size: 14.5px; color: var(--fg-2); margin: 0 0 24px; }
.price__rows { border-top: 1px solid var(--border); margin-bottom: 26px; }
.price__rows > div { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--border); }
.price__rows .step { font-family: var(--font-serif); font-size: 15px; font-weight: 600; color: var(--lt-orange); flex: none; width: 26px; }
.price__rows .lbl b { display: block; font-size: 15px; font-weight: 600; color: var(--lt-navy); }
.price__rows .lbl span { font-size: 13.5px; color: var(--fg-2); }
.price .btn { width: 100%; justify-content: center; }
.price__fine { font-size: 13px; color: var(--fg-3); text-align: center; margin: 14px 0 0; }
.offer__anchor { margin-top: 28px; padding: 18px 22px; background: var(--lt-sky); border-left: 3px solid var(--lt-orange); border-radius: var(--r-lg); font-size: 16px; line-height: 1.5; color: var(--lt-navy); font-weight: 500; }
.price__risk { margin: 18px 0; padding: 16px 18px; background: var(--lt-sky); border: 1px solid var(--border); border-radius: var(--r-lg); font-size: 13.5px; line-height: 1.5; color: var(--fg-2); }
.price__risk-label { display: block; font-family: var(--font-sans); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; color: var(--lt-orange); margin-bottom: 6px; }

/* ---- Final CTA ----------------------------------------------------------- */
.final { background: var(--lt-navy); color: #fff; }
.final__inner { max-width: 820px; margin: 0 auto; padding: 120px 48px; text-align: center; }
.final .eyebrow { color: var(--lt-orange); }
.final h2 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -0.018em; color: #fff; margin: 14px 0 22px; text-wrap: balance; }
.final p { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.9); font-weight: 500; margin: 0 auto 38px; max-width: 48ch; }
.final__micro { font-size: 14px; color: rgba(255,255,255,0.6); margin-top: 26px; }

/* ---- Footer -------------------------------------------------------------- */
.footer { background: #100366; color: #fff; padding: 72px 48px 32px; }
.footer__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer__brand img { height: 84px; width: auto; display: block; margin-bottom: 18px; }
.footer__brand p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.7); max-width: 38ch; margin: 0; }
.footer__brand .tm { font-size: 0.7em; vertical-align: super; }
.footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.footer__h { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--lt-orange); margin-bottom: 14px; }
.footer__cols a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.8); text-decoration: none; font-size: 15px; padding: 5px 0; width: fit-content; transition: color var(--dur-quick) var(--ease-standard); }
.footer__cols a:hover { color: var(--lt-orange); }
.footer__cols img.li { width: 17px; height: 17px; object-fit: contain; filter: brightness(0) invert(1); }
.footer__base { max-width: var(--container); margin: 22px auto 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,0.5); }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 980px) {
  .nav { padding: 14px 22px; }
  .nav__links { display: none; }
  .wrap, .section, .hero__grid, .final__inner, .footer__inner, .footer__base { padding-left: 22px; padding-right: 22px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .section--stage { padding-bottom: 0; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 56px; gap: 8px; }
  .hero__copy { padding-right: 0; }
  .hero__media { max-width: 460px; margin: 0 auto; }
  .pillars { grid-template-columns: 1fr; }
  .whatis__stat { padding: 26px 24px; }
  .whatis__stat .big { font-size: 44px; }
  .contrast { grid-template-columns: 1fr; }
  .contrast__col + .contrast__col { border-left: 0; border-top: 1.5px solid var(--border-strong); }
  .command { grid-template-columns: 1fr; gap: 10px; padding: 28px 24px; }
  .producer .agent { grid-template-columns: 1fr; }
  .producer .agent__media img { width: 100%; }
  .pipe { grid-template-columns: 1fr 1fr; }
  .agent, .founder, .offer__grid { grid-template-columns: 1fr; gap: 36px; }
  .agent.flip .agent__media { order: 0; }
  .agent__media, .founder__media { max-width: 460px; margin: 0 auto; }
  .tl-step { grid-template-columns: 1fr; gap: 8px; }
  .tl-week { text-align: left; padding-top: 0; }
  .leave__keep { padding-left: 0; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .samples__strip { grid-template-columns: repeat(2, 160px); gap: 18px; justify-content: space-between; }
  .samples__thumb { width: 100%; }
  .lightbox { padding: 16px; }
  .flow-rail, .flow-down { display: none; }
  .serp2 { height: auto; display: flex; flex-direction: column; gap: 22px; }
  .serp2__path { display: none; }
  .serp2__station, .serp2__box { position: static; transform: none; width: 100%; max-width: 420px; margin: 0 auto; flex-direction: column; align-items: center; text-align: center; }
  .serp2__box--out { align-items: center; text-align: center; }
  .serp2.is-in .serp2__station { transform: none; }
  .serp2__text { position: static; transform: none; width: 100%; margin-top: 12px; }
  .is-above .serp2__text, .is-below .serp2__text { top: auto; bottom: auto; }
  .serp2__station.is-above { flex-direction: column-reverse; }
  .serp2__station.is-above .serp2__text { margin-top: 0; margin-bottom: 12px; }
  .founder__proof-grid { grid-template-columns: 1fr; gap: 14px; }
  .price { position: static; }
  .footer__inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 520px) {
  .pipe { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
}
