/* ==========================================================================
   Northvane Technologies — Auros-style dark teal site
   Hero (text up / sphere below) · big statement · explore · insights · CTA+footer
   ========================================================================== */

:root {
  --color-abyssal-teal: #012624;
  --color-midnight-current: #011d1c;
  --color-tide-pool-teal: #003734;
  --color-fog-veil: #bbc7c6;
  --color-ice-mist: #edfffe;
  --color-ash-gray: #333333;
  --color-snow-sheet: #ffffff;

  --gradient-current: linear-gradient(90deg, #00827c 0%, #cbfffc 100%);
  --gradient-aurora: linear-gradient(95deg, #cbfffc 0%, #edfffe 30%, #fffdfa 55%, #fad1ff 95%);
  --glow-teal: radial-gradient(circle closest-side at 50% 50%, rgba(0,180,168,.55) 0%, rgba(0,130,124,.18) 46%, rgba(1,38,36,0) 100%);

  --surface-abyss: #012624;
  --surface-trench: #011d1c;
  --surface-reef: #003734;

  --font: 'DM Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --page-max-width: 1200px;
  --radius-md: 8px;
  --radius-cards: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background-color: var(--surface-abyss);
  color: var(--color-fog-veil);
  font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* interactive particle field — contained to the sub-page hero only.
   Fades top→bottom AND at the sides so it dissolves into the page (no hard box, no oval cutoff). */
.page-hero #field {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: .55;
  -webkit-mask-image: linear-gradient(to bottom, #000 30%, transparent 88%);
  mask-image: linear-gradient(to bottom, #000 30%, transparent 88%);
}
.page-hero .glow { z-index: 1; }
.page-hero .wrap { z-index: 2; }

/* fade the edges of every decorative cluster canvas so they don't show a hard box */
.explore-visual canvas, .module-band canvas {
  -webkit-mask-image: radial-gradient(closest-side, #000 72%, transparent 100%);
  mask-image: radial-gradient(closest-side, #000 72%, transparent 100%);
}

/* mid-scroll interactive module */
.module-band { text-align: center; }
.module-band .explore-visual { height: 380px; max-width: 560px; margin: 0 auto; }
.module-band .cap-note { margin-top: 8px; font-size: 12px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--color-fog-veil); }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--page-max-width); margin: 0 auto; padding: 0 28px; }

/* progress bar */
.progress { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 2px; transform: scaleX(0); transform-origin: 0 50%; background: var(--gradient-current); }

/* eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--color-fog-veil); }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 9999px; background: #00b4a8; box-shadow: 0 0 10px 1px rgba(0,180,168,.9); }
.eyebrow.center { justify-content: center; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; border-radius: var(--radius-md); padding: 16px 26px; cursor: pointer; border: 0; transition: transform .2s ease, filter .2s ease; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.07); }
.btn .arrow { font-size: 15px; }
.btn-primary { background: var(--gradient-aurora); color: #102b29; }
.btn-ghost { position: relative; background: transparent; color: var(--color-snow-sheet); padding: 16px 24px; }
.btn-ghost::before { content: ""; position: absolute; inset: 0; border-radius: var(--radius-md); padding: 1px; background: var(--gradient-aurora); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }

/* nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 76px; display: flex; align-items: center; transition: background-color .3s, backdrop-filter .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(1,29,28,.75); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(51,51,51,.55); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 11px; color: var(--color-snow-sheet); font-weight: 600; font-size: 18px; letter-spacing: 2px; }
.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-snow-sheet); opacity: .82; transition: opacity .18s; position: relative; padding-bottom: 4px; }
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-links a.active::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background: var(--gradient-current); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; }

/* HERO — text top, sphere below */
.hero { position: relative; min-height: 100vh; overflow: hidden; }
.hero-glow { position: absolute; bottom: -16%; left: 50%; transform: translateX(-50%); width: 1100px; height: 720px; background: var(--glow-teal); opacity: .85; pointer-events: none; }
#sphere { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .95; pointer-events: none; }
.hero-content { position: relative; z-index: 3; text-align: center; padding: 19vh 28px 0; max-width: 900px; margin: 0 auto; }
.hero h1 { color: var(--color-snow-sheet); font-weight: 500; font-size: clamp(46px, 7vw, 92px); line-height: 1.02; letter-spacing: -2.5px; margin-top: 26px; }
.hero-sub { font-size: 19px; color: var(--color-fog-veil); max-width: 540px; margin: 26px auto 0; }
.hero-actions { margin-top: 38px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 10px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--color-fog-veil); opacity: .55; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(var(--color-fog-veil), transparent); }

/* sections */
section { position: relative; }
.band { padding: 110px 0; }

/* big centered statement */
.statement { text-align: center; position: relative; }
.statement .glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 1000px; height: 640px; background: var(--glow-teal); opacity: .45; pointer-events: none; }
.statement p { position: relative; z-index: 1; font-weight: 500; font-size: clamp(30px, 4.6vw, 62px); line-height: 1.18; letter-spacing: -1.4px; max-width: 1040px; margin: 0 auto; color: var(--color-snow-sheet); }
.statement p .muted { color: var(--color-fog-veil); }

/* section heading */
.section-title { font-weight: 500; font-size: clamp(34px, 5vw, 64px); line-height: 1.05; letter-spacing: -1.8px; color: var(--color-snow-sheet); }

/* EXPLORE — text links + molecular cluster */
.explore-head { margin-bottom: 36px; }
.explore { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.ex-list { display: flex; flex-direction: column; }
.ex-link { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 24px; padding: 30px 28px; border-top: 1px solid rgba(51,51,51,.55); transition: background .25s ease, padding-left .25s ease; border-radius: var(--radius-cards); }
.ex-list .ex-link:last-child { border-bottom: 1px solid rgba(51,51,51,.55); }
.ex-link:hover { background: var(--surface-trench); border-top-color: transparent; box-shadow: inset 0 0 0 1px rgba(51,51,51,.5); padding-left: 36px; }
.ex-link h3 { color: var(--color-snow-sheet); font-weight: 500; font-size: 27px; letter-spacing: -0.6px; margin-bottom: 10px; }
.ex-link p { font-size: 15px; max-width: 460px; }
.ex-link .ico { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border: 1px solid var(--color-fog-veil); border-radius: var(--radius-md); color: var(--color-ice-mist); font-size: 15px; opacity: .55; transition: opacity .2s, border-color .2s, background .2s; }
.ex-link:hover .ico { opacity: 1; border-color: var(--color-ice-mist); background: rgba(237,255,254,.07); }
.explore-visual { position: relative; height: 480px; }
/* inner-page decorative module — tighter than a full content band */
.feature-band { padding: 58px 0 66px; }
.feature-band .explore-visual { height: 340px; }
.explore-visual .glow { position: absolute; inset: 0; background: var(--glow-teal); opacity: .5; pointer-events: none; }
#nodes { position: relative; z-index: 1; width: 100%; height: 100%; }

/* INSIGHTS — article cards (placeholder thumbs) */
.insights-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article { background: var(--surface-trench); border-radius: var(--radius-cards); overflow: hidden; transition: transform .22s ease, background .22s ease; display: flex; flex-direction: column; }
.article:hover { transform: translateY(-3px); background: var(--surface-reef); }
.thumb { aspect-ratio: 16 / 10; position: relative; background: linear-gradient(135deg, #00423d 0%, #012624 70%); display: grid; place-items: center; overflow: hidden; }
.thumb::after { content: ""; position: absolute; inset: 0; background: var(--glow-teal); opacity: .5; }
.thumb .ph { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--color-fog-veil); }
.thumb .ph .tag { font-size: 9px; letter-spacing: 2.4px; text-transform: uppercase; opacity: .7; }
.article .a-body { padding: 28px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.article h3 { color: var(--color-snow-sheet); font-weight: 500; font-size: 20px; letter-spacing: -0.3px; line-height: 1.25; }
.article p { font-size: 14px; }
.article .meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.article .date { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--color-fog-veil); opacity: .7; }
.article .ico { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(187,199,198,.5); border-radius: var(--radius-md); color: var(--color-ice-mist); font-size: 14px; }

/* CTA + FOOTER (Auros-style) */
.footer { position: relative; overflow: hidden; border-top: 1px solid rgba(51,51,51,.45); padding: 96px 0 44px; }
.footer .glow { position: absolute; bottom: -30%; left: 50%; transform: translateX(-50%); width: 1100px; height: 700px; background: var(--glow-teal); opacity: .5; pointer-events: none; }
.foot-cta { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 110px; }
.foot-cta .big { font-weight: 500; font-size: clamp(34px, 5vw, 64px); line-height: 1.04; letter-spacing: -2px; color: var(--color-snow-sheet); max-width: 540px; }
.foot-cta .connect { text-align: right; }
.foot-cta .connect .lab { font-size: clamp(22px, 2.6vw, 32px); color: var(--color-snow-sheet); font-weight: 400; letter-spacing: -0.6px; margin-bottom: 22px; }
.foot-links { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-links ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.foot-links a { font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--color-fog-veil); transition: color .18s; }
.foot-links a:hover { color: var(--color-snow-sheet); }
.foot-social { display: flex; gap: 12px; }
.foot-social a { width: 38px; height: 38px; border-radius: 9999px; border: 1px solid rgba(187,199,198,.45); display: grid; place-items: center; color: var(--color-fog-veil); transition: color .18s, border-color .18s; }
.foot-social a:hover { color: var(--color-snow-sheet); border-color: var(--color-snow-sheet); }
.foot-bottom { position: relative; z-index: 1; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(51,51,51,.45); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--color-fog-veil); opacity: .8; }

/* WE DRIVE — giant two-line headline; the two lines slide in from opposite sides on scroll */
.drive { overflow: hidden; }
.drive-head { font-weight: 500; line-height: .94; letter-spacing: -4px; color: var(--color-snow-sheet); font-size: clamp(56px, 13vw, 210px); margin: 0; }
.drive-head .line { display: block; padding-bottom: .06em; }
.drive-head .inner { display: inline-block; transition: transform 1.9s cubic-bezier(.19, 1, .22, 1), opacity 1.5s ease; }
.js .drive-head .line:nth-child(1) .inner { transform: translateX(-115%); opacity: 0; }  /* enters from LEFT  */
.js .drive-head .line:nth-child(2) .inner { transform: translateX(115%); opacity: 0; }   /* enters from RIGHT */
/* in-state must out-specify the :nth-child off-state above, or the words stay off-screen */
.js .drive-head.in .line:nth-child(1) .inner,
.js .drive-head.in .line:nth-child(2) .inner,
html:not(.js) .drive-head .inner { transform: none; opacity: 1; }
.drive-head .line:nth-child(2) .inner { transition-delay: .18s; }
.drive-head .grad .inner { background: var(--gradient-aurora); -webkit-background-clip: text; background-clip: text; color: transparent; }
.drive-sub { margin-top: 34px; max-width: 560px; font-size: 19px; color: var(--color-fog-veil); }

/* RELEVANT EXPERIENCE — past-performance cards */
.exp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.exp-card { background: var(--surface-trench); border-radius: var(--radius-cards); padding: 40px; transition: background .22s ease, transform .22s ease; }
.exp-card:hover { background: var(--surface-reef); transform: translateY(-3px); }
.exp-card .tag { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: #00b4a8; }
.exp-card h3 { color: var(--color-snow-sheet); font-weight: 500; font-size: 23px; letter-spacing: -.3px; margin: 14px 0 12px; line-height: 1.2; }
.exp-card p { font-size: 15px; }

/* PRINCIPAL — founder/operator band */
.principal { position: relative; }
.principal .glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 900px; height: 560px; background: var(--glow-teal); opacity: .35; pointer-events: none; }
.principal-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.principal-grid .lead { font-weight: 500; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.18; letter-spacing: -1px; color: var(--color-snow-sheet); }
.principal-grid p { font-size: 16px; margin-bottom: 18px; }
.principal-stats { list-style: none; display: grid; gap: 14px; margin-top: 8px; }
.principal-stats li { padding-left: 22px; position: relative; font-size: 15px; }
.principal-stats li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 9999px; background: #00b4a8; box-shadow: 0 0 8px rgba(0,180,168,.8); }

/* ===== INNER PAGES ===== */
.page-hero { position: relative; padding: 160px 0 60px; overflow: hidden; }
.page-hero .glow { position: absolute; top: -18%; left: 50%; transform: translateX(-50%); width: 1000px; height: 620px; background: var(--glow-teal); opacity: .5; pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-title { font-weight: 500; font-size: clamp(44px, 7.5vw, 100px); line-height: 1; letter-spacing: -3px; color: var(--color-snow-sheet); margin-top: 20px; }
.page-intro { margin-top: 28px; max-width: 660px; font-size: 19px; color: var(--color-fog-veil); }

/* capability blocks */
.cap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; padding: 52px 0; border-top: 1px solid rgba(51,51,51,.55); }
.caps .cap:last-child { border-bottom: 1px solid rgba(51,51,51,.55); }
.cap .lead { font-size: 12px; color: #00b4a8; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 14px; }
.cap h2 { font-weight: 500; font-size: clamp(26px, 3vw, 40px); letter-spacing: -1px; color: var(--color-snow-sheet); line-height: 1.05; }
.cap .moat { margin-top: 16px; font-size: 16px; color: var(--color-fog-veil); }
.cap ul { list-style: none; display: grid; gap: 13px; }
.cap li { padding-left: 22px; position: relative; font-size: 16px; }
.cap li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 9999px; background: #00b4a8; }

/* section heading block (eyebrow + title) */
.section-head { margin-bottom: 48px; }
.section-head .section-title { margin-top: 18px; max-width: 900px; }

/* differentiators — numbered two-up grid */
.diffs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; }
.diff { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; padding: 30px 0; border-top: 1px solid rgba(51,51,51,.55); }
.diffs .diff:nth-last-child(-n+2) { padding-bottom: 0; }
.diff .num { font-size: 14px; font-weight: 500; letter-spacing: 1px; color: #00b4a8; font-variant-numeric: tabular-nums; padding-top: 3px; }
.diff h3 { color: var(--color-snow-sheet); font-weight: 500; font-size: 20px; letter-spacing: -.3px; line-height: 1.25; margin-bottom: 9px; }
.diff p { font-size: 15px; max-width: 460px; }

/* two-column split cards (operator / builder) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.split .col { background: var(--surface-trench); border-radius: var(--radius-cards); padding: 44px; }
.split .col .label { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; color: #00b4a8; margin-bottom: 18px; }
.split .col .big { font-weight: 500; font-size: clamp(23px, 2.6vw, 32px); line-height: 1.12; letter-spacing: -.8px; color: var(--color-snow-sheet); margin-bottom: 16px; }
.split .col p { font-size: 16px; }

/* prose */
.prose { max-width: 720px; }
.prose p { font-size: 17px; margin-bottom: 20px; }
.prose p strong { color: var(--color-snow-sheet); font-weight: 500; }
.prose h2 { color: var(--color-snow-sheet); font-weight: 500; font-size: 30px; margin: 48px 0 18px; letter-spacing: -.6px; }

/* company data table */
.data-table { width: 100%; border-collapse: collapse; }
.data-table td { padding: 18px 0; border-top: 1px solid rgba(51,51,51,.5); vertical-align: top; }
.data-table td:first-child { color: var(--color-fog-veil); width: 240px; text-transform: uppercase; letter-spacing: 1.2px; font-size: 12px; padding-top: 21px; }
.data-table td:last-child { color: var(--color-snow-sheet); font-size: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid rgba(51,51,51,.9); border-radius: 6px; padding: 8px 12px; font-size: 13px; color: var(--color-fog-veil); }
.chip b { color: var(--color-snow-sheet); font-weight: 500; }

/* contact rows */
.contact-rows { display: grid; gap: 4px; max-width: 760px; }
.contact-row { display: grid; grid-template-columns: 240px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(51,51,51,.5); }
.contact-row:last-child { border-bottom: 1px solid rgba(51,51,51,.5); }
.contact-row .k { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--color-fog-veil); }
.contact-row .v { font-size: 18px; color: var(--color-snow-sheet); }
.contact-row .v a:hover { color: #00b4a8; }

/* reveal */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.js .reveal.in { opacity: 1; transform: none; }

/* statement / title reveal — clean block fade (no per-word splitting, no odd spacing) */
.js .words { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.js .words.in { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 960px) {
  /* top bar: logo + hamburger only */
  .nav-cta .btn-ghost, .nav-cta .btn-primary { display: none; }
  .nav-toggle { display: inline-flex; }

  /* hamburger reveals a full-width dropdown panel */
  .nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 76px; left: 0; right: 0;
    padding: 8px 28px 18px;
    background: rgba(1,29,28,.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(51,51,51,.55);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
    z-index: 49;
  }
  .nav.open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 17px 2px; font-size: 15px; opacity: 1; border-bottom: 1px solid rgba(51,51,51,.4); }
  .nav-links li:last-child a { border-bottom: 0; }
  .nav-links a.active::after { display: none; }
  .nav-toggle svg { transition: transform .22s ease; }
  .nav.open .nav-toggle svg { transform: rotate(90deg); }

  .explore { grid-template-columns: 1fr; gap: 40px; }
  .insights-grid { grid-template-columns: 1fr; }
  .explore-visual { height: 360px; }
  .foot-cta { flex-direction: column; }
  .foot-cta .connect { text-align: left; }
  .exp-grid, .principal-grid { grid-template-columns: 1fr; gap: 32px; }
  .diffs, .split { grid-template-columns: 1fr; }
  .diffs .diff:nth-last-child(-n+2) { padding-bottom: 30px; }
  .diffs .diff:last-child { padding-bottom: 0; }
  .cap { grid-template-columns: 1fr; gap: 18px; padding: 40px 0; }
  .contact-row { grid-template-columns: 1fr; gap: 6px; }
  .data-table td { display: block; padding: 4px 0; border: 0; }
  .data-table td:first-child { padding-top: 16px; border-top: 1px solid rgba(51,51,51,.5); }
  .data-table tr:first-child td:first-child { border-top: 0; }
  .band { padding: 80px 0; }
}

/* phones */
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  /* hero: keep the desktop full-bleed globe behind everything; lift the text so the
     globe's rising top-cap clears the buttons (same composition as desktop) */
  .hero-content { padding: 104px 6px 0; }
  #sphere { transform: translateY(7vh); }   /* drop the globe's rising cap lower on phones */
  .hero h1 { letter-spacing: -1.4px; }
  .hero-sub { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .hero-actions .btn { width: auto; padding: 14px 24px; }
  .drive-head { letter-spacing: -2px; }
  .statement p { letter-spacing: -.6px; }
  .page-hero { padding: 124px 0 40px; }
  .page-title { letter-spacing: -1.6px; }
  .page-intro, .drive-sub { font-size: 17px; }
  .band { padding: 64px 0; }
  .feature-band { padding: 44px 0 50px; }
  .explore-visual { height: 300px; }
  .split .col { padding: 30px 24px; }
  .exp-card { padding: 30px 24px; }
  .principal-grid { gap: 26px; }
  .foot-cta { padding-bottom: 64px; gap: 26px; }
  .foot-cta .connect { text-align: left; }
  .foot-bottom { flex-direction: column; gap: 6px; }
  .insights-head, .foot-links { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .drive-head .inner { transform: none !important; }
}
