/* ============================================================
   Strativue / Pinnacle Public Safety Advisory
   Design tokens
   ============================================================ */
:root{
  --ink:        #101B2D;   /* primary navy, headlines + dark surfaces */
  --ink-soft:   #253449;   /* lighter navy for secondary text on dark */
  --paper:      #F6F4EE;   /* warm ivory background, not cream/terracotta */
  --paper-dim:  #EDEAE1;   /* recessed panel on paper */
  --line:       #DAD5C7;   /* hairline rule on paper */
  --line-dark:  rgba(246,244,238,0.16);

  --gold:       #B8842F;   /* primary accent — Strativue mark */
  --gold-deep:  #8F6420;
  --slate:      #3E5C78;   /* Option 2 / secondary accent */
  --sage:       #55704F;   /* Option 1 / tertiary accent */
  --sand:       #A8763A;   /* Option 3 / tertiary accent, warmer */

  --sage-tint:  #E4E9DD;
  --slate-tint: #DEE6EC;
  --sand-tint:  #EFE2CD;

  --font-display: 'Overpass', 'Arial Narrow', sans-serif;      /* highway-signage lineage — infrastructure, not a template default */
  --font-body:    'Public Sans', -apple-system, 'Segoe UI', sans-serif;  /* USWDS federal type system */
  --font-mono:    'Overpass Mono', ui-monospace, monospace;

  --grid-line: rgba(16,27,45,0.06);
  --grid-line-dark: rgba(246,244,238,0.07);

  --max: 1180px;
  --radius: 3px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4{
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.08;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1{ font-size: clamp(2.4rem, 4.4vw, 3.6rem); }
h2{ font-size: clamp(1.7rem, 2.8vw, 2.35rem); }
h3{ font-size: 1.25rem; }
p{ margin: 0 0 1.1em; max-width: 62ch; }
a{ color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible{
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
ul{ margin: 0; padding: 0; list-style: none; }
img{ max-width: 100%; display: block; }

.wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow{
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--gold-deep);
  font-weight: 600;
  margin: 0 0 0.9em;
}

/* ---------------- blueprint / schematic system ----------------
   Grounded in the subject: infrastructure planning, network builds,
   survey & program-governance drawings — not decoration. */

.grid-bg{
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
}
.grid-bg-dark{
  background-image:
    linear-gradient(var(--grid-line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-dark) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* network/node motif — literal to the FirstNet nationwide-network and
   multi-site program work, not an abstract "AI" cliché */
.node-field{ position: relative; overflow: hidden; }
.node-field::after{
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    radial-gradient(circle at 12% 22%, var(--gold) 0, var(--gold) 2px, transparent 2.5px),
    radial-gradient(circle at 78% 14%, var(--gold) 0, var(--gold) 2px, transparent 2.5px),
    radial-gradient(circle at 60% 68%, var(--gold) 0, var(--gold) 2px, transparent 2.5px),
    radial-gradient(circle at 30% 84%, var(--gold) 0, var(--gold) 2px, transparent 2.5px),
    linear-gradient(122deg, transparent 49%, rgba(184,132,47,0.35) 49.4%, rgba(184,132,47,0.35) 49.7%, transparent 50.1%),
    linear-gradient(72deg, transparent 49%, rgba(184,132,47,0.25) 49.4%, rgba(184,132,47,0.25) 49.7%, transparent 50.1%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* corner registration marks — printed-drawing crop marks, used as a
   consistent system on framed panels rather than scattered decoration */
.framed{ position: relative; }
.framed::before, .framed::after,
.framed .reg-tl, .framed .reg-br{ content: ""; position: absolute; width: 14px; height: 14px; pointer-events: none; }
.framed::before{
  top: -1px; left: -1px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}
.framed::after{
  bottom: -1px; right: -1px;
  border-bottom: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
}

.lede{
  font-size: 1.18rem;
  color: var(--ink-soft);
  max-width: 58ch;
}

/* ---------------- header / nav ---------------- */
.site-header{
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,244,238,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: var(--max);
  margin: 0 auto;
}
.wordmark{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: var(--ink);
}
.wordmark-text{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ink);
}
.wordmark-text .accent{ color: var(--gold); }
.wordmark-text .tm{
  font-size: 0.5em;
  font-weight: 600;
  vertical-align: super;
  margin-left: 1px;
  color: var(--gold);
}
.footer-brand .wordmark-text{ color: var(--paper); }

/* the mark — hub, spokes, and eight sources, reproduced as CSS-themed
   SVG so it always matches the site's live palette and type */
.brand-icon{ display: block; flex: none; }
.brand-icon .brand-spoke{ stroke: var(--ink-soft); stroke-width: 1; opacity: 0.45; }
.brand-icon .brand-ring{ fill: none; stroke: var(--line); stroke-width: 1; stroke-dasharray: 2 5; }
.brand-icon .brand-dot-halo{ fill: var(--slate); opacity: 0.18; }
.brand-icon .brand-dot{ fill: var(--slate); }
.brand-icon .brand-hub-halo{ fill: var(--gold); opacity: 0.22; }
.brand-icon .brand-hub{ fill: var(--gold); }
.nav-icon{ width: 30px; height: 30px; }

/* full lockup — icon, wordmark, tagline — used to fill the contact page */
.brand-mark{ text-align: center; padding: 10px 0 4px; line-height: 1; }
.brand-mark .hero-icon{ display: block; width: 132px; height: 132px; margin: 0 auto 20px; }
.brand-mark .brand-icon .brand-ring{ stroke: var(--line); }
.brand-wordmark{
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
  letter-spacing: normal;
}
.brand-wordmark .accent{ color: var(--gold); }
.brand-wordmark .tm{
  font-size: 0.38em;
  font-weight: 600;
  vertical-align: super;
  margin-left: 2px;
  color: var(--gold);
}
.brand-tagline{
  display: block;
  font-family: var(--font-body);
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.3;
  margin: 6px 0 0;
}

/* dark-background variant, for use on navy sections */
.brand-mark--light .brand-wordmark{ color: var(--paper); }
.brand-mark--light .brand-tagline{ color: #C7CFDA; }
.brand-mark--light .brand-icon .brand-ring{ stroke: var(--line-dark); }

.nav-links{
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav-links a{
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: border-color .15s ease, color .15s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"]{
  color: var(--ink);
  border-color: var(--gold);
}
.nav-cta{
  background: var(--ink);
  color: var(--paper) !important;
  padding: 9px 18px !important;
  border-radius: var(--radius);
  border-bottom: none !important;
}
.nav-cta:hover{ background: var(--gold-deep); border-color: transparent !important; }

.nav-toggle{
  display: none;
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; padding: 8px;
}
.nav-toggle span{
  display: block; width: 100%; height: 2px; background: var(--ink);
  margin: 6px 0; transition: transform .2s ease, opacity .2s ease;
}

/* ---------------- buttons ---------------- */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 13px 24px;
  border-radius: var(--radius);
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
}
.btn-primary{ background: var(--gold); color: var(--ink); }
.btn-primary:hover{ background: var(--gold-deep); color: var(--paper); }
.btn-dark{ background: var(--ink); color: var(--paper); }
.btn-dark:hover{ background: var(--gold-deep); }
.btn-outline{ background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover{ border-color: var(--gold); color: var(--gold-deep); }
.btn-outline-light{ background: transparent; color: var(--paper); border-color: var(--line-dark); }
.btn-outline-light:hover{ border-color: var(--gold); color: var(--gold); }
.btn:active{ transform: translateY(1px); }

/* ---------------- hero ---------------- */
.hero{
  padding: 84px 0 70px;
  border-bottom: 1px solid var(--line);
}
.hero-grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.hero h1{ margin-bottom: 0.4em; }
.hero .accent-line{ color: var(--gold-deep); }
.hero-actions{
  display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap;
}
.hero-note{
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.altitude-card{
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 34px 32px;
  position: relative;
  overflow: hidden;
}
.altitude-card::after{
  content: "";
  position: absolute;
  right: -30px; bottom: -30px;
  width: 160px; height: 160px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  pointer-events: none;
}
.altitude-card .eyebrow{ color: var(--gold); }
.altitude-row{
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line-dark);
  font-size: 0.98rem;
}
.altitude-row:first-of-type{ border-top: none; }
.altitude-row .dot{
  width: 9px; height: 9px;
  border-radius: 50%;
  flex: none;
  margin-top: 4px;
}
.altitude-row:nth-of-type(1) .dot{ background: var(--sage); }
.altitude-row:nth-of-type(2) .dot{ background: var(--slate); }
.altitude-row:nth-of-type(3) .dot{ background: var(--sand); }
.altitude-row .who{ font-weight: 700; flex: none; width: 140px; }
.altitude-row .say{ color: #C7CFDA; }

.altitude-takeaway{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(184,132,47,0.14);
  border-left: 3px solid var(--gold);
  font-size: 0.98rem;
}
.altitude-takeaway .who{ font-weight: 700; color: var(--gold); flex: none; width: 100px; }
.altitude-takeaway .say{ color: var(--paper); }

/* ---------------- sections ---------------- */
section{ padding: 76px 0; }
.section-border{ border-bottom: 1px solid var(--line); }
.section-dark{ background: var(--ink); color: var(--paper); }
.section-dark h2{ color: var(--paper); }
.section-dark .eyebrow{ color: var(--gold); }
.section-dim{ background: var(--paper-dim); }

.section-head{ max-width: 640px; margin-bottom: 44px; }

/* chips — rendered as legend tags off a schematic/GIS layer key,
   not rounded SaaS pills */
.chip-row{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink-soft);
  background: var(--paper);
  transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.chip::before{
  content: "";
  width: 6px; height: 6px;
  background: var(--gold);
  flex: none;
  transition: transform .15s ease;
}
.chip:hover{ border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.chip:hover::before{ transform: scale(1.4); }

/* how it works — rendered as a schematic process diagram: three nodes
   on a single connecting line, the way a network or process flow is
   actually drawn, not three flat cards */
.steps{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
  padding-top: 1px;
}
.steps::before{
  content: "";
  position: absolute;
  top: 0; left: 16px; right: 16px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 18px);
}
.step{ padding-top: 30px; }
.step .num{
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  background: var(--paper-dim);
  border: 2px solid var(--gold);
  margin-bottom: 16px;
  margin-top: -47px;
}
.step h3{ margin-bottom: 0.4em; }
.step p{ color: var(--ink-soft); font-size: 0.98rem; }

/* who it's for */
.audience-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.audience-card{
  background: var(--paper);
  padding: 32px;
  position: relative;
  transition: background .18s ease, padding-left .18s ease;
}
.audience-card::before{
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background: var(--gold);
  transition: width .18s ease;
}
.audience-card:hover{ background: var(--paper-dim); padding-left: 40px; }
.audience-card:hover::before{ width: 4px; }
.audience-card h3{ margin-bottom: 0.5em; }
.audience-card p{ color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 0; }

/* tiers */
.tier-list{ display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tier{
  background: var(--paper);
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 28px;
  transition: background .18s ease;
}
.tier:hover{ background: var(--paper-dim); }
.tier.is-core{ background: var(--sand-tint); }
.tier.is-core:hover{ background: #E9D8B8; }
.tier-label{
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--gold-deep);
  font-weight: 700;
}
.tier-name{ font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; margin: 6px 0 4px; }
.tier-cadence{ font-size: 0.88rem; color: var(--ink-soft); }
.tier-body p{ margin-bottom: 0.6em; color: var(--ink-soft); }
.tier-body p:last-child{ margin-bottom: 0; }
.tier-body strong{ color: var(--ink); }

/* engagement models (security page) */
.model-list{ display: flex; flex-direction: column; gap: 20px; }
.model{
  border-radius: var(--radius);
  padding: 30px 32px;
  border-left: 5px solid var(--sage);
  background: var(--sage-tint);
  transition: border-left-width .18s ease, transform .18s ease;
}
.model:hover{ border-left-width: 10px; transform: translateX(2px); }
.model.model-slate{ border-color: var(--slate); background: var(--slate-tint); }
.model.model-sand{ border-color: var(--sand); background: var(--sand-tint); }
.model-eyebrow{
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 8px;
}
.model.model-slate .model-eyebrow{ color: var(--slate); }
.model.model-sand  .model-eyebrow{ color: var(--sand); }
.model:not(.model-slate):not(.model-sand) .model-eyebrow{ color: var(--sage); }
.model h3{ margin-bottom: 10px; }
.model p{ color: var(--ink-soft); margin-bottom: 10px; max-width: none; }
.model .requires{ font-size: 0.92rem; color: var(--ink); }
.model .requires strong{ font-weight: 700; }

.never-list{ display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; margin-top: 24px; }
.never-list li{
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 0.98rem; color: var(--ink-soft);
  padding: 4px 0;
}
.never-list li::before{
  content: "×";
  font-family: var(--font-display);
  color: var(--gold-deep);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  flex: none;
}

/* objection handling / accordion-ish */
/* objection handling — a real accordion (native <details>, no JS) */
.qa{ border-top: 1px solid var(--line); padding: 22px 0; }
.qa:last-of-type{ border-bottom: 1px solid var(--line); }
.qa .q{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  margin: 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: 4px;
}
.qa .q::-webkit-details-marker{ display: none; }
.qa .q::after{
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gold-deep);
  border: 1.5px solid var(--line);
  width: 28px; height: 28px;
  flex: none;
  display: flex; align-items: center; justify-content: center;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.qa:hover .q::after{ border-color: var(--gold); }
.qa[open] .q::after{ content: "–"; background: var(--gold); color: var(--ink); border-color: var(--gold); }
.qa .a{ color: var(--ink-soft); margin: 16px 0 0; max-width: 68ch; }

/* CTA band */
.cta-band{
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-band .cta-watermark{
  position: absolute;
  right: -34px; bottom: -34px;
  width: 210px; height: 210px;
  opacity: 0.10;
  pointer-events: none;
}
.cta-band > *{ position: relative; z-index: 1; }
.cta-band h2{ color: var(--paper); margin-bottom: 0.3em; }

/* used when a brand-mark sits in the second column instead of a button —
   background/padding are supplied here instead of inline so the mobile
   breakpoint below can still override grid-template-columns */
.cta-band--with-mark{
  grid-template-columns: 1.3fr auto;
  text-align: left;
  background: transparent;
  padding: 0;
}
.cta-band p{ color: #C7CFDA; margin-bottom: 0; }
.cta-band .btn-primary{ white-space: nowrap; }

/* about / bio */
.bio-grid{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.credentials-list{ margin-top: 26px; }
.credentials-list li{
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.credentials-list li strong{ color: var(--ink); font-weight: 700; margin-right: 8px; }

.parent-strip{
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.parent-strip img{ width: 180px; height: auto; flex: none; }
.parent-strip p{ color: var(--ink-soft); margin: 0; max-width: 52ch; }

/* contact */
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.field{ margin-bottom: 20px; }
.field label{
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.field input, .field textarea{
  width: 100%;
  border: 1.5px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
}
.field input:focus, .field textarea:focus{
  outline: none;
  border-color: var(--gold);
}
.field textarea{ min-height: 120px; resize: vertical; }
.form-note{ font-size: 0.85rem; color: var(--ink-soft); margin-top: 4px; }
#form-status{ margin-top: 14px; font-weight: 700; }

.contact-info dt{
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--gold-deep);
  margin-top: 22px;
}
.contact-info dt:first-child{ margin-top: 0; }
.contact-info dd{ margin: 4px 0 0; font-size: 1.05rem; }
.contact-info a{ text-decoration: none; border-bottom: 1.5px solid var(--gold); }

/* footer */
.site-footer{
  background: var(--ink);
  color: #B9C2CF;
  padding: 52px 0 30px;
}
.footer-grid{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-dark);
  margin-bottom: 22px;
}
.footer-brand p{ color: #8B96A5; font-size: 0.9rem; margin-top: 10px; max-width: 32ch; }
.footer-parent{ display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.footer-parent img{ width: 24px; height: 24px; }
.footer-parent span{ font-size: 0.82rem; color: #77839A; }
.footer-links{ display: flex; gap: 48px; flex-wrap: wrap; }
.footer-links h4{ color: var(--paper); font-size: 0.82rem; letter-spacing: 0.04em; margin-bottom: 12px; font-family: var(--font-mono); }
.footer-links a{ display: block; color: #B9C2CF; text-decoration: none; font-size: 0.94rem; padding: 5px 0; }
.footer-links a:hover{ color: var(--gold); }
.footer-legal{ font-size: 0.82rem; color: #77839A; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }

/* page hero (non-home pages) */
.page-hero{ padding: 64px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero .lede{ margin-top: 14px; }

/* utility */
.text-center{ text-align: center; }
.mt-0{ margin-top: 0; }

/* ---------------- responsive ---------------- */
@media (max-width: 900px){
  .hero-grid, .bio-grid, .contact-grid{ grid-template-columns: 1fr; }
  .audience-grid{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: 1fr; gap: 44px; }
  .steps::before{ display: none; }
  .step .num{ margin-top: 0; }
  .tier{ grid-template-columns: 1fr; }
  .cta-band{ grid-template-columns: 1fr; text-align: left; }
  .never-list{ grid-template-columns: 1fr; }
}

@media (max-width: 720px){
  .nav-links{
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--paper);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 32px 26px;
    border-bottom: 1px solid var(--line);
    display: none;
    gap: 6px;
  }
  .nav-links.open{ display: flex; }
  .nav-toggle{ display: block; }
  .nav-cta{ margin-top: 8px; }
  section{ padding: 56px 0; }
  .hero{ padding: 56px 0 46px; }
  .wrap{ padding: 0 20px; }
  .nav{ padding: 16px 20px; }
}

@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior: auto !important; transition: none !important; }
}
