/* ==========================================================================
   Nationwide Logistics — nationwidelogistic.net
   Hand-built stylesheet. No framework, no build step.
   Palette is drawn from interstate guide signage: reflective green ground,
   sign yellow accents, high contrast white legend.
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-var.woff2') format('woff2-variations');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/publicsans-var.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0A110E;
  --ink-2: #101A15;
  --ink-3: #17241D;
  --green-900: #07231A;
  --green-800: #0B2F22;
  --green-700: #0E3B2A;
  --green-600: #145136;
  --green-500: #1C7350;
  --hi: #F2C230;
  --hi-700: #C79A0F;
  --paper: #F6F4EF;
  --paper-2: #ECE8DF;
  --paper-3: #E0DCD1;
  --line: #D6D1C4;
  --text: #121A16;
  --muted: #5A6862;
  --muted-2: #7C8983;
  --white: #fff;

  --font-display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Public Sans', 'Segoe UI', Helvetica, Arial, sans-serif;

  --wrap: 1200px;
  --gut: clamp(20px, 5vw, 48px);
  --sec: clamp(64px, 9vw, 118px);
  --r: 4px;
  --r-lg: 10px;
  --shadow: 0 1px 2px rgba(10, 25, 18, .06), 0 12px 34px -14px rgba(10, 25, 18, .22);
  --shadow-lg: 0 2px 4px rgba(10, 25, 18, .07), 0 34px 70px -28px rgba(10, 25, 18, .38);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.022em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6.4vw, 4.55rem); }
h2 { font-size: clamp(1.95rem, 4vw, 3.05rem); }
h3 { font-size: clamp(1.32rem, 2.1vw, 1.72rem); letter-spacing: -.014em; }
h4 { font-size: 1.1rem; letter-spacing: -.006em; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.15em; }
li { margin-bottom: .48em; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--hi); outline-offset: 3px; border-radius: 2px; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.wrap-narrow { max-width: 800px; }
.section { padding-block: var(--sec); position: relative; }
.section--tight { padding-block: clamp(46px, 6vw, 74px); }
.dark { background: var(--ink); color: #DEE7E1; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
.forest { background: var(--green-800); color: #CFE0D6; }
.forest h1, .forest h2, .forest h3, .forest h4 { color: #fff; }
.tint { background: var(--paper-2); }

.grid { display: grid; gap: clamp(22px, 3vw, 38px); }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px, 5vw, 74px); align-items: center; }
.split--wide-left { grid-template-columns: 1.25fr .75fr; }
.lead { font-size: clamp(1.09rem, 1.6vw, 1.29rem); line-height: 1.6; color: var(--muted); }
.dark .lead, .forest .lead { color: #A9BEB3; }
.measure { max-width: 68ch; }

/* ---------- signage type devices ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .62em;
  font-family: var(--font-display); font-weight: 700; font-size: .7rem;
  letter-spacing: .19em; text-transform: uppercase; color: var(--green-600);
  margin: 0 0 1.15rem;
}
.eyebrow::before { content: ""; width: 9px; height: 9px; background: var(--hi); flex: none; }
.dark .eyebrow, .forest .eyebrow { color: var(--hi); }
.dark .eyebrow::before, .forest .eyebrow::before { background: var(--hi); }

.rule { height: 4px; width: 62px; background: var(--hi); margin: 0 0 1.6rem; }

/* highway guide sign panel */
.sign {
  background: var(--green-700); color: #fff; border-radius: 7px;
  padding: 1.35rem 1.5rem; position: relative;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .16), inset 0 0 0 5px var(--green-700);
}
.sign__num {
  font-family: var(--font-display); font-weight: 800; font-size: 1.9rem;
  color: var(--hi); line-height: 1; display: block; margin-bottom: .3rem;
}

/* mile marker chip */
.marker {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  width: 52px; min-height: 66px; background: var(--green-700); color: #fff;
  border-radius: 4px; flex: none;
  font-family: var(--font-display); font-weight: 800; line-height: 1;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}
.marker span { font-size: .52rem; letter-spacing: .1em; font-weight: 700; opacity: .8; margin-bottom: 3px; }
.marker b { font-size: 1.42rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  letter-spacing: .012em; text-decoration: none; cursor: pointer;
  padding: .95rem 1.5rem; border-radius: var(--r); border: 2px solid transparent;
  transition: transform .22s var(--ease), background-color .22s var(--ease),
              color .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--hi); color: #16210E; box-shadow: 0 10px 26px -12px rgba(199, 154, 15, .9); }
.btn--primary:hover { background: #FFD24A; box-shadow: 0 16px 34px -12px rgba(199, 154, 15, .95); }
.btn--dark { background: var(--green-700); color: #fff; }
.btn--dark:hover { background: var(--green-600); }
.btn--ghost { border-color: currentColor; color: inherit; }
.btn--ghost:hover { background: rgba(255, 255, 255, .1); }
.light-ghost { border-color: rgba(255, 255, 255, .38); color: #fff; }
.light-ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn--lg { padding: 1.12rem 1.9rem; font-size: 1.02rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.arrow { transition: transform .22s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- header ---------- */
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--hi); color: #000;
  padding: .8rem 1.2rem; z-index: 200; font-weight: 700;
}
.skip:focus { left: 8px; top: 8px; }

.topbar {
  background: var(--green-900); color: #A9C3B4; font-size: .82rem;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: #DCEAE1; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--hi); }
.topbar__list { display: flex; gap: 1.4rem; align-items: center; flex-wrap: wrap; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  transition: box-shadow .3s var(--ease), background-color .3s var(--ease);
}
.site-header.is-stuck { box-shadow: 0 12px 32px -18px rgba(0, 0, 0, .8); background: rgba(10, 17, 14, .97); backdrop-filter: blur(10px); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; min-height: 78px; }

.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; color: #fff; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 1.06rem; line-height: 1; letter-spacing: -.012em; }
.brand__name span { color: var(--hi); }
.brand__sub { display: block; font-family: var(--font-body); font-size: .59rem; letter-spacing: .21em; font-weight: 600; color: #93A79C; margin-top: 5px; }

.nav { display: flex; align-items: center; gap: .15rem; }
.nav a {
  color: #D5E2DA; text-decoration: none; font-weight: 600; font-size: .93rem;
  padding: .55rem .72rem; border-radius: var(--r); position: relative;
  transition: color .2s var(--ease), background-color .2s var(--ease);
}
.nav a:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.nav a[aria-current="page"] { color: var(--hi); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: .72rem; right: .72rem; bottom: .18rem;
  height: 2px; background: var(--hi);
}
.nav .btn { margin-left: .6rem; padding: .72rem 1.15rem; white-space: nowrap; }
.nav a { white-space: nowrap; }

.has-sub { position: relative; }
.subnav {
  position: absolute; top: calc(100% + 14px); left: -8px; min-width: 296px;
  background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: .55rem; opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
  border-top: 4px solid var(--hi);
}
.has-sub:hover .subnav, .has-sub:focus-within .subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.subnav a { display: block; color: var(--text); padding: .62rem .8rem; font-size: .9rem; border-radius: var(--r); }
.subnav a:hover { background: var(--paper-2); color: var(--green-600); }
.subnav a small { display: block; font-weight: 400; font-size: .78rem; color: var(--muted); margin-top: 1px; }

.burger {
  display: none; background: none; border: 0; color: #fff; padding: .5rem;
  cursor: pointer; border-radius: var(--r);
}
.burger span { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .3s var(--ease), opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(7, 20, 15, .95) 0%, rgba(7, 20, 15, .82) 46%, rgba(7, 20, 15, .42) 100%),
    linear-gradient(to top, rgba(7, 20, 15, .95) 0%, rgba(7, 20, 15, 0) 55%);
}
.hero__inner { padding-block: clamp(72px, 10vw, 118px) clamp(56px, 7vw, 84px); position: relative; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--hi); }
.hero__lead { font-size: clamp(1.06rem, 1.7vw, 1.28rem); color: #C3D3C9; max-width: 56ch; margin-bottom: 2.1rem; }
.hero__badge {
  display: inline-flex; align-items: center; gap: .6rem; background: rgba(242, 194, 48, .13);
  border: 1px solid rgba(242, 194, 48, .38); color: var(--hi); border-radius: 100px;
  padding: .42rem 1rem; font-size: .76rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; font-family: var(--font-display); margin-bottom: 1.7rem;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--hi); animation: pulse 2.4s infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(242, 194, 48, .6); }
  50% { box-shadow: 0 0 0 7px rgba(242, 194, 48, 0); }
}
.hero__facts {
  display: flex; flex-wrap: wrap; gap: 0; margin-top: 3.2rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.hero__fact { padding: 1.5rem 2rem 0 0; margin-right: 2rem; }
.hero__fact b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.35rem); color: var(--hi); line-height: 1; }
.hero__fact span { display: block; font-size: .82rem; color: #9DB3A6; margin-top: .45rem; letter-spacing: .04em; }

/* page banner (interior pages) */
.banner { position: relative; background: var(--green-900); color: #fff; overflow: hidden; isolation: isolate; }
.banner__media { position: absolute; inset: 0; z-index: -2; }
.banner__media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.banner::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(7, 35, 26, .93) 0%, rgba(7, 35, 26, .66) 58%, rgba(7, 35, 26, .34) 100%);
}
.banner--plain { background: var(--green-800); }
.banner--plain::after { background: none; }
.banner__inner { padding-block: clamp(58px, 8vw, 104px); }
.banner h1 { color: #fff; max-width: 19ch; }
.banner p { color: #B7CCC0; max-width: 62ch; font-size: clamp(1.02rem, 1.5vw, 1.16rem); }

/* diagonal hazard stripe divider */
.hazard {
  height: 8px;
  background: repeating-linear-gradient(-45deg, var(--hi) 0 16px, var(--green-900) 16px 32px);
}

/* breadcrumbs */
.crumbs { font-size: .82rem; color: #93AC9E; margin-bottom: 1.3rem; }
.crumbs a { color: #C7D9CE; text-decoration: none; }
.crumbs a:hover { color: var(--hi); text-decoration: underline; }
.crumbs span { opacity: .5; margin: 0 .45rem; }

/* ---------- cards ---------- */
.card {
  background: var(--white); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.4vw, 2.1rem);
  border: 1px solid var(--line); position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--hi); transform: scaleY(0); transform-origin: top;
  transition: transform .35s var(--ease);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleY(1); }
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--muted); font-size: .96rem; }
.card__link {
  display: inline-flex; align-items: center; gap: .45em; margin-top: 1.1rem;
  font-family: var(--font-display); font-weight: 700; font-size: .89rem;
  color: var(--green-600); text-decoration: none;
}
.card__link:hover { color: var(--green-500); }
.card__link:hover .arrow { transform: translateX(4px); }
.card--link { display: block; text-decoration: none; color: inherit; }
.icon {
  width: 44px; height: 44px; border-radius: var(--r); background: var(--green-700);
  display: grid; place-items: center; margin-bottom: 1.15rem; flex: none;
}
.icon svg { width: 23px; height: 23px; stroke: var(--hi); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.dark .card, .forest .card { background: var(--ink-2); border-color: rgba(255, 255, 255, .1); }
.dark .card p, .forest .card p { color: #9FB3A8; }

/* ---------- dispatch / lane board ---------- */
.board {
  background: var(--ink-2); border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
}
.board__head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .95rem 1.3rem; background: var(--green-900);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.board__head b { font-family: var(--font-display); font-size: .78rem; letter-spacing: .17em; text-transform: uppercase; color: #fff; }
.board__live { display: inline-flex; align-items: center; gap: .45rem; font-size: .72rem; color: var(--hi); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.board table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.board th {
  text-align: left; font-family: var(--font-display); font-size: .68rem; letter-spacing: .15em;
  text-transform: uppercase; color: #7C9488; font-weight: 700; padding: .8rem 1.3rem; border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.board td { padding: .82rem 1.3rem; border-bottom: 1px solid rgba(255, 255, 255, .06); color: #C6D6CC; }
.board tr:last-child td { border-bottom: 0; }
.board tbody tr { transition: background-color .2s var(--ease); }
.board tbody tr:hover { background: rgba(242, 194, 48, .06); }
.board td:first-child { color: #fff; font-weight: 600; }
.board .win { color: var(--hi); font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }

/* ---------- stat band ---------- */
.stats { position: relative; overflow: hidden; isolation: isolate; background: var(--green-900); }
.stats__media { position: absolute; inset: 0; z-index: -2; }
.stats__media img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.stats::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7, 35, 26, .82), rgba(7, 35, 26, .92)); }
.stat b {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.5rem, 5.2vw, 3.7rem); color: var(--hi); line-height: 1;
  font-variant-numeric: tabular-nums;
}
.stat span { display: block; margin-top: .6rem; color: #A9C1B3; font-size: .92rem; }

/* ---------- process / route spine ---------- */
.route { position: relative; }
.route::before {
  content: ""; position: absolute; left: 25px; top: 12px; bottom: 12px; width: 2px;
  background: repeating-linear-gradient(to bottom, var(--hi) 0 12px, transparent 12px 26px);
  opacity: .55;
}
.route__step { display: flex; gap: 1.5rem; padding-bottom: 2.4rem; position: relative; }
.route__step:last-child { padding-bottom: 0; }
.route__body h3 { margin-bottom: .4rem; }
.route__body p { color: var(--muted); }
.dark .route__body p, .forest .route__body p { color: #A2B6AA; }

/* ---------- media figure ---------- */
.figure { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1.1s var(--ease); }
.figure:hover img { transform: scale(1.045); }
.figure--wide img { aspect-ratio: 16 / 10; }
.figure__tag {
  position: absolute; left: 0; bottom: 0; background: var(--green-700); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .78rem;
  letter-spacing: .09em; text-transform: uppercase; padding: .7rem 1.1rem;
  border-top-right-radius: var(--r-lg);
}
.figure__tag em { font-style: normal; color: var(--hi); }

/* ---------- checklist ---------- */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.checks li { display: flex; gap: .78rem; align-items: flex-start; margin: 0; }
.checks svg { width: 21px; height: 21px; flex: none; margin-top: 3px; stroke: var(--green-500); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.dark .checks svg, .forest .checks svg { stroke: var(--hi); }
.checks--tight li { font-size: .95rem; }

/* ---------- accordion ---------- */
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary {
  cursor: pointer; list-style: none; padding: 1.35rem 3rem 1.35rem 0; position: relative;
  font-family: var(--font-display); font-weight: 700; font-size: 1.06rem;
  letter-spacing: -.008em; transition: color .2s var(--ease);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { color: var(--green-600); }
.acc summary::after {
  content: ""; position: absolute; right: .4rem; top: 50%; width: 13px; height: 13px;
  margin-top: -9px; border-right: 2.5px solid var(--green-600); border-bottom: 2.5px solid var(--green-600);
  transform: rotate(45deg); transition: transform .3s var(--ease);
}
.acc details[open] summary::after { transform: rotate(-135deg); margin-top: -4px; }
.acc .acc__body { padding: 0 3rem 1.5rem 0; color: var(--muted); }
.acc .acc__body p { font-size: .98rem; }

/* ---------- forms ---------- */
.form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .42rem; }
.field label { font-family: var(--font-display); font-weight: 700; font-size: .81rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text); }
.field .hint { font-size: .8rem; color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; font-family: var(--font-body); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; padding: .82rem .95rem;
  border: 1.5px solid var(--line); border-radius: var(--r); background: #fff; color: var(--text);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { min-height: 138px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(28, 115, 80, .13);
}
.form-note { font-size: .84rem; color: var(--muted); }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow); }

/* ---------- ticker ---------- */
.ticker { max-width: 100%; background: var(--green-700); color: #fff; overflow: hidden; padding: .82rem 0; border-block: 1px solid rgba(255, 255, 255, .12); }
.ticker__track { display: flex; gap: 3rem; width: max-content; animation: slide 46s linear infinite; }
.ticker__track span { font-family: var(--font-display); font-weight: 700; font-size: .82rem; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; display: inline-flex; align-items: center; gap: 3rem; }
.ticker__track span::after { content: "◆"; color: var(--hi); font-size: .6rem; }
.ticker:hover .ticker__track { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.cta__media { position: absolute; inset: 0; z-index: -2; }
.cta__media img { width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(95deg, rgba(7, 20, 15, .96) 20%, rgba(7, 20, 15, .58) 100%); }
.cta--solid { background: var(--green-900); }
.cta--solid::after { display: none; }
.cta--solid::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; z-index: 1;
  background: repeating-linear-gradient(-45deg, var(--hi) 0 16px, var(--green-900) 16px 32px);
}
.cta__glow {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(130% 100% at 84% 8%, rgba(28, 115, 80, .62) 0%, transparent 64%),
    linear-gradient(115deg, var(--green-900) 38%, var(--green-800) 100%);
}
.cta--solid .wrap { position: relative; z-index: 2; }
.cta h2 { max-width: 17ch; }
.cta p { color: #B6C9BD; max-width: 52ch; }

/* ---------- coverage map ---------- */
.mapwrap { background: var(--ink-2); border-radius: var(--r-lg); padding: clamp(1.2rem, 3vw, 2.2rem); border: 1px solid rgba(255, 255, 255, .1); }
.mapwrap svg { width: 100%; height: auto; }
.zone { fill: var(--green-600); stroke: #0A110E; stroke-width: 1.4; transition: fill .3s var(--ease); cursor: default; }
.zone:hover { fill: var(--hi); }
.zone--core { fill: var(--green-500); }
.zone--core:hover { fill: var(--hi); }
.maplabel { fill: #E4EFE8; font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .05em; pointer-events: none; }
.mapwrap { max-width: 980px; margin-inline: auto; }
.mapkey { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 1.4rem; font-size: .84rem; color: #A6BBAE; }
.mapkey i { width: 13px; height: 13px; display: inline-block; margin-right: .5rem; border-radius: 2px; vertical-align: -1px; }

/* ---------- tables ---------- */
.tbl { width: 100%; border-collapse: collapse; font-size: .95rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.tbl th { background: var(--green-700); color: #fff; text-align: left; font-family: var(--font-display); font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; padding: .9rem 1.1rem; }
.tbl td { padding: .9rem 1.1rem; border-bottom: 1px solid var(--paper-3); vertical-align: top; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl tbody tr:nth-child(even) { background: var(--paper); }
.tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg); }

/* ---------- quotes ---------- */
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 2.6vw, 2.2rem); position: relative; }
.quote::before { content: "“"; position: absolute; top: -6px; right: 18px; font-family: var(--font-display); font-size: 6rem; color: var(--paper-3); line-height: 1; }
.quote p { font-size: 1.02rem; position: relative; }
.quote footer { display: flex; align-items: center; gap: .85rem; margin-top: 1.3rem; padding-top: 1.2rem; border-top: 1px solid var(--paper-3); }
.quote cite { font-style: normal; font-family: var(--font-display); font-weight: 700; font-size: .93rem; display: block; }
.quote small { color: var(--muted); font-size: .82rem; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green-700); color: var(--hi); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .9rem; flex: none; }

/* ---------- owner note ---------- */
.note { background: var(--green-800); color: #DCE9E1; border-radius: var(--r-lg); padding: clamp(1.8rem, 3.6vw, 3rem); position: relative; overflow: hidden; }
.note::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--hi); }
.note p { font-size: clamp(1.02rem, 1.5vw, 1.13rem); }
.note p + p { margin-top: 1.15em; }
.note__sig { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .15); font-family: var(--font-display); font-weight: 700; color: #fff; }
.note__sig span { display: block; font-family: var(--font-body); font-weight: 400; font-size: .87rem; color: #9FB8A9; margin-top: .25rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #9FB3A7; padding-top: clamp(56px, 7vw, 84px); font-size: .93rem; }
.site-footer h4 { color: #fff; font-size: .78rem; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 1.2rem; font-family: var(--font-display); }
.site-footer a:not(.btn):not(.brand) { color: #BACFC2; text-decoration: none; transition: color .2s var(--ease); }
.site-footer a:not(.btn):not(.brand):hover { color: var(--hi); }
.site-footer .btn--primary { color: #16210E; }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1.25fr; gap: clamp(28px, 4vw, 52px); padding-bottom: 3rem; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .62rem; }
.footer-list li { margin: 0; }
.contact-line { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .85rem; }
.contact-line svg { width: 18px; height: 18px; flex: none; margin-top: 4px; stroke: var(--hi); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .84rem;
}
.footer-legal { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer-credit { display: inline-flex; align-items: center; gap: .38rem; color: #7E9288; }
.footer-credit a {
  font-family: var(--font-display); font-weight: 700; color: #CFE0D6;
  text-decoration: none; border-bottom: 1px solid rgba(242, 194, 48, .45);
  padding-bottom: 1px; transition: color .2s var(--ease), border-color .2s var(--ease);
}
.footer-credit a:hover { color: var(--hi); border-color: var(--hi); }
@media (max-width: 640px) {
  .footer-bottom { flex-direction: column; gap: .8rem; }
}

/* sticky mobile call bar */
.callbar { display: none; }

/* ---------- motion ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); }
.js [data-reveal] { transition: opacity .72s var(--ease), transform .72s var(--ease); }
.js [data-reveal].in { opacity: 1; transform: none; }
.js [data-reveal][data-delay="1"] { transition-delay: .09s; }
.js [data-reveal][data-delay="2"] { transition-delay: .18s; }
.js [data-reveal][data-delay="3"] { transition-delay: .27s; }
.js [data-reveal][data-delay="4"] { transition-delay: .36s; }
html:not(.js) [data-reveal] { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1240px) {
  .nav a { padding: .55rem .55rem; font-size: .885rem; }
  .nav .btn { padding: .68rem 1rem; font-size: .88rem; }
  .brand__sub { display: none; }
}
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 940px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(340px, 88vw); background: var(--ink-2);
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    padding: 6rem 1.4rem 2rem; gap: .2rem; transform: translateX(100%);
    transition: transform .38s var(--ease); overflow-y: auto; z-index: 90;
    border-left: 1px solid rgba(255, 255, 255, .1);
  }
  .nav.open { transform: translateX(0); }
  .nav a { padding: .85rem .6rem; font-size: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .07); border-radius: 0; }
  .nav a[aria-current="page"]::after { display: none; }
  .nav .btn { margin: 1rem 0 0; justify-content: center; }
  .subnav {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    background: transparent; border-top: 0; padding: 0 0 0 .8rem; min-width: 0;
  }
  .subnav a { color: #A9BFB2; font-size: .89rem; }
  .subnav a small { display: none; }
  .subnav a:hover { background: transparent; color: var(--hi); }
  .burger { display: block; z-index: 95; }
  .split, .g3, .g2 { grid-template-columns: 1fr; }
  .split .figure { order: -1; }
  .topbar__list li:nth-child(n+3) { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16.5px; }
  .g4 { grid-template-columns: 1fr; }
  .form-2 { grid-template-columns: 1fr; }
  .hero__fact { padding-right: 1.2rem; margin-right: 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  body { padding-bottom: 64px; }
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 120; background: var(--ink); border-top: 1px solid rgba(255, 255, 255, .14);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 1.05rem .5rem;
    font-family: var(--font-display); font-weight: 700; font-size: .9rem; text-decoration: none; color: #fff;
  }
  .callbar a + a { background: var(--hi); color: #16210E; }
  .callbar svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .topbar, .callbar, .cta, .ticker, .site-footer { display: none; }
  body { background: #fff; color: #000; }
}
