/* ---------- shared page-header pattern (non-home pages) ---------- */
.page-hero{padding:150px 0 60px}
.page-hero h1{font-size:clamp(2.3rem,4.6vw,3.6rem);margin-bottom:18px}
.page-hero .lede{max-width:640px;font-size:1.08rem}
.crumb{font-family:var(--mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}
.crumb a{color:#69b7ff}

/* ---------- active nav state ---------- */
/* Matches the quieter Experience Integrity pill state: no underline, one clear active capsule. */
.navlinks a.is-active{
  position:relative;
  opacity:1;
  color:#fff;
  background:rgba(18,104,255,.16);
  box-shadow:inset 0 0 0 1px rgba(122,164,255,.18);
  text-shadow:none
}
.navlinks a.is-active:after{content:none!important}
.navlinks a.is-active:hover{
  color:#fff;
  background:rgba(18,104,255,.20);
  box-shadow:inset 0 0 0 1px rgba(122,164,255,.24)
}
.mobile-nav a.is-active{
  color:#fff;
  background:rgba(18,104,255,.16);
  box-shadow:inset 0 0 0 1px rgba(122,164,255,.16)
}

/* ---------- dimension list (Full Score page) ---------- */
.dim-list{display:grid;gap:14px;margin-top:28px}
.dim-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:18px;padding:18px 22px;border:1px solid var(--line);border-radius:16px;background:rgba(10,22,42,.5)}
.dim-num{font-family:var(--mono);color:#69b7ff;font-size:.85rem}
.dim-row h4{font-family:var(--display);font-weight:700;font-size:1.05rem;margin-bottom:4px}
.dim-row p{margin:0;font-size:.88rem}
.dim-max{font-family:var(--mono);font-size:.78rem;color:var(--muted);white-space:nowrap}

/* ---------- timeline (Sprint page) ---------- */
.timeline{display:grid;gap:0;margin-top:32px;border-left:2px solid var(--line);padding-left:28px}
.timeline-step{position:relative;padding-bottom:34px}
.timeline-step:last-child{padding-bottom:0}
.timeline-step:before{content:"";position:absolute;left:-33px;top:4px;width:10px;height:10px;border-radius:50%;background:var(--blue2);box-shadow:0 0 0 4px rgba(18,104,255,.18)}
.timeline-step .wk{font-family:var(--mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#69b7ff;margin-bottom:6px}
.timeline-step h4{font-family:var(--display);font-weight:700;font-size:1.1rem;margin-bottom:6px}
.timeline-step p{margin:0;max-width:560px}

/* ---------- FAQ ---------- */
.faq{margin-top:28px;display:grid;gap:10px}
.faq-item{border:1px solid var(--line);border-radius:14px;background:rgba(10,22,42,.5);overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:700;font-family:var(--display);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";font-family:var(--mono);color:#69b7ff;font-size:1.2rem;flex-shrink:0}
.faq-item[open] summary:after{content:"–"}
.faq-item .faq-a{padding:0 22px 20px;margin:0;max-width:640px}

/* ---------- audit score chip (case studies) ---------- */
.score-chip{display:inline-flex;align-items:baseline;gap:4px;font-family:var(--mono);border:1px solid var(--line2);border-radius:999px;padding:6px 14px;font-size:.85rem}
.score-chip b{font-size:1rem;color:var(--text)}
.score-trail{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 8px}

/* ---------- comparison / deliverables grid ---------- */
.deliv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-top:28px}
.deliv-card{border:1px solid var(--line);border-radius:16px;padding:22px;background:rgba(10,22,42,.5)}
.deliv-card h4{font-family:var(--display);font-weight:700;margin-bottom:8px}
.deliv-card p{margin:0;font-size:.9rem}

/* ---------- prototype / platform stub pages ---------- */
.stub-shell{padding:150px 0 120px}
.stub-badge{display:inline-block;font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);border:1px solid rgba(242,193,78,.4);background:rgba(242,193,78,.08);border-radius:999px;padding:6px 14px;margin-bottom:22px}
.stub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:32px}
.stub-card{border:1px dashed var(--line2);border-radius:16px;padding:22px;background:rgba(10,22,42,.35)}
.stub-card h4{font-family:var(--display);font-weight:700;font-size:1rem;margin-bottom:6px}
.stub-card p{margin:0;font-size:.86rem}
.stub-status{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.stub-status span{font-family:var(--mono);font-size:.72rem;letter-spacing:.06em;padding:6px 12px;border-radius:8px;border:1px solid var(--line);color:var(--muted)}
.stub-status span.done{color:var(--green);border-color:rgba(63,240,162,.35)}

/* ---------- form basics (checkout / intake / contact) ---------- */
.form-panel{max-width:560px;margin-top:28px;padding:32px;display:grid;gap:16px}
.form-panel label{font-family:var(--mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:6px}
.form-panel input,.form-panel select,.form-panel textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line);background:rgba(4,10,20,.6);color:var(--text);font:inherit}
.form-panel textarea{min-height:110px;resize:vertical}
.form-row{display:grid;gap:16px;grid-template-columns:1fr 1fr}
@media (max-width:640px){.form-row{grid-template-columns:1fr}}


/* =========================================================
   Phase 1 Full v2 — page-level wow refinements
   ========================================================= */
.page{position:relative;overflow:hidden}.page:before{content:"";position:fixed;inset:-10vh -10vw;z-index:-1;pointer-events:none;background:radial-gradient(circle at 76% 12%,rgba(69,215,255,.06),transparent 26rem),radial-gradient(circle at 20% 36%,rgba(18,104,255,.08),transparent 32rem);filter:blur(4px)}
.page-hero{position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;left:-20%;right:-20%;bottom:-120px;height:280px;background:radial-gradient(ellipse at center,rgba(18,104,255,.24),transparent 68%);pointer-events:none;opacity:.72}.page-hero-split{padding:140px 0 78px}.hero-split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:48px;align-items:center}.hero-actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}.lede a{color:#69b7ff}.page h1{letter-spacing:-.06em}
.score-preview-card,.capital-panel,.contact-router,.checkout-card,.intake-status,.method-orbit{position:relative;overflow:hidden;min-height:310px;padding:26px;border-radius:26px 26px 26px 6px;background:linear-gradient(145deg,rgba(10,22,42,.92),rgba(3,8,18,.82)),radial-gradient(circle at 50% 10%,rgba(18,104,255,.18),transparent 58%)}.score-preview-card:before,.capital-panel:before,.method-orbit:before{content:"";position:absolute;inset:auto 0 0;height:120px;background:radial-gradient(ellipse at center bottom,rgba(18,104,255,.34),transparent 72%)}.preview-top{display:flex;justify-content:space-between;font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;color:#8fb4ea}.big-score{display:flex;align-items:baseline;gap:6px;margin:34px 0;color:#fff}.big-score b{font-size:5.5rem;line-height:.8;letter-spacing:-.08em}.big-score span{font-family:var(--mono);color:#8ea1c1}.score-beam{height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);box-shadow:0 0 24px rgba(69,215,255,.55);margin-bottom:22px}.score-preview-lines{display:grid;gap:10px}.score-preview-lines span{display:flex;gap:10px;color:#cbd8ef}.score-preview-lines i{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px var(--cyan);margin-top:7px}.feature-rail{display:grid;grid-template-columns:.6fr 1fr;gap:34px;align-items:start}.rail-copy{position:sticky;top:110px}.wow-grid{display:grid;gap:16px}.wow-grid.four{grid-template-columns:repeat(4,1fr)}.wow-grid.three{grid-template-columns:repeat(3,1fr)}.wow-grid.two{grid-template-columns:repeat(2,1fr)}.wow-card{position:relative;overflow:hidden;min-height:180px;padding:22px;border:1px solid rgba(122,164,255,.16);border-radius:18px;background:linear-gradient(180deg,rgba(10,22,42,.62),rgba(4,10,20,.62));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.wow-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,rgba(69,215,255,.09),transparent 42%);opacity:.9}.wow-card>*{position:relative}.wow-card span{font-family:var(--mono);font-size:.68rem;letter-spacing:.12em;color:#69b7ff}.wow-card h4{font-family:var(--display);font-size:1.08rem;margin:16px 0 8px}.wow-card p{font-size:.9rem}.diagnosis-cockpit{padding:34px;border-radius:28px 3px 28px 28px}.dim-console{display:grid;gap:12px}.dim-row{transition:.22s ease}.dim-row:hover{transform:translateX(4px);border-color:rgba(69,215,255,.32);background:rgba(18,104,255,.08)}.process-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-strip div{padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(10,22,42,.5)}.process-strip span{font-family:var(--mono);font-size:.68rem;color:#69b7ff}.process-strip b{display:block;margin-top:8px}.sprint-board{padding:28px;display:grid;gap:14px}.board-line{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:14px;padding:16px;background:rgba(255,255,255,.025)}.board-line.active{border-color:#2f7eff;background:rgba(18,104,255,.16);box-shadow:0 0 50px rgba(18,104,255,.12)}.board-line span{font-family:var(--mono);font-size:.7rem;color:#75bfff}.board-arrow{text-align:center;color:#69b7ff}.sprint-system{display:grid;grid-template-columns:.6fr 1fr;gap:44px}.system-stack{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.system-stack div{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(10,22,42,.46)}.system-stack b{font-family:var(--mono);color:#69b7ff}.enhanced .timeline-step{padding-left:6px}.enhanced .timeline-step:before{box-shadow:0 0 0 4px rgba(18,104,255,.18),0 0 26px rgba(18,104,255,.44)}.capital-panel span,.checkout-card span,.intake-status span,.contact-router span{font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;color:#69b7ff}.capital-panel h3{font-size:2rem;margin:18px 0}.capital-ring{width:170px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;margin:22px auto;border:1px solid rgba(122,164,255,.22);background:radial-gradient(circle,rgba(18,104,255,.18),transparent 65%)}.capital-ring b{font-size:2.3rem}.capital-ring small{display:block;font-family:var(--mono);font-size:.62rem;color:#95a7c4;text-align:center}.investor-matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.investor-matrix div{min-height:160px;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(10,22,42,.68),rgba(4,10,20,.52))}.investor-matrix span{font-family:var(--mono);color:#69b7ff}.investor-matrix h4{font-family:var(--display);font-size:1.25rem;margin:16px 0 6px}.price-ladder{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ladder-line{position:absolute;left:5%;right:5%;top:34px;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);opacity:.38}.comparison-panel{padding:34px}.decision-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.decision-grid div{padding:20px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025)}.decision-grid b{display:block;margin-bottom:8px}.case-score-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.case-score-stack div{padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(10,22,42,.58)}.case-score-stack span{font-family:var(--mono);font-size:.7rem;color:#69b7ff}.case-score-stack b{display:block;font-size:2rem;letter-spacing:-.06em}.case-showcase{padding-bottom:22px}.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.story-grid div{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(10,22,42,.5)}.method-orbit{display:grid;place-items:center;text-align:center}.method-orbit img{width:120px;filter:drop-shadow(0 0 28px rgba(18,104,255,.44))}.method-orbit span{font-family:var(--mono);letter-spacing:.14em;color:#83c6ff;text-transform:uppercase}.manifesto{display:grid;grid-template-columns:.72fr 1fr;gap:40px;align-items:center}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.method-grid div{min-height:170px;border:1px solid var(--line);border-radius:18px;padding:22px;background:rgba(10,22,42,.5)}.method-grid span{font-family:var(--mono);color:#69b7ff}.standard-panel{padding:34px;display:grid;grid-template-columns:.65fr 1fr;gap:36px}.metrics.realistic .metric b{text-transform:none}.contact-router{display:grid;gap:12px;min-height:auto}.contact-router a{padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.03);font-weight:800}.contact-grid,.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.form-panel.elevated{padding:28px;border-radius:24px}.form-panel label{display:block;font-weight:800;margin-bottom:8px;color:#dce7fb}.form-panel input,.form-panel textarea,.form-panel select{width:100%;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.035);color:#fff;padding:13px 14px}.form-panel textarea{min-height:140px;resize:vertical}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-panel{display:grid;gap:16px}.contact-note{padding:24px}.contact-note ul{list-style:none;display:grid;gap:12px}.contact-note li{color:#c8d5ee}.contact-note li:before{content:'✓';color:var(--cyan);margin-right:10px}.checkout-total{font-size:4rem;font-weight:900;letter-spacing:-.08em;margin:22px 0}.checkout-line{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.checkout-assurance{display:grid;gap:12px}.checkout-assurance div{padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(10,22,42,.45)}.checkout-assurance b{display:block}.intake-status{min-height:auto;display:grid;gap:12px}.intake-status div{color:#cbd8ef}.intake-status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px var(--cyan);margin-right:10px}.intake-form{max-width:900px}.upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.drop-card{min-height:130px;border:1px dashed rgba(122,164,255,.38)!important;border-radius:18px!important;background:rgba(18,104,255,.045);display:grid!important;place-items:center;text-align:center;padding:18px!important;cursor:pointer}.drop-card input{display:none}.thank-hero{text-align:center}.thank-hero .wrap{max-width:760px}.success-mark{width:110px;margin:0 auto 22px}.success-mark img{filter:drop-shadow(0 0 32px rgba(18,104,255,.55))}.status-ribbon{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:26px 0}.status-ribbon span{font-family:var(--mono);font-size:.72rem;border:1px solid var(--line);border-radius:999px;padding:9px 12px;color:#98a8c6}.status-ribbon .done{color:#fff;border-color:#2f7eff;background:rgba(18,104,255,.16)}.dashboard-shell{padding:140px 0 110px}.dash-hero{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-card{display:block;position:relative;overflow:hidden;min-height:190px;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(10,22,42,.58),rgba(4,10,20,.55));color:inherit}.dash-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(18,104,255,.12),transparent 44%)}.dash-card>*{position:relative}.dash-card h4{font-family:var(--display);font-size:1.1rem;margin-bottom:8px}.dash-card b{font-size:2.4rem;color:#69b7ff}.dash-card span{font-family:var(--mono);font-size:.68rem;letter-spacing:.12em;color:#69b7ff}.primary-card{border-color:#2f7eff;background:linear-gradient(180deg,rgba(18,104,255,.20),rgba(4,10,20,.62))}.stub-status.enhanced{margin:24px 0 28px}.report-preview{padding:30px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-bottom:22px}.admin-shell{background:radial-gradient(circle at 80% 18%,rgba(255,61,93,.06),transparent 24rem)}.admin-table{overflow:hidden}.admin-table>div{display:grid;grid-template-columns:1fr 1fr 1fr;padding:16px 20px;border-bottom:1px solid var(--line)}.review-board{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stub-badge{display:inline-block}.case-points{width:min(var(--max),calc(100% - 48px));margin-left:auto;margin-right:auto}.page .final-cta h2{text-shadow:0 0 30px rgba(18,104,255,.14)}
@media(max-width:1080px){.hero-split-grid,.feature-rail,.sprint-system,.manifesto,.standard-panel,.contact-grid,.checkout-grid{grid-template-columns:1fr}.rail-copy{position:static}.wow-grid.four,.price-ladder,.story-grid,.method-grid,.dashboard-grid{grid-template-columns:repeat(2,1fr)}.investor-matrix{grid-template-columns:repeat(2,1fr)}.upload-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.page-hero-split,.dashboard-shell{padding-top:96px}.hero-split-grid{gap:26px}.wow-grid.four,.wow-grid.three,.wow-grid.two,.price-ladder,.story-grid,.method-grid,.process-strip,.investor-matrix,.decision-grid,.dashboard-grid,.review-board,.case-score-stack,.form-row,.upload-grid{grid-template-columns:1fr}.score-preview-card,.capital-panel{min-height:auto}.big-score b{font-size:4rem}.dash-hero,.report-preview{display:grid}.case-points{width:min(100% - 30px,var(--max))}}

/* --- Phase 1 Full v3 targeted refinement fixes --- */
/* 1) About page: stop metric cards stretching vertically and make the proof block feel intentionally balanced. */
.page-about .founder-proof-grid{
  align-items:start;
  grid-template-columns:minmax(0,.72fr) minmax(420px,1fr);
}
.page-about .metrics.realistic{
  align-self:start;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.page-about .metrics.realistic .metric{
  min-height:178px;
  height:auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  position:relative;
  overflow:hidden;
}
.page-about .metrics.realistic .metric::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  height:1px;
  background:linear-gradient(90deg,rgba(69,215,255,.7),transparent);
  opacity:.35;
}
.page-about .metrics.realistic .metric span{
  max-width:14ch;
}

/* 2) Full Score: make the report preview look complete, not like a broken/incomplete score. */
.score-preview-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
}
.score-preview-card .preview-top,
.score-preview-card .score-preview-lines,
.score-preview-card .score-beam,
.score-preview-card .big-score{
  position:relative;
  z-index:1;
}
.score-preview-card .report-score-preview{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:18px;
  margin:26px 0 18px;
  padding:18px;
  border:1px solid rgba(122,164,255,.14);
  border-radius:18px;
  background:
    radial-gradient(circle at 0% 50%,rgba(69,215,255,.11),transparent 42%),
    rgba(255,255,255,.025);
}
.score-preview-card .score-stamp{
  width:112px;
  aspect-ratio:1;
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;
  background:
    conic-gradient(from 220deg,rgba(69,215,255,.95) 0deg,rgba(18,104,255,.95) 86deg,rgba(18,104,255,.12) 87deg 300deg,transparent 301deg 360deg);
  box-shadow:0 0 30px rgba(18,104,255,.20);
}
.score-preview-card .score-stamp::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:50%;
  background:#07111f;
  border:1px solid rgba(122,164,255,.16);
}
.score-preview-card .score-stamp b,
.score-preview-card .score-stamp span{
  position:relative;
  z-index:1;
}
.score-preview-card .score-stamp{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.score-preview-card .score-stamp b{
  font-size:2.35rem;
  line-height:1;
  letter-spacing:-.08em;
  transform:translateY(2px);
}
.score-preview-card .score-stamp span{
  display:block;
  margin-top:3px;
  font-family:var(--mono);
  font-size:.68rem;
  color:#8ea1c1;
}
.score-preview-card .score-state small{
  display:block;
  font-family:var(--mono);
  font-size:.62rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#69b7ff;
  margin-bottom:7px;
}
.score-preview-card .score-state strong{
  display:block;
  font-family:var(--display);
  font-size:1.36rem;
  line-height:1.02;
  letter-spacing:-.045em;
}
.score-preview-card .score-beam{
  margin:0 0 4px;
}

/* 3) Header/console logo robustness: keep both root-preview and file-open modes working. */
.mini-r-png img,.brand-mark-png img{
  object-fit:contain;
}
.console-title .mini-r-png{
  background:rgba(5,12,24,.45);
  border-radius:8px;
  box-shadow:0 0 22px rgba(18,104,255,.16);
}

/* 4) General balance: reduce the feeling of unfinished blank sides on split sections. */
.hero-split-grid{
  align-items:center;
}
.page-hero-split .lede{
  max-width:660px;
}
.feature-rail{
  grid-template-columns:minmax(0,.68fr) minmax(0,1fr);
  align-items:start;
}
.feature-rail .wow-grid,
.sprint-system .system-stack,
.investor-matrix,
.method-grid,
.story-grid,
.decision-grid{
  align-self:stretch;
}
.wow-card,.method-grid div,.story-grid div,.investor-matrix div,.decision-grid div{
  background:
    radial-gradient(circle at 100% 0%,rgba(18,104,255,.08),transparent 42%),
    linear-gradient(180deg,rgba(10,22,42,.62),rgba(4,10,20,.62));
}
.standard-panel{
  align-items:center;
}

@media(max-width:1080px){
  .page-about .founder-proof-grid{
    grid-template-columns:1fr;
  }
  .page-about .metrics.realistic{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .page-about .metrics.realistic .metric{
    min-height:150px;
  }
  .feature-rail{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .page-about .metrics.realistic{
    grid-template-columns:1fr;
  }
  .page-about .metrics.realistic .metric{
    min-height:auto;
  }
  .score-preview-card .report-score-preview{
    grid-template-columns:1fr;
  }
  .score-preview-card .score-stamp{
    width:104px;
  }
}



/* --- v5 full-score hero score optical centering --- */
.report-preview .big-score{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.report-preview .big-score b{
  display:block !important;
  line-height:.78 !important;
  margin:0 !important;
  padding:0 !important;
  transform:translateY(18px) !important;
}

.report-preview .big-score span{
  display:block !important;
  line-height:1 !important;
  margin-top:10px !important;
  padding:0 !important;
  transform:translateY(18px) !important;
}


/* --- v28 mobile first-screen page heroes + considered column retention --- */
@media(max-width:680px){
  /* Every marketing-page hero owns the initial viewport. Split visual panels follow on scroll. */
  .page-hero,
  .page-hero-split{padding:0 0 64px}
  .page-hero-split .hero-split-grid>:first-child,
  .page-hero:not(.page-hero-split)>.wrap{
    min-height:calc(100svh - var(--mobile-header-height,64px));
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:clamp(30px,6vh,56px) 0 24px;
  }
  .page-hero .hero-actions{margin-bottom:0}
  .hero-split-grid{gap:28px}

  /* Small, related modules retain visual grouping rather than becoming a one-card-per-row feed. */
  .wow-grid.four,
  .wow-grid.three,
  .wow-grid.two,
  .story-grid,
  .method-grid,
  .process-strip,
  .investor-matrix,
  .decision-grid,
  .dashboard-grid,
  .review-board,
  .upload-grid,
  .page-about .metrics.realistic{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .wow-grid.three>:last-child,
  .review-board>:last-child{grid-column:1/-1}
  .case-score-stack{grid-template-columns:repeat(3,minmax(0,1fr))}

  /* These contain longer decisions, pricing detail, or data entry and remain deliberately linear. */
  .price-ladder,
  .form-row{grid-template-columns:1fr}

  .wow-card,
  .method-grid div,
  .story-grid div,
  .investor-matrix div,
  .decision-grid div,
  .dash-card{min-height:auto;padding:18px 15px}
  .process-strip div{padding:16px 13px}
  .drop-card{min-height:112px;padding:14px!important}
  .case-score-stack div{padding:15px 10px;text-align:center}
  .case-score-stack b{font-size:1.62rem}
  .case-score-stack span{font-size:.6rem}
}

@media(max-width:680px) and (max-height:720px){
  .page-hero-split .hero-split-grid>:first-child,
  .page-hero:not(.page-hero-split)>.wrap{padding:18px 0 16px}
  .page-hero .crumb{margin-bottom:13px}
  .page-hero .eyebrow{margin-bottom:10px}
  .page-hero h1{font-size:clamp(2rem,9.5vw,2.65rem);margin-bottom:12px}
  .page-hero .lede{font-size:.96rem;line-height:1.4}
  .page-hero .hero-actions{margin-top:18px;gap:8px}
  .page-hero .hero-actions .btn{padding:10px 13px;font-size:.8rem}
}

@media(max-width:360px){
  .dashboard-grid,
  .method-grid,
  .story-grid{grid-template-columns:1fr}
}

/* --- v29 dashboard/admin first-screen framing --- */
.mobile-page-intro{display:contents}
@media(max-width:680px){
  .dashboard-shell{padding:0 0 64px}
  .dashboard-shell>.wrap>.mobile-page-intro{
    min-height:calc(100svh - var(--mobile-header-height,64px));
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:clamp(30px,6vh,56px) 0 24px;
  }
  .mobile-page-intro>.dash-hero,
  .mobile-page-intro>.report-preview{margin-bottom:0}
  .dashboard-shell>.wrap>.stub-status,
  .dashboard-shell>.wrap>.dashboard-grid,
  .dashboard-shell>.wrap>.form-panel,
  .dashboard-shell>.wrap>.admin-table,
  .dashboard-shell>.wrap>.review-board{margin-top:24px}
}
@media(max-width:680px) and (max-height:720px){
  .dashboard-shell>.wrap>.mobile-page-intro{padding:18px 0 16px}
}

/* =========================================================
   v30 — exact linked build: page hero, rubric and score fixes
   ========================================================= */

/* Full Score hero: center the 00 /40 lockup as one optical unit. */
.score-preview-card .score-stamp{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:0!important;text-align:center!important}
.score-preview-card .score-stamp b{display:block!important;margin:0!important;padding:0!important;font-size:2.35rem!important;line-height:.82!important;letter-spacing:-.075em!important;transform:none!important}
.score-preview-card .score-stamp span{display:block!important;margin:5px 0 0!important;padding:0!important;font-size:.68rem!important;line-height:1!important;transform:none!important}

/* Investor-Ready hero: treat price and scope as one centred circular lockup. */
.capital-ring{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;padding:18px!important}
.capital-ring b{display:block;margin:0;font-size:2.3rem;line-height:.92;letter-spacing:-.055em}
.capital-ring small{display:block;margin:0;line-height:1.35;max-width:12ch}

/* Eight dimensions become four deliberate rows of two on desktop. */
@media(min-width:821px){
  .dim-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .dim-row{min-height:118px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;padding:20px}
}

/* Mobile page heroes: editorial hierarchy at the top, decision point near the bottom. */
@media(max-width:680px){
  .page-hero-split .hero-split-grid>:first-child,
  .page-hero:not(.page-hero-split)>.wrap{position:relative;justify-content:flex-start!important;padding:clamp(24px,4.2vh,38px) 0 68px!important}
  .page-hero .crumb{margin:0 0 clamp(20px,4vh,34px)}
  .page-hero .eyebrow{margin-bottom:clamp(13px,2.2vh,19px)}
  .page-hero h1{margin:0;font-size:clamp(2.35rem,10.4vw,3.5rem);line-height:.98}
  .page-hero .lede{margin-top:clamp(20px,3.2vh,28px)}
  .page-hero .hero-actions,
  .page-hero .status-ribbon,
  .page-hero-split .hero-split-grid>:first-child>.lede:last-child,
  .page-hero:not(.page-hero-split)>.wrap>.lede:last-child{margin-top:auto!important;padding-top:clamp(30px,7vh,62px)}
  .page-hero .hero-actions{width:100%;margin-bottom:0}
  .page-hero .hero-actions .btn{min-height:46px}
  .page-hero .mobile-scroll-cue{bottom:16px}

  /* Keep the circular instruments optically centred at small sizes too. */
  .score-preview-card .score-stamp{width:108px!important}
  .capital-ring{width:164px}
}

@media(max-width:680px) and (max-height:720px){
  .page-hero-split .hero-split-grid>:first-child,
  .page-hero:not(.page-hero-split)>.wrap{padding:18px 0 58px!important}
  .page-hero .crumb{margin-bottom:12px}
  .page-hero .eyebrow{margin-bottom:8px}
  .page-hero h1{font-size:clamp(2rem,9vw,2.65rem)}
  .page-hero .lede{margin-top:12px;font-size:.92rem;line-height:1.38}
  .page-hero .hero-actions,
  .page-hero .status-ribbon,
  .page-hero-split .hero-split-grid>:first-child>.lede:last-child,
  .page-hero:not(.page-hero-split)>.wrap>.lede:last-child{padding-top:18px}
  .page-hero .mobile-scroll-cue{bottom:10px}
}

/* The live Full Score markup uses .dim-console (not the earlier .dim-list prototype). */
@media(min-width:821px){
  .dim-console{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .dim-console .dim-row{min-height:124px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;padding:20px}
  .dim-console .dim-row:hover{transform:translateY(-2px)}
}

/* v31 final specificity pass for mobile editorial hero spacing. */
@media(max-width:680px){
  .page-hero-split .hero-split-grid>:first-child>.lede:last-child,
  .page-hero:not(.page-hero-split)>.wrap>.lede:last-child{
    margin-top:clamp(18px,2.7vh,25px)!important;
    padding-top:0!important;
  }
  body.full-score-intake .page-intake .hero-split-grid>:first-child>.lede:last-child,
  .page-cases .hero-split-grid>:first-child>.lede:last-child{
    margin-top:clamp(14px,2.2vh,21px)!important;
  }
}

/* =========================================================
   v32 — balanced mobile hero zones, compact Workbench, contained nav
   ========================================================= */

/* Desktop Workbench: fit the complete question naturally without a dead well
   between the answer choices and the navigation controls. */
@media(min-width:821px){
  .tell-list:has(.tool-workbench.open){min-height:530px!important}
  .tell-list:has(.tool-workbench.open) .wb-modal{
    inset:10px 10px auto!important;
    height:auto!important;
    max-height:calc(100% - 20px);
  }
  .tell-list:has(.tool-workbench.open) .wb-body{
    flex:0 0 auto!important;
    overflow:visible!important;
    padding:14px 18px 12px!important;
    gap:11px!important;
  }
  .tell-list:has(.tool-workbench.open) .wb-answers{
    margin-top:2px!important;
  }
  .tell-list:has(.tool-workbench.open) .wb-bottom{
    flex:0 0 auto;
    padding:14px 18px!important;
  }
}

@media(max-width:1080px){
  /* The menu is a viewport-contained panel, never a horizontally scrollable
     canvas. The atmospheric glow is clipped inside its own border. */
  .mobile-nav{
    box-sizing:border-box!important;
    width:min(520px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    contain:paint;
    scrollbar-gutter:stable;
  }
  .mobile-nav::before{left:0!important;right:0!important;bottom:-42px!important}
  .mobile-nav>a{
    box-sizing:border-box;
    width:100%;
    min-width:0;
    grid-template-columns:30px minmax(0,1fr) 18px!important;
  }
  .mobile-nav>a,
  .mobile-nav>a *{min-width:0}
  .mobile-nav-foot{
    box-sizing:border-box;
    width:100%;
    min-width:0;
  }
  .mobile-nav-foot a{min-width:0;text-align:center}
}

@media(max-width:680px){
  /* Homepage: fixed top context, one centred narrative unit, fixed low CTA. */
  .hero-grid>:first-child{
    position:relative;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    align-content:stretch!important;
    justify-content:stretch!important;
    padding:clamp(22px,3.4vh,32px) 0 68px!important;
  }
  .hero-grid>:first-child>.eyebrow{
    grid-row:1!important;
    margin:0!important;
    align-self:start;
  }
  .hero-grid>:first-child>.mobile-hero-narrative{
    grid-row:2;
    align-self:center;
    width:100%;
    padding:clamp(16px,2.4vh,24px) 0;
  }
  .mobile-hero-narrative>.hero-title{
    margin:0!important;
    padding:0!important;
  }
  .mobile-hero-narrative>.hero-copy{
    margin:clamp(18px,2.6vh,25px) 0 0!important;
  }
  .hero-grid>:first-child>.hero-actions{
    grid-row:3!important;
    align-self:end;
    margin:0!important;
    padding:0!important;
    width:100%;
  }

  /* Standard marketing heroes use the same three-zone composition. */
  .page-hero-split .hero-split-grid>:first-child,
  .page-hero:not(.page-hero-split)>.wrap{
    position:relative;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    align-content:stretch!important;
    justify-content:stretch!important;
    padding:clamp(20px,3.2vh,30px) 0 68px!important;
  }
  .page-hero .crumb{
    grid-row:1!important;
    margin:0 0 12px!important;
    align-self:start;
  }
  .page-hero .eyebrow{
    grid-row:2!important;
    margin:0!important;
    align-self:start;
  }
  .page-hero .mobile-hero-narrative{
    grid-row:3;
    align-self:center;
    width:100%;
    padding:clamp(14px,2.2vh,22px) 0;
  }
  .page-hero .mobile-hero-narrative h1{
    margin:0!important;
    padding:0!important;
  }
  .page-hero .mobile-hero-narrative .lede{
    margin:clamp(16px,2.4vh,23px) 0 0!important;
    padding:0!important;
  }
  .page-hero .hero-actions,
  .page-hero .status-ribbon{
    grid-row:4!important;
    align-self:end;
    margin:0!important;
    padding:0!important;
    width:100%;
  }

  /* Case Studies and Full Score intake: the evidence instrument is the bottom
     zone, while the narrative remains centred above it. */
  body.full-score-intake .page-intake .hero-split-grid,
  .page-cases .hero-split-grid{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    align-content:stretch!important;
    gap:clamp(14px,2.2vh,22px)!important;
    padding:clamp(18px,2.8vh,26px) 0 66px!important;
  }
  body.full-score-intake .page-intake .hero-split-grid>:first-child,
  .page-cases .hero-split-grid>:first-child{
    min-height:0!important;
    height:100%;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr)!important;
    padding:0!important;
  }
  body.full-score-intake .page-intake .mobile-hero-narrative,
  .page-cases .mobile-hero-narrative{
    grid-row:3!important;
    align-self:center!important;
    padding:clamp(10px,1.8vh,18px) 0!important;
  }
  body.full-score-intake .page-intake .intake-status,
  .page-cases .case-score-stack{
    align-self:end;
    margin:0!important;
  }

  /* Defensive mobile containment for unusually narrow browser viewports. */
  .mobile-nav{left:10px!important;right:10px!important;transform:translateY(-14px) scale(.975)!important}
  .mobile-nav.open{transform:translateY(0) scale(1)!important}
}

@media(max-width:680px) and (max-height:720px){
  .hero-grid>:first-child,
  .page-hero-split .hero-split-grid>:first-child,
  .page-hero:not(.page-hero-split)>.wrap{
    padding-top:14px!important;
    padding-bottom:56px!important;
  }
  .hero-grid>:first-child>.mobile-hero-narrative,
  .page-hero .mobile-hero-narrative{padding:8px 0!important}
  .mobile-hero-narrative>.hero-copy,
  .page-hero .mobile-hero-narrative .lede{margin-top:10px!important}
  body.full-score-intake .page-intake .hero-split-grid,
  .page-cases .hero-split-grid{padding:12px 0 54px!important;gap:8px!important}
}

/* At normal phone heights the complete six-link menu fits without any internal
   scrollbar. Short landscape/compact screens retain vertical scrolling. */
@media(max-width:680px) and (min-height:641px){
  .mobile-nav{max-height:none!important;overflow-y:hidden!important;scrollbar-gutter:auto!important}
}
@media(max-width:680px) and (max-height:640px){
  .mobile-nav{max-height:calc(100dvh - 84px)!important;overflow-y:auto!important}
}


/* =========================================================
   v33 — endpoint-aware comparison, persistent top-state heroes,
   and a true secondary Workbench action
   ========================================================= */

/* Comparison labels yield to the drag handle at either endpoint. */
.slider-labels span{
  transition:opacity .18s ease,transform .22s ease,visibility .18s ease;
}
.slider-labels span.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.slider-labels span:first-child.is-hidden{transform:translateX(-8px) scale(.94)}
.slider-labels span:last-child.is-hidden{transform:translateX(8px) scale(.94)}

/* The Workbench launcher now reads as a secondary action rather than another
   heading or instrument row. */
#tellList .more-tells{
  box-sizing:border-box!important;
  width:calc(100% - 36px)!important;
  min-height:52px!important;
  margin:14px 18px 16px!important;
  padding:13px 18px!important;
  justify-content:center!important;
  gap:12px!important;
  border:1px solid rgba(122,164,255,.28)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,rgba(15,28,51,.86),rgba(7,14,28,.92))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.16)!important;
  color:#f5f8ff!important;
  font-family:var(--font)!important;
  font-size:.9rem!important;
  font-weight:760!important;
  letter-spacing:-.012em!important;
  text-shadow:none!important;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
#tellList .more-tells:hover,
#tellList .more-tells:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(122,164,255,.48)!important;
  background:linear-gradient(180deg,rgba(20,43,78,.94),rgba(8,19,38,.96))!important;
  box-shadow:0 16px 40px rgba(18,104,255,.13),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
#tellList .more-tells span:first-child::after{display:none!important}
#tellList .more-tells span:last-child{
  color:#8ec7ff;
  transition:transform .2s ease,color .2s ease;
}
#tellList .more-tells:hover span:last-child{transform:translate(2px,-2px);color:#c9f4ff}

@media(max-width:680px){
  /* The top context sits a little lower beneath the sticky header. */
  body.mobile-hero-at-top .hero-grid>:first-child{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    padding-top:clamp(34px,5.2vh,48px)!important;
  }
  body.mobile-hero-at-top .page-hero-split .hero-split-grid>:first-child,
  body.mobile-hero-at-top .page-hero:not(.page-hero-split)>.wrap{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    padding-top:clamp(30px,4.7vh,43px)!important;
  }
  body.mobile-hero-at-top.full-score-intake .page-intake .hero-split-grid,
  body.mobile-hero-at-top .page-cases .hero-split-grid{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    padding-top:clamp(28px,4.2vh,40px)!important;
  }
  body.mobile-hero-at-top .dashboard-shell>.wrap>.mobile-page-intro{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    padding-top:clamp(30px,4.7vh,43px)!important;
  }

  #tellList .more-tells{
    width:calc(100% - 24px)!important;
    margin:12px!important;
    min-height:48px!important;
    padding:12px 14px!important;
    font-size:.83rem!important;
  }
}

@media(max-width:680px) and (max-height:720px){
  body.mobile-hero-at-top .hero-grid>:first-child,
  body.mobile-hero-at-top .page-hero-split .hero-split-grid>:first-child,
  body.mobile-hero-at-top .page-hero:not(.page-hero-split)>.wrap,
  body.mobile-hero-at-top .dashboard-shell>.wrap>.mobile-page-intro{
    padding-top:20px!important;
  }
  body.mobile-hero-at-top.full-score-intake .page-intake .hero-split-grid,
  body.mobile-hero-at-top .page-cases .hero-split-grid{padding-top:18px!important}
}

/* =========================================================
   v34 — case-study first-frame fit
   Keep the evidence stack and scroll cue inside the initial mobile viewport,
   including the browser's visible address-bar state.
   ========================================================= */
@media(max-width:680px){
  .page-cases > .page-hero-split{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    padding-bottom:0!important;
  }
  .page-cases .hero-split-grid{
    min-height:calc(100svh - var(--mobile-header-height,64px))!important;
    height:auto!important;
    margin:0 auto!important;
  }
  .page-cases .case-score-stack{
    position:relative;
    z-index:2;
  }
  .page-cases .mobile-scroll-cue{
    z-index:3;
  }
}


/* =========================================================
   v35 — Case Studies first mobile frame, guaranteed at rest
   Use the visible dynamic viewport and reserve explicit room for the score
   stack and cue. This prevents the at-top state from pushing them just below
   the fold until the first scroll event.
   ========================================================= */
@media (max-width:680px){
  .page-cases > .page-hero-split{
    box-sizing:border-box;
    height:calc(100dvh - var(--mobile-header-height,64px))!important;
    min-height:calc(100dvh - var(--mobile-header-height,64px))!important;
    max-height:calc(100dvh - var(--mobile-header-height,64px))!important;
    padding:0!important;
    overflow:hidden;
  }
  .page-cases .hero-split-grid,
  body.mobile-hero-at-top .page-cases .hero-split-grid{
    box-sizing:border-box;
    height:100%!important;
    min-height:0!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    gap:clamp(8px,1.4vh,12px)!important;
    padding:clamp(14px,2.2vh,20px) 0 44px!important;
    overflow:hidden;
  }
  .page-cases .hero-split-grid>:first-child,
  body.mobile-hero-at-top .page-cases .hero-split-grid>:first-child{
    min-height:0!important;
    height:auto!important;
    grid-template-rows:auto auto minmax(0,1fr)!important;
    overflow:hidden;
  }
  .page-cases .mobile-hero-narrative{
    min-height:0;
    align-self:center!important;
    padding:clamp(6px,1.2vh,12px) 0!important;
  }
  .page-cases .mobile-hero-narrative h1{
    font-size:clamp(1.95rem,8.7vw,2.7rem)!important;
    line-height:.98!important;
  }
  .page-cases .mobile-hero-narrative .lede{
    margin-top:clamp(10px,1.7vh,15px)!important;
    font-size:clamp(.82rem,3.45vw,.96rem)!important;
    line-height:1.36!important;
  }
  .page-cases .case-score-stack{
    flex:0 0 auto;
    gap:6px!important;
    margin:0!important;
  }
  .page-cases .case-score-stack div{
    padding:9px 6px!important;
    border-radius:13px!important;
  }
  .page-cases .case-score-stack span{font-size:.54rem!important}
  .page-cases .case-score-stack b{font-size:clamp(1.12rem,5vw,1.4rem)!important}
  .page-cases .mobile-scroll-cue{
    bottom:10px!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
}

@media (max-width:680px) and (max-height:700px){
  .page-cases .hero-split-grid,
  body.mobile-hero-at-top .page-cases .hero-split-grid{
    padding-top:10px!important;
    padding-bottom:38px!important;
    gap:6px!important;
  }
  .page-cases .crumb{margin-bottom:7px!important}
  .page-cases .eyebrow{font-size:.58rem!important}
  .page-cases .mobile-hero-narrative{padding:3px 0!important}
  .page-cases .mobile-hero-narrative h1{font-size:clamp(1.72rem,8.2vw,2.25rem)!important}
  .page-cases .mobile-hero-narrative .lede{font-size:.79rem!important;line-height:1.3!important;margin-top:7px!important}
  .page-cases .case-score-stack div{padding:7px 5px!important}
  .page-cases .mobile-scroll-cue{bottom:7px!important}
}



/* v17.3 — original featured-card treatment moves between pricing tiers */
.offers .offer,
.price-ladder .offer{
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
@media (prefers-reduced-motion:reduce){
  .offers .offer,
  .price-ladder .offer{transition:none}
}

/* v17.3 — contact guidance panel */
.contact-guidance{
  position:relative;
  overflow:hidden;
  padding:0;
  background:
    radial-gradient(circle at 100% 0%,rgba(69,215,255,.12),transparent 16rem),
    linear-gradient(180deg,rgba(10,24,45,.88),rgba(5,13,26,.78));
  border-color:rgba(81,145,238,.24);
  box-shadow:0 26px 70px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.045);
}
.contact-guidance:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,#1268ff,#45d7ff,transparent 82%);
}
.contact-note-head{padding:26px 26px 20px}
.contact-note-head>span{
  font-family:var(--mono);
  font-size:.62rem;
  letter-spacing:.15em;
  color:#72baff;
}
.contact-note-head h2{
  max-width:280px;
  margin:12px 0 9px;
  font-size:1.42rem;
  line-height:1.05;
}
.contact-note-head p{
  font-size:.82rem;
  line-height:1.55;
  color:#8fa1bd;
}
.contact-signal-list{
  display:grid;
  padding:0 18px;
}
.contact-signal{
  position:relative;
  display:grid;
  grid-template-columns:36px 1fr;
  gap:13px;
  align-items:start;
  padding:17px 8px;
  border-top:1px solid rgba(122,164,255,.12);
}
.contact-signal>span{
  width:30px;height:30px;
  border:1px solid rgba(69,160,255,.34);
  border-radius:9px;
  display:grid;
  place-items:center;
  background:rgba(18,104,255,.08);
  color:#8dc8ff;
  font-family:var(--mono);
  font-size:.57rem;
  box-shadow:0 0 24px rgba(18,104,255,.08);
}
.contact-signal b{
  display:block;
  margin-bottom:4px;
  font-size:.83rem;
  color:#e7f0ff;
}
.contact-signal p{
  font-size:.72rem;
  line-height:1.45;
  color:#7f91ae;
}
.contact-note-foot{
  margin:18px;
  padding:16px;
  border:1px solid rgba(69,215,255,.16);
  border-radius:14px;
  background:rgba(69,215,255,.045);
  font-size:.72rem;
  line-height:1.5;
  color:#a9bdd8;
}
.contact-note-foot b{color:#e8f5ff}


/* v17.4 — contact form and guidance operate as one balanced composition */
.page-contact .contact-grid{
  grid-template-columns:minmax(0,620px) minmax(380px,440px);
  gap:clamp(30px,3.2vw,46px);
  justify-content:center;
  align-items:start;
}
.page-contact .form-panel{
  width:100%;
  max-width:none;
  margin-top:0;
}
.page-contact .contact-guidance{
  width:100%;
  max-width:none;
}
.page-contact .contact-note-head h2{max-width:360px}
@media(max-width:1080px){
  .page-contact .contact-grid{grid-template-columns:1fr;max-width:760px}
  .page-contact .contact-guidance{max-width:none}
}


/* v18.1 — custom chevrons for select controls */
select:not([multiple]){
  -webkit-appearance:none;
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.5 1.5 6 6l4.5-4.5' stroke='%238FC3FF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 16px center!important;
  background-size:12px 8px!important;
  padding-right:44px!important;
}
