/* ============================================================================
   ARROWHEAD TRAILS, INC. — Salida, Colorado
   Design language: a trail corridor drawn on a field map. Dark pine-shadow
   bands, crusher-fine bone paper, and the warm rust-tan of compacted tread as
   the action colour — every hue lifted from their own trail photographs.
   Signature motif: the switchback — the angular zig-zag inside their arrowhead
   logo, reused as section rules, stake markers and corridor dividers.
   Type: Oswald (routed trail-sign lettering) + Source Sans 3 (field notes).
   ========================================================================= */

/* ---------- fonts ---------- */
@font-face { font-family: "Oswald"; src: url("/assets/fonts/oswald-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Oswald"; src: url("/assets/fonts/oswald-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Oswald"; src: url("/assets/fonts/oswald-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/sourcesans-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/sourcesans-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/sourcesans-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --pine:      #14231a;   /* deepest pine shadow */
  --pine-2:    #1b2f22;   /* dark band surface */
  --pine-3:    #26402f;   /* raised dark card */
  --pine-line: #35513e;

  --bone:      #f3efe4;   /* crusher-fine paper */
  --bone-2:    #e9e3d3;   /* recessed paper */
  --card:      #fbf8f0;

  --tread:     #b4652c;   /* compacted trail tread — the action colour */
  --tread-dk:  #954f1f;
  --tread-lt:  #d99753;
  --moss:      #93a94f;   /* new growth at the trail edge */
  --granite:   #7d7f75;

  --tx:        #23291f;
  --tx-mut:    #5b6154;
  --tx-soft:   #83887c;
  --tx-inv:    #f2efe4;
  --tx-inv-mut:#b6bfae;

  --line:      #dcd5c2;
  --line-2:    #cbc2ab;

  --disp: "Oswald", "Arial Narrow", Impact, sans-serif;
  --body: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1200px;
  --r: 3px;
  --shadow: 0 1px 2px rgba(20,35,26,.06), 0 14px 34px -14px rgba(20,35,26,.22);
  --shadow-lg: 0 2px 5px rgba(20,35,26,.09), 0 30px 64px -20px rgba(20,35,26,.38);
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body { font-family: var(--body); font-size: 17px; line-height: 1.62; color: var(--tx); background: var(--bone); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }          /* must beat .card{display:flex} etc. */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap--tight { max-width: 900px; }
.tnum { font-variant-numeric: tabular-nums; }
:focus-visible { outline: 3px solid var(--moss); outline-offset: 2px; }
::selection { background: var(--tread); color: #fff; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--tread); color: #fff; padding: 12px 20px; font-weight: 700; }
.skip:focus { left: 0; }

/* ---------- type ---------- */
h1, h2, h3, h4, .disp { font-family: var(--disp); font-weight: 600; line-height: 1.02; text-transform: uppercase; letter-spacing: .012em; text-wrap: balance; color: var(--pine); }
h1 { font-size: clamp(40px, 6.2vw, 74px); font-weight: 700; letter-spacing: .005em; }
h2 { font-size: clamp(30px, 4.1vw, 50px); font-weight: 700; }
h3 { font-size: clamp(20px, 2.3vw, 26px); letter-spacing: .022em; }
h4 { font-size: 17px; letter-spacing: .085em; }
p + p { margin-top: 1em; }
.lead { font-size: clamp(17.5px, 1.45vw, 20.5px); line-height: 1.62; color: var(--tx-mut); max-width: 64ch; }
.prose p, .prose li { color: var(--tx-mut); }
.prose h3 { margin: 34px 0 12px; }
.prose ul { margin: 14px 0; }
.prose ul li { position: relative; padding-left: 26px; margin-bottom: 9px; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 11px; height: 2px; background: var(--tread); }
.on-dark { color: var(--tx-inv-mut); }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: var(--tx-inv); }
.on-dark .lead { color: var(--tx-inv-mut); }
.on-dark a { color: var(--tx-inv); }

/* eyebrow — a stake marker before the label */
.eyebrow { display: inline-flex; align-items: center; gap: 11px; font-family: var(--disp); font-weight: 600; font-size: 14.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--tread); }
.eyebrow::before { content: ""; width: 22px; height: 8px; flex: none;
  background: linear-gradient(135deg, transparent 46%, var(--moss) 46%, var(--moss) 54%, transparent 54%) 0 0/11px 8px repeat-x; }
.on-dark .eyebrow { color: var(--moss); }
.on-dark .eyebrow::before { background: linear-gradient(135deg, transparent 46%, var(--tread-lt) 46%, var(--tread-lt) 54%, transparent 54%) 0 0/11px 8px repeat-x; }
@media (max-width: 560px) { .eyebrow { font-size: 12.5px; letter-spacing: .17em; } }

/* the switchback rule — signature motif */
.switchback { height: 10px; width: 100%;
  background: linear-gradient(135deg, transparent 46%, var(--line-2) 46%, var(--line-2) 54%, transparent 54%) 0 0/14px 10px repeat-x; }
.on-dark .switchback, .switchback--dark { background: linear-gradient(135deg, transparent 46%, var(--pine-line) 46%, var(--pine-line) 54%, transparent 54%) 0 0/14px 10px repeat-x; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--disp); font-weight: 600; font-size: 17.5px; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; padding: 14px 26px 12px; border-radius: var(--r); transition: background .15s ease, color .15s ease, transform .12s ease; white-space: nowrap; border: 2px solid transparent; }
.btn:active { transform: translateY(1px); }
.btn svg { flex: none; }
.btn--tread { background: var(--tread); color: #fff; box-shadow: 0 3px 0 var(--tread-dk); }
.btn--tread:hover { background: var(--tread-dk); }
.btn--pine { background: var(--pine); color: var(--tx-inv); }
.btn--pine:hover { background: var(--pine-3); }
.btn--ghost { border-color: var(--pine); color: var(--pine); }
.btn--ghost:hover { background: var(--pine); color: var(--tx-inv); }
.on-dark .btn--ghost { border-color: rgba(242,239,228,.5); color: var(--tx-inv); }
.on-dark .btn--ghost:hover { background: var(--tx-inv); color: var(--pine); }
.btn--sm { font-size: 15px; padding: 10px 18px 8px; }

/* ---------- topbar ---------- */
.topbar { background: var(--pine); color: var(--tx-inv-mut); font-size: 13.5px; letter-spacing: .03em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.topbar b { color: var(--moss); font-weight: 600; }
.topbar a { color: var(--tx-inv); text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--moss); }
@media (max-width: 820px) { .topbar .hide-s { display: none; } }

/* ---------- header ---------- */
/* NOTE: solid background on purpose — backdrop-filter would make this sticky
   header the containing block for the position:fixed mobile drawer. */
.site-header { position: sticky; top: 0; z-index: 60; background: var(--bone); border-bottom: 1px solid var(--line); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 22px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand svg { flex: none; }
.brand .bt { display: block; line-height: 1; }
.brand .b1 { font-family: var(--disp); font-weight: 700; font-size: 25px; letter-spacing: .03em; color: var(--pine); text-transform: uppercase; display: block; white-space: nowrap; }
.brand .b2 { font-family: var(--disp); font-weight: 500; font-size: 10.5px; letter-spacing: .22em; color: var(--tread); text-transform: uppercase; display: block; margin-top: 4px; white-space: nowrap; }
.mainnav { display: flex; align-items: center; gap: 2px; }
.mainnav a { font-family: var(--disp); font-weight: 500; font-size: 16px; letter-spacing: .085em; text-transform: uppercase; text-decoration: none; color: var(--tx); padding: 9px 12px; border-radius: var(--r); }
.mainnav a:hover { background: var(--bone-2); }
.mainnav a[aria-current="page"] { color: var(--tread); box-shadow: inset 0 -3px 0 var(--tread); }
.nav-close, .nav-toggle, .nav-call { display: none; }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { text-decoration: none; text-align: right; line-height: 1.15; white-space: nowrap; }
.header-phone .p1 { font-family: var(--disp); font-weight: 600; font-size: 21px; color: var(--pine); display: block; }
.header-phone .p2 { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-soft); display: block; }
@media (max-width: 1240px) { .header-phone { display: none; } }

@media (max-width: 1080px) {
  .site-header .bar { height: 68px; }
  .mainnav { position: fixed; inset: 0 0 0 auto; width: min(340px, 86vw); z-index: 90;
    background: var(--pine-2); flex-direction: column; align-items: stretch; gap: 0;
    padding: 84px 22px 30px; transform: translateX(100%); transition: transform .26s ease;
    box-shadow: -20px 0 60px rgba(0,0,0,.4); overflow-y: auto; }
  .mainnav.open { transform: none; }
  .mainnav a { color: var(--tx-inv); font-size: 19px; padding: 15px 12px; border-bottom: 1px solid var(--pine-line); border-radius: 0; }
  .mainnav a:hover { background: var(--pine-3); }
  .mainnav a[aria-current="page"] { color: var(--moss); box-shadow: none; }
  .nav-close { display: block; position: absolute; top: 20px; right: 20px; color: var(--tx-inv); padding: 6px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; color: var(--pine); padding: 8px; }
  .nav-call { display: inline-flex; margin-top: 18px; }
  /* z-index 50 on purpose: the sticky .site-header (z-index 60) forms its own stacking
     context, so the drawer's z-index 90 is scoped INSIDE it. A scrim at 80 would paint
     over the drawer and swallow every tap on a nav link. Keep it below the header. */
  .nav-scrim { position: fixed; inset: 0; z-index: 50; background: rgba(10,18,13,.55); opacity: 0; pointer-events: none; transition: opacity .26s ease; }
  .nav-scrim.on { opacity: 1; pointer-events: auto; }
  /* the scrim can't reach the header (it sits above at z 60), so dim the bar from inside
     the header's own stacking context — below the drawer's z 90, above the bar itself. */
  .site-header::after { content: ""; position: absolute; inset: 0; z-index: 70; background: rgba(10,18,13,.55);
    opacity: 0; pointer-events: none; transition: opacity .26s ease; }
  body.nav-open .site-header::after { opacity: 1; }
}
@media (max-width: 470px) {
  .brand .b1 { font-size: 20px; }
  .brand .b2 { font-size: 9px; letter-spacing: .22em; }
  .header-cta .btn { display: none; }
}

/* ---------- sections ---------- */
.sec { padding: clamp(58px, 7vw, 104px) 0; }
.sec--tight { padding: clamp(42px, 5vw, 68px) 0; }
.sec--pine { background: var(--pine-2); }
.sec--pine-deep { background: var(--pine); }
.sec--bone2 { background: var(--bone-2); }
.sechead { max-width: 780px; margin-bottom: clamp(30px, 3.4vw, 46px); }
.sechead .eyebrow { margin-bottom: 14px; }
.sechead h2 + .lead { margin-top: 16px; }
.sechead--split { max-width: none; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 20px 56px; align-items: end; }
@media (max-width: 860px) { .sechead--split { grid-template-columns: 1fr; align-items: start; } }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--pine); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.hero__bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(11,20,14,.93) 0%, rgba(11,20,14,.82) 34%, rgba(11,20,14,.34) 62%, rgba(11,20,14,.22) 100%),
              linear-gradient(to top, rgba(11,20,14,.72), transparent 42%); }
.hero__in { position: relative; padding: clamp(72px, 9vw, 132px) 0 clamp(52px, 6vw, 82px); }
.hero__copy { max-width: 640px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--moss); display: block; }
.hero .lead { color: #e3e6db; margin-top: 22px; max-width: 50ch; }
/* the hero sits on a dark photograph — ghost buttons need the inverse treatment */
.hero .btn--ghost, .phead .btn--ghost { border-color: rgba(242,239,228,.5); color: var(--tx-inv); }
.hero .btn--ghost:hover, .phead .btn--ghost:hover { background: var(--tx-inv); color: var(--pine); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; align-items: center; }
.hero__note { font-size: 14.5px; color: #b8c2b0; margin-top: 18px; }

/* stat rail */
.stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: clamp(34px, 4vw, 48px); border-top: 1px solid rgba(242,239,228,.22); padding-top: 26px; }
.stat { padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(242,239,228,.22); }
.stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.stat .n { font-family: var(--disp); font-weight: 700; font-size: clamp(30px, 3.5vw, 42px); color: var(--moss); line-height: 1; letter-spacing: .01em; }
.stat .l { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: #b8c2b0; margin-top: 8px; max-width: 24ch; line-height: 1.45; }
@media (max-width: 640px) {
  .stat { padding-right: 20px; margin-right: 20px; margin-bottom: 18px; }
  .stat .l { font-size: 11px; letter-spacing: .1em; }
}

/* ---------- credential strip ---------- */
.creds { background: var(--bone-2); border-bottom: 1px solid var(--line); }
.creds .wrap { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 28px 48px; align-items: center; padding-top: 30px; padding-bottom: 30px; }
.creds p { font-size: 16.5px; color: var(--tx-mut); }
.creds p b { color: var(--pine); font-weight: 700; }
.credlist { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.credlist span { font-family: var(--disp); font-weight: 500; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; color: var(--pine); background: var(--card); border: 1px solid var(--line-2); border-bottom: 2px solid var(--moss); border-radius: var(--r); padding: 8px 13px 6px; }
@media (max-width: 900px) { .creds .wrap { grid-template-columns: 1fr; } .credlist { justify-content: flex-start; } }

/* ---------- generic grids ---------- */
.grid { display: grid; gap: 22px; }
.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)); }
.gform { grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 34px 48px; align-items: start; }
@media (max-width: 1000px) { .g4 { grid-template-columns: repeat(2, minmax(0,1fr)); } .g3 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 900px)  { .gform { grid-template-columns: 1fr; } }
@media (max-width: 660px)  { .g2, .g3, .g4 { grid-template-columns: 1fr; } }

/* ---------- service cards ---------- */
.svc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px 24px; position: relative; display: block; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.svc::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--moss); opacity: .55; transition: opacity .18s ease, background .18s ease; }
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.svc:hover::before { background: var(--tread); opacity: 1; }
.svc .ic { color: var(--tread); margin-bottom: 15px; }
.svc h3 { font-size: 20px; margin-bottom: 9px; }
.svc p { font-size: 15.5px; color: var(--tx-mut); line-height: 1.55; }
.svc .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-family: var(--disp); font-weight: 600; font-size: 14px; letter-spacing: .11em; text-transform: uppercase; color: var(--tread); }
.on-dark .svc { background: var(--pine-3); border-color: var(--pine-line); }
.on-dark .svc h3 { color: var(--tx-inv); }
.on-dark .svc p { color: var(--tx-inv-mut); }
.on-dark .svc .ic { color: var(--moss); }

/* ---------- photo cards / project tiles ---------- */
.tile { display: block; text-decoration: none; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tile__img { position: relative; background: var(--pine-2); aspect-ratio: 4/3; overflow: hidden; }
.tile__img img { width: 100%; height: 100%; object-fit: cover; }
.tile__cat { position: absolute; left: 12px; top: 12px; font-family: var(--disp); font-weight: 600; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: #fff; background: rgba(20,35,26,.82); padding: 6px 10px 4px; border-radius: 2px; }
.tile__body { padding: 18px 20px 20px; }
.tile__body h3 { font-size: 19px; margin-bottom: 6px; }
.tile__meta { font-size: 13.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--tread); font-weight: 600; }
.tile__body p { font-size: 15px; color: var(--tx-mut); margin-top: 9px; line-height: 1.55; }
.tile__scope { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--tx-soft); letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }

/* ---------- split feature band ---------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-items: stretch; }
.split__media { position: relative; min-height: 340px; background: var(--pine-2); }
.split__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split__body { padding: clamp(38px, 5vw, 76px) clamp(24px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.split__body .eyebrow { margin-bottom: 14px; }
.split__body h2 { margin-bottom: 20px; }
.split__body .lead { max-width: 46ch; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split__media { min-height: 260px; } }

/* ---------- gallery ---------- */
.galbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.galbar button { font-family: var(--disp); font-weight: 500; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; padding: 9px 15px 7px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); color: var(--tx-mut); }
.galbar button:hover { border-color: var(--tread); color: var(--tread); }
.galbar button[aria-pressed="true"] { background: var(--pine); border-color: var(--pine); color: var(--tx-inv); }
.galgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(212px, 1fr)); gap: 12px; }
.galgrid figure { margin: 0; position: relative; background: var(--pine-2); border-radius: 2px; overflow: hidden; aspect-ratio: 4/3; }
.galgrid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.galgrid figure:hover img { transform: scale(1.045); }
.galgrid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 12px 9px; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; color: #fff;
  background: linear-gradient(to top, rgba(12,22,15,.86), transparent); }
.galmore { display: flex; justify-content: center; margin-top: 30px; }

/* ---------- quotes ---------- */
.quote { background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--tread); border-radius: var(--r); padding: 28px 28px 24px; }
.quote blockquote { font-size: 16.5px; line-height: 1.6; color: var(--tx); }
.quote blockquote p + p { margin-top: .8em; }
.quote figcaption { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.quote .who { font-family: var(--disp); font-weight: 600; font-size: 17px; letter-spacing: .05em; text-transform: uppercase; color: var(--pine); }
.quote .org { font-size: 14px; color: var(--tx-soft); margin-top: 4px; line-height: 1.45; }
.on-dark .quote { background: var(--pine-3); border-color: var(--pine-line); border-left-color: var(--moss); }
.on-dark .quote blockquote { color: #e6e9dd; }
.on-dark .quote .who { color: var(--tx-inv); }
.on-dark .quote figcaption { border-top-color: var(--pine-line); }
/* in a grid, let each quote size to its own copy instead of stretching to the tallest */
.grid > .quote { align-self: start; }
.qcols { columns: 2; column-gap: 22px; }
.qcols > * { break-inside: avoid; margin-bottom: 22px; }
@media (max-width: 860px) { .qcols { columns: 1; } }

/* google rating chip */
.gchip { display: inline-flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); padding: 12px 18px; }
.gchip .num { font-family: var(--disp); font-weight: 700; font-size: 27px; color: var(--pine); line-height: 1; }
.stars { display: inline-flex; gap: 2px; color: #e2a233; }
.gchip .sub { font-size: 13px; color: var(--tx-soft); letter-spacing: .04em; }
.on-dark .gchip { background: var(--pine-3); border-color: var(--pine-line); }
.on-dark .gchip .num { color: var(--tx-inv); }

/* ---------- spec list / field notes ---------- */
.spec { border-top: 1px solid var(--line); }
.spec > div { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 8px 28px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.spec dt { font-family: var(--disp); font-weight: 500; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--tread); padding-top: 2px; }
.spec dd { color: var(--tx-mut); }
.on-dark .spec, .on-dark .spec > div { border-color: var(--pine-line); }
.on-dark .spec dt { color: var(--moss); }
.on-dark .spec dd { color: var(--tx-inv-mut); }
@media (max-width: 620px) { .spec > div { grid-template-columns: 1fr; gap: 4px; } }

/* numbered process steps */
.steps { counter-reset: st; display: grid; gap: 2px; }
.step { counter-increment: st; display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); align-items: start; }
.step::before { content: counter(st, decimal-leading-zero); font-family: var(--disp); font-weight: 700; font-size: 34px; color: var(--tread); opacity: .85; line-height: 1; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--tx-mut); max-width: 66ch; }
.on-dark .step { border-color: var(--pine-line); }
.on-dark .step::before { color: var(--moss); }
@media (max-width: 560px) { .step { grid-template-columns: 52px minmax(0,1fr); gap: 16px; } .step::before { font-size: 25px; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--tread); color: #fff; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 26px 40px; flex-wrap: wrap; padding-top: 42px; padding-bottom: 42px; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.1vw, 38px); }
.cta-band .sub { color: rgba(255,255,255,.9); margin-top: 9px; font-size: 16px; }
.cta-band .btn--bone { background: var(--bone); color: var(--pine); box-shadow: 0 3px 0 rgba(0,0,0,.18); }
.cta-band .btn--bone:hover { background: #fff; }
.cta-band .acts { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn--outline { border-color: rgba(255,255,255,.65); color: #fff; }
.cta-band .btn--outline:hover { background: rgba(255,255,255,.14); }

/* ---------- form ---------- */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: 8px; }
.form-card .sub { color: var(--tx-mut); font-size: 15.5px; margin-bottom: 22px; }
.fgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.field--full { grid-column: 1 / -1; }
@media (max-width: 620px) { .fgrid { grid-template-columns: 1fr; } }
.field label { display: block; font-family: var(--disp); font-weight: 500; font-size: 13.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--tx-mut); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r); padding: 12px 13px; font-size: 16px; }
.field textarea { min-height: 122px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--tread); box-shadow: 0 0 0 3px rgba(180,101,44,.16); }
.form-msg { margin-top: 16px; padding: 13px 16px; border-radius: var(--r); font-size: 15.5px; }
.form-msg.ok { background: #e8f0dd; border: 1px solid #b8ce93; color: #3c5323; }
.form-msg.err { background: #f8e6df; border: 1px solid #e0b09c; color: #8a3c1c; }

/* ---------- info card ---------- */
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; }
.info-card h3 { margin-bottom: 18px; }
.info-card .row { display: flex; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
.info-card .row:first-of-type { border-top: 0; padding-top: 0; }
.info-card .row svg { flex: none; color: var(--tread); margin-top: 2px; }
.info-card a { color: var(--pine); text-decoration: none; font-weight: 600; }
.info-card a:hover { color: var(--tread); text-decoration: underline; }
.info-card .mut { color: var(--tx-soft); font-size: 14px; font-weight: 400; }
.map-embed { width: 100%; height: 260px; border: 1px solid var(--line-2); border-radius: var(--r); display: block; }

/* ---------- page header ---------- */
.phead { background: var(--pine-2); position: relative; overflow: hidden; }
.phead__bg { position: absolute; inset: 0; opacity: .28; }
.phead__bg img { width: 100%; height: 100%; object-fit: cover; }
.phead .wrap { position: relative; padding-top: clamp(48px, 6vw, 84px); padding-bottom: clamp(44px, 5.4vw, 76px); }
.phead h1 { color: #fff; font-size: clamp(36px, 5vw, 60px); }
.phead .lead { color: #d9ded1; margin-top: 16px; max-width: 62ch; }
.crumb { font-family: var(--disp); font-weight: 500; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--moss); margin-bottom: 14px; }
.crumb a { text-decoration: none; color: inherit; }
.crumb a:hover { text-decoration: underline; }

/* ---------- footer ---------- */
.site-footer { background: var(--pine); color: var(--tx-inv-mut); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 34px 40px; padding: clamp(44px, 5vw, 66px) 24px; max-width: var(--wrap); margin: 0 auto; }
.f-brand .b1 { font-family: var(--disp); font-weight: 700; font-size: 24px; letter-spacing: .035em; color: #fff; text-transform: uppercase; }
.f-brand .b2 { font-family: var(--disp); font-weight: 500; font-size: 10.5px; letter-spacing: .28em; color: var(--moss); text-transform: uppercase; margin-top: 5px; }
.f-brand p { margin-top: 16px; font-size: 15px; line-height: 1.6; max-width: 34ch; }
.site-footer h5 { font-family: var(--disp); font-weight: 600; font-size: 14px; letter-spacing: .17em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.site-footer .col a { display: block; text-decoration: none; color: var(--tx-inv-mut); font-size: 15px; padding: 5px 0; }
.site-footer .col a:hover { color: var(--moss); }
.f-social { display: flex; gap: 10px; margin-top: 16px; }
.f-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--pine-line); border-radius: var(--r); color: var(--tx-inv-mut); }
.f-social a:hover { background: var(--pine-3); color: #fff; }
.footer-bot { border-top: 1px solid var(--pine-line); font-size: 13.5px; }
.footer-bot .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 18px; }
@media (max-width: 940px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ---------- lightbox ---------- */
.lb { position: fixed; inset: 0; z-index: 120; background: rgba(9,16,11,.94); display: flex; align-items: center; justify-content: center; padding: 24px; }
.lb img { max-width: min(1100px, 94vw); max-height: 84vh; width: auto; border-radius: 2px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lb__cap { position: absolute; left: 0; right: 0; bottom: 22px; text-align: center; color: #d9ded1; font-size: 14.5px; letter-spacing: .06em; padding: 0 24px; }
.lb__x { position: absolute; top: 18px; right: 20px; color: #fff; padding: 8px; }
.lb__nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; padding: 14px 10px; opacity: .8; }
.lb__nav:hover { opacity: 1; }
.lb__prev { left: 10px; } .lb__next { right: 10px; }

/* ---------- misc ---------- */
.note { font-size: 14px; color: var(--tx-soft); }
.center { text-align: center; }
.mt24 { margin-top: 24px; } .mt32 { margin-top: 32px; } .mt40 { margin-top: 40px; }
.pill { display: inline-block; font-family: var(--disp); font-weight: 500; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--tread); border: 1px solid var(--line-2); border-radius: 100px; padding: 5px 12px 3px; }
.on-dark .pill { color: var(--moss); border-color: var(--pine-line); }
.taglist { display: flex; flex-wrap: wrap; gap: 8px; }
.err-code { font-family: var(--disp); font-weight: 700; font-size: clamp(80px, 15vw, 170px); line-height: .9; color: var(--tread); }
