/* LUMYN Website V2 — final narrative layer
   Canonical styles for the chapters introduced after Phase 2.2. */

html { overflow-x: clip; }
body { overflow-x: clip; }
[hidden] { display: none !important; }

.v2-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .16em;
}

.v2-section-intro {
  max-width: 800px;
  margin-bottom: 64px;
}
.v2-section-intro h2,
.v2-command__intro h2,
.v2-intelligence__intro h2 {
  margin: 0;
  color: var(--text-primary);
  font: 650 clamp(2.4rem, 5.4vw, 5rem)/.98 'Outfit', sans-serif;
  letter-spacing: -.045em;
}
.v2-section-intro p,
.v2-command__intro p,
.v2-intelligence__intro p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.7;
}
.v2-section-intro--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: end;
  gap: 72px;
  max-width: none;
}
.v2-section-intro--split p { margin: 0 0 5px; }

/* Proof transition */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6e7d91;
  font-size: .72rem;
  letter-spacing: .02em;
}
.hero-proof p { display: none; }
.hero-proof i { width: 22px; height: 1px; background: #d6e3ee; }

/* Flow Command */
.v2-command {
  position: relative;
  padding: 150px 0 140px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(0,145,255,.12), transparent 30%),
    #050c17;
  color: #fff;
}
.v2-command::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}
.v2-command__intro { position: relative; max-width: 850px; margin-bottom: 76px; }
.v2-command__intro h2,
.v2-intelligence__intro h2 { color: #f7fbff; }
.v2-command__intro p,
.v2-intelligence__intro p { color: #9eafc3; }
.v2-command__surface {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(142,169,198,.16);
  border-radius: 18px;
  background: #081220;
  box-shadow: 0 45px 100px rgba(0,0,0,.34);
}
.v2-command__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  padding: 24px 0;
  border-right: 1px solid rgba(142,169,198,.12);
  background: #060d18;
}
.v2-command__rail img { width: 24px; height: 24px; margin-bottom: 18px; }
.v2-command__rail i { width: 10px; height: 10px; border: 1px solid #354a62; border-radius: 3px; }
.v2-command__rail i.is-active { border-color: var(--accent); background: var(--accent); box-shadow: 0 0 16px rgba(0,145,255,.35); }
.v2-command__main { min-width: 0; }
.v2-command__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
  padding: 0 26px;
  border-bottom: 1px solid rgba(142,169,198,.12);
  color: #dce8f4;
  font-size: .82rem;
}
.v2-demo-label {
  color: #72849a;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v2-command__grid {
  display: grid;
  grid-template-columns: minmax(230px,.72fr) minmax(360px,1.4fr);
  grid-template-rows: 1fr auto auto;
  gap: 14px;
  padding: 18px;
}
.v2-command__grid article {
  border: 1px solid rgba(142,169,198,.11);
  background: rgba(12,27,46,.72);
}
.v2-command__health { grid-row: span 2; padding: 30px; }
.v2-command__health > span,
.v2-command__metric span,
.v2-command__insight span { color: #7e93aa; font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.v2-command__health strong { display: block; margin-top: 36px; font: 650 clamp(3.8rem,7vw,6.4rem)/.9 'Outfit'; letter-spacing: -.06em; }
.v2-command__health strong small { color: #75879a; font-size: .25em; }
.v2-command__health em { display: inline-block; margin-top: 18px; color: #f4bf55; font-size: .82rem; font-style: normal; }
.v2-command__health p { max-width: 230px; margin: 34px 0 0; color: #92a4b7; font-size: .84rem; line-height: 1.6; }
.v2-command__today { padding: 20px; }
.v2-command__section-title { display: flex; justify-content: space-between; padding: 4px 7px 14px; color: #d9e6f3; font-size: .78rem; }
.v2-command__section-title b { color: #70839a; font-size: .65rem; font-weight: 500; }
.v2-command__row {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 61px;
  padding: 9px 12px;
  border-top: 1px solid rgba(142,169,198,.08);
}
.v2-command__row time { color: #70839a; font-size: .7rem; }
.v2-command__row span { display: flex; flex-direction: column; }
.v2-command__row b { color: #dce8f4; font-size: .75rem; }
.v2-command__row small { margin-top: 4px; color: #6d8097; font-size: .61rem; }
.v2-command__row em { color: #8496aa; font-size: .6rem; font-style: normal; }
.v2-command__row.is-current { border-radius: 7px; background: rgba(0,145,255,.1); box-shadow: inset 2px 0 var(--accent); }
.v2-command__row.is-current em { color: #67c7ff; }
.v2-command__metric { padding: 20px 22px; }
.v2-command__metric strong { display: block; margin: 12px 0 5px; color: #f4f8fc; font: 600 1.45rem/1 'Outfit'; }
.v2-command__metric small { color: #3ecf8e; font-size: .66rem; }
.v2-command__insight { grid-column: span 2; padding: 23px 28px; border-color: rgba(0,145,255,.18) !important; background: linear-gradient(90deg,rgba(0,145,255,.08),rgba(12,27,46,.72) 72%) !important; }
.v2-command__insight span { color: #5ebcff; }
.v2-command__insight p { margin: 10px 0 0; color: #d8e4ef; font-size: .9rem; line-height: 1.55; }

/* Operation + clients */
.v2-operation { padding: 150px 0 130px; background: #fff; }
.v2-operation__canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(260px,.72fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe8f0;
  border-radius: 10px;
  background: #f8fbfd;
  box-shadow: 0 28px 70px rgba(31,49,70,.1);
}
.v2-operation__agenda { padding: 26px; border-right: 1px solid #e2eaf1; background: #fff; }
.v2-operation__toolbar { display: flex; justify-content: space-between; padding-bottom: 20px; color: #8391a2; font-size: .72rem; }
.v2-operation__toolbar b { color: #152236; font-size: .8rem; }
.v2-operation__timeline > div {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 12px 15px;
  border-top: 1px solid #edf1f5;
}
.v2-operation__timeline time { color: #7d8da0; font-size: .75rem; }
.v2-operation__timeline span { display: flex; flex-direction: column; }
.v2-operation__timeline b { color: #1a2a3e; font-size: .84rem; }
.v2-operation__timeline small { margin-top: 5px; color: #8897a8; font-size: .68rem; }
.v2-operation__timeline em { color: #738397; font-size: .66rem; font-style: normal; }
.v2-operation__timeline .is-active { border-radius: 8px; background: #eef8ff; box-shadow: inset 2px 0 var(--accent); }
.v2-operation__timeline .is-active em { color: #0087e8; }
.v2-operation__client { align-self: stretch; padding: 34px 30px; background: linear-gradient(160deg,#f2f8fc,#eaf3f9); }
.v2-operation__client-label { color: #7290a7; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.v2-operation__identity { display: flex; align-items: center; gap: 13px; margin: 29px 0; }
.v2-operation__identity i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #0c2037; color: #8bd3ff; font-size: .7rem; font-style: normal; }
.v2-operation__identity span { display: flex; flex-direction: column; }
.v2-operation__identity b { color: #14243a; font-size: .82rem; }
.v2-operation__identity small { margin-top: 4px; color: #7b8fa3; font-size: .67rem; }
.v2-operation__client dl { margin: 0; }
.v2-operation__client dl div { display: flex; justify-content: space-between; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(35,70,99,.1); }
.v2-operation__client dt { color: #7a8da0; font-size: .67rem; }
.v2-operation__client dd { margin: 0; color: #21344b; font-size: .69rem; font-weight: 650; }
.v2-operation__client p { margin: 28px 0 0; color: #60778c; font-size: .76rem; line-height: 1.6; }
.v2-operation__signal { position: absolute; right: 20%; bottom: 22px; width: 150px; opacity: .25; pointer-events: none; }
.v2-operation__signal path { fill: none; stroke: var(--accent); stroke-width: 1.2; }
.v2-operation__signal circle { fill: var(--accent); }
.v2-operation__capabilities { display: flex; flex-wrap: wrap; gap: 0; margin-top: 32px; color: #576b7f; font-size: .74rem; }
.v2-operation__capabilities span { padding: 8px 24px; border-left: 1px solid #dce5ed; }
.v2-operation__capabilities span:first-child { padding-left: 0; border-left: 0; }

/* Financial */
.v2-financial { padding: 130px 0 150px; background: #f3f6f9; }
.v2-financial__reconciliation {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr);
  gap: 0;
  border-top: 1px solid #d9e3eb;
  border-bottom: 1px solid #d9e3eb;
}
.v2-financial__formula { padding: 28px 58px 28px 0; }
.v2-financial__formula > div { display: flex; justify-content: space-between; align-items: baseline; padding: 22px 0; border-bottom: 1px solid #e0e8ef; }
.v2-financial__formula span { color: #667a8e; font-size: .82rem; }
.v2-financial__formula strong { color: #24354a; font: 600 1.2rem/1 'Outfit'; }
.v2-financial__formula > i { display: block; height: 0; color: #91a0af; font: 300 1.1rem/1 'Outfit'; transform: translateY(-6px); }
.v2-financial__formula .is-positive strong { color: #0b966a; }
.v2-financial__formula .is-result { margin-top: 12px; padding: 27px 0 10px; border: 0; }
.v2-financial__formula .is-result span { color: #14253a; font-weight: 700; }
.v2-financial__formula .is-result strong { color: #06172c; font-size: 2.1rem; }
.v2-financial__context { display: flex; flex-direction: column; justify-content: center; padding: 46px; border-left: 1px solid #d9e3eb; }
.v2-financial__context > span { color: #8292a2; font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; }
.v2-financial__context p { margin: 22px 0 36px; color: #53697d; font-size: .88rem; line-height: 1.7; }
.v2-financial__context svg { width: 100%; overflow: visible; }
.v2-financial__trace-muted,
.v2-financial__trace { fill: none; stroke-width: 1.2; }
.v2-financial__trace-muted { stroke: #cbd7e1; }
.v2-financial__trace { stroke: var(--accent); stroke-dasharray: 460; stroke-dashoffset: 460; }

/* Intelligence + profitability */
.v2-intelligence { padding: 150px 0; overflow: hidden; background: #050b14; color: #fff; }
.v2-intelligence__intro { max-width: 930px; margin-bottom: 80px; }
.v2-intelligence__reading {
  display: grid;
  grid-template-columns: minmax(220px,.62fr) minmax(380px,1.38fr);
  border: 1px solid rgba(141,169,198,.14);
  background: #08121f;
}
.v2-intelligence__reading > div { padding: 32px; }
.v2-intelligence__health { border-right: 1px solid rgba(141,169,198,.12); }
.v2-intelligence__health span,
.v2-intelligence__pulse span,
.v2-intelligence__insight span { color: #6dbff5; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.v2-intelligence__health strong { display: block; margin: 30px 0 14px; font: 650 5rem/.9 'Outfit'; letter-spacing: -.06em; }
.v2-intelligence__health strong small { color: #75889d; font-size: .22em; }
.v2-intelligence__health em { color: #f2bd54; font-size: .76rem; font-style: normal; }
.v2-intelligence__pulse { position: relative; min-height: 260px; }
.v2-intelligence__pulse strong { display: block; margin-top: 42px; color: #3ecf8e; font: 650 2.5rem/1 'Outfit'; }
.v2-intelligence__pulse small { color: #71859b; font-size: .7rem; }
.v2-intelligence__pulse svg { position: absolute; right: 25px; bottom: 28px; width: 66%; height: 110px; }
.v2-intelligence__pulse path { fill: none; stroke: var(--accent); stroke-width: 2.1; vector-effect: non-scaling-stroke; }
.v2-intelligence__factors { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; padding: 0 !important; border-top: 1px solid rgba(141,169,198,.12); border-bottom: 1px solid rgba(141,169,198,.12); }
.v2-intelligence__factors span { display: flex; flex-direction: column; gap: 8px; padding: 24px 32px; }
.v2-intelligence__factors span + span { border-left: 1px solid rgba(141,169,198,.12); }
.v2-intelligence__factors small { color: #70849b; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.v2-intelligence__factors b { color: #dce6f0; font-size: .78rem; }
.v2-intelligence__factors span:first-child b { color: #45d194; }
.v2-intelligence__factors span:last-child b { color: #f1bd59; }
.v2-intelligence__insight { grid-column: span 2; background: linear-gradient(90deg,rgba(0,145,255,.08),transparent 80%); }
.v2-intelligence__insight p { max-width: 760px; margin: 14px 0 0; color: #d9e4ef; font-size: 1rem; line-height: 1.6; }
.v2-profitability {
  display: grid;
  grid-template-columns: minmax(280px,.78fr) minmax(450px,1.22fr);
  gap: 72px;
  align-items: center;
  margin-top: 110px;
  padding-top: 90px;
  border-top: 1px solid rgba(141,169,198,.14);
}
.v2-profitability__copy h3 { margin: 0; color: #f2f7fc; font: 600 clamp(2rem,4vw,3.7rem)/1.03 'Outfit'; letter-spacing: -.04em; }
.v2-profitability__copy p { margin: 24px 0 0; color: #8fa2b6; line-height: 1.7; }
.v2-profitability__equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.3fr; align-items: stretch; }
.v2-profitability__equation > div { display: flex; flex-direction: column; justify-content: center; min-height: 132px; padding: 20px; border-top: 1px solid rgba(141,169,198,.14); border-bottom: 1px solid rgba(141,169,198,.14); }
.v2-profitability__equation > i { align-self: center; padding: 0 9px; color: #60768c; font-style: normal; }
.v2-profitability__equation span { color: #74899e; font-size: .6rem; text-transform: uppercase; }
.v2-profitability__equation strong { margin-top: 13px; color: #dce7f2; font: 600 1rem/1 'Outfit'; }
.v2-profitability__equation .is-margin { border: 1px solid rgba(0,145,255,.28); background: rgba(0,145,255,.08); }
.v2-profitability__equation .is-margin strong { color: #5cc5ff; font-size: 1.3rem; }
.v2-profitability__equation small { margin-top: 8px; color: #8298ac; font-size: .58rem; }
.v2-team-result { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 0; margin-top: 100px; border-top: 1px solid rgba(141,169,198,.14); border-bottom: 1px solid rgba(141,169,198,.14); }
.v2-team-result > div { display: flex; flex-direction: column; gap: 12px; padding: 26px; border-left: 1px solid rgba(141,169,198,.12); }
.v2-team-result > div:first-child { border-left: 0; }
.v2-team-result span { color: #63798f; font-size: .56rem; letter-spacing: .08em; }
.v2-team-result b { color: #dce6f0; font-size: .76rem; }
.v2-team-result .is-result b { color: #59c8ff; }
.v2-team-result > p { grid-column: 1/-1; margin: 0; padding: 22px 26px; border-top: 1px solid rgba(141,169,198,.12); color: #8ba0b4; font-size: .78rem; }

/* Web + Studio reconciliation */
.v2-web { padding: 150px 0; }
.v2-web .websites__container { max-width: 1200px; }
.v2-web .websites__showcase { align-items: center; }
.v2-web .websites__copy-num { color: #61c4ff; font: 700 .7rem/1 'Inter'; letter-spacing: .16em; }
.v2-web .websites__visual { position: relative; overflow: hidden; border-radius: 2px; box-shadow: 0 35px 80px rgba(0,0,0,.34); }
.v2-web .websites__visual picture { display: block; }
.v2-web .lumyn-web__img { display: block; width: 100%; height: auto; }
.v2-web__demo,
.v2-studio__visual > span { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 6px 8px; background: rgba(3,10,19,.84); color: rgba(255,255,255,.78); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.v2-studio { padding: 150px 0; background: #f4f1ec; }
.v2-studio .studio-header { max-width: 870px; margin-bottom: 75px; }
.v2-studio .feature-block { grid-template-columns: minmax(300px,.72fr) minmax(460px,1.28fr); gap: 80px; align-items: center; }
.v2-studio .feature-mockup { padding: 0; overflow: hidden; border: 0; border-radius: 0; background: none; box-shadow: 0 30px 70px rgba(41,30,21,.18); }
.v2-studio__visual { position: relative; }
.v2-studio__visual picture,
.v2-studio__visual img { display: block; width: 100%; }
.v2-studio .feature-list li svg { stroke: var(--accent) !important; }

/* Trust */
.v2-trust { padding: 135px 0; background: #fff; }
.v2-trust__sequence { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; border-top: 1px solid #dce5ed; border-bottom: 1px solid #dce5ed; list-style: none; }
.v2-trust__sequence li { display: grid; grid-template-columns: auto 1fr; gap: 26px; min-height: 210px; padding: 32px; border-left: 1px solid #dce5ed; }
.v2-trust__sequence li:first-child { border-left: 0; }
.v2-trust__sequence > li > span { color: #a5b2bf; font: 600 1.45rem/1 'Outfit'; }
.v2-trust__sequence b { color: #13243a; font: 600 1.25rem/1.1 'Outfit'; }
.v2-trust__sequence p { margin: 16px 0 0; color: #687b8f; font-size: .8rem; line-height: 1.65; }

/* Pricing, FAQ and decision */
.pricing-section { overflow: clip; }
.pricing-cards { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 880px; margin-inline: auto; }
.pricing-card { min-width: 0; }
.pricing-card[hidden] { display: none !important; }
.pricing-panel:not(.active) { display: none !important; }
.pricing-panels { min-width: 0; }
.pricing-toggle { max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.pricing-toggle::-webkit-scrollbar { display: none; }
.faq-container { max-width: 900px; }
.faq-question { min-height: 64px; text-align: left; }
.faq-question:focus-visible,
.mobile-menu-btn:focus-visible,
.toggle-btn:focus-visible { outline: 3px solid rgba(0,145,255,.35); outline-offset: 4px; }
.cta-section { position: relative; overflow: hidden; background: #040a12; }
.cta-box { position: relative; overflow: hidden; border-color: rgba(112,170,218,.18); background: linear-gradient(140deg,#071425,#040a12); }
.v2-cta-signal { width: min(720px,100%); height: 90px; margin-bottom: 26px; }
.v2-cta-signal path { fill: none; stroke: rgba(52,181,255,.52); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.v2-cta-signal circle { fill: #56c5ff; }
.v2-cta-paths { display: flex; justify-content: center; gap: 28px; margin-top: 32px; }
.v2-cta-paths a { color: #70869b; font-size: .7rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.v2-cta-paths a:hover { color: #7fd0ff; }

@media (max-width: 1099px) {
  .v2-section-intro--split { gap: 42px; }
  .v2-command__grid { grid-template-columns: minmax(210px,.66fr) minmax(320px,1.34fr); }
  .v2-operation__canvas { grid-template-columns: minmax(0,1.25fr) minmax(250px,.75fr); }
  .v2-profitability { grid-template-columns: 1fr; gap: 42px; }
  .v2-web .websites__showcase,
  .v2-studio .feature-block { gap: 48px; }
}

@media (max-width: 899px) {
  .v2-section-intro--split { grid-template-columns: 1fr; align-items: start; }
  .v2-section-intro--split p { max-width: 650px; }
  .v2-command,
  .v2-operation,
  .v2-intelligence,
  .v2-web,
  .v2-studio { padding-block: 110px; }
  .v2-command__surface { grid-template-columns: 48px 1fr; }
  .v2-command__grid { grid-template-columns: 1fr 1fr; }
  .v2-command__health { grid-row: auto; }
  .v2-command__today { grid-column: span 2; grid-row: 1; }
  .v2-command__health { grid-row: 2 / span 2; }
  .v2-operation__canvas { grid-template-columns: 1fr; }
  .v2-operation__agenda { border-right: 0; border-bottom: 1px solid #e2eaf1; }
  .v2-operation__signal { display: none; }
  .v2-financial__reconciliation { grid-template-columns: 1fr; }
  .v2-financial__formula { padding-right: 0; }
  .v2-financial__context { padding-inline: 0; border-top: 1px solid #d9e3eb; border-left: 0; }
  .v2-intelligence__reading { grid-template-columns: 1fr; }
  .v2-intelligence__health { border-right: 0; border-bottom: 1px solid rgba(141,169,198,.12); }
  .v2-intelligence__factors,
  .v2-intelligence__insight { grid-column: 1; }
  .v2-profitability__equation { grid-template-columns: 1fr auto 1fr; gap: 8px 0; }
  .v2-profitability__equation .is-margin { grid-column: 1 / -1; }
  .v2-profitability__equation > i:nth-of-type(3) { display: none; }
  .v2-team-result { grid-template-columns: 1fr 1fr; }
  .v2-team-result > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(141,169,198,.12); }
  .v2-team-result > div:nth-child(4) { border-top: 1px solid rgba(141,169,198,.12); }
  .v2-web .websites__showcase,
  .v2-studio .feature-block { grid-template-columns: 1fr; }
  .v2-web .websites__visual { order: 2; }
  .v2-trust__sequence { grid-template-columns: 1fr; }
  .v2-trust__sequence li { min-height: 0; border-top: 1px solid #dce5ed; border-left: 0; }
  .v2-trust__sequence li:first-child { border-top: 0; }
  .pricing-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 768px) {
  .v2-kicker { margin-bottom: 14px; }
  .v2-section-intro { margin-bottom: 44px; }
  .v2-section-intro h2,
  .v2-command__intro h2,
  .v2-intelligence__intro h2 { font-size: clamp(2.35rem,12vw,3.6rem); }
  .hero-proof { justify-content: center; flex-wrap: wrap; }
  .hero-proof i { width: 12px; }
  .v2-command { padding-block: 92px; }
  .v2-command__intro { margin-bottom: 46px; }
  .v2-command__surface { display: block; min-height: 0; border-radius: 12px; }
  .v2-command__rail { display: none; }
  .v2-command__topbar { min-height: 58px; padding-inline: 16px; }
  .v2-command__grid { display: block; padding: 10px; }
  .v2-command__grid article { margin-bottom: 10px; }
  .v2-command__today { padding: 13px; }
  .v2-command__row { grid-template-columns: 45px 1fr; }
  .v2-command__row em { display: none; }
  .v2-command__health { padding: 24px; }
  .v2-command__health strong { margin-top: 22px; font-size: 4.6rem; }
  .v2-command__health p { margin-top: 24px; }
  .v2-command__metric { display: inline-flex; flex-direction: column; width: calc(50% - 7px); min-height: 112px; vertical-align: top; }
  .v2-command__metric + .v2-command__metric { margin-left: 4px; }
  .v2-command__insight { padding: 22px; }
  .v2-operation { padding-block: 92px; }
  .v2-operation__agenda { padding: 15px; }
  .v2-operation__timeline > div { grid-template-columns: 48px 1fr; min-height: 70px; padding-inline: 9px; }
  .v2-operation__timeline em { display: none; }
  .v2-operation__client { padding: 28px 22px; }
  .v2-operation__capabilities { display: grid; grid-template-columns: 1fr 1fr; }
  .v2-operation__capabilities span { padding: 11px 12px; border: 0; border-top: 1px solid #dce5ed; }
  .v2-financial { padding-block: 92px; }
  .v2-financial__formula .is-result strong { font-size: 1.8rem; }
  .v2-intelligence { padding-block: 96px; }
  .v2-intelligence__intro { margin-bottom: 48px; }
  .v2-intelligence__reading > div { padding: 24px; }
  .v2-intelligence__health strong { font-size: 4.4rem; }
  .v2-intelligence__pulse { min-height: 290px; }
  .v2-intelligence__pulse svg { left: 22px; right: 22px; bottom: 34px; width: calc(100% - 44px); }
  .v2-intelligence__factors { grid-template-columns: 1fr; padding: 0 !important; }
  .v2-intelligence__factors span + span { border-top: 1px solid rgba(141,169,198,.12); border-left: 0; }
  .v2-profitability { margin-top: 80px; padding-top: 70px; }
  .v2-profitability__equation { grid-template-columns: 1fr; }
  .v2-profitability__equation > i { padding: 8px 20px; }
  .v2-profitability__equation .is-margin { grid-column: auto; }
  .v2-profitability__equation > i:nth-of-type(3) { display: block; }
  .v2-team-result { grid-template-columns: 1fr; }
  .v2-team-result > div { border-top: 1px solid rgba(141,169,198,.12); border-left: 0; }
  .v2-team-result > div:first-child { border-top: 0; }
  .v2-web { padding-block: 100px; }
  .v2-web .websites__head { text-align: left; }
  .v2-web .websites__title { font-size: clamp(2.3rem,11vw,3.5rem); }
  .v2-web .websites__visual picture { display: block; max-height: 640px; overflow: hidden; }
  .v2-web .lumyn-web__img { width: 100%; height: 640px; object-fit: cover; object-position: top center; }
  .v2-studio { padding-block: 100px; }
  .v2-studio .studio-header { text-align: left; }
  .v2-studio__visual picture { display: block; max-height: 650px; overflow: hidden; }
  .v2-studio__visual img { width: 100%; height: 650px; object-fit: cover; object-position: top center; }
  .v2-trust { padding-block: 95px; }
  .v2-trust__sequence li { grid-template-columns: 42px 1fr; padding: 26px 8px; }
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-toggle-wrap { max-width: 100%; overflow: hidden; }
  .pricing-toggle { justify-content: flex-start; width: max-content; min-width: 100%; }
  .toggle-btn { flex: 0 0 auto; }
  .faq-question { min-height: 70px; padding-right: 48px; }
  .cta-box { padding-inline: 22px; }
  .v2-cta-paths { gap: 20px; }
}

@media (max-width: 430px) {
  .v2-command__metric { display: flex; width: 100%; }
  .v2-command__metric + .v2-command__metric { margin-left: 0; }
  .v2-operation__capabilities { grid-template-columns: 1fr; }
  .v2-financial__formula > div { padding-block: 18px; }
  .v2-financial__formula .is-result { align-items: flex-start; flex-direction: column; gap: 12px; }
  .v2-cta-paths { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-financial__trace { stroke-dashoffset: 0 !important; }
  .v2-cta-signal path { stroke-dashoffset: 0 !important; }
  .v2-intelligence__pulse .is-trace { stroke-dashoffset: 0 !important; }
}

/* ============================================
   FINAL MATERIALITY PASS — visual targets
   Product truth remains authoritative.
   ============================================ */
h1, h2, h3, .section-title, .hero-title, .cta-title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -.045em;
}

@media (min-width: 1200px) {
  .hero .container { max-width: 1500px; }
  .hero-container { grid-template-columns: minmax(400px,.72fr) minmax(700px,1.28fr); gap: clamp(54px,5vw,92px); }
  .hero-content { max-width: 560px; }
  .hero-title { font-size: clamp(4.15rem,5.05vw,5.75rem); font-weight: 720; }
  .v2-reading { width: min(100%,930px); }
  .v2-mockup__health,.v2-mockup__pulse { min-height: 270px; }
  .v2-mockup__pulse-line { height: 155px; }

  .v2-command > .container { display: grid; grid-template-columns: minmax(300px,.38fr) minmax(720px,1fr); align-items: center; gap: clamp(54px,5vw,94px); max-width: 1500px; }
  .v2-command__intro { margin: 0; }
  .v2-command__intro h2 { font-size: clamp(3.4rem,4.4vw,5.25rem); }
}

.v2-command__surface { min-height: 620px; border-color: rgba(99,153,199,.24); }
.v2-command__grid article { background: rgba(9,23,40,.68); }

.v2-operation__canvas {
  grid-template-columns: 168px minmax(0,1.15fr) minmax(280px,.85fr);
  min-height: 620px;
  overflow: hidden;
  background: #f8fbfe;
}
.v2-operation__nav { display: flex; flex-direction: column; gap: 5px; padding: 26px 13px; border-right: 1px solid #e2eaf1; background: #f7faff; }
.v2-operation__nav strong { display: flex; align-items: center; gap: 9px; margin: 0 8px 24px; color: #13243b; font-size: .76rem; }
.v2-operation__nav span { padding: 10px 11px; border-radius: 7px; color: #687b90; font-size: .65rem; }
.v2-operation__nav span.is-active { background: #e9f4ff; color: #087fd3; box-shadow: inset 2px 0 var(--accent); }
.v2-operation__agenda { padding: 34px 28px; }
.v2-operation__toolbar { align-items: center; }
.v2-operation__toolbar b { font-size: .95rem; }
.v2-operation__timeline > div { min-height: 92px; grid-template-columns: 58px 1fr auto; }
.v2-operation__client { padding: 40px 32px; }
.v2-operation__demo { grid-column: 1 / -1; padding: 15px 24px; border-top: 1px solid #dce6ee; background: #f3f8fc; color: #7e91a4; font-size: .58rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.v2-intelligence__reading { display: block; border-color: rgba(93,151,202,.22); background: linear-gradient(145deg,#071322,#040b14); }
.v2-intelligence__overview { display: grid; grid-template-columns: minmax(240px,.34fr) minmax(0,.66fr); padding: 0 !important; border-bottom: 1px solid rgba(141,169,198,.12); }
.v2-intelligence__overview > div { padding: 36px; }
.v2-intelligence__health { border-right: 1px solid rgba(141,169,198,.12); }
.v2-intelligence__pulse { min-height: 360px; }
.v2-intelligence__pulse strong { margin-top: 24px; }
.v2-intelligence__pulse svg { position: absolute; right: 34px; bottom: 48px; width: calc(100% - 68px); height: 190px; }
.v2-intelligence__pulse .is-area { fill: url(#intelligence-pulse-area); stroke: none; }
.v2-intelligence__pulse .is-trace { fill: none; stroke: #078cff; stroke-width: 2.2; stroke-dasharray: 900; stroke-dashoffset: 900; }
.v2-intelligence__pulse circle { fill: #49b8ff; stroke: rgba(73,184,255,.25); stroke-width: 10; }
.v2-intelligence__time { position: absolute; right: 34px; bottom: 24px; left: 34px; display: flex; justify-content: space-between; color: #5f7288; font-size: .58rem; }
.v2-intelligence__reasoning { position: relative; display: grid; grid-template-columns: .92fr .92fr 1.14fr 1fr; padding: 24px !important; background: rgba(3,10,18,.4); }
.v2-intelligence__reasoning::before { content: ''; position: absolute; left: 8%; right: 8%; top: 50%; height: 1px; background: linear-gradient(90deg,transparent,#078cff 18%,#6c5ce7 48%,#e89b3b 72%,#078cff); opacity: .45; }
.v2-intelligence__reasoning article { position: relative; min-height: 250px; padding: 28px 25px; border: 1px solid rgba(118,163,204,.15); border-left: 0; background: rgba(7,20,35,.94); }
.v2-intelligence__reasoning article:first-child { border-left: 1px solid rgba(118,163,204,.15); border-radius: 12px 0 0 12px; }
.v2-intelligence__reasoning article:last-child { border-radius: 0 12px 12px 0; }
.v2-intelligence__reasoning article::before { content: attr(data-step); display: block; margin-bottom: 34px; color: #4e647a; font-size: .58rem; letter-spacing: .1em; }
.v2-intelligence__reasoning article > span { color: #4cb9ff; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.v2-intelligence__reasoning article:nth-child(2) > span { color: #a982f5; }
.v2-intelligence__reasoning article:nth-child(3) > span { color: #efa44b; }
.v2-intelligence__reasoning h3 { margin: 20px 0 0; color: #edf5fc; font-size: clamp(1.15rem,1.65vw,1.55rem); line-height: 1.36; letter-spacing: -.025em; }
.v2-intelligence__reasoning p { margin: 24px 0 0; color: #8fa3b8; font-size: .72rem; line-height: 1.55; }
.v2-intelligence__reasoning p b { color: #45d194; }
.v2-intelligence__reasoning .is-insight { border: 1px solid #078cff; background: linear-gradient(155deg,rgba(0,128,235,.14),rgba(7,20,35,.98)); box-shadow: 0 0 34px rgba(0,126,230,.08); }
.v2-intelligence__factors { padding: 0 24px 24px !important; border: 0; background: rgba(3,10,18,.4); }

.v2-web .websites__visual { margin: 0; overflow: visible; box-shadow: none; }
.v2-web .websites__visual picture { display: block; overflow: hidden; border-radius: 2px; box-shadow: 0 35px 80px rgba(0,0,0,.34); }
.v2-web__caption,.v2-studio__caption { display: flex; gap: 12px; align-items: baseline; margin: 16px 0 0; color: #9fb0c2; font-size: .66rem; }
.v2-web__caption strong,.v2-studio__caption strong { color: #fff; font-size: .72rem; }

.v2-studio .feature-block { grid-template-columns: minmax(280px,.56fr) minmax(620px,1.44fr); gap: 70px; }
.v2-studio .feature-mockup { overflow: visible; box-shadow: none; }
.v2-studio__media-stack { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(150px,.58fr); grid-template-rows: 1fr auto; gap: 18px; align-items: stretch; }
.v2-studio__media-stack img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; box-shadow: 0 22px 55px rgba(30,22,16,.22); }
.v2-studio__media-stack .is-portrait { grid-row: 1; aspect-ratio: 4/5; }
.v2-studio__media-stack .is-story { grid-column: 2; grid-row: 1; aspect-ratio: 9/16; }
.v2-studio__media-stack .is-landscape { grid-column: 1 / -1; grid-row: 2; aspect-ratio: 21/9; }
.v2-studio__caption { color: #6e645b; }
.v2-studio__caption strong { color: #231f1b; }

.v2-trust { padding-block: 175px; }
.v2-trust__sequence li { min-height: 260px; padding: 44px 38px; }
.v2-trust__sequence > li > span { color: #c5ced7; font-family: 'Inter Tight',sans-serif; font-size: clamp(3.6rem,5vw,5.5rem); font-weight: 650; letter-spacing: -.06em; }

.cta-section { background: radial-gradient(circle at 50% 8%,rgba(0,126,230,.12),transparent 44%),#030a13; }
.cta-box { max-width: 1180px; margin: 0 auto; padding: 120px 40px 105px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.v2-cta-signal { width: min(1000px,100%); height: 116px; margin-bottom: 34px; }
.cta-title { color: #fff; font-size: clamp(3rem,5.4vw,5.25rem); font-weight: 700; }
.cta-subtitle { max-width: 680px; margin-inline: auto; color: #94a3b8; }
.cta-actions .btn-primary { min-width: 360px; min-height: 66px; }
.v2-cta-context { display: flex; justify-content: center; align-items: center; gap: 18px; margin: 32px 0 0; color: #7f91a5; font-size: .7rem; }
.v2-cta-context i { width: 3px; height: 3px; border-radius: 50%; background: #178fe3; }

@media (max-width:1199px) {
  .v2-operation__canvas { grid-template-columns: 145px minmax(0,1.15fr) minmax(250px,.85fr); }
  .v2-studio .feature-block { grid-template-columns: minmax(260px,.7fr) minmax(500px,1.3fr); gap: 46px; }
}

@media (max-width:899px) {
  .v2-operation__canvas { grid-template-columns: 1fr; }
  .v2-operation__nav { display: none; }
  .v2-operation__demo { grid-column: 1; }
  .v2-intelligence__overview { grid-template-columns: 1fr; }
  .v2-intelligence__health { border-right: 0; border-bottom: 1px solid rgba(141,169,198,.12); }
  .v2-intelligence__reasoning { grid-template-columns: 1fr 1fr; }
  .v2-intelligence__reasoning::before { display: none; }
  .v2-intelligence__reasoning article,.v2-intelligence__reasoning article:first-child,.v2-intelligence__reasoning article:last-child { min-height: 220px; border: 1px solid rgba(118,163,204,.15); border-radius: 0; }
  .v2-intelligence__reasoning .is-insight { border-color: #078cff; }
  .v2-studio .feature-block { grid-template-columns: 1fr; }
  .v2-studio__media-stack { max-width: 760px; margin-inline: auto; }
}

@media (max-width:768px) {
  .hero-title { font-weight: 720; }
  .v2-operation__timeline > div { grid-template-columns: 48px 1fr; }
  .v2-intelligence__overview > div { padding: 24px; }
  .v2-intelligence__pulse { min-height: 300px; }
  .v2-intelligence__pulse svg { right: 22px; bottom: 48px; left: 22px; width: calc(100% - 44px); height: 160px; }
  .v2-intelligence__time { right: 22px; left: 22px; }
  .v2-intelligence__reasoning { grid-template-columns: 1fr; padding: 12px !important; }
  .v2-intelligence__reasoning article,.v2-intelligence__reasoning article:first-child,.v2-intelligence__reasoning article:last-child { min-height: 0; padding: 25px 22px; border-radius: 0; }
  .v2-intelligence__reasoning article::before { margin-bottom: 18px; }
  .v2-intelligence__factors { padding: 0 12px 12px !important; }
  .v2-studio__media-stack { grid-template-columns: minmax(0,1.05fr) minmax(112px,.58fr); gap: 10px; }
  .v2-studio__caption,.v2-web__caption { flex-direction: column; gap: 3px; }
  .v2-trust { padding-block: 120px; }
  .v2-trust__sequence li { min-height: 0; padding: 34px 8px; }
  .cta-box { padding: 90px 12px 80px; }
  .cta-actions .btn-primary { min-width: 0; width: 100%; }
  .v2-cta-context { flex-wrap: wrap; gap: 10px; line-height: 1.5; }
}

/* Final release polish: editorial hero without product mockup. */
.hero {
  min-height: 0;
  padding-block: clamp(112px, 10vw, 148px) clamp(68px, 7vw, 94px);
}
.hero-container {
  display: block;
  text-align: center;
}
.hero-content {
  max-width: 800px;
  margin-inline: auto;
}
.hero-subtitle {
  max-width: 720px;
  margin-inline: auto;
}
.hero-ctas {
  flex-direction: column;
  align-items: center;
}
.hero-ctas,
.hero-proof {
  justify-content: center;
}

/* Price parts remain aligned without forcing a single oversized string. */
.price-amount {
  min-width: 0;
  white-space: normal;
}
.price-value {
  min-width: 0;
  font-size: clamp(2.55rem, 5vw, 3rem);
}

@media (max-width: 430px) {
  .hero {
    padding-block: 104px 56px;
  }
  .price-amount {
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 0;
  }
  .price-amount .period {
    flex-basis: 100%;
    margin-left: 2.15rem;
    margin-top: -3px;
    font-size: .82rem;
  }
}
