/* ==========================================================================
   Dirt Kings LLC - preview build by NH Media Web
   Excavation, pond work, driveways and hauling. Wellsville, Kansas.
   Two self-hosted variable families. No external requests of any kind.
   ========================================================================== */

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('fonts/bigshoulders-latin-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('fonts/hanken-latin-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --loam:      #17120D;   /* deepest ground */
  --loam-2:    #110D09;   /* the quote section and the footer */
  --soil:      #1E1811;   /* dark section */
  --soil-lift: #2A2117;   /* the adjacent dark, lifted */
  --soil-line: #3D3022;

  --cream:     #F3EEE4;
  --cream-2:   #E7DFD1;
  --cream-ln:  #CFC2AB;

  --clay:      #D9822B;   /* the accent */
  --clay-lt:   #F0AC63;   /* accent type on dark ground */
  --clay-dk:   #8C4A0B;   /* accent type on light ground */
  --ink-on-clay: #1B1004; /* type sitting on the accent */

  --wheat:     #CFBB93;

  --on-dark:      #F4EFE6;
  --on-dark-mut:  #C9BCA5;
  --on-light:     #1B150E;
  --on-light-mut: #524536;

  --shell-w: 1240px;
  --pad: clamp(20px, 5vw, 48px);

  --disp: 'Big Shoulders Display', 'Arial Narrow', 'Haettenschweiler', Arial, sans-serif;
  --body: 'Hanken Grotesk', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--loam);
  color: var(--on-dark);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 {
  font-family: var(--disp);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0.008em;
  margin: 0;
  text-wrap: balance;
}

.shell {
  width: 100%; max-width: var(--shell-w); margin: 0 auto;
  padding-left: var(--pad); padding-right: var(--pad);
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: fixed; left: -9999px; top: 0; z-index: 300;
  background: var(--clay); color: var(--ink-on-clay); padding: 12px 20px;
  font-family: var(--disp); font-weight: 800; font-size: 19px;
  letter-spacing: .04em; text-decoration: none;
}
.skip:focus { left: 8px; top: 8px; }

:focus-visible { outline: 3px solid var(--clay-lt); outline-offset: 3px; }
.sec-light :focus-visible, .call :focus-visible { outline-color: var(--clay-dk); }

/* Fixed and floating children of body cross light, dark and accent grounds as
   the page scrolls, so they carry two rings: one reads on any of them. */
.fab:focus-visible, .skip:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--loam-2), 0 0 0 9px rgba(0, 0, 0, .55);
}

/* --------------------------------------------------------- preview banner */
.pbar { background: var(--loam-2); border-bottom: 1px solid var(--soil-line); }
.pbar-in {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 10px 26px; padding-top: 11px; padding-bottom: 11px;
}
.pbar-txt { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--on-dark-mut); max-width: 64ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.pbar-btn {
  display: inline-block;
  font-family: var(--disp); font-weight: 800; font-size: 17px;
  letter-spacing: .06em; text-transform: uppercase; line-height: 1;
  background: var(--clay); color: var(--ink-on-clay);
  padding: 11px 17px 9px; text-decoration: none; border-radius: 2px;
}
.pbar-btn:hover { background: var(--clay-lt); }
.pbar-mail { font-size: 14.5px; color: var(--wheat); text-decoration: underline; text-underline-offset: 3px; }

/* ---------------------------------------------------------------- masthead */
.mast {
  position: sticky; top: 0; z-index: 60;
  background: rgba(23, 18, 13, .95);
  border-bottom: 1px solid var(--soil-line);
  backdrop-filter: blur(8px);
}
.mast-in { display: flex; align-items: center; gap: 18px; padding-top: 11px; padding-bottom: 11px; }

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 52px; height: 52px; flex: none; }
.brand-txt { display: flex; flex-direction: column; }
.brand-name {
  font-family: var(--disp); font-weight: 800; font-size: 30px; line-height: .9;
  letter-spacing: .02em; text-transform: uppercase;
}
.brand-sub {
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--clay-lt);
  margin-top: 5px; white-space: nowrap;
}

.nav { display: flex; gap: 24px; }
.nav a {
  font-family: var(--disp); font-weight: 700; font-size: 20px; line-height: 1;
  letter-spacing: .04em; text-transform: uppercase; text-decoration: none;
  white-space: nowrap;
  color: var(--on-dark-mut); padding: 7px 0 5px; border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--on-dark); border-bottom-color: var(--clay); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--disp); font-weight: 800; font-size: 20px; line-height: 1;
  letter-spacing: .045em; text-transform: uppercase; text-decoration: none;
  white-space: nowrap;
  padding: 14px 22px 12px; border-radius: 2px; border: 2px solid transparent;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn-solid { background: var(--clay); color: var(--ink-on-clay); }
.btn-solid:hover { background: var(--clay-lt); }
.btn-ghost { border-color: rgba(244, 239, 230, .45); color: var(--on-dark); }
.btn-ghost:hover { border-color: var(--clay); color: var(--clay-lt); }
.btn-lg { font-size: 24px; padding: 17px 28px 14px; }
.mast-call { flex: none; }

.burger {
  display: none; width: 46px; height: 42px; background: none;
  border: 1px solid var(--soil-line); border-radius: 2px; cursor: pointer; padding: 0;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--on-dark); margin: 4px auto; }

/* -------------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; background: var(--loam-2); }
.hero-img {
  position: absolute; inset: 0;
  background-image: url('assets/img/stock-hero-graded.jpg');
  background-size: cover; background-position: 60% 50%; background-color: #3B2A18;
  animation: kb 28s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kb {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to   { transform: scale(1.14) translate3d(-1.4%, -1.6%, 0); }
}
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(103deg, rgba(14, 10, 6, .95) 4%, rgba(14, 10, 6, .9) 44%, rgba(14, 10, 6, .3) 88%);
}
.hero-scrim-b {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14, 10, 6, .82), rgba(14, 10, 6, 0) 42%);
}
.hero-in { position: relative; padding-top: clamp(72px, 12vh, 128px); padding-bottom: clamp(72px, 12vh, 128px); }
.hero-copy { max-width: 640px; }

.lab {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px;
  font-family: var(--body); font-weight: 700; font-size: 12.5px;
  letter-spacing: .2em; text-transform: uppercase;
}
.lab::before { content: ""; width: 28px; height: 2px; background: currentColor; flex: none; }
.lab-d { color: var(--clay-lt); }
.lab-l { color: var(--clay-dk); }

.hero-h {
  font-size: clamp(50px, 9vw, 96px);
  letter-spacing: .01em; text-transform: uppercase;
  margin: 0 0 22px;
}
.hero-h .w { display: inline-block; }
.js .hero-h .w { opacity: 0; transform: translateY(16px); animation: rise .62s cubic-bezier(.2,.7,.3,1) forwards; }
.js .hero-h .w:nth-child(1) { animation-delay: .05s; }
.js .hero-h .w:nth-child(2) { animation-delay: .13s; }
.js .hero-h .w:nth-child(3) { animation-delay: .21s; }
.js .hero-h .w:nth-child(4) { animation-delay: .29s; }
.js .hero-h .w:nth-child(5) { animation-delay: .37s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.hero-p { font-size: 19.5px; color: var(--on-dark); max-width: 46ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }

.hero-card {
  display: inline-flex; flex-direction: column; gap: 5px; margin: 0;
  background: rgba(23, 18, 13, .78); border: 1px solid var(--soil-line);
  border-left: 3px solid var(--clay);
  padding: 15px 20px 14px; border-radius: 2px; backdrop-filter: blur(3px);
}
.js .hero-card { opacity: 0; animation: rise .7s cubic-bezier(.2,.7,.3,1) .58s forwards; }
.stars { display: flex; gap: 2px; color: var(--clay-lt); }
.hero-card-k { font-family: var(--disp); font-weight: 800; font-size: 30px; line-height: 1; letter-spacing: .02em; }
.hero-card-s { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-mut); }

/* ---------------------------------------------------------------- sections */
.sec { padding: clamp(66px, 10vw, 116px) 0; position: relative; }
.sec-dark { background: var(--soil); }
.sec-deep { background: var(--soil-lift); }
.sec-deepest { background: var(--loam-2); }
.sec-light { background: var(--cream); color: var(--on-light); }

.dotted::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(240, 172, 99, .085) 1px, transparent 1px);
  background-size: 22px 22px;
}
.dotted > * { position: relative; }

.sec-head { max-width: 62ch; margin-bottom: clamp(38px, 5vw, 60px); }
.sec-h {
  font-size: clamp(36px, 5.6vw, 62px); text-transform: uppercase;
  letter-spacing: .012em; margin: 0 0 16px;
}
.sec-lede { font-size: 19px; color: var(--on-dark-mut); margin: 0; }
.sec-light .sec-lede { color: var(--on-light-mut); }

/* reveals: gated on JS so a no-JS visit simply sees everything */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.js .reveal.in-view { opacity: 1; transform: none; }
.js .svc-col > .reveal:nth-child(2) { transition-delay: .08s; }
.js .svc-col > .reveal:nth-child(3) { transition-delay: .16s; }
.js .gnd-grid > .reveal:nth-child(2) { transition-delay: .07s; }
.js .gnd-grid > .reveal:nth-child(3) { transition-delay: .14s; }
.js .gnd-grid > .reveal:nth-child(4) { transition-delay: .21s; }
.js .pulls > .reveal:nth-child(2) { transition-delay: .08s; }
.js .pulls > .reveal:nth-child(3) { transition-delay: .16s; }

/* -------------------------------------------------------------- the work */
.svc-grid { display: grid; grid-template-columns: 1.14fr 1fr; gap: 26px; align-items: start; }
.svc-col { display: grid; gap: 26px; align-content: start; }

.svc {
  background: rgba(255, 255, 255, .045); border: 1px solid var(--soil-line);
  border-radius: 3px; padding: 26px 26px 28px;
}
.svc h3 { font-size: 30px; text-transform: uppercase; letter-spacing: .015em; margin: 0 0 12px; }
.svc p { color: var(--on-dark-mut); margin: 0; font-size: 17.5px; }

.svc-t {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 12px; margin-bottom: 18px;
  background: rgba(217, 130, 43, .16); color: var(--clay-lt);
}
.svc-t svg { width: 30px; height: 30px; }

.svc-fig { margin: 0 0 20px; }
.svc-shot { overflow: hidden; border-radius: 2px; background: linear-gradient(160deg, #4A3620, #221A11); aspect-ratio: 4 / 3; }
.svc-shot-wide { aspect-ratio: 16 / 9; }
.svc-shot img { width: 100%; height: 100%; object-fit: cover; }
.cap { font-size: 12.5px; line-height: 1.55; color: var(--on-dark-mut); margin-top: 9px; }
.cap-note { display: block; margin-top: 5px; color: var(--wheat); }

.svc-feat { display: flex; flex-direction: column; padding-bottom: 30px; }
.svc-feat .svc-shot { aspect-ratio: 3 / 2; }
.svc-feat h3 { font-size: 40px; }
.svc-feat p { font-size: 18.5px; }

/* ------------------------------------------------------- furniture slots */
.slot {
  border: 2px dashed rgba(240, 172, 99, .5);
  border-radius: 3px; padding: 24px 26px; background: rgba(217, 130, 43, .05);
}
.sec-light .slot { border-color: rgba(140, 74, 11, .45); background: rgba(140, 74, 11, .04); }
.slot p { font-size: 16.5px; color: var(--on-dark-mut); }
.sec-light .slot p { color: var(--on-light-mut); }
.slot-h {
  font-family: var(--disp); font-weight: 800; font-size: 24px; line-height: 1;
  letter-spacing: .05em; text-transform: uppercase; color: var(--clay-lt);
  margin: 0 0 10px;
}
.slot-k {
  font-family: var(--body); font-weight: 700; font-size: 13px;
  letter-spacing: .13em; text-transform: uppercase; color: var(--clay-lt);
  margin: 0 0 12px;
}
.sec-story .slot { max-width: 78ch; margin: 0 auto; padding: clamp(26px, 4vw, 42px); }
.sec-story .slot p:not(.slot-h):not(.slot-k) { font-size: 18px; }

/* ------------------------------------------------------ reading the ground */
.gnd-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 40px; }
.gnd { display: flex; gap: 20px; align-items: flex-start; }
.gnd-t {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(217, 130, 43, .13); color: var(--clay-dk);
  border: 1px solid rgba(140, 74, 11, .28);
}
.gnd-t svg { width: 30px; height: 30px; }
.gnd h3 { font-size: 27px; text-transform: uppercase; letter-spacing: .015em; margin: 6px 0 10px; }
.gnd p { color: var(--on-light-mut); margin: 0; font-size: 17.5px; }

/* --------------------------------------------------------- where we work */
.area-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 34px; align-items: start; }
.area-main { border-left: 3px solid var(--clay); padding-left: 26px; }
.area-home {
  font-family: var(--disp); font-weight: 800; font-size: clamp(34px, 4.4vw, 50px);
  line-height: .96; text-transform: uppercase; letter-spacing: .015em; margin: 0 0 20px;
}
.area-tags { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags li {
  font-family: var(--disp); font-weight: 700; font-size: 21px; line-height: 1;
  letter-spacing: .05em; text-transform: uppercase;
  border: 1px solid var(--soil-line); background: rgba(255, 255, 255, .04);
  padding: 11px 15px 8px; border-radius: 2px; color: var(--on-dark);
}
.area-flag {
  display: inline-block; margin: 0;
  font-family: var(--body); font-weight: 700; font-size: 12.5px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--clay-lt);
  border: 2px dashed rgba(240, 172, 99, .5); border-radius: 2px; padding: 7px 12px;
}

/* --------------------------------------------------------- what people say */
.said-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; margin-bottom: 40px; }
.quote {
  position: relative; margin: 0; padding: 38px 44px 34px 52px;
  background: rgba(244, 239, 230, .035); border: 1px solid rgba(244, 239, 230, .1); border-radius: 4px;
}
.quote::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--clay); border-radius: 4px 0 0 4px; }
.quote::after {
  content: "“"; position: absolute; right: 30px; top: 6px;
  font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 190px; line-height: .8;
  color: var(--clay); opacity: .18; pointer-events: none;
}
.quote-stars { display: flex; gap: 4px; color: var(--clay-lt); margin: 0 0 18px; }
.quote blockquote { margin: 0 0 22px; position: relative; }
.quote blockquote p {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; letter-spacing: .008em;
  color: var(--on-dark); margin: 0; max-width: 30ch;
}
.quote figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; }
.quote-who { font-family: var(--disp); font-weight: 800; font-size: 24px; letter-spacing: .05em; text-transform: uppercase; }
.quote-src { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-mut); }

.said-side { padding-top: 0; }
.pulls-src {
  display: flex; align-items: center; gap: 14px; margin: 0 0 16px;
  font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-mut);
}
.pulls-src::after { content: ""; flex: 1; height: 1px; background: rgba(244, 239, 230, .14); }
.pulls { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pulls li {
  position: relative; padding: 40px 24px 24px;
  background: rgba(244, 239, 230, .035); border: 1px solid rgba(244, 239, 230, .1); border-radius: 4px;
}
.pulls li::before {
  content: "“"; position: absolute; left: 20px; top: 8px;
  font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 64px; line-height: .8; color: var(--clay-lt);
}
.pulls p { margin: 0; font-size: 18px; line-height: 1.45; color: var(--on-dark); }
.slot-wide { max-width: none; }

/* ---------------------------------------------------------------- CTA band */
.call { background: var(--clay); color: var(--ink-on-clay); padding: clamp(48px, 7vw, 78px) 0; }
.call-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px 44px; }
.call h2 { font-size: clamp(32px, 4.6vw, 54px); text-transform: uppercase; letter-spacing: .012em; margin: 0 0 12px; max-width: 20ch; }
.call p { margin: 0; max-width: 46ch; font-size: 17.5px; color: #3A2306; }
.call-side { text-align: right; }
.call-side-k { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 6px; color: #3A2306; }
.call-num {
  font-family: var(--disp); font-weight: 800; font-size: clamp(38px, 5.6vw, 64px);
  line-height: 1; letter-spacing: .01em; text-decoration: none; color: var(--ink-on-clay);
  border-bottom: 3px solid rgba(27, 16, 4, .35);
}
.call-num:hover { border-bottom-color: var(--ink-on-clay); }

/* ------------------------------------------------------------------ quote */
.req-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 64px); align-items: start; }
.req-lede { color: var(--on-dark-mut); font-size: 18px; margin: 0 0 30px; }

.prep { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 22px; }
.prep li { display: flex; gap: 18px; align-items: flex-start; }
.prep-n {
  font-family: var(--disp); font-weight: 800; font-size: 46px; line-height: .85;
  color: var(--clay); flex: none; width: 62px;
}
.prep h3 { font-size: 24px; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 6px; }
.prep p { margin: 0; font-size: 16.5px; color: var(--on-dark-mut); }

.req-facts { border-top: 1px solid var(--soil-line); padding-top: 22px; margin-bottom: 26px; }
.rs-k { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-mut); margin: 0 0 4px; }
.rs-v { margin: 0; font-family: var(--disp); font-weight: 800; font-size: 34px; line-height: 1; letter-spacing: .015em; }
.rs-v a { text-decoration: none; border-bottom: 2px solid var(--clay); }
.rs-v a:hover { color: var(--clay-lt); }

.req-form { background: rgba(255, 255, 255, .04); border: 1px solid var(--soil-line); border-radius: 3px; padding: clamp(24px, 3.4vw, 38px); }
.form-h { font-size: 34px; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 14px; }
.req-note { font-size: 16.5px; color: var(--on-dark-mut); margin: 0 0 8px; }
.req-confirm { font-size: 16.5px; color: var(--clay-lt); font-weight: 600; margin: 0 0 26px; }

.f-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.f { display: flex; flex-direction: column; gap: 7px; margin: 0 0 18px; }
.f label { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-mut); }
.f input, .f select, .f textarea {
  font-family: var(--body); font-size: 16.5px; color: var(--on-dark);
  background: rgba(17, 13, 9, .6); border: 1px dashed #7E7062;
  border-radius: 2px; padding: 12px 13px; width: 100%;
}
.f textarea { min-height: 132px; resize: vertical; }
.f input::placeholder { color: #8B7D6D; }
.f input:disabled, .f select:disabled, .f textarea:disabled { color: #9A8C7B; -webkit-text-fill-color: #9A8C7B; opacity: 1; cursor: not-allowed; }
.f-note { font-size: 14.5px; color: var(--on-dark-mut); margin: 0 0 20px; }

.f-send {
  font-family: var(--disp); font-weight: 800; font-size: 22px; line-height: 1;
  letter-spacing: .05em; text-transform: uppercase;
  background: none; color: #9A8C7B; border: 2px dashed #7E7062;
  border-radius: 2px; padding: 15px 26px 12px; cursor: not-allowed; width: 100%;
}
.f-off { font-size: 13.5px; color: var(--wheat); margin: 12px 0 0; text-align: center; }

/* ----------------------------------------------------------------- footer */
.foot { background: var(--loam-2); border-top: 1px solid var(--soil-line); }
.foot-in {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 34px;
  padding-top: clamp(48px, 6vw, 72px); padding-bottom: 40px;
}
.foot h2 { font-size: 22px; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 14px; color: var(--clay-lt); }
.foot p, .foot li { font-size: 16px; color: var(--on-dark-mut); }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot a { text-decoration: none; border-bottom: 1px solid rgba(240, 172, 99, .35); }
.foot a:hover { color: var(--clay-lt); }
.foot-brand { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; }
.foot-brand img { width: 46px; height: 46px; }
.foot-brand span { font-family: var(--disp); font-weight: 800; font-size: 30px; line-height: 1; letter-spacing: .02em; text-transform: uppercase; color: var(--on-dark); }

.about {
  border-top: 1px solid var(--soil-line); padding-top: 34px; padding-bottom: 34px;
  max-width: none;
}
.about h2 { font-size: 24px; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 14px; color: var(--clay-lt); }
.about p { font-size: 16.5px; color: var(--on-dark-mut); max-width: 76ch; }
.about .pbar-btn { margin-top: 6px; }
.about a.pbar-btn { border-bottom: 0; color: var(--ink-on-clay); }

.bottom { border-top: 1px solid var(--soil-line); padding-top: 22px; padding-bottom: 26px; }
.bottom p { font-size: 14.5px; color: var(--on-dark-mut); margin: 0; }

/* -------------------------------------------------------------------- fab */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  background: var(--clay); color: var(--ink-on-clay);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .5);
}
.fab svg { width: 26px; height: 26px; }
.fab::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(217, 130, 43, .5); animation: pulse 2.6s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(.86); opacity: .9; }
  70% { transform: scale(1.16); opacity: 0; }
  100% { transform: scale(1.16); opacity: 0; }
}

/* ------------------------------------------------------------ breakpoints */
@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .nav a { font-size: 18px; }
  .brand-name { font-size: 26px; }
}

@media (max-width: 960px) {
  .mast-in { flex-wrap: wrap; }
  .burger { display: block; order: 3; }
  .mast-call { order: 2; font-size: 17px; padding: 11px 15px 9px; }
  .nav {
    order: 4; width: 100%; display: none; flex-direction: column; gap: 0;
    border-top: 1px solid var(--soil-line); margin-top: 10px; padding-top: 6px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--soil-line); }
  .nav a:last-child { border-bottom: 0; }

  .svc-grid, .area-grid, .req-in, .said-grid { grid-template-columns: minmax(0, 1fr); }
  .pulls { grid-template-columns: minmax(0, 1fr); }
  .quote { padding: 30px 24px 28px 30px; }
  .quote::after { font-size: 120px; right: 16px; }
  .foot-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .fab { display: inline-flex; }
  .hero-copy { max-width: 560px; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .gnd-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .pulls { gap: 14px; }
  .call-in { flex-direction: column; align-items: flex-start; }
  .call-side { text-align: left; }
  .foot-in { grid-template-columns: minmax(0, 1fr); }
  .quote blockquote p { max-width: none; }
  .hero-copy { max-width: none; }
  /* Narrow viewports put the copy over the brightest part of the frame, so the
     scrim stops being directional and simply covers. Measured on rendered
     pixels with the text layer hidden. */
  .hero-scrim {
    background: linear-gradient(180deg, rgba(14, 10, 6, .9), rgba(14, 10, 6, .86) 58%, rgba(14, 10, 6, .66));
  }
}

@media (max-width: 520px) {
  .f-row { grid-template-columns: minmax(0, 1fr); }
  .mast-call { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 24px; }
  .brand-sub { font-size: 10px; letter-spacing: .13em; }
  /* Not full width: the floating call button sits bottom right, and a
     full-bleed button would run underneath it. */
  .hero-cta { flex-direction: column; align-items: flex-start; padding-right: 76px; }
  .btn-lg { font-size: 20px; padding: 14px 18px 12px; }
  .prep li { gap: 12px; }
  .prep-n { font-size: 36px; width: 46px; }
  .gnd { gap: 15px; }
  .gnd-t { width: 48px; height: 48px; }
  .gnd-t svg { width: 25px; height: 25px; }
  .area-main { padding-left: 18px; }
  .pbar-in { padding-top: 13px; padding-bottom: 13px; }
}

/* ------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-img { animation: none; }
  .fab::after { animation: none; }
  .js .hero-h .w, .js .hero-card { opacity: 1; transform: none; animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
