/* ============================================================
   TechAMCs — Site styles (Navy theme)
   Builds on tokens.css. Architectural, structured, calm.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  color: var(--fg-1);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--color-navy); color: var(--color-white); }

/* ---------- Layout primitives ---------- */
.wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) { .wrap { padding: 0 20px; } }

section { position: relative; }

/* On-navy and on-light section variants */
.s-navy   { background: var(--color-navy); color: var(--fg-on-navy); }
.s-navy-2 { background: var(--navy-800);   color: var(--fg-on-navy); }
.s-paper  { background: var(--bg-subtle);  color: var(--fg-1); }
.s-white  { background: var(--bg-page);    color: var(--fg-1); }

.s-pad { padding: clamp(72px, 9vw, 128px) 0; }
.s-pad-sm { padding: clamp(56px, 6vw, 88px) 0; }

/* ---------- Type primitives ---------- */
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow.on-light { color: var(--gold-700); }
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.eyebrow.no-rule::before { display: none; }

h1, h2, h3, h4, h5 { margin: 0; font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.1; }
.h-xl { font-size: clamp(40px, 5.6vw, 76px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.02; }
.h-lg { font-size: clamp(32px, 4vw, 52px);   font-weight: 600; letter-spacing: -0.022em; line-height: 1.05; }
.h-md { font-size: clamp(24px, 2.4vw, 34px); font-weight: 600; letter-spacing: -0.018em; line-height: 1.15; }
.h-sm { font-size: clamp(18px, 1.4vw, 22px); font-weight: 600; line-height: 1.25; }

p { margin: 0; }
.lede {
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.55;
  color: var(--fg-2);
  max-width: 62ch;
}
.s-navy .lede, .s-navy-2 .lede { color: var(--fg-on-navy-2); }
.body { font-size: 15px; line-height: 1.6; color: var(--fg-2); }
.s-navy .body, .s-navy-2 .body { color: var(--fg-on-navy-2); }
.small { font-size: 13px; color: var(--fg-3); }
.s-navy .small, .s-navy-2 .small { color: var(--navy-300); }

.mono { font-family: var(--font-mono); }
.gold { color: var(--gold-600); }
.gold-dark { color: var(--gold-700); }

/* Gold underline accent (40px) */
.rule-gold {
  height: 2px;
  width: 40px;
  background: var(--color-gold);
  display: block;
}

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.utility {
  background: var(--navy-950);
  color: var(--fg-on-navy-2);
  font-size: 12px;
  border-bottom: 1px solid var(--border-on-navy);
}
.utility .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 32px;
  max-width: 1380px;
  margin: 0 auto;
}
.utility .meta { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.utility .meta span { display: inline-flex; align-items: center; gap: 8px; }
.utility .meta svg { width: 13px; height: 13px; stroke-width: 1.75; color: var(--gold-500); }
.utility .tagline {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  color: var(--gold-500);
  font-weight: 600;
}
@media (max-width: 880px) {
  .utility .tagline { display: none; }
  .utility .inner { padding: 10px 20px; }
  .utility .meta { gap: 18px; font-size: 11px; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--color-white);
  border-bottom: 1px solid var(--border-1);
}
.nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 32px;
  max-width: 1380px;
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand .wordmark { font-size: 22px; letter-spacing: -0.025em; line-height: 1; font-family: var(--font-sans); }
.brand .wordmark .tech { font-weight: 300; color: var(--navy-900); }
.brand .wordmark .amc  { font-weight: 700; color: var(--gold-600); }
.brand .brand-stack { display: inline-flex; flex-direction: column; gap: 4px; line-height: 1; }
.brand .brand-caption {
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-600);
  line-height: 1;
}
@media (max-width: 720px) {
  .brand .brand-caption { display: none; }
}

.nav-links {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-2);
  align-items: center;
}
.nav-links a {
  position: relative;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.nav-links a:hover { color: var(--navy-900); border-bottom-color: var(--gold-600); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-navy);
  color: var(--color-white);
  border: 0;
  padding: 12px 20px;
  border-radius: var(--radius-3);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--font-sans);
  transition: background var(--dur-base) var(--ease-out);
}
.nav-cta:hover { background: var(--navy-800); }
.nav-cta svg { width: 14px; height: 14px; stroke-width: 2; transition: transform var(--dur-base) var(--ease-out); }
.nav-cta:hover svg { transform: translateX(3px); }

.nav-burger {
  display: none;
  background: transparent; border: 0;
  width: 40px; height: 40px;
  color: var(--navy-900);
  align-items: center; justify-content: center;
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--radius-3);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}
.btn svg { width: 16px; height: 16px; stroke-width: 2; transition: transform var(--dur-base) var(--ease-out); }
.btn:hover svg { transform: translateX(3px); }

.btn-gold     { background: var(--color-gold); color: var(--navy-900); }
.btn-gold:hover { background: var(--gold-700); color: var(--color-white); }
.btn-navy     { background: var(--color-navy); color: var(--color-white); }
.btn-navy:hover { background: var(--navy-800); }
.btn-outline-light { background: transparent; color: var(--color-white); border-color: rgba(255,255,255,0.32); }
.btn-outline-light:hover { background: rgba(255,255,255,0.06); border-color: var(--color-white); }
.btn-outline-dark  { background: transparent; color: var(--navy-900); border-color: var(--border-2); }
.btn-outline-dark:hover { background: var(--bg-subtle); border-color: var(--navy-900); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: var(--color-navy);
  color: var(--fg-on-navy);
  overflow: hidden;
  padding: clamp(80px, 12vw, 140px) 0 clamp(64px, 8vw, 96px);
}
.hero::after {
  /* Faint horizontal gold rule at top */
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,151,43,0.4), transparent);
}
.hero-watermark {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  opacity: 0.05;
  pointer-events: none;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 880px) {
  .hero-watermark { width: 360px; height: 360px; right: -120px; opacity: 0.04; }
}
.hero .inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
.hero-eyebrow { color: var(--gold-500); margin-bottom: 28px; }
.hero h1 {
  max-width: 16ch;
  margin: 0;
}
.hero h1 .accent { color: var(--gold-500); }
.hero-lede {
  margin-top: 28px;
  max-width: 60ch;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
  color: var(--navy-200);
}
.hero-cta-row {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-stripe {
  margin-top: clamp(56px, 6vw, 80px);
  padding-top: 32px;
  border-top: 1px solid var(--border-on-navy);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 880px) { .hero-stripe { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.hero-stat .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 8px;
  display: block;
}
.hero-stat .val { font-size: 22px; font-weight: 600; color: var(--color-white); letter-spacing: -0.015em; line-height: 1.2; }
.hero-stat .sub { font-size: 12px; color: var(--navy-300); margin-top: 4px; }

/* ============================================================
   PILLARS (Three brand pillars — circle icons)
   ============================================================ */
.pillars { padding: clamp(72px, 9vw, 112px) 0; background: var(--bg-page); }
.pillars-head { text-align: center; margin-bottom: 64px; }
.pillars-head .eyebrow { color: var(--gold-700); justify-content: center; }
.pillars-head h2 { margin-top: 20px; max-width: 22ch; margin-left: auto; margin-right: auto; }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border-1);
}
@media (max-width: 880px) { .pillars-grid { grid-template-columns: 1fr; } }
.pillar {
  padding: 56px 40px 48px;
  text-align: center;
  border-right: 1px solid var(--border-1);
}
.pillar:last-child { border-right: 0; }
@media (max-width: 880px) {
  .pillar { border-right: 0; border-bottom: 1px solid var(--border-1); padding: 40px 24px; }
  .pillar:last-child { border-bottom: 0; }
}
.pillar-icon {
  width: 72px; height: 72px;
  border-radius: 999px;
  border: 1.5px solid var(--gold-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.pillar-icon svg { width: 30px; height: 30px; stroke-width: 1.75; color: var(--gold-700); }
.pillar h3 { font-size: 22px; margin-bottom: 6px; }
.pillar h3 .accent { color: var(--gold-700); }
.pillar p { font-size: 14px; line-height: 1.6; color: var(--fg-2); max-width: 32ch; margin: 14px auto 0; }

/* ============================================================
   PROBLEM / COMPARISON
   ============================================================ */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 72px;
}
@media (max-width: 860px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
}
.section-head h2 { max-width: 22ch; }
.section-head .lede { margin-top: 20px; }

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border-on-navy);
}
@media (max-width: 860px) { .compare { grid-template-columns: 1fr; } }
.compare-col { padding: 40px 36px; }
.compare-col.before { background: var(--navy-800); border-right: 1px solid var(--border-on-navy); }
.compare-col.after  { background: var(--navy-700); position: relative; }
.compare-col.after::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--color-gold);
}
@media (max-width: 860px) {
  .compare-col.before { border-right: 0; border-bottom: 1px solid var(--border-on-navy); }
}
.compare-col .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-300);
  margin-bottom: 10px;
  display: block;
}
.compare-col.after .label { color: var(--gold-500); }
.compare-col h3 { font-size: 22px; color: var(--color-white); margin-bottom: 28px; letter-spacing: -0.02em; }
.compare-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.compare-col li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--border-on-navy);
  font-size: 14px;
  line-height: 1.5;
  color: var(--navy-200);
}
.compare-col li:first-child { border-top: 0; padding-top: 0; }
.compare-col.before li .glyph { color: var(--navy-400); }
.compare-col.after li .glyph { color: var(--gold-500); }
.compare-col li svg { width: 18px; height: 18px; stroke-width: 1.75; margin-top: 2px; }

.result-band {
  margin-top: 56px;
  padding: 32px 40px;
  background: var(--gold-050);
  border-left: 3px solid var(--color-gold);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 720px) { .result-band { grid-template-columns: 1fr; padding: 24px; } }
.result-band .label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-800); font-weight: 600;
}
.result-band h3 {
  font-size: 22px; color: var(--navy-900); letter-spacing: -0.015em; line-height: 1.3; max-width: 60ch;
}

/* ============================================================
   SERVICES (8-card grid)
   ============================================================ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-1);
  border: 1px solid var(--border-1);
}
@media (max-width: 1024px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .svc-grid { grid-template-columns: 1fr; } }
.svc {
  background: var(--bg-page);
  padding: 32px 28px;
  transition: background var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column; min-height: 280px;
  position: relative;
}
.svc:hover { background: var(--bg-subtle); }
.svc .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold-700);
  margin-bottom: 18px;
}
.svc .ico {
  width: 36px; height: 36px;
  color: var(--gold-700);
  margin-bottom: 18px;
}
.svc .ico svg { width: 100%; height: 100%; stroke-width: 1.5; }
.svc h3 { font-size: 17px; color: var(--navy-900); margin-bottom: 10px; letter-spacing: -0.012em; line-height: 1.3; }
.svc p { font-size: 13.5px; line-height: 1.55; color: var(--fg-2); }
.svc .kicker {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border-1);
  font-size: 12px;
  color: var(--navy-700);
  font-style: italic;
  font-weight: 500;
}

/* ============================================================
   OPERATING MODEL (8 numbered steps + SLA table)
   ============================================================ */
.op-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) { .op-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .op-grid { grid-template-columns: 1fr; } }
.op {
  position: relative;
  padding: 28px 24px;
  border: 1px solid var(--border-on-navy);
  background: var(--navy-800);
}
.op .step-num {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold-500);
  font-weight: 600;
  margin-bottom: 14px;
}
.op h4 { font-size: 15px; color: var(--color-white); margin-bottom: 8px; letter-spacing: -0.01em; line-height: 1.3; }
.op p { font-size: 13px; line-height: 1.55; color: var(--navy-200); }

/* SLA Snapshot Table */
.sla-card {
  background: var(--navy-800);
  border: 1px solid var(--border-on-navy);
  padding: 40px;
}
@media (max-width: 720px) { .sla-card { padding: 24px; } }
.sla-card .label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-500); margin-bottom: 12px; display: block;
}
.sla-card h3 { font-size: 28px; color: var(--color-white); margin-bottom: 28px; letter-spacing: -0.02em; }
.sla-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.sla-table th {
  text-align: left;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-300); font-weight: 500;
  padding: 12px 16px; border-bottom: 1px solid var(--border-on-navy);
}
.sla-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--border-on-navy);
  color: var(--navy-200);
  vertical-align: top;
}
.sla-table tr:last-child td { border-bottom: 0; }
.sla-table .prio {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; color: var(--color-white);
}
.sla-table .prio .dot {
  width: 8px; height: 8px; border-radius: 99px; background: var(--gold-500);
}
.sla-table .prio.p1 .dot { background: #E25B5B; }
.sla-table .prio.p2 .dot { background: #E8A23A; }
.sla-table .prio.p3 .dot { background: var(--gold-500); }
.sla-table .prio.p4 .dot { background: var(--navy-400); }
.sla-table .time {
  font-family: var(--font-mono);
  color: var(--gold-300);
  font-size: 13px;
}
.sla-note {
  margin-top: 24px;
  font-size: 12px;
  color: var(--navy-300);
  font-style: italic;
}
@media (max-width: 720px) {
  .sla-table thead { display: none; }
  .sla-table, .sla-table tbody, .sla-table tr, .sla-table td { display: block; width: 100%; }
  .sla-table tr {
    border-bottom: 1px solid var(--border-on-navy);
    padding: 16px 0;
  }
  .sla-table td {
    border-bottom: 0;
    padding: 4px 0;
  }
  .sla-table td::before {
    content: attr(data-label);
    display: inline-block;
    width: 110px;
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--navy-400);
  }
}

/* ============================================================
   DOCUMENTATION + REPORTING (2-column)
   ============================================================ */
.doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 880px) { .doc-grid { grid-template-columns: 1fr; } }
.doc-card {
  background: var(--bg-page);
  border: 1px solid var(--border-1);
  padding: 40px;
}
@media (max-width: 720px) { .doc-card { padding: 28px; } }
.doc-card.featured {
  background: var(--bg-subtle);
  border-top: 2px solid var(--color-gold);
}
.doc-card .label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-700); margin-bottom: 12px; display: block; font-weight: 600;
}
.doc-card h3 { font-size: 24px; color: var(--navy-900); margin-bottom: 16px; letter-spacing: -0.018em; line-height: 1.2; }
.doc-card p { font-size: 14.5px; color: var(--fg-2); line-height: 1.6; margin-bottom: 24px; }

.doc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.doc-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--border-1);
  font-size: 14px;
  color: var(--navy-900);
  line-height: 1.5;
}
.doc-list li:first-child { border-top: 0; padding-top: 0; }
.doc-list li svg { width: 16px; height: 16px; stroke-width: 1.75; color: var(--gold-700); margin-top: 3px; }

.report-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--border-1);
}
.report-row:first-of-type { border-top: 0; padding-top: 0; }
.report-row .marker {
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: var(--gold-700);
}
.report-row h4 { font-size: 16px; color: var(--navy-900); margin-bottom: 6px; letter-spacing: -0.01em; }
.report-row p { font-size: 13.5px; color: var(--fg-2); line-height: 1.55; margin: 0; }

/* ============================================================
   INDUSTRIES (Who we serve — 5 cards)
   ============================================================ */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border-on-navy);
  border: 1px solid var(--border-on-navy);
}
@media (max-width: 1100px) { .ind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .ind-grid { grid-template-columns: 1fr; } }
.ind {
  background: var(--navy-800);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: background var(--dur-base) var(--ease-out);
}
.ind:hover { background: var(--navy-700); }
.ind .ico {
  width: 42px; height: 42px;
  color: var(--gold-500);
  margin-bottom: 24px;
}
.ind .ico svg { width: 100%; height: 100%; stroke-width: 1.5; }
.ind h4 { font-size: 17px; color: var(--color-white); margin-bottom: 12px; letter-spacing: -0.01em; line-height: 1.3; }
.ind p { font-size: 13px; color: var(--navy-200); line-height: 1.55; }

/* Fit-list */
.fit-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 56px;
}
@media (max-width: 720px) { .fit-list { grid-template-columns: 1fr; gap: 0; } }
.fit-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--border-on-navy);
  font-size: 14px;
  color: var(--navy-200);
  line-height: 1.5;
}
.fit-list { padding: 0; list-style: none; margin-top: 56px; }
.fit-list li svg { width: 16px; height: 16px; stroke-width: 1.75; color: var(--gold-500); margin-top: 3px; }

/* ============================================================
   HOW WE START (process strip)
   ============================================================ */
.start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}
@media (max-width: 880px) { .start-grid { grid-template-columns: 1fr; gap: 24px; } }
.start-step { position: relative; padding: 32px 28px; background: var(--bg-page); border: 1px solid var(--border-1); }
.start-step .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold-700);
  margin-bottom: 12px;
  display: block;
}
.start-step h4 { font-size: 18px; color: var(--navy-900); margin-bottom: 10px; letter-spacing: -0.012em; }
.start-step p { font-size: 14px; color: var(--fg-2); line-height: 1.6; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  position: relative;
  padding: clamp(72px, 10vw, 128px) 0;
  background: var(--color-navy);
  color: var(--fg-on-navy);
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,151,43,0.5), transparent);
}
.cta-band .inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 880px) { .cta-band .inner { grid-template-columns: 1fr; gap: 40px; } }
.cta-band h2 { color: var(--color-white); max-width: 18ch; }
.cta-band h2 .accent { color: var(--gold-500); }
.cta-band p { color: var(--navy-200); margin-top: 20px; max-width: 56ch; font-size: 17px; line-height: 1.55; }
.cta-card {
  background: var(--navy-800);
  border: 1px solid var(--border-on-navy);
  padding: 36px;
}
.cta-card .label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-500); margin-bottom: 16px; display: block; font-weight: 600;
}
.cta-card h3 { font-size: 24px; color: var(--color-white); letter-spacing: -0.018em; margin-bottom: 8px; }
.cta-card p { color: var(--navy-200); font-size: 14px; line-height: 1.55; margin-bottom: 24px; }
.cta-card .row { display: flex; gap: 12px; flex-direction: column; }
.cta-card .row .contact {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--border-on-navy);
  color: var(--color-white);
  font-size: 14px;
}
.cta-card .row .contact svg { width: 16px; height: 16px; stroke-width: 1.75; color: var(--gold-500); }
.cta-card .row .contact:first-of-type { border-top: 1px solid var(--border-on-navy); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--navy-950);
  color: var(--navy-200);
  padding: 72px 0 28px;
  border-top: 1px solid var(--border-on-navy);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 64px;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-brand .wordmark .tech { color: var(--color-white); }
.footer-brand .wordmark .amc  { color: var(--gold-500); }
.footer-brand p {
  margin-top: 20px;
  font-size: 14px;
  color: var(--navy-300);
  line-height: 1.6;
  max-width: 36ch;
}
.footer h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  font-weight: 600;
  margin: 0 0 20px;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer ul a:hover { color: var(--color-white); }
.footer .contact-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  font-size: 13.5px;
  color: var(--navy-200);
  align-items: start;
  line-height: 1.5;
}
.footer .contact-row svg { width: 16px; height: 16px; stroke-width: 1.75; color: var(--gold-500); margin-top: 2px; }

.footer-bot {
  padding-top: 28px;
  border-top: 1px solid var(--border-on-navy);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  color: var(--navy-400);
  text-transform: uppercase;
}
.footer-bot .tag {
  color: var(--gold-500);
  letter-spacing: 0.14em;
}

/* ============================================================
   MOBILE NAV DRAWER
   ============================================================ */
.drawer {
  position: fixed; inset: 0;
  background: var(--color-navy);
  color: var(--fg-on-navy);
  z-index: 100;
  display: none;
  padding: 24px;
}
.drawer.is-open { display: flex; flex-direction: column; }
.drawer-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 40px;
}
.drawer-top .close {
  background: transparent; border: 0; color: var(--color-white);
  width: 40px; height: 40px;
}
.drawer nav { display: flex; flex-direction: column; gap: 0; }
.drawer nav a {
  padding: 22px 0;
  border-bottom: 1px solid var(--border-on-navy);
  font-size: 20px;
  color: var(--color-white);
  letter-spacing: -0.012em;
  display: flex; align-items: baseline; gap: 18px;
}
.drawer nav a .ndx {
  font-family: var(--font-mono); font-size: 11px; color: var(--gold-500); letter-spacing: 0.1em;
}
/* ============================================================
   SECTION INFOGRAPHICS — banners that sit between the
   section-head and the main content. Aligned to brand:
   navy + gold, monoline, geometric, no decoration.
   ============================================================ */
.section-infographic {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 720px) { .section-infographic { margin-bottom: 48px; } }
.s-navy .section-infographic,
.s-navy-2 .section-infographic {
  border: 1px solid var(--border-on-navy);
  background: rgba(255,255,255,0.02);
}
.s-white .section-infographic,
.s-paper .section-infographic {
  border: 1px solid var(--border-1);
  background: var(--bg-page);
}
.section-infographic .ig-pad {
  padding: 36px 40px;
}
@media (max-width: 720px) { .section-infographic .ig-pad { padding: 24px 20px; } }
.section-infographic svg { width: 100%; height: auto; display: block; }

/* ---------- INFOGRAPHIC 1 — Problem (scattered → structured) ---------- */
.ig-scattered { display: block; }
.ig-scattered .src-pill {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  fill: var(--navy-300);
}
.ig-scattered .src-line { stroke: var(--navy-500); stroke-dasharray: 4 4; }
.ig-scattered .funnel { stroke: var(--gold-500); fill: none; }
.ig-scattered .out-card { fill: var(--navy-700); stroke: var(--gold-600); }
.ig-scattered .out-title { fill: var(--color-white); font-family: var(--font-mono); font-size: 12px; }
.ig-scattered .out-meta  { fill: var(--gold-500); font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; }

/* ---------- INFOGRAPHIC 2 — Services trinity ---------- */
.ig-trinity .axis { stroke: var(--border-1); }
.ig-trinity .axis-gold { stroke: var(--gold-600); }
.ig-trinity .circ { stroke: var(--gold-700); fill: var(--bg-page); }
.ig-trinity .ico  { stroke: var(--gold-700); fill: none; stroke-width: 1.5; }
.ig-trinity .label { fill: var(--navy-900); font-family: var(--font-sans); font-weight: 600; font-size: 14px; letter-spacing: -0.012em; }
.ig-trinity .sub   { fill: var(--slate-600); font-family: var(--font-sans); font-size: 11.5px; }
.ig-trinity .tick  { fill: var(--gold-700); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }

/* ---------- INFOGRAPHIC 3 — Ticket lifecycle (model) ---------- */
.ig-ticket .card { fill: var(--navy-700); stroke: var(--border-on-navy); }
.ig-ticket .strip { fill: var(--navy-800); }
.ig-ticket .label { fill: var(--gold-500); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.ig-ticket .key   { fill: var(--navy-300); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; }
.ig-ticket .val   { fill: var(--color-white); font-family: var(--font-sans); font-size: 13px; font-weight: 500; }
.ig-ticket .ts    { fill: var(--navy-400); font-family: var(--font-mono); font-size: 11px; }
.ig-ticket .line  { stroke: var(--border-on-navy); }
.ig-ticket .dot   { fill: var(--gold-500); }
.ig-ticket .dot-ok { fill: #2E7D5B; }
.ig-ticket .pchip { fill: rgba(232,162,58,0.15); stroke: #E8A23A; }
.ig-ticket .pchip-text { fill: #E8A23A; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.ig-ticket .stat-num { fill: var(--gold-500); font-family: var(--font-mono); font-size: 18px; font-weight: 600; }
.ig-ticket .stat-label { fill: var(--navy-300); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }

/* ---------- INFOGRAPHIC 4 — Documentation handover ---------- */
.ig-handover .doc { fill: var(--bg-page); stroke: var(--gold-600); }
.ig-handover .doc-top { stroke: var(--gold-500); }
.ig-handover .doc-label { fill: var(--navy-900); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; }
.ig-handover .arrow { stroke: var(--gold-600); fill: none; stroke-width: 1.5; stroke-linecap: round; }
.ig-handover .case  { fill: var(--navy-900); stroke: var(--gold-600); }
.ig-handover .case-handle { stroke: var(--navy-900); fill: none; stroke-width: 3; stroke-linecap: round; }
.ig-handover .case-label { fill: var(--color-white); font-family: var(--font-sans); font-weight: 600; font-size: 14px; letter-spacing: -0.01em; }
.ig-handover .case-sub   { fill: var(--gold-500); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.ig-handover .key-glyph { stroke: var(--gold-600); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ig-handover .key-bg    { fill: var(--bg-page); stroke: var(--gold-600); }
.ig-handover .key-text  { fill: var(--gold-700); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.ig-handover .stack-label { fill: var(--slate-600); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }

/* ---------- INFOGRAPHIC 5 — Timeline (how we start) ---------- */
.ig-timeline .rail { stroke: var(--border-1); stroke-width: 1; }
.ig-timeline .progress { stroke: var(--gold-600); stroke-width: 2; stroke-linecap: round; }
.ig-timeline .node-bg { fill: var(--bg-page); stroke: var(--gold-600); stroke-width: 1.5; }
.ig-timeline .node-num { fill: var(--gold-700); font-family: var(--font-mono); font-size: 13px; font-weight: 700; }
.ig-timeline .day { fill: var(--gold-700); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.ig-timeline .title { fill: var(--navy-900); font-family: var(--font-sans); font-weight: 600; font-size: 15px; letter-spacing: -0.012em; }
.ig-timeline .meta { fill: var(--slate-600); font-family: var(--font-sans); font-size: 12px; }
.ig-timeline .arrow { stroke: var(--gold-600); fill: var(--gold-600); }

/* ============================================================
   MOBILE / TOUCH OPTIMIZATIONS
   iPhone, iPad, Android, MacBook trackpad, Windows touch
   ============================================================ */

/* Global touch / smoothing */
html {
  -webkit-text-size-adjust: 100%;       /* iOS Safari: don't auto-inflate text in landscape */
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  /* respect iPhone safe area (notch / home indicator) when relevant */
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
a, button, [role="button"] {
  -webkit-tap-highlight-color: rgba(201,151,43,0.18);  /* gold tap flash */
  touch-action: manipulation;                          /* eliminate 300ms tap delay */
}

/* Better mobile scrolling on Apple */
* { -webkit-overflow-scrolling: touch; }

/* Selection — keep brand */
::selection { background: var(--color-navy); color: var(--color-white); }

/* ---------- Header CTA cluster (mobile) ---------- */
.nav-mobile-actions {
  display: none;
  align-items: center;
  gap: 4px;
}
.nav-mobile-call {
  display: none;
  width: 44px; height: 44px;
  border-radius: var(--radius-3);
  align-items: center; justify-content: center;
  color: var(--navy-900);
  background: var(--bg-subtle);
  border: 1px solid var(--border-1);
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.nav-mobile-call:hover { background: var(--color-gold); color: var(--color-white); border-color: var(--color-gold); }
.nav-burger { width: 44px; height: 44px; border-radius: var(--radius-3); }

@media (max-width: 980px) {
  .nav-mobile-actions { display: inline-flex; }
  .nav-mobile-call { display: inline-flex; }
}

/* ---------- Drawer (mobile menu) ---------- */
.drawer {
  padding-top: max(24px, env(safe-area-inset-top));
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  padding-left: max(24px, env(safe-area-inset-left));
  padding-right: max(24px, env(safe-area-inset-right));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer nav a {
  min-height: 56px;
  padding: 18px 0;
}
.drawer-cta {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.drawer-action {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius-3);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-on-navy);
  color: var(--color-white);
  font-size: 15px;
  font-weight: 500;
  min-height: 56px;
}
.drawer-action svg { width: 18px; height: 18px; color: var(--gold-500); flex-shrink: 0; }
.drawer-action:first-child {
  background: var(--color-gold);
  color: var(--navy-900);
  border-color: var(--color-gold);
  font-weight: 600;
}
.drawer-action:first-child svg { color: var(--navy-900); }

/* ---------- Sticky-nav safe-area ---------- */
.nav .inner {
  padding-left: max(32px, env(safe-area-inset-left));
  padding-right: max(32px, env(safe-area-inset-right));
}
.utility .inner {
  padding-left: max(32px, env(safe-area-inset-left));
  padding-right: max(32px, env(safe-area-inset-right));
}

/* ============================================================
   TABLET (<=980px) — collapse nav, tighten chrome
   ============================================================ */
@media (max-width: 980px) {
  .nav .inner { padding-top: 12px; padding-bottom: 12px; gap: 12px; }
  .brand img { width: 36px; height: 36px; }
  .brand .wordmark { font-size: 20px; }
}

/* ============================================================
   PHONE (<=720px) — main breakpoint for handheld
   ============================================================ */
@media (max-width: 720px) {
  /* Containers — keep generous side padding so text doesn't kiss the edge */
  .wrap { padding: 0 18px; }
  .nav .inner { padding: 10px 18px; gap: 10px; }
  .utility .inner { padding: 8px 18px; }

  /* Section padding — tighter on phones */
  .s-pad   { padding: 56px 0; }
  .s-pad-sm{ padding: 40px 0; }

  /* Brand — keep mark + wordmark, hide caption (already hidden), shrink wordmark */
  .brand img { width: 34px; height: 34px; }
  .brand .wordmark { font-size: 18px; }

  /* Utility bar — keep only phone + email, drop address */
  .utility { font-size: 11.5px; }
  .utility .meta { gap: 14px; }
  .utility .meta span:nth-child(3) { display: none; }   /* hide address on phone */

  /* Hero */
  .hero { padding: 64px 0 56px; }
  .hero .inner { gap: 36px; }
  .hero h1 { max-width: 18ch; font-size: 38px; line-height: 1.05; }
  .hero-lede { font-size: 16px; margin-top: 22px; }
  .hero-eyebrow { margin-bottom: 20px; font-size: 10.5px; }
  .hero-cta-row { margin-top: 28px; gap: 10px; }
  .hero-cta-row .btn { width: 100%; justify-content: center; padding: 14px 18px; min-height: 52px; }
  .hero-stripe {
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-top: 44px;
    padding-top: 24px;
  }
  .hero-stat .val { font-size: 17px; }
  .hero-stat .sub { font-size: 11.5px; }
  .hero-watermark { width: 280px; height: 280px; right: -100px; opacity: 0.035; }

  /* Eyebrow rules - thinner on small */
  .eyebrow::before { width: 20px; }

  /* Section headings */
  .h-xl { font-size: 40px; }
  .h-lg { font-size: 28px; }
  .h-md { font-size: 22px; }
  .lede { font-size: 16px; }

  /* Section head — kill side-by-side grid, tighten margins */
  .section-head { gap: 16px; margin-bottom: 32px; }
  .section-head .lede { margin-top: 14px; }

  /* Justify text often looks bad on narrow screens — soften */
  .lede[style*="justify"],
  .hero-lede[style*="justify"],
  .doc-card p[style*="justify"],
  .compare-col p[style*="justify"],
  .start-step p[style*="justify"],
  .result-band h3[style*="justify"],
  .section-head .lede[style*="justify"] {
    text-align: left !important;
  }
  /* Override hard-coded inline widths on doc-card lede */
  .doc-card p[style*="width"] { width: auto !important; max-width: 100% !important; }
  .section-head .lede[style*="width"] { width: auto !important; max-width: 100% !important; }

  /* Pillars — increase tap area, tighten icon */
  .pillars { padding: 56px 0; }
  .pillars-head { margin-bottom: 36px; }
  .pillar { padding: 32px 18px; }
  .pillar-icon { width: 60px; height: 60px; margin-bottom: 20px; }
  .pillar-icon svg { width: 26px; height: 26px; }
  .pillar h3 { font-size: 20px; }
  .pillar p { font-size: 14px; }

  /* Compare grid — tighter padding */
  .compare-col { padding: 28px 22px; }
  .compare-col h3 { font-size: 19px; margin-bottom: 20px; }
  .compare-col li { padding: 14px 0; font-size: 13.5px; gap: 12px; grid-template-columns: 20px 1fr; }
  .compare-col li svg { width: 16px; height: 16px; }

  /* Result band */
  .result-band { padding: 22px 22px; gap: 14px; margin-top: 36px; }
  .result-band h3 { font-size: 18px; line-height: 1.4; }

  /* Services grid */
  .svc { min-height: 0; padding: 28px 22px; }
  .svc h3 { font-size: 16px; }
  .svc p { font-size: 13.5px; }

  /* Operating model */
  .op { padding: 24px 20px; }
  .op h4 { font-size: 15px; }
  .op p  { font-size: 13px; }
  .op-grid { margin-bottom: 48px; gap: 16px; }

  /* SLA card */
  .sla-card h3 { font-size: 22px; margin-bottom: 20px; }
  .sla-table td::before { width: 100px; font-size: 9.5px; }
  .sla-table td { padding: 3px 0; }
  .sla-table tr { padding: 14px 0; }

  /* Doc cards */
  .doc-grid { gap: 20px; }
  .doc-card { padding: 26px 22px; }
  .doc-card h3 { font-size: 20px; }
  .doc-card p { font-size: 14px; }
  .doc-list li { font-size: 13.5px; padding: 12px 0; gap: 12px; grid-template-columns: 20px 1fr; }
  .doc-list li svg { width: 15px; height: 15px; }
  .report-row { padding: 16px 0; gap: 14px; }
  .report-row h4 { font-size: 15px; }
  .report-row p { font-size: 13px; }

  /* Industries — single-col cards, slightly shorter */
  .ind { padding: 28px 22px; min-height: 0; }
  .ind h4 { font-size: 16px; }
  .ind p  { font-size: 13px; }
  .ind .ico { width: 36px; height: 36px; margin-bottom: 18px; }

  /* Fit-list */
  .fit-list { margin-top: 36px; }
  .fit-list li { font-size: 13.5px; padding: 14px 0; gap: 12px; grid-template-columns: 20px 1fr; }

  /* How we start */
  .start-grid { margin-top: 32px; gap: 16px; }
  .start-step { padding: 24px 22px; }
  .start-step h4 { font-size: 16px; }
  .start-step p  { font-size: 13.5px; }

  /* CTA band */
  .cta-band { padding: 56px 0; }
  .cta-band .inner { gap: 28px; }
  .cta-band p { font-size: 15px; margin-top: 16px; }
  .cta-band .hero-cta-row { margin-top: 24px; }
  .cta-card { padding: 24px 22px; }
  .cta-card h3 { font-size: 20px; }
  .cta-card .contact { padding: 14px 0; font-size: 13.5px; min-height: 44px; }

  /* Footer */
  .footer { padding: 56px 0 22px; padding-bottom: max(22px, env(safe-area-inset-bottom)); }
  .footer-grid { margin-bottom: 36px; }
  .footer-brand p { font-size: 13.5px; margin-top: 16px; max-width: 100%; }
  .footer h5 { margin-bottom: 14px; }
  .footer ul { gap: 10px; }
  .footer ul a { display: inline-block; padding: 4px 0; min-height: 28px; line-height: 1.4; }
  .footer .contact-row { font-size: 13px; padding: 4px 0; }
  .footer-bot { font-size: 10.5px; gap: 10px; }
}

/* ============================================================
   SMALL PHONE (<=420px) — iPhone SE / mini
   ============================================================ */
@media (max-width: 420px) {
  .wrap { padding: 0 16px; }
  .nav .inner { padding: 10px 16px; }
  .utility .inner { padding: 8px 16px; }

  .brand .wordmark { font-size: 17px; }
  .brand img { width: 32px; height: 32px; }

  .utility .meta { gap: 12px; }
  .utility .meta svg { width: 12px; height: 12px; }

  .hero h1 { font-size: 34px; }
  .hero-lede { font-size: 15.5px; }
  .hero-stripe { grid-template-columns: 1fr; gap: 14px; }
  .hero-stat .val { font-size: 16.5px; }

  .h-lg { font-size: 26px; }
  .h-xl { font-size: 36px; }

  .pillar h3 { font-size: 19px; }
  .doc-card h3, .sla-card h3 { font-size: 19px; }
}

/* ============================================================
   INFOGRAPHICS — these SVGs are designed at 1120px wide.
   At phone widths the embedded text becomes illegible.
   On <720px we collapse them to a slim accent band instead.
   ============================================================ */
@media (max-width: 720px) {
  .section-infographic { margin-bottom: 36px; }
  .section-infographic .ig-pad { padding: 14px 16px; }
  .section-infographic svg {
    display: none;                            /* hide the dense diagram */
  }
  /* Replace with a thin gold rule + monogram label */
  .section-infographic::before {
    content: attr(data-mobile-label);
    display: block;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-700);
    font-weight: 600;
    padding: 12px 18px 10px;
    border-left: 2px solid var(--color-gold);
  }
  .s-navy .section-infographic::before,
  .s-navy-2 .section-infographic::before { color: var(--gold-500); }
  .section-infographic {
    background: transparent !important;
    border: 0 !important;
  }
  .s-navy .section-infographic,
  .s-navy-2 .section-infographic {
    background: transparent !important;
    border: 0 !important;
  }
}

/* ============================================================
   LANDSCAPE PHONE — keep hero readable, allow scrolling
   ============================================================ */
@media (max-width: 920px) and (orientation: landscape) and (max-height: 500px) {
  .hero { padding: 40px 0 32px; }
  .hero-watermark { display: none; }
}

/* ============================================================
   HIGH-DPI APPLE (Retina, MacBook P3) — sharper rendering
   ============================================================ */
@media screen and (-webkit-min-device-pixel-ratio: 2),
       screen and (min-resolution: 192dpi) {
  body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  .brand img,
  .footer-brand img { image-rendering: -webkit-optimize-contrast; }
}

/* ============================================================
   WINDOWS / NON-APPLE — fix scrollbar in dark sections
   ============================================================ */
@supports (scrollbar-color: auto) {
  html { scrollbar-color: var(--navy-700) var(--bg-page); scrollbar-width: thin; }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .nav, .utility, .cta-band, .drawer, #tweaks-root, .hero-cta-row { display: none !important; }
  .s-navy, .s-navy-2, .hero { background: #fff !important; color: #000 !important; }
  .hero h1, .h-lg, .h-xl, h2, h3, h4 { color: #000 !important; }
}

/* ---------- Problem section — subtle bg pattern ---------- */
#problem {
  background-image:
    radial-gradient(ellipse 80% 50% at 95% 0%, rgba(201,151,43,0.06), transparent 60%),
    radial-gradient(ellipse 60% 40% at 5% 100%, rgba(201,151,43,0.04), transparent 60%);
}
#problem::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 30%, transparent 80%);
  opacity: 0.6;
}
#problem > .wrap { position: relative; z-index: 1; }

/* ============================================================
   CASE STUDY BRIEF — featured card linking to detail page
   ============================================================ */
.cs-brief {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border: 1px solid var(--border-on-navy);
  background: var(--navy-800);
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) { .cs-brief { grid-template-columns: 1fr; } }

/* Left — story panel */
.cs-brief-story {
  padding: clamp(36px, 4vw, 56px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-right: 1px solid var(--border-on-navy);
}
@media (max-width: 960px) { .cs-brief-story { border-right: 0; border-bottom: 1px solid var(--border-on-navy); } }

.cs-brief-story::before {
  content: "";
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 2px;
  background: var(--color-gold);
}
.cs-brief-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--gold-500);
  font-weight: var(--fw-semibold);
}
.cs-brief-tag .dot {
  width: 6px; height: 6px;
  border-radius: var(--radius-pill);
  background: var(--gold-500);
}
.cs-brief h3 {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-white);
  max-width: 22ch;
}
.cs-brief h3 .gold { color: var(--gold-500); }
.cs-brief-lede {
  font-size: 15px;
  line-height: 1.65;
  color: var(--navy-200);
  max-width: 52ch;
}
.cs-brief-quote {
  padding: 20px 22px;
  background: rgba(201, 151, 43, 0.07);
  border-left: 2px solid var(--color-gold);
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-white);
  font-weight: var(--fw-medium);
  letter-spacing: -0.005em;
}
.cs-brief-quote cite {
  display: block;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--gold-500);
  margin-top: 10px;
  font-weight: var(--fw-semibold);
}
.cs-brief-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--gold-500);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.005em;
  font-family: var(--font-sans);
  cursor: pointer;
  transition: gap var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.cs-brief-cta svg { width: 16px; height: 16px; stroke-width: 2; transition: transform var(--dur-base) var(--ease-out); }
.cs-brief-cta:hover { color: var(--color-white); gap: 16px; }
.cs-brief-cta:hover svg { transform: translateX(4px); }
.cs-brief-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: auto;
}

/* Right — stats panel */
.cs-brief-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 1px;
  background: var(--border-on-navy);
  align-content: stretch;
}
.cs-brief-stat {
  background: var(--navy-800);
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 130px;
  justify-content: center;
}
.cs-brief-stat:last-child {
  grid-column: 1 / -1;
  background: var(--navy-700);
}
.cs-brief-stat .k {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--gold-500);
  font-weight: var(--fw-semibold);
}
.cs-brief-stat .v {
  font-size: 18px;
  color: var(--color-white);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.cs-brief-stat .sub {
  font-size: 12.5px;
  color: var(--navy-300);
  line-height: 1.5;
  margin-top: 2px;
}
@media (max-width: 560px) {
  .cs-brief-stats { grid-template-columns: 1fr; }
  .cs-brief-stat:last-child { grid-column: auto; }
}

/* Mobile padding for brief */
@media (max-width: 720px) {
  .cs-brief-story { padding: 32px 24px; gap: 22px; }
  .cs-brief-stat { padding: 22px 24px; min-height: 0; }
}
