/* ===================================================
   AU POWER — Shared Stylesheet
   =================================================== */

/* ===== Variables ===== */
:root {
  --maroon: #6B1A1F;
  --maroon-deep: #4F1115;
  --gold: #C9A876;
  --gold-soft: #E2CDA6;
  --cream: #FAF6EE;
  --paper: #F2EBDC;
  --ink: #1A1413;
  --ink-2: #2B2422;
  --line: rgba(26,20,19,.12);
  --line-cream: rgba(250,246,238,.16);
  --nav-h: 72px;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
html, body { margin: 0; padding: 0; background: var(--cream); color: var(--ink);
  font-family: "Geist","Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { overflow-x: hidden; max-width: 100vw; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

/* ===== Type helpers ===== */
.serif { font-family: "Fraunces",Georgia,serif; font-feature-settings: "ss01","ss02"; letter-spacing: -.01em; }
.mono  { font-family: "JetBrains Mono",ui-monospace,monospace; font-feature-settings: "ss02"; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
@media(max-width:720px) { .container { padding: 0 20px; } }

/* ===== Logo ===== */
.logo { display: inline-flex; align-items: baseline; gap: .32em;
  font-family: "Geist",sans-serif; font-weight: 800; letter-spacing: .02em; line-height: 1; }
.logo .au { color: var(--gold); font-style: italic; font-weight: 700; }
.logo .pw { color: var(--maroon); position: relative; display: inline-flex; align-items: baseline; }
.logo .pw .o { position: relative; display: inline-block; width: .78em; height: .78em;
  margin: 0 .02em; align-self: center; }
.logo .pw .o::before { content: ""; position: absolute; inset: 6%; border-radius: 50%;
  border: .13em solid var(--maroon); }
.logo .pw .bolt { position: absolute; left: 50%; top: 50%; width: 38%; height: 62%;
  transform: translate(-50%,-50%); background: var(--maroon);
  clip-path: polygon(55% 0,0 58%,38% 58%,28% 100%,100% 38%,58% 38%,80% 0); }
.logo.on-dark .au { color: var(--gold); }
.logo.on-dark .pw, .logo.on-dark .pw .o::before, .logo.on-dark .pw .bolt { color: #fff; }
.logo.on-dark .pw { color: #fff; }
.logo.on-dark .pw .o::before { border-color: #fff; }
.logo.on-dark .pw .bolt { background: #fff; }

/* ===== Top bar ===== */
.topbar { background: var(--ink); color: var(--cream); font-size: 12px; letter-spacing: .04em; }
.topbar .row { display: flex; justify-content: space-between; align-items: center;
  padding: 9px 0; gap: 24px; flex-wrap: wrap; }
.topbar .pill { display: inline-flex; align-items: center; gap: 8px; padding: 3px 10px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); }
.topbar .pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.topbar .links { display: flex; gap: 22px; color: rgba(255,255,255,.72); }
.topbar .links a:hover { color: #fff; }
@media(max-width:720px) { .topbar .links { display: none; } }

/* ===== Nav ===== */
.nav { position: sticky; top: 0; z-index: 50;
  background: rgba(250,246,238,.92); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line); }
.nav .row { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.nav .logo { font-size: 24px; }
.nav-logo-link { position: relative; display: inline-block; height: 90px; overflow: hidden; vertical-align: middle; padding-right: 14px; }
.nav-logo-img { height: 260px; width: auto; display: block; margin-top: -88px; margin-left: 0; }
.reg-mark { position: absolute; top: 6px; right: 2px; font-size: 11px; font-weight: 700;
  color: var(--maroon); line-height: 1; font-family: "Geist",sans-serif; }
.nav .menu { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 500; }
.nav .menu a { position: relative; padding: 6px 0; color: var(--ink-2); transition: color .2s; }
.nav .menu a:hover { color: var(--maroon); }
.nav .menu a.active { color: var(--maroon); }
.nav .menu a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -19px;
  height: 2px; background: var(--maroon); }
.nav .cta { display: inline-flex; align-items: center; gap: 10px; background: var(--maroon);
  color: #fff; padding: 11px 18px; border-radius: 2px; font-size: 13px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; transition: background .2s; }
.nav .cta:hover { background: var(--maroon-deep); }
.nav .cta svg { width: 14px; height: 14px; }

/* Hamburger toggle */
.nav-toggle { display: none; flex-direction: column; justify-content: space-between;
  width: 24px; height: 18px; background: none; border: none; cursor: pointer; padding: 0; }
.nav-toggle span { display: block; width: 100%; height: 2px; background: var(--ink);
  border-radius: 1px; transition: transform .25s, opacity .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media(max-width:820px) {
  .nav-toggle { display: flex; }
  .nav .cta { display: none; }
  /* Show full logo at natural proportions instead of crop trick */
  .nav-logo-link { width: auto; height: 48px; overflow: visible; padding-right: 0; }
  .nav-logo-img { height: 48px; width: auto; margin-top: 0; max-width: none; }
  .reg-mark { display: none; }
  .nav .row { padding: 10px 0; }
  .nav .menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: 8px 20px 20px; box-shadow: 0 12px 32px rgba(0,0,0,.12);
  }
  .nav .menu.open { display: flex; }
  .nav .menu a { padding: 14px 0; border-bottom: 1px solid var(--line); width: 100%; font-size: 16px; }
  .nav .menu a:last-child { border-bottom: 0; }
  .nav .menu a.active::after { display: none; }
}

/* ===== Page Hero (inner pages) ===== */
.page-hero { background: var(--maroon); color: var(--cream); padding: 72px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 100% 0%,rgba(201,168,118,.15),transparent 60%),
              radial-gradient(40% 60% at 0% 100%,rgba(0,0,0,.3),transparent 60%);
  pointer-events: none; }
.page-hero .inner { position: relative; }
.page-hero .crumb { font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: rgba(250,246,238,.5); margin-bottom: 18px; }
.page-hero .crumb a { color: var(--gold); }
.page-hero .crumb a:hover { color: var(--gold-soft); }
.page-hero h1 { font-family: "Fraunces",serif; font-size: clamp(42px,6vw,84px); font-weight: 500;
  line-height: .95; letter-spacing: -.025em; margin: 0 0 20px; }
.page-hero h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.page-hero p { font-size: 18px; color: rgba(250,246,238,.72); max-width: 500px; line-height: 1.55; margin: 0; }
.page-hero .pg-num { font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 2px;
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  transition: background .2s, color .2s, border-color .2s; cursor: pointer; border: 0; }
.btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid rgba(250,246,238,.3); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-maroon { background: var(--maroon); color: #fff; }
.btn-maroon:hover { background: var(--maroon-deep); }
.btn-outline { background: transparent; color: var(--maroon); border: 1px solid var(--maroon); }
.btn-outline:hover { background: var(--maroon); color: #fff; }

/* ===== Section primitives ===== */
section { padding: 96px 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; flex-wrap: wrap; }
.eyebrow-row { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--maroon); font-weight: 600; margin-bottom: 18px; }
.eyebrow-row .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.eyebrow-row .num { font-family: "JetBrains Mono",monospace; color: var(--ink-2); }
.h2 { font-family: "Fraunces",serif; font-size: clamp(40px,5.2vw,72px); line-height: 1;
  letter-spacing: -.025em; font-weight: 500; margin: 0; max-width: 14ch; }
.h2 em { font-style: italic; color: var(--maroon); font-weight: 400; }
.h2 .gold { color: var(--gold); font-style: italic; font-weight: 400; }
.h-cap { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink-2); max-width: 280px; text-align: right; line-height: 1.6; }

/* ===== Hero (homepage) ===== */
.hero { position: relative; background: var(--maroon); color: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 100% 0%,rgba(201,168,118,.18),transparent 60%),
              radial-gradient(50% 50% at 0% 100%,rgba(0,0,0,.35),transparent 60%); pointer-events: none; }
.hero .grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: center; padding: 84px 0 96px; min-height: 640px; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 12px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 28px; }
.hero .eyebrow .bar { width: 36px; height: 1px; background: var(--gold); }
.hero h1 { font-family: "Fraunces",serif; font-size: clamp(56px,8.5vw,124px); line-height: .92;
  font-weight: 500; letter-spacing: -.025em; margin: 0 0 28px; }
.hero h1 .word { display: block; }
.hero h1 .gold { color: var(--gold); font-style: italic; font-weight: 400; }
.hero h1 .stroke { -webkit-text-stroke: 1.5px var(--gold); color: transparent; font-style: italic; font-weight: 400; }
.hero p.lede { font-size: 18px; line-height: 1.55; color: rgba(250,246,238,.78); max-width: 480px; margin: 0 0 36px; }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero image column */
.hero .hero-img { position: relative; height: 520px; border-radius: 2px; overflow: hidden; }
.hero .hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .hero-img::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(107,26,31,.4) 0%,transparent 60%); }
.hero .hero-img .img-badge { position: absolute; bottom: 24px; left: 24px; z-index: 1;
  background: rgba(26,20,19,.85); backdrop-filter: blur(8px);
  color: var(--cream); padding: 12px 16px; border-radius: 2px;
  border-left: 2px solid var(--gold); }
.hero .hero-img .img-badge .t { font-family: "JetBrains Mono",monospace; font-size: 9px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.hero .hero-img .img-badge .v { font-size: 13px; font-weight: 500; }

/* Hero stats */
.hero .stats { position: absolute; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-cream); }
.hero .stats .s { padding: 22px 28px; border-right: 1px solid var(--line-cream); }
.hero .stats .s:last-child { border-right: 0; }
.hero .stats .k { font-family: "Fraunces",serif; font-size: 36px; font-weight: 500;
  color: var(--gold); letter-spacing: -.02em; line-height: 1; }
.hero .stats .l { margin-top: 8px; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(250,246,238,.68); }
.hero .cert-strip { position: absolute; top: 84px; right: 32px; display: flex; flex-direction: column;
  gap: 10px; font-family: "JetBrains Mono",monospace; font-size: 10px;
  color: rgba(250,246,238,.55); text-align: right; letter-spacing: .1em; }
.hero .cert-strip span { display: block; }

@media(max-width:980px) {
  .hero .grid { grid-template-columns: 1fr; padding: 60px 0 40px; min-height: auto; }
  .hero .hero-img { height: 280px; margin-top: 20px; }
  .hero .stats { position: relative; grid-template-columns: repeat(2,1fr); }
  .hero .stats .s:nth-child(2) { border-right: 0; }
  .hero .stats .s:nth-child(-n+2) { border-bottom: 1px solid var(--line-cream); }
  .hero .cert-strip { display: none; }
}
@media(max-width:640px) {
  .hero h1 { font-size: clamp(38px,9vw,56px); }
  .hero p.lede { font-size: 15px; max-width: 100%; }
  .hero .hero-img { height: 220px; }
  .hero .stats .s { padding: 16px 14px; }
  .hero .stats .k { font-size: 28px; }
  .hero .stats .l { font-size: 10px; }
}

/* ===== Manifesto ribbon ===== */
.manifesto { background: var(--cream); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); padding: 36px 0; overflow: hidden; }
.manifesto-track { display: flex; gap: 64px; align-items: center;
  animation: scroll 50s linear infinite; width: max-content; }
.manifesto-item { display: inline-flex; align-items: center; gap: 64px; font-family: "Fraunces",serif;
  font-size: 36px; font-style: italic; color: var(--ink); font-weight: 400;
  letter-spacing: -.01em; white-space: nowrap; }
.manifesto-item::after { content: ""; width: 8px; height: 8px; background: var(--gold);
  border-radius: 50%; display: inline-block; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Ecosystem cards ===== */
.ecosystem { background: var(--paper); position: relative; }
.eco-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 0;
  border: 1px solid var(--line); background: var(--cream); }
.eco-card { grid-column: span 4; padding: 0; border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line); position: relative; transition: background .25s, color .25s;
  cursor: pointer; display: flex; flex-direction: column; min-height: 380px; }
.eco-card:nth-child(3n) { border-right: 0; }
.eco-card:nth-last-child(-n+3) { border-bottom: 0; }
.eco-card.feat { grid-column: span 6; background: var(--maroon); color: var(--cream); }
.eco-card.feat + .eco-card { grid-column: span 6; border-right: 0; }
.eco-card:hover { background: var(--ink); color: var(--cream); }
.eco-card.feat:hover { background: var(--maroon-deep); }
.eco-card .num { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .16em;
  color: var(--gold); margin-bottom: auto; }
.eco-card h3 { font-family: "Fraunces",serif; font-size: 32px; font-weight: 500;
  letter-spacing: -.02em; margin: 0 0 12px; line-height: 1.05; }
.eco-card .meta { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .1em;
  color: var(--ink-2); text-transform: uppercase; margin-top: 14px; }
.eco-card:hover .meta, .eco-card.feat .meta { color: var(--gold); }
.eco-card .desc { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0 0 14px; }
.eco-card:hover .desc, .eco-card.feat .desc { color: rgba(250,246,238,.72); }
.eco-card .arrow { position: absolute; top: 36px; right: 36px; width: 36px; height: 36px;
  border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center;
  justify-content: center; transition: border-color .2s, background .2s, color .2s; }
.eco-card:hover .arrow { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.eco-card.feat .arrow { border-color: rgba(250,246,238,.3); color: var(--cream); }
.eco-card .glyph { margin-top: 18px; height: 80px; display: flex; align-items: center; }
.gpipe { display: flex; gap: 6px; }
.gpipe span { width: 18px; border-radius: 2px; }
.gfit { display: flex; align-items: flex-end; gap: 8px; }
.eco-img { height: 180px; overflow: hidden; flex-shrink: 0; background: #EAE5D8; }
.eco-card.feat .eco-img { height: 220px; }
.eco-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
  transition: transform .4s ease; }
.eco-card:hover .eco-img img { transform: scale(1.04); }
.eco-img-ph { display: flex; align-items: center; justify-content: center; color: #C0B8A8; }
.eco-card:hover .eco-img-ph { background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.18); }
.eco-card.feat .eco-img-ph { background: rgba(255,255,255,0.06); }
.eco-body { padding: 28px 36px 32px; flex: 1; display: flex; flex-direction: column; position: relative; }

@media(max-width:980px) {
  .eco-card { grid-column: span 6 !important; border-right: 1px solid var(--line) !important; }
  .eco-card:nth-child(2n) { border-right: 0 !important; }
  .eco-card.feat { grid-column: span 12 !important; }
  .eco-card.feat + .eco-card { grid-column: span 6 !important; }
}
@media(max-width:560px) {
  .eco-card { grid-column: span 12 !important; border-right: 0 !important; }
}

/* ===== Featured product ===== */
.featured { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; }
.featured::before { content: ""; position: absolute; top: 0; right: -200px; width: 600px; height: 600px;
  border-radius: 50%; background: radial-gradient(circle,rgba(107,26,31,.4),transparent 70%); pointer-events: none; }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.feat-photo { position: relative; aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: #0a0a0a; }
.feat-photo img { width: 100%; height: 100%; object-fit: cover; }
.feat-photo .badge { position: absolute; top: 24px; left: 24px; background: var(--cream); color: var(--ink);
  padding: 10px 14px; border-radius: 2px; display: flex; flex-direction: column; gap: 2px; }
.feat-photo .badge .t { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--maroon); font-weight: 700; }
.feat-photo .badge .v { font-family: "JetBrains Mono",monospace; font-size: 13px; font-weight: 500; }
.feat-side h2 { font-family: "Fraunces",serif; font-size: 64px; line-height: .95; font-weight: 500;
  letter-spacing: -.025em; margin: 0 0 24px; }
.feat-side h2 em { color: var(--gold); font-style: italic; font-weight: 400; }
.feat-side p { color: rgba(250,246,238,.72); font-size: 17px; line-height: 1.55; margin: 0 0 36px; max-width: 500px; }
.spec-table { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-cream); }
.spec-table .row { padding: 18px 0; border-bottom: 1px solid var(--line-cream); display: flex; flex-direction: column; gap: 6px; }
.spec-table .row:nth-child(odd) { padding-right: 24px; }
.spec-table .row:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line-cream); }
.spec-table .k { font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.spec-table .v { font-family: "Fraunces",serif; font-size: 22px; font-weight: 500; letter-spacing: -.01em; }
.spec-table .v small { font-family: "Geist",sans-serif; font-size: 13px; color: rgba(250,246,238,.6); font-weight: 400; }
@media(max-width:980px) { .feat-grid { grid-template-columns: 1fr; gap: 40px; } .feat-side h2 { font-size: 44px; } }

/* ===== Range selector ===== */
.range { background: var(--cream); }
.range-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--line); margin-bottom: 48px; overflow-x: auto; scrollbar-width: none; }
.range-tabs::-webkit-scrollbar { display: none; }
.range-tabs .t { padding: 18px 24px; font-size: 13px; font-weight: 500; letter-spacing: .04em;
  color: var(--ink-2); cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap;
  transition: color .2s; background: none; border-top: 0; border-left: 0; border-right: 0; font-family: inherit; }
.range-tabs .t:hover { color: var(--maroon); }
.range-tabs .t.active { color: var(--maroon); border-bottom-color: var(--maroon); font-weight: 600; }
.range-tabs .t .num { font-family: "JetBrains Mono",monospace; font-size: 10px; color: var(--gold);
  margin-right: 10px; letter-spacing: .16em; }
.range-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.range-body .left h3 { font-family: "Fraunces",serif; font-size: 48px; font-weight: 500;
  line-height: 1; letter-spacing: -.02em; margin: 0 0 16px; }
.range-body .left h3 em { color: var(--maroon); font-style: italic; font-weight: 400; }
.range-body .left p { font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 480px; margin: 0 0 32px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; margin-bottom: 36px; }
.feature-list .f { display: flex; gap: 14px; align-items: flex-start; padding: 16px;
  background: var(--paper); border-radius: 2px; border-left: 2px solid var(--gold); }
.feature-list .f .icon { width: 32px; height: 32px; background: var(--maroon); color: var(--gold);
  display: flex; align-items: center; justify-content: center; border-radius: 2px; flex-shrink: 0;
  font-family: "Fraunces",serif; font-style: italic; font-weight: 600; font-size: 18px; }
.feature-list .f .txt strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.feature-list .f .txt span { font-size: 12px; color: var(--ink-2); line-height: 1.5; }
@media(max-width:980px) { .range-body { grid-template-columns: 1fr; } .feature-list { grid-template-columns: 1fr; } }

/* Spec card */
.spec-card { background: var(--ink); color: var(--cream); padding: 32px; border-radius: 2px; position: relative; overflow: hidden; }
.spec-card::before { content: "AU·POWER"; position: absolute; top: 18px; right: 24px;
  font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .3em; color: var(--gold); opacity: .6; }
.spec-card h4 { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 6px; font-weight: 500; }
.spec-card .pname { font-family: "Fraunces",serif; font-size: 28px; letter-spacing: -.02em; margin: 0 0 24px; font-weight: 500; }
.size-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin-bottom: 24px; }
.size-pill { background: rgba(255,255,255,.06); border: 1px solid var(--line-cream); padding: 14px 8px;
  text-align: center; border-radius: 2px; cursor: pointer; transition: border-color .2s, background .2s; }
.size-pill:hover { border-color: var(--gold); background: rgba(201,168,118,.1); }
.size-pill.on { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.size-pill .n { font-family: "Fraunces",serif; font-size: 20px; font-weight: 600; letter-spacing: -.01em; }
.size-pill .u { font-size: 9px; color: rgba(250,246,238,.6); letter-spacing: .1em; }
.size-pill.on .u { color: rgba(26,20,19,.6); }
.stress-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 20px; }
.stress-row .s { padding: 14px; border: 1px solid var(--line-cream); border-radius: 2px;
  cursor: pointer; transition: border-color .2s, background .2s; }
.stress-row .s.on { border-color: var(--gold); background: rgba(201,168,118,.08); }
.stress-row .s .lbl { font-family: "JetBrains Mono",monospace; font-size: 10px; color: var(--gold); letter-spacing: .16em; }
.stress-row .s .nm { font-family: "Fraunces",serif; font-size: 16px; margin-top: 4px; }
.spec-out { padding: 20px 0 0; border-top: 1px dashed var(--line-cream); display: flex; justify-content: space-between; align-items: center; }
.spec-out .lbl { font-size: 11px; color: rgba(250,246,238,.6); letter-spacing: .16em; text-transform: uppercase; }
.spec-out .val { font-family: "Fraunces",serif; font-size: 32px; color: var(--gold); font-weight: 500; }

/* ===== Quality / ISI ===== */
.quality { background: var(--maroon); color: var(--cream); position: relative; overflow: hidden; }
.quality::after { content: ""; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px;
  border-radius: 50%; background: radial-gradient(circle,rgba(201,168,118,.18),transparent 70%); pointer-events: none; }
.qual-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; position: relative; }
.qual-grid h2 { font-family: "Fraunces",serif; font-size: clamp(48px,5vw,80px); line-height: .95;
  font-weight: 500; letter-spacing: -.025em; margin: 0 0 24px; }
.qual-grid h2 em { color: var(--gold); font-style: italic; font-weight: 400; }
.qual-grid p { font-size: 17px; line-height: 1.6; color: rgba(250,246,238,.78); max-width: 520px; margin: 0 0 36px; }
.qual-marks { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; max-width: 480px; }
.qmark { padding: 20px; border: 1px solid var(--line-cream); border-radius: 2px;
  display: flex; align-items: center; gap: 16px; background: rgba(0,0,0,.18); }
.qmark .seal { width: 48px; height: 48px; border-radius: 50%; background: var(--cream); color: var(--maroon);
  display: flex; align-items: center; justify-content: center; font-family: "Fraunces",serif;
  font-style: italic; font-weight: 700; font-size: 22px; flex-shrink: 0; }
.qmark .t { font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.qmark .s { font-family: "JetBrains Mono",monospace; font-size: 10px; color: var(--gold); margin-top: 2px; letter-spacing: .16em; }
.cml-card { background: var(--cream); color: var(--ink); padding: 36px; border-radius: 2px; position: relative; }
.cml-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg,var(--gold) 0%,var(--maroon) 100%); }
.cml-card .top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 36px; }
.cml-card .stamp { width: 64px; height: 64px; border-radius: 50%; background: var(--maroon); color: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: "Fraunces",serif; line-height: .9; text-align: center; }
.cml-card .stamp em { font-style: italic; font-size: 11px; color: var(--gold); margin-bottom: 2px; font-weight: 500; }
.cml-card .stamp b { font-size: 18px; font-weight: 600; }
.cml-card .reg { text-align: right; }
.cml-card .reg .l { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--maroon); font-weight: 600; }
.cml-card .reg .v { font-family: "JetBrains Mono",monospace; font-size: 14px; margin-top: 4px; }
.cml-card h3 { font-family: "Fraunces",serif; font-size: 32px; font-weight: 500;
  letter-spacing: -.02em; line-height: 1.05; margin: 0 0 12px; }
.cml-card p { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin: 0 0 24px; }
.cml-card .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.cml-card .grid2 div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.cml-card .grid2 div:nth-child(odd) { padding-right: 16px; }
.cml-card .grid2 div:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
.cml-card .grid2 .k { font-family: "JetBrains Mono",monospace; font-size: 10px; color: var(--maroon); letter-spacing: .16em; text-transform: uppercase; }
.cml-card .grid2 .v { font-family: "Fraunces",serif; font-size: 18px; margin-top: 4px; font-weight: 500; }
@media(max-width:980px) { .qual-grid { grid-template-columns: 1fr; gap: 48px; } }

/* ===== Applications ===== */
.applications { background: var(--cream); }
.app-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.app-card { background: var(--paper); border-radius: 2px; padding: 28px; display: flex;
  flex-direction: column; min-height: 240px; position: relative; overflow: hidden;
  transition: background .25s, color .25s; cursor: pointer; }
.app-card:hover { background: var(--ink); color: var(--cream); }
.app-card .iconbox { width: 56px; height: 56px; background: var(--maroon); color: var(--gold);
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
  margin-bottom: auto; transition: background .25s, color .25s; }
.app-card:hover .iconbox { background: var(--gold); color: var(--ink); }
.app-card h3 { font-family: "Fraunces",serif; font-size: 24px; font-weight: 500;
  letter-spacing: -.015em; margin: 24px 0 8px; line-height: 1.1; }
.app-card p { font-size: 13px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.app-card:hover p { color: rgba(250,246,238,.72); }
.app-card .num { position: absolute; top: 24px; right: 24px; font-family: "JetBrains Mono",monospace;
  font-size: 10px; color: var(--ink-2); letter-spacing: .16em; transition: color .25s; }
.app-card:hover .num { color: var(--gold); }
.a1 { grid-column: span 5; } .a2 { grid-column: span 4; } .a3 { grid-column: span 3; }
.a4 { grid-column: span 3; } .a5 { grid-column: span 5; } .a6 { grid-column: span 4; }
.a7 { grid-column: span 4; }
.a8 { grid-column: span 4; background: var(--maroon); color: var(--cream); }
.a8 p { color: rgba(250,246,238,.72); }
.a8 .iconbox { background: var(--gold); color: var(--ink); }
.a8 .num { color: var(--gold); }
@media(max-width:980px) { .app-card { grid-column: span 6 !important; } }
@media(max-width:560px) { .app-card { grid-column: span 12 !important; } }

/* ===== Reach ===== */
.reach { background: var(--ink); color: var(--cream); position: relative; }
.reach-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; margin-bottom: 60px; align-items: end; }
.reach-head h2 { font-family: "Fraunces",serif; font-size: clamp(48px,5vw,76px); line-height: .95;
  font-weight: 500; letter-spacing: -.025em; margin: 0; }
.reach-head h2 em { color: var(--gold); font-style: italic; font-weight: 400; }
.reach-head .right { display: flex; flex-direction: column; gap: 24px; }
.reach-head .right .stat { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line-cream); }
.reach-head .right .stat .l { font-family: "JetBrains Mono",monospace; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(250,246,238,.6); }
.reach-head .right .stat .v { font-family: "Fraunces",serif; font-size: 22px; color: var(--gold); font-weight: 500; }
.cities { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px;
  background: var(--line-cream); border: 1px solid var(--line-cream); }
.cities .c { background: var(--ink); padding: 18px 14px; font-family: "Fraunces",serif; font-size: 18px;
  font-weight: 500; letter-spacing: -.01em; display: flex; align-items: center; gap: 8px;
  transition: background .2s, color .2s; cursor: pointer; }
.cities .c:hover { background: var(--maroon); color: var(--cream); }
.cities .c::before { content: ""; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.cities .c.hub { color: var(--gold); }
.cities .c.hub::before { background: var(--cream); width: 6px; height: 6px; }
@media(max-width:980px) { .reach-head { grid-template-columns: 1fr; gap: 32px; } .cities { grid-template-columns: repeat(3,1fr); } }
@media(max-width:560px) { .cities { grid-template-columns: repeat(2,1fr); } }
.clients { margin-top: 80px; padding-top: 60px; border-top: 1px solid var(--line-cream); }
.clients .lbl { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(250,246,238,.6); margin-bottom: 24px; text-align: center; }
.clients .row { display: flex; justify-content: center; flex-wrap: wrap; gap: 48px; align-items: center; }
.clients .row span { font-family: "Fraunces",serif; font-size: 24px; color: rgba(250,246,238,.8);
  font-weight: 500; letter-spacing: -.01em; font-style: italic; }

/* ===== About ===== */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-left h2 { font-family: "Fraunces",serif; font-size: clamp(40px,5vw,68px); line-height: .95;
  font-weight: 500; letter-spacing: -.025em; margin: 0 0 32px; }
.about-left h2 em { color: var(--maroon); font-style: italic; font-weight: 400; }
.about-left p { font-size: 17px; line-height: 1.7; color: var(--ink-2); margin: 0 0 20px; }
.about-left p strong { color: var(--maroon); font-weight: 600; }
.facts { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.facts .f { padding: 20px 0; border-top: 1px solid var(--line); }
.facts .f .k { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--maroon); font-weight: 600; }
.facts .f .v { font-family: "Fraunces",serif; font-size: 24px; font-weight: 500; margin-top: 6px; letter-spacing: -.01em; }
.facts .f .s { font-size: 13px; color: var(--ink-2); margin-top: 4px; }
.why-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.why-list .w { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid;
  grid-template-columns: 60px 1fr; gap: 24px; align-items: start; cursor: pointer;
  transition: background .2s, padding-left .2s; }
.why-list .w:hover { background: var(--cream); padding-left: 12px; }
.why-list .w .n { font-family: "JetBrains Mono",monospace; font-size: 13px; color: var(--gold); font-weight: 600; letter-spacing: .1em; }
.why-list .w h4 { font-family: "Fraunces",serif; font-size: 24px; font-weight: 500; letter-spacing: -.015em; margin: 0 0 8px; line-height: 1.15; }
.why-list .w p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-2); }
@media(max-width:980px) { .about-grid { grid-template-columns: 1fr; gap: 48px; } }

/* ===== CTA / Contact ===== */
.cta-block { background: var(--maroon); color: var(--cream); position: relative; overflow: hidden; }
.cta-block::before { content: ""; position: absolute; left: -150px; bottom: -150px; width: 500px; height: 500px;
  border-radius: 50%; background: radial-gradient(circle,rgba(201,168,118,.2),transparent 70%); pointer-events: none; }
.cta-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; position: relative; z-index: 1; }
.cta-grid h2 { font-family: "Fraunces",serif; font-size: clamp(48px,6vw,96px); line-height: .95;
  font-weight: 500; letter-spacing: -.03em; margin: 0 0 24px; }
.cta-grid h2 em { color: var(--gold); font-style: italic; font-weight: 400; }
.cta-grid > .left > p { font-size: 18px; color: rgba(250,246,238,.78); max-width: 480px; line-height: 1.55; margin: 0 0 36px; }
@media(max-width:980px) { .cta-grid { grid-template-columns: 1fr; gap: 48px; } }

/* Contact card */
.contact-card { background: var(--cream); color: var(--ink); padding: 36px; border-radius: 2px; }
.contact-card h3 { font-family: "Fraunces",serif; font-size: 28px; font-weight: 500; margin: 0 0 24px; letter-spacing: -.02em; }
.contact-card .field { padding: 18px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.contact-card .field .k { font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--maroon); font-weight: 600; }
.contact-card .field .v { font-family: "Fraunces",serif; font-size: 17px; font-weight: 500; text-align: right; }
.contact-card .field .v small { display: block; font-family: "Geist",sans-serif; font-size: 12px; color: var(--ink-2); font-weight: 400; margin-top: 2px; }
.contact-card .send { display: flex; gap: 8px; margin-top: 24px; }
.contact-card .send input { flex: 1; padding: 14px 16px; border: 1px solid var(--line); background: transparent;
  font-family: inherit; font-size: 14px; border-radius: 2px; transition: border-color .2s; }
.contact-card .send input:focus { outline: none; border-color: var(--maroon); }
.contact-card .send button { background: var(--maroon); color: #fff; border: 0; padding: 14px 22px;
  font-family: inherit; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: background .2s; }
.contact-card .send button:hover { background: var(--maroon-deep); }

/* Full contact form (contact page) */
.contact-form { background: var(--cream); padding: 40px; border-radius: 2px; border: 1px solid var(--line); }
.contact-form h3 { font-family: "Fraunces",serif; font-size: 32px; font-weight: 500; margin: 0 0 8px; letter-spacing: -.02em; }
.contact-form .sub { font-size: 14px; color: var(--ink-2); margin: 0 0 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-row.full { grid-template-columns: 1fr; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--maroon); font-weight: 600; }
.form-group input, .form-group select, .form-group textarea {
  padding: 13px 16px; border: 1px solid var(--line); background: var(--paper); font-family: inherit;
  font-size: 15px; border-radius: 2px; transition: border-color .2s; color: var(--ink); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--maroon); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%236B1A1F' d='M0 0h10L5 6z'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center; }
@media(max-width:640px) { .form-row { grid-template-columns: 1fr; } }

/* ===== Footer ===== */
footer { background: var(--ink); color: rgba(250,246,238,.7); padding: 80px 0 40px; }
footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; align-items: start; }
footer .col h5 { font-family: "JetBrains Mono",monospace; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 18px; font-weight: 500; }
footer .col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer .col a { font-size: 14px; transition: color .2s; }
footer .col a:hover { color: var(--gold); }
footer .brand p { font-size: 14px; line-height: 1.7; margin: 18px 0 24px; max-width: 340px; }
.footer-logo-link { display: block; height: 170px; overflow: hidden; }
.footer-logo { height: 520px; width: auto; display: block; margin-top: -210px; margin-left: 0; }
footer .bottom { padding-top: 32px; border-top: 1px solid var(--line-cream); display: flex;
  justify-content: space-between; font-size: 12px; font-family: "JetBrains Mono",monospace;
  color: rgba(250,246,238,.5); letter-spacing: .08em; flex-wrap: wrap; gap: 18px; }
@media(max-width:780px) { footer .top { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media(max-width:480px) { footer .top { grid-template-columns: 1fr; } }

/* ===== Misc helpers ===== */
.divider-num { font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .3em; color: var(--gold); margin-bottom: 8px; }
.tag { display: inline-block; padding: 4px 10px; background: rgba(201,168,118,.15); color: var(--gold);
  border-radius: 2px; font-family: "JetBrains Mono",monospace; font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; border: 1px solid rgba(201,168,118,.3); }

/* ===== Custom scrollbar ===== */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--maroon); }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }
html { scrollbar-width: thin; scrollbar-color: var(--maroon) var(--cream); }

/* ===== Nav shrink on scroll ===== */
.nav { transition: box-shadow .3s ease; }
.nav .row { transition: padding .3s ease; }
.nav.scrolled { box-shadow: 0 2px 28px rgba(0,0,0,.1); background: rgba(250,246,238,.98); }
.nav.scrolled .row { padding: 11px 0; }
.nav.scrolled .logo { font-size: 20px !important; }

/* ===== Grain texture — dark/maroon sections ===== */
.hero::after, .featured::after, .cta-block::after, .reach::after, .page-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px; opacity: .045; mix-blend-mode: soft-light;
}
.quality::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px; opacity: .045; mix-blend-mode: soft-light; z-index: 0;
}
/* Ensure content stays above grain */
.hero .grid, .hero .stats, .hero .cert-strip,
.featured .section-head, .featured .feat-grid,
.cta-block .cta-grid, .reach .container,
.page-hero .inner { position: relative; z-index: 1; }

/* ===== Lazy image fade ===== */
img.img-fade { opacity: 0; transition: opacity .65s ease; }
img.img-fade.loaded { opacity: 1; }

/* ===== Stat counter ===== */
.stat-num { display: inline-block; }

/* ===== India Map ===== */
.india-map-section { padding: 80px 0 0; }
.india-map-wrap { position: relative; max-width: 560px; margin: 0 auto; }
.india-map-wrap svg { width: 100%; height: auto; display: block; }
.city-dot { cursor: pointer; }
.city-dot circle.pulse {
  animation: cityPulse 2s ease-in-out infinite;
  transform-origin: center;
}
.city-dot:nth-child(3n+1) circle.pulse { animation-delay: -.7s; }
.city-dot:nth-child(3n+2) circle.pulse { animation-delay: -.4s; }
@keyframes cityPulse {
  0%, 100% { opacity: .6; r: 5px; }
  50% { opacity: 1; r: 7px; }
}
.map-tooltip {
  position: absolute; pointer-events: none; background: var(--ink);
  color: var(--cream); padding: 8px 14px; border-radius: 2px;
  font-size: 12px; font-family: "Geist",sans-serif; white-space: nowrap;
  border-left: 2px solid var(--gold); opacity: 0; transition: opacity .15s;
  transform: translate(-50%, -120%); z-index: 10;
}
.map-tooltip.show { opacity: 1; }
.map-tooltip .city-name { font-weight: 600; font-family: "Fraunces",serif; font-size: 14px; }
.map-tooltip .city-state { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
.map-legend { display: flex; gap: 24px; justify-content: center; margin-top: 32px; }
.map-legend span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-family: "JetBrains Mono",monospace; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,246,238,.6); }
.map-legend span::before { content: ""; width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.map-legend .hub::before { background: var(--gold); }
.map-legend .partner::before { background: rgba(201,168,118,.45); }

/* ===== Scroll reveal ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ===== Hero enter animation ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero .eyebrow { animation: fadeUp .7s ease both; animation-delay: .1s; }
.hero h1       { animation: fadeUp .75s ease both; animation-delay: .22s; }
.hero p.lede   { animation: fadeUp .7s ease both; animation-delay: .38s; }
.hero .actions { animation: fadeUp .7s ease both; animation-delay: .52s; }
.hero .hero-img { animation: fadeUp .9s ease both; animation-delay: .18s; }
.hero .stats   { animation: fadeUp .6s ease both; animation-delay: .6s; }

/* ===== WhatsApp FAB ===== */
.fab-wa { position: fixed; right: 24px; bottom: calc(80px + env(safe-area-inset-bottom)); z-index: 100;
  width: 52px; height: 52px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,.4); transition: transform .2s, box-shadow .2s; }
.fab-wa:hover { transform: scale(1.08); box-shadow: 0 8px 24px rgba(37,211,102,.5); }
.fab-wa svg { width: 26px; height: 26px; }

/* ===== Scroll to top ===== */
.scroll-top { position: fixed; right: 24px; bottom: calc(24px + env(safe-area-inset-bottom)); z-index: 100;
  width: 40px; height: 40px; border-radius: 2px; background: var(--ink); color: var(--gold);
  border: 1px solid var(--line-cream); display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity .3s, transform .3s; font-family: "Geist",sans-serif; font-size: 16px; }
.scroll-top.show { opacity: 1; transform: none; pointer-events: auto; }
.scroll-top:hover { background: var(--maroon); border-color: var(--maroon); }

/* ===== Inline grid classes (media-query safe) ===== */
/* These override inline grid-template-columns via !important at mobile widths */
@media(max-width:980px) {
  .g-2col { grid-template-columns: 1fr !important; gap: 40px !important; }
}
@media(max-width:720px) {
  .g-3col { grid-template-columns: 1fr !important; }
}
@media(max-width:780px) {
  .g-4col { grid-template-columns: repeat(2,1fr) !important; }
}
@media(max-width:480px) {
  .g-4col { grid-template-columns: 1fr !important; }
}

/* ===== Mobile Responsive Additions ===== */

/* Reduce section padding on mobile */
@media(max-width:720px) {
  section { padding: 56px 0; }
  .page-hero { padding: 44px 0 36px; }
  .page-hero h1 { margin-bottom: 12px; }
  .page-hero p { font-size: 15px; }
  .section-head { margin-bottom: 28px; gap: 16px; }
  .h-cap { text-align: left; max-width: 100%; }
}

/* Eco card body padding reduce on mobile */
@media(max-width:560px) {
  .eco-body { padding: 18px 20px 22px; }
  .eco-card .arrow { top: 16px; right: 16px; }
  .eco-card h3 { font-size: 24px; }
  .eco-img { height: 160px; }
}

/* Spec table (featured product) — 1 col on mobile */
@media(max-width:640px) {
  .spec-table { grid-template-columns: 1fr; }
  .spec-table .row:nth-child(odd) { padding-right: 0; }
  .spec-table .row:nth-child(even) { padding-left: 0; border-left: 0; }
}

/* Size grid — 3 cols on mobile */
@media(max-width:560px) {
  .size-grid { grid-template-columns: repeat(3,1fr); }
  .stress-row { grid-template-columns: 1fr 1fr 1fr; }
}

/* Range title on mobile */
@media(max-width:560px) {
  .range-body .left h3 { font-size: 34px; }
}

/* CML card grid — 1 col on small mobile */
@media(max-width:540px) {
  .cml-card .grid2 { grid-template-columns: 1fr; }
  .cml-card .grid2 div:nth-child(even) { border-left: 0; padding-left: 0; }
  .cml-card .grid2 div:nth-child(odd) { padding-right: 0; }
  .cml-card { padding: 24px 20px; }
}

/* Contact card — fix overflow and cramped send row */
.contact-card .field .v { word-break: break-word; }
@media(max-width:520px) {
  .contact-card .field { flex-wrap: wrap; gap: 4px; }
  .contact-card .field .v { text-align: left; font-size: 15px; }
  .contact-card .send { flex-direction: column; }
  .contact-card .send input { width: 100%; }
  .contact-card .send button { width: 100%; text-align: center; }
}

/* Contact form padding reduce on mobile */
@media(max-width:560px) {
  .contact-form { padding: 24px 20px; }
}

/* Facts grid (about page) — 1 col on small mobile */
@media(max-width:480px) {
  .facts { grid-template-columns: 1fr; gap: 0; }
}

/* Quality marks — 1 col on small mobile */
@media(max-width:480px) {
  .qual-marks { grid-template-columns: 1fr; }
}

/* Hero — improve very small screens */
@media(max-width:480px) {
  .hero .stats .s { padding: 16px 16px; }
  .hero .stats .k { font-size: 28px; }
  .hero p.lede { font-size: 15px; }
  .hero .actions { gap: 8px; }
  .btn { padding: 12px 16px; font-size: 12px; }
}

/* Manifesto ribbon — reduce font on mobile */
@media(max-width:560px) {
  .manifesto-item { font-size: 26px; }
}

/* Footer — reduce padding on mobile */
@media(max-width:480px) {
  footer { padding: 48px 0 28px; }
  footer .bottom { flex-direction: column; gap: 8px; }
}

/* FAB + scroll top — tuck in on small screens */
@media(max-width:480px) {
  .fab-wa { right: 14px; bottom: 70px; width: 46px; height: 46px; }
  .scroll-top { right: 14px; bottom: 18px; }
}

/* Nav mobile — "Become a Dealer" inside hamburger menu */
.nav .menu .cta-mobile { display: none; }
@media(max-width:820px) {
  .nav .menu .cta-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--maroon);
    color: #fff !important;
    padding: 14px 18px !important;
    margin-top: 8px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 0 !important;
    width: 100%;
  }
  .nav .menu .cta-mobile:hover { background: var(--maroon-deep) !important; color: #fff !important; }
}

/* Why-list touch target improve */
@media(max-width:720px) {
  .why-list .w { grid-template-columns: 40px 1fr; gap: 14px; }
  .why-list .w h4 { font-size: 20px; }
}

/* Reach head stat row on mobile */
@media(max-width:560px) {
  .reach-head .right .stat { flex-direction: column; gap: 4px; }
  .reach-head .right .stat .v { font-size: 18px; }
}

/* ===== Product Catalog ===== */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.prod-card {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  transition: background .2s;
}
.prod-card:hover { background: #fff; }
.prod-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
}
.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .3s ease;
}
.prod-card:hover .prod-img img { transform: scale(1.06); }
.prod-name {
  width: 100%;
  font-size: 11px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .04em;
  text-align: center;
  color: var(--ink-2);
  padding: 8px 10px 14px;
  line-height: 1.4;
  text-transform: uppercase;
}
.cat-group-head .eyebrow-row { margin-bottom: 0; }
@media(max-width:900px) {
  .prod-grid { grid-template-columns: repeat(4, 1fr); }
}
@media(max-width:600px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .prod-name { font-size: 10px; }
}
@media(max-width:380px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Nav brochure button ===== */
.cta-brochure {
  background: transparent;
  border: 1px solid var(--maroon);
  color: var(--maroon);
  gap: 7px;
}
.cta-brochure:hover {
  background: var(--maroon);
  color: var(--cream);
}
@media(max-width:820px) { .cta-brochure { display: none; } }
