/* =========================================================================
   Anderson's Tree Service and Construction, Mineola, Texas.
   Preview build by NH Media Web. Self-hosted fonts, no external requests.
   ========================================================================= */

@font-face {
  font-family: "Oswald";
  src: url("fonts/oswald-latin-var.woff2") format("woff2-variations");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/asap-latin-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate: #131C21;
  --slate-2: #182429;
  --slate-3: #0E161A;
  --clay: #C4562B;
  --clay-lit: #E8894F;
  --clay-deep: #9C4A22;
  --bark: #4A3626;
  --ash: #F3EFE8;
  --ash-2: #E9E3D8;
  --ink: #222C31;
  --ink-mut: #4A5A62;
  --dust: #F4E7D2;
  --dust-mut: #B9B2A4;
  --dsp: "Oswald", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --txt: "Asap", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shell: 1200px;
  --pad: clamp(20px, 4vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ash);
  color: var(--ink);
  font-family: var(--txt);
  font-size: 17.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

a { color: inherit; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* ---------------------------------------------------------------- focus --- */
:focus-visible {
  outline: 3px solid var(--clay-deep);
  outline-offset: 3px;
  border-radius: 2px;
}
.dark :focus-visible,
.hero :focus-visible,
.foot :focus-visible,
.pbar :focus-visible,
.preview :focus-visible { outline-color: var(--clay-lit); }

/* Fixed and floating children of body cross light, dark and clay grounds as the
   page scrolls, so they carry two rings: a dark inner one and a light outer one.
   One of the two always clears 3:1 wherever they happen to be sitting. */
.skip:focus-visible,
.fab:focus-visible {
  outline: 3px solid var(--dust);
  outline-offset: 4px;
  box-shadow: 0 0 0 3px var(--slate-3), 0 10px 30px rgba(0, 0, 0, .45);
}

.skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 90;
  transform: translateY(-160%);
  background: var(--slate);
  color: var(--dust);
  padding: 12px 20px;
  font-family: var(--dsp);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}
.skip:focus { transform: none; }

/* -------------------------------------------------------------- buttons --- */
.btn {
  display: inline-block;
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn-lg { font-size: 17px; padding: 16px 28px; }
.btn-clay { background: var(--clay-lit); color: var(--slate); }
.btn-clay:hover { background: var(--dust); }
.btn-line { border-color: rgba(244, 231, 210, .45); color: var(--dust); }
.btn-line:hover { border-color: var(--dust); background: rgba(244, 231, 210, .09); }
.btn-off {
  background: transparent;
  color: #7E8F8E;
  border: 2px dashed #55666B;
  cursor: not-allowed;
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 3px;
}

/* ------------------------------------------------------- preview banner --- */
.pbar {
  background: var(--slate-3);
  color: var(--dust-mut);
  border-bottom: 1px solid rgba(196, 86, 43, .38);
}
.pbar-in {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pbar-txt { margin: 0; font-size: 14px; line-height: 1.5; max-width: 62ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.pbar-btn {
  display: inline-block;
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 3px;
  background: var(--clay-lit);
  color: var(--slate);
  line-height: 1.2;
}
.pbar-btn:hover { background: var(--dust); }
.pbar-mail { font-size: 14px; color: var(--dust-mut); }

/* -------------------------------------------------------------- masthead --- */
.mast {
  background: var(--slate);
  color: var(--dust);
  position: relative;
  z-index: 40;
}
.mast-in {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; margin-right: auto; }
.brand-mark { border-radius: 11px; flex: none; }
.brand-txt { display: block; }
.brand-name {
  display: block;
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: .01em;
}
.brand-sub {
  display: block;
  font-size: 12.5px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--dust-mut);
  margin-top: 3px;
}
.nav { display: flex; gap: 26px; }
.nav a {
  text-decoration: none;
  font-family: var(--dsp);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--dust);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover { border-bottom-color: var(--clay-lit); }

.burger {
  display: none;
  width: 46px;
  height: 42px;
  background: transparent;
  border: 1px solid rgba(244, 231, 210, .3);
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--dust);
}

/* ------------------------------------------------------------------ hero --- */
.hero {
  background: var(--slate);
  color: var(--dust);
  position: relative;
  overflow: hidden;
}
.hero::before,
.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(244, 231, 210, .085) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.hero-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(48px, 6vw, 84px);
  padding-bottom: clamp(48px, 6vw, 84px);
}
.hero-eyebrow {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay-lit);
  margin-bottom: 18px;
}
.hero-h {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(40px, 6.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.005em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.hero-h .line { display: block; }
.hero-h .w { display: inline-block; }
.hero-h .lit { color: var(--clay-lit); }
.js .hero-h .w { opacity: 0; transform: translateY(14px); animation: rise .6s ease forwards; }
.js .l1 .w:nth-child(1) { animation-delay: .04s; }
.js .l1 .w:nth-child(2) { animation-delay: .09s; }
.js .l1 .w:nth-child(3) { animation-delay: .14s; }
.js .l1 .w:nth-child(4) { animation-delay: .19s; }
.js .l2 .w:nth-child(1) { animation-delay: .26s; }
.js .l2 .w:nth-child(2) { animation-delay: .30s; }
.js .l2 .w:nth-child(3) { animation-delay: .34s; }
.js .l2 .w:nth-child(4) { animation-delay: .38s; }
.js .l2 .w:nth-child(5) { animation-delay: .42s; }
.js .l2 .w:nth-child(6) { animation-delay: .46s; }
.js .l2 .w:nth-child(7) { animation-delay: .50s; }
.js .l2 .w:nth-child(8) { animation-delay: .54s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.tag {
  display: inline-block;
  background: var(--clay-deep);
  color: #fff;
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 3px;
  margin: 0 0 22px;
}
.hero-lede { font-size: 19px; max-width: 50ch; color: #DCD6CA; }

.score {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 30px;
  padding: 14px 18px;
  border: 1px solid rgba(244, 231, 210, .2);
  border-left: 4px solid var(--clay-lit);
  border-radius: 3px;
  width: fit-content;
}
.stars { color: var(--clay-lit); letter-spacing: .12em; font-size: 17px; margin: 0; }
.score-t { display: block; font-size: 15px; line-height: 1.35; }
.score-t b { display: block; font-family: var(--dsp); font-weight: 600; font-size: 19px; letter-spacing: .02em; }
.score-t span { color: var(--dust-mut); }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }

.hero-shot { margin: 0; position: relative; }
.hero-shot img {
  width: 100%;
  height: clamp(400px, 58vw, 700px);
  object-fit: cover;
  border-radius: 4px;
  border-bottom: 4px solid var(--clay);
}
.cap {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-mut);
  margin-top: 10px;
}
.dark .cap, .hero .cap { color: var(--dust-mut); }
.cap-src { display: block; }
.cap-note { display: block; margin-top: 6px; max-width: 52ch; }
.cap-hero { max-width: 46ch; }

/* ----------------------------------------------------------------- proof --- */
.proof { background: var(--ash-2); border-bottom: 1px solid rgba(34, 44, 49, .1); }
.proof-in {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pf { padding: 4px 30px; border-left: 1px solid rgba(34, 44, 49, .16); }
.pf:first-child { padding-left: 0; border-left: 0; }
.pf:last-child { padding-right: 0; }
.pf-s {
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 6px;
}
.pf-k {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.1;
  margin-bottom: 10px;
}
.pf p:last-of-type { font-size: 16px; color: var(--ink-mut); margin: 0; }

/* -------------------------------------------------------------- sections --- */
.sec { padding: clamp(56px, 7vw, 100px) 0; position: relative; }
.dark { background: var(--slate); color: var(--dust); overflow: hidden; }
.dark .shell { position: relative; }
.rev { background: var(--slate-2); }
.contact { background: var(--slate-3); }

.label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 14px;
}
.label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--clay-deep);
}
.label-d { color: var(--clay-lit); }
.label-d::before { background: var(--clay-lit); }

.h2 {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  margin: 0 0 18px;
  max-width: 20ch;
  text-wrap: balance;
}
.h3 {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 10px;
}
.lede { font-size: 19px; max-width: 54ch; }
.dark .lede { color: #DCD6CA; }
.sec-head { margin-bottom: clamp(32px, 4vw, 52px); }

/* ------------------------------------------------------------- any hour --- */
.anyhour-in {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}
.frame { overflow: hidden; border-radius: 4px; }
.shot { margin: 0; }
.shot img { width: 100%; height: auto; }
.storm-shot .frame { border-bottom: 4px solid var(--clay); }
.storm-shot img { height: clamp(300px, 34vw, 470px); object-fit: cover; }
.anyhour-copy p { max-width: 50ch; }
.anyhour-cta { margin-top: 26px; }

/* ------------------------------------------------------------- the work --- */
.work { background: var(--ash); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
}
.job { grid-column: span 7; }
.job-shot { grid-column: span 5; }
.job-shot:nth-of-type(2) { grid-column: 1 / span 5; grid-row: 2; }
.job:nth-of-type(2) { grid-column: 6 / span 7; grid-row: 2; }
.job-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 32px;
  align-items: start;
  border-top: 2px solid rgba(34, 44, 49, .18);
  padding-top: 20px;
}
.job-wide .job-n { grid-row: 1 / span 2; margin: 0; }
.job-wide h3 { border-top: 0; padding-top: 6px; }
.job-n {
  font-family: var(--dsp);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: var(--clay);
  margin: 0 0 6px;
  letter-spacing: .01em;
}
.job h3 { padding-top: 10px; border-top: 2px solid rgba(34, 44, 49, .18); }
.job p { max-width: 52ch; }
.job-shot img { height: clamp(340px, 32vw, 450px); object-fit: cover; }

/* ------------------------------------------------------------ slots ------- */
.slot {
  border: 2px dashed var(--clay);
  border-radius: 5px;
  background: rgba(196, 86, 43, .045);
  padding: clamp(22px, 3vw, 34px);
  margin-top: clamp(32px, 4vw, 52px);
  font-size: 16.5px;
}
.slot-d {
  border-color: rgba(232, 137, 79, .6);
  background: rgba(232, 137, 79, .07);
  color: var(--dust);
  margin-top: 26px;
}
.slot-h {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 8px;
}
.slot-d .slot-h { color: var(--clay-lit); }
.slot-k {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.15;
  margin-bottom: 14px;
}
.slot-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 6px 24px;
}
.slot-list li { padding-left: 20px; position: relative; }
.slot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 9px;
  height: 9px;
  border: 2px dashed var(--clay);
  border-radius: 2px;
}
.slot-build { border-style: dashed; }

.chip {
  display: inline-block;
  font-family: var(--dsp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 2px dashed var(--clay);
  color: var(--clay-deep);
  border-radius: 3px;
  padding: 2px 9px;
  text-decoration: none;
  white-space: nowrap;
}
.chip:hover { background: rgba(196, 86, 43, .1); }
.chip-d { border-color: rgba(232, 137, 79, .65); color: var(--clay-lit); }
.chip-d:hover { background: rgba(232, 137, 79, .12); }

/* --------------------------------------------------------------- reviews --- */
.rev-head { margin-bottom: clamp(30px, 4vw, 48px); }
.rev-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}
.quote-lead { grid-column: 1; grid-row: 1; }
.rev-side { grid-column: 2; grid-row: 1 / span 2; }
.rev-grid .quote:not(.quote-lead) { grid-column: 1; grid-row: 2; }
.quote {
  margin: 0;
  background: rgba(244, 231, 210, .05);
  border: 1px solid rgba(244, 231, 210, .14);
  border-left: 4px solid var(--clay-lit);
  border-radius: 4px;
  padding: clamp(24px, 3vw, 36px);
}
.quote blockquote { margin: 12px 0 16px; }
.quote blockquote p { font-size: 18px; }
.quote-lead blockquote p {
  font-family: var(--dsp);
  font-weight: 300;
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.34;
  color: var(--dust);
}
.quote figcaption {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .04em;
}
.q-src { font-family: var(--txt); font-weight: 400; color: var(--dust-mut); letter-spacing: 0; }
.reply {
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(19, 28, 33, .55);
  border-radius: 3px;
  border-top: 2px solid rgba(232, 137, 79, .5);
}
.reply-k {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--clay-lit);
  margin-bottom: 6px;
}
.reply p { font-size: 16px; color: #DCD6CA; margin: 0; }

.rev-side { display: grid; gap: clamp(22px, 3vw, 38px); }
.sc {
  border: 1px solid rgba(244, 231, 210, .16);
  border-radius: 4px;
  padding: 24px;
  text-align: center;
}
.sc-n {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 62px;
  line-height: 1;
  margin: 0 0 6px;
  color: var(--dust);
}
.sc .stars { font-size: 19px; margin-bottom: 8px; }
.sc-t { margin: 0; font-size: 15px; color: var(--dust-mut); }
.sc-t b {
  display: block;
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 19px;
  color: var(--dust);
  letter-spacing: .02em;
}
.keys {
  border: 1px solid rgba(244, 231, 210, .16);
  border-radius: 4px;
  padding: 24px;
}
.keys-h {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.key-l { list-style: none; margin: 0 0 14px; padding: 0; }
.key-l li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(244, 231, 210, .12);
  font-size: 16px;
}
.key-n { font-family: var(--dsp); font-weight: 600; color: var(--clay-lit); }
.src { font-size: 12.5px; color: var(--dust-mut); margin: 0; }

/* ----------------------------------------------------------------- about --- */
.about { background: var(--ash-2); }
.band { margin: 0 0 clamp(32px, 4vw, 52px); }
.band img {
  width: 100%;
  height: clamp(220px, 26vw, 330px);
  object-fit: cover;
  border-radius: 4px;
}
.about-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}
.about-in .slot { margin-top: 0; }

/* --------------------------------------------------------------- contact --- */
.contact-in {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}
.call-k {
  font-size: 12.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--clay-lit);
  margin-bottom: 4px;
}
.call-n { margin-bottom: 24px; }
.call-n a {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
  text-decoration: none;
  color: var(--dust);
}
.call-n a:hover { color: var(--clay-lit); }
.facts { list-style: none; margin: 0 0 26px; padding: 0; }
.facts li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: space-between;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid rgba(244, 231, 210, .14);
  font-size: 16px;
}
.facts-k {
  font-family: var(--dsp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dust-mut);
}
.facts-v { text-align: right; }
.facts-v a { color: var(--dust); }

.est {
  background: rgba(244, 231, 210, .05);
  border: 1px solid rgba(244, 231, 210, .16);
  border-radius: 5px;
  padding: clamp(24px, 3vw, 36px);
}
.est-h {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.est-sub { font-size: 16px; color: var(--dust-mut); margin-bottom: 22px; max-width: 46ch; }
.row { margin-bottom: 16px; }
.row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.est label {
  display: block;
  font-family: var(--dsp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--dust-mut);
  margin-bottom: 6px;
}
.est input,
.est select,
.est textarea {
  width: 100%;
  font-family: var(--txt);
  font-size: 16px;
  color: #8FA0A6;
  background: rgba(14, 22, 26, .6);
  border: 2px dashed #45555B;
  border-radius: 3px;
  padding: 11px 13px;
}
.est textarea { resize: vertical; }
.hint { font-size: 13.5px; color: var(--dust-mut); margin: 7px 0 0; }
.est-acts { margin: 22px 0 0; }
.est-note { font-size: 13.5px; color: var(--dust-mut); margin-top: 14px; max-width: 54ch; }

/* -------------------------------------------------- about this preview --- */
.preview { background: var(--slate-2); color: var(--dust); border-top: 3px solid var(--clay); }
.about-preview { padding: clamp(40px, 5vw, 64px) 0; max-width: 68ch; }
.ap-h {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(24px, 2.8vw, 32px);
  margin: 0 0 16px;
}
.about-preview p { font-size: 16.5px; color: #DCD6CA; }
.ap-cta { margin-top: 24px; }

/* ---------------------------------------------------------------- footer --- */
.foot { background: var(--slate-3); color: var(--dust-mut); border-top: 1px solid rgba(244, 231, 210, .1); }
.foot-in {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-top: 48px;
  padding-bottom: 40px;
}
.foot .brand-mark { border-radius: 12px; margin-bottom: 14px; }
.foot-name {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.15;
  color: var(--dust);
  margin-bottom: 6px;
}
.foot-addr { font-size: 15px; margin: 0; }
.foot-k {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--clay-lit);
  margin-bottom: 12px;
}
.foot-col a, .foot-col p { display: block; font-size: 15.5px; margin: 0 0 7px; text-decoration: none; }
.foot-col a:hover { color: var(--dust); }
.foot-bar {
  border-top: 1px solid rgba(244, 231, 210, .1);
  padding-top: 18px;
  padding-bottom: 18px;
}
.foot-bar p { font-size: 14px; margin: 0; }

/* ------------------------------------------------------------------- fab --- */
.fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--clay);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .4);
}
.fab svg { width: 25px; height: 25px; }

/* ------------------------------------------------------------- 404 page --- */
.nf {
  background: var(--slate);
  color: var(--dust);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nf::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(244, 231, 210, .085) 1px, transparent 1px);
  background-size: 22px 22px;
}
.nf-in { position: relative; padding: 72px 0; }
.nf-mark { border-radius: 12px; margin-bottom: 26px; }
.nf-n {
  font-family: var(--dsp);
  font-weight: 700;
  font-size: clamp(72px, 14vw, 160px);
  line-height: .9;
  color: var(--clay-lit);
  margin: 0 0 10px;
}
.nf-h {
  font-family: var(--dsp);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  margin: 0 0 16px;
}
.nf p { max-width: 46ch; color: #DCD6CA; }
.nf-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* -------------------------------------------------------------- reveals --- */
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.js .reveal.in-view { opacity: 1; transform: none; }
.js .reveal-2 { transition-delay: .1s; }
.js .reveal-3 { transition-delay: .2s; }

/* =================================================================== 1040 == */
@media (max-width: 1040px) {
  .mast-call { display: none; }
  .nav { gap: 20px; }
  .hero-in { grid-template-columns: 1fr; }
  .hero-shot img { height: clamp(300px, 44vw, 420px); }
  .anyhour-in, .about-in, .contact-in { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .quote-lead, .rev-side, .rev-grid .quote:not(.quote-lead) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .rev-side { grid-template-columns: 1fr 1fr; }
  .job, .job-shot, .job-wide,
  .job:nth-of-type(2), .job-shot:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .job-shot img { height: clamp(260px, 40vw, 340px); }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

/* ==================================================================== 860 == */
@media (max-width: 860px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--slate-2);
    border-top: 1px solid rgba(244, 231, 210, .12);
    padding: 8px var(--pad) 16px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid rgba(244, 231, 210, .08); }
  .nav a:hover { border-bottom-color: rgba(244, 231, 210, .08); color: var(--clay-lit); }
  .burger { display: block; }
  .proof-in { grid-template-columns: 1fr; gap: 26px; }
  .pf { padding: 0 0 0 18px; border-left: 3px solid rgba(196, 86, 43, .5); }
  .pf:first-child { padding-left: 18px; border-left: 3px solid rgba(196, 86, 43, .5); }
  .fab { display: flex; }
  .rev-side { grid-template-columns: 1fr; }
}

/* ==================================================================== 560 == */
@media (max-width: 560px) {
  body { font-size: 17px; }
  .hero-lede, .lede { font-size: 17.5px; }
  .row.two { grid-template-columns: 1fr; }
  .hero-cta .btn, .anyhour-cta .btn { width: 100%; text-align: center; }
  .facts li { flex-direction: column; align-items: flex-start; }
  .facts-v { text-align: left; }
  .foot-in { grid-template-columns: 1fr; gap: 26px; }
  .job-n { font-size: 46px; }
  .job-wide { grid-template-columns: 1fr; }
  .job-wide .job-n { grid-row: auto; }
  .slot-list { grid-template-columns: 1fr; }
  .fab { right: 14px; bottom: 14px; }
}

/* ======================================================== reduced motion == */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .hero-h .w { opacity: 1; transform: none; animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
}
