/* ==========================================================================
   Rios Collision & Fleet Services - preview build by NH Media Web.

   The key: a body shop lit two ways. Booth light is cool and near white,
   the shop floor is graphite, and the one signal colour is the amber of a
   work lamp and a roll of masking tape. Panels are chamfered at one corner
   the way a cut panel is, and a strip of tape runs across the section that
   the shop is named for.
   ========================================================================== */

@font-face {
  font-family: "Archivo";
  src: url("fonts/archivo-latin-var.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-var.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --graphite: #14171A;
  --deep: #0F1214;
  --shop: #1B1F23;
  --shop-2: #23282D;
  --primer: #E4E2DD;
  --booth: #F7F8F9;
  --signal: #F2B21E;
  --signal-dk: #6E4E00;
  --ink: #15181B;
  --slate: #4C545A;
  --steel: #A2ABB1;
  --cream: #F3F5F6;
  --line-d: rgba(242, 178, 30, .26);
  --line-l: rgba(21, 24, 27, .14);
  --shell: 1220px;
  --cut: 34px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--booth);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17.5px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

h1, h2, h3 {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 112;
  text-wrap: balance;
  font-weight: 800;
  letter-spacing: -.018em;
  line-height: 1.04;
  margin: 0;
}

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--signal); color: var(--graphite); }

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
  border-radius: 2px;
}

.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: absolute; left: 12px; top: -60px; z-index: 60;
  background: var(--signal); color: var(--graphite);
  font-weight: 700; padding: 11px 18px; border-radius: 3px;
  text-decoration: none; transition: top .16s ease;
}
.skip:focus { top: 12px; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 52px);
}

/* --------------------------------------------------------------- pieces -- */

.label {
  display: inline-flex; align-items: center; gap: 13px;
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: 12.5px; letter-spacing: .19em;
  text-transform: uppercase; color: var(--slate);
  margin: 0 0 18px;
}
.label::before {
  content: ""; width: 30px; height: 3px; background: var(--signal); flex: none;
}
.label-d { color: var(--steel); }

.h2 { font-size: clamp(30px, 4.1vw, 52px); }
.h3 {
  font-size: 21px; font-variation-settings: "wdth" 108;
  letter-spacing: -.01em;
}

.lede {
  font-size: clamp(17.5px, 1.5vw, 20px);
  line-height: 1.62;
  color: var(--slate);
  max-width: 56ch;
}
.lede-d { color: var(--steel); }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: 15px; letter-spacing: .01em;
  text-decoration: none; padding: 13px 22px; border-radius: 3px;
  border: 2px solid transparent; white-space: nowrap;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.btn-lg { font-size: 17px; padding: 16px 28px; }
.btn-amber { background: var(--signal); color: var(--graphite); }
.btn-amber:hover { background: #FFC844; }
.btn-line { border-color: rgba(242, 178, 30, .55); color: var(--cream); }
.btn-line:hover { border-color: var(--signal); background: rgba(242, 178, 30, .12); }
.btn-dark { border-color: rgba(21, 24, 27, .3); color: var(--ink); }
.btn-dark:hover { border-color: var(--ink); background: rgba(21, 24, 27, .06); }
.ext { font-size: .85em; }

.chip {
  display: inline-block; vertical-align: baseline;
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 105;
  font-weight: 700; font-size: 11px; letter-spacing: .13em;
  padding: 3px 9px; border-radius: 3px;
  border: 1.5px dashed var(--signal-dk); color: var(--signal-dk);
  background: rgba(242, 178, 30, .16);
  text-decoration: none; white-space: nowrap;
}
.chip-d {
  border-color: rgba(242, 178, 30, .7); color: var(--signal);
  background: rgba(242, 178, 30, .1);
}

.stars { color: var(--signal); letter-spacing: .18em; font-size: 15px; margin: 0 0 12px; }
/* on the near-white review section the signal amber cannot carry AA, so the
   glyphs drop to a deeper gold that measures 5.6:1 on white */
.words .stars { color: #8A5F00; }

/* the chamfered corner: a cut panel */
.cut { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); }

.frame { overflow: hidden; background: var(--shop-2); }
.frame img { width: 100%; height: 100%; object-fit: cover; }

.cap {
  font-size: 12.5px; line-height: 1.55; color: var(--slate);
  margin: 11px 0 0; max-width: 62ch;
}
.cap-d { color: var(--steel); }
.cap-src { color: inherit; opacity: .78; }

/* the masking tape strip */
.tape {
  height: 7px;
  background:
    repeating-linear-gradient(115deg,
      var(--signal) 0 13px, #E5A50E 13px 26px);
}

/* --------------------------------------------------------- preview bar -- */

.pbar { background: var(--graphite); color: var(--cream); border-bottom: 1px solid rgba(242,178,30,.3); }
.pbar-in {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px 24px; padding-top: 13px; padding-bottom: 13px;
}
.pbar-txt { margin: 0; font-size: 13.5px; line-height: 1.5; color: #DFE4E7; max-width: 62ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.pbar-btn {
  background: var(--signal); color: var(--graphite); text-decoration: none;
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 106;
  font-weight: 700; font-size: 13px; padding: 8px 15px; border-radius: 3px;
}
.pbar-btn:hover { background: #FFC844; }
.pbar-mail { font-size: 13px; color: #DFE4E7; text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------ masthead -- */

.mast { background: var(--graphite); color: var(--cream); }
.mast-in {
  display: flex; align-items: center; gap: 20px;
  padding-top: 17px; padding-bottom: 17px;
}

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { border-radius: 10px; flex: none; }
.brand-name {
  display: block;
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 110;
  font-weight: 800; font-size: 21px; letter-spacing: -.012em; line-height: 1;
  color: var(--cream);
}
.brand-sub {
  display: block; margin-top: 6px;
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 106;
  font-weight: 700; font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--signal);
}

.nav { display: flex; gap: 26px; }
.nav a {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 106;
  font-weight: 600; font-size: 14.5px; color: #D7DDE1;
  text-decoration: none; padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--cream); border-bottom-color: var(--signal); }

.burger {
  display: none; width: 44px; height: 40px; flex: none;
  background: none; border: 1.5px solid rgba(255,255,255,.24); border-radius: 3px;
  cursor: pointer; padding: 10px 9px;
}
.burger span { display: block; height: 2px; background: var(--cream); margin: 0 0 5px; }
.burger span:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- hero -- */

.hero {
  background: var(--shop);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(115% 78% at 8% -12%, rgba(174, 205, 219, .13), transparent 62%),
    radial-gradient(60% 50% at 96% 108%, rgba(242, 178, 30, .09), transparent 70%);
}
.hero-in {
  position: relative;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(30px, 5vw, 68px);
  align-items: center;
  padding: clamp(52px, 7vw, 92px) 0 clamp(58px, 7vw, 96px);
}
.hero-eyebrow {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: 12.5px; letter-spacing: .19em;
  text-transform: uppercase; color: var(--signal); margin: 0 0 20px;
}
.hero-h {
  font-size: clamp(37px, 5.6vw, 72px);
  font-variation-settings: "wdth" 114;
  margin: 0 0 22px;
}
.hero-h .lit { color: var(--signal); display: block; }
.hero-lede {
  font-size: clamp(17.5px, 1.55vw, 20.5px); line-height: 1.6;
  color: #C6CDD2; max-width: 45ch; margin: 0 0 28px;
}

.hero-say {
  border-left: 3px solid var(--signal);
  padding: 2px 0 2px 20px; margin: 0 0 30px;
}
.hero-say blockquote { margin: 0; }
.hero-say p {
  margin: 0 0 8px;
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 108;
  font-weight: 600; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.35;
  color: var(--cream); letter-spacing: -.005em;
}
.hero-say .stars { color: var(--signal); font-family: "Manrope", sans-serif; font-weight: 400; }
.hero-say figcaption { font-size: 13px; color: var(--steel); }
.hero-say .q-src { opacity: .82; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin: 0 0 28px; }
.hero-where { margin: 0 0 7px; font-size: 16px; color: #D3DADE; }
.hero-where strong { color: var(--cream); }
.hero-hours { margin: 0; font-size: 15px; color: var(--steel); }
.hero-hours .chip { margin-left: 6px; }

.hero-fig { margin: 0; }
.hero-fig .frame { aspect-ratio: 4 / 5; border-radius: 3px; }

/* --------------------------------------------------------------- proof -- */

.proof { background: var(--graphite); color: var(--cream); border-top: 1px solid rgba(255,255,255,.07); }
.proof-in {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 40px;
  padding-top: 40px; padding-bottom: 40px;
}
.pf { border-left: 2px solid var(--signal); padding-left: 20px; }
.pf-n {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 112;
  font-weight: 800; font-size: clamp(23px, 2.4vw, 30px); line-height: 1.06;
  margin: 0; color: var(--cream); letter-spacing: -.015em;
}
.pf-h {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 106;
  font-weight: 700; font-size: 12px; letter-spacing: .17em; text-transform: uppercase;
  color: var(--signal); margin: 8px 0 9px;
}
.pf p:last-child { font-size: 15px; line-height: 1.6; color: var(--steel); margin: 0; }

/* ---------------------------------------------------------------- work -- */

.work { background: var(--primer); padding: clamp(58px, 7.5vw, 104px) 0; }
.work-head { max-width: 62ch; margin-bottom: clamp(34px, 4vw, 54px); }
.work-head .h2 { margin-bottom: 16px; }

.mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.job {
  background: var(--booth);
  border: 1px solid var(--line-l);
  border-top: 3px solid var(--signal);
  border-radius: 3px;
  padding: 26px 26px 28px;
}
.job-n {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 118;
  font-weight: 800; font-size: 13px; letter-spacing: .16em;
  color: var(--signal-dk); margin: 0 0 14px;
}
.job-h { font-size: 21px; font-variation-settings: "wdth" 110; margin: 0 0 10px; }
.job p:last-child { font-size: 16px; line-height: 1.62; color: var(--slate); margin: 0; }

.shot { margin: 0; }
.shot .frame { aspect-ratio: 1 / 1; border-radius: 3px; }
.shot-tall { grid-row: span 2; }
.shot-tall .frame { aspect-ratio: auto; height: 100%; min-height: 240px; }

.slots {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px;
  margin-top: 20px;
}

.slot {
  border: 2px dashed rgba(21, 24, 27, .3);
  border-radius: 3px;
  background: rgba(255, 255, 255, .5);
  padding: 26px 28px 28px;
}
.slot-k {
  font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 108;
  font-weight: 800; font-size: 13.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--signal-dk); margin: 0 0 13px;
}
.slot p { font-size: 15.5px; line-height: 1.65; color: var(--slate); }
.slot p strong { color: var(--ink); }
.slot-d {
  border-color: rgba(242, 178, 30, .42);
  background: rgba(255, 255, 255, .04);
}
.slot-d .slot-k { color: var(--signal); }
.slot-d p { color: var(--steel); }
.slot-d p strong { color: var(--cream); }

/* ---------------------------------------------------------------- band -- */

.band { background: var(--shop); }
.band .frame { aspect-ratio: 2 / 1; max-height: 420px; }
.band figcaption { padding-top: 10px; padding-bottom: 22px; }
.band figure { margin: 0; }

/* --------------------------------------------------------------- fleet -- */

.fleet { background: var(--shop); color: var(--cream); padding: 0 0 clamp(58px, 7.5vw, 100px); }
.fleet-in {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 4.5vw, 62px);
  align-items: start;
}
.fleet-head .h2 { margin-bottom: 18px; }
.fleet-head p { color: #C6CDD2; font-size: 17px; line-height: 1.68; }
.fleet-head p strong { color: var(--cream); }

.fleet-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.fleet-list li {
  display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start;
  font-size: 16px; line-height: 1.6; color: #C6CDD2;
}
.fleet-list .tick {
  width: 26px; height: 26px; border-radius: 3px; background: rgba(242, 178, 30, .16);
  border: 1px solid rgba(242, 178, 30, .5); position: relative;
}
.fleet-list .tick::before {
  content: ""; position: absolute; left: 8px; top: 5px; width: 7px; height: 12px;
  border: solid var(--signal); border-width: 0 2px 2px 0; transform: rotate(42deg);
}

.fleet-cta { margin: 30px 0 0; }

.fleet-say {
  background: var(--shop-2); border: 1px solid rgba(242, 178, 30, .22);
  border-radius: 3px; padding: 28px 30px; margin: 0 0 20px;
}
.fleet-say blockquote { margin: 0 0 13px; }
.fleet-say blockquote p {
  font-size: 17.5px; line-height: 1.6; color: var(--cream); margin: 0;
}
.fleet-say figcaption { font-size: 13.5px; color: var(--steel); }
.fleet-say .q-src { display: block; margin-top: 3px; opacity: .8; }

/* ------------------------------------------------------------- reviews -- */

.words { background: var(--booth); padding: clamp(58px, 7.5vw, 104px) 0; }
.words-head { max-width: 900px; margin: 0 auto clamp(38px, 4.5vw, 58px); text-align: center; }
.words-head .label { margin-left: auto; margin-right: auto; }
.words-head .h2 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.2; letter-spacing: -.02em; }
.words-head .words-stars { text-align: center; font-size: 18px; margin-bottom: 16px; }
.words-attr {
  margin: 18px 0 0; font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 108; font-weight: 700; font-size: 14px;
  letter-spacing: .04em; color: var(--slate);
}

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote {
  margin: 0; background: #FFFFFF; border: 1px solid var(--line-l);
  border-radius: 3px; padding: 25px 26px 26px;
  display: flex; flex-direction: column;
}
.quote blockquote { margin: 0 0 16px; flex: 1; }
.quote blockquote p { font-size: 15.5px; line-height: 1.66; color: var(--ink); margin: 0; }
.quote figcaption {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: 14px; color: var(--ink);
}
.quote .q-src {
  display: block; margin-top: 3px; font-family: "Manrope", sans-serif;
  font-weight: 400; font-size: 12.5px; color: var(--slate);
}

.keys {
  margin-top: 20px; background: var(--graphite); color: var(--cream);
  border-radius: 3px; padding: 26px 30px 28px;
  display: grid; grid-template-columns: auto 1fr; gap: 8px 34px; align-items: center;
}
.keys-h {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 108;
  font-weight: 800; font-size: 16px; letter-spacing: .01em; margin: 0;
  color: var(--cream); max-width: 12ch; line-height: 1.2;
}
.key-l {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.key-l li {
  display: inline-flex; align-items: baseline; gap: 10px;
  font-size: 14.5px; color: #DDE3E7;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(242, 178, 30, .28);
  border-radius: 3px; padding: 7px 14px;
}
.key-n {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 112;
  font-weight: 800; font-size: 15px; color: var(--signal);
}
.src {
  grid-column: 1 / -1; font-size: 12px; line-height: 1.5; color: var(--steel);
  margin: 6px 0 0;
}

/* --------------------------------------------------------------- hours -- */

.hours-sec { background: var(--primer); padding: clamp(58px, 7.5vw, 100px) 0; }
.hours-head { max-width: 58ch; margin-bottom: 34px; }
.hours-head .h2 { margin-bottom: 14px; }

.week { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.day {
  background: var(--booth); border: 1px solid var(--line-l); border-radius: 3px;
  padding: 16px 15px 18px;
}
.day-k {
  display: block; font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 110; font-weight: 800; font-size: 13px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--signal-dk);
  margin-bottom: 8px;
}
.day-v {
  display: block; font-family: "Archivo", system-ui, sans-serif;
  font-variation-settings: "wdth" 106; font-weight: 700; font-size: 15.5px;
  color: var(--ink); white-space: nowrap;
}
.day-off .day-v { color: var(--slate); }

.hours-note { margin: 24px 0 0; font-size: 15px; line-height: 1.65; color: var(--slate); max-width: 72ch; }
.hours-note .chip { margin-right: 8px; }

/* --------------------------------------------------------------- visit -- */

.visit { background: var(--graphite); color: var(--cream); padding: clamp(58px, 7.5vw, 100px) 0; }
.visit-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 4.5vw, 64px); }
.visit-h {
  font-size: clamp(30px, 3.6vw, 45px); font-variation-settings: "wdth" 114;
  margin: 0 0 6px;
}
.visit-city { font-size: 19px; color: var(--steel); margin: 0 0 18px; }
.visit-cta { display: flex; flex-wrap: wrap; gap: 13px; margin: 24px 0 30px; }

.facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.facts li {
  display: grid; grid-template-columns: 130px 1fr; gap: 16px;
  padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .11);
  font-size: 15.5px;
}
.facts li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .11); }
.facts-k {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 106;
  font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--steel); padding-top: 3px;
}
.facts-v { color: var(--cream); }
.facts-v a { color: var(--signal); text-decoration: none; border-bottom: 1px solid rgba(242,178,30,.45); }
.facts-v a:hover { border-bottom-color: var(--signal); }

.getin { background: var(--shop); border-radius: 3px; padding: 30px 32px 32px; }
.getin .h3 { margin: 0 0 12px; }
.getin p { font-size: 16px; line-height: 1.65; color: #C6CDD2; }
.getin-note {
  margin-top: 22px; border-left: 2px solid var(--signal); padding-left: 18px;
}
.getin-note-h {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--signal); margin: 0 0 8px;
}
.getin .slot { margin-top: 24px; }

/* ----------------------------------------------------- preview furniture -- */

.preview { background: var(--booth); border-top: 1px solid var(--line-l); }
.about-preview {
  padding: clamp(40px, 5vw, 62px) 0;
  max-width: 74ch;
}
.ap-h {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 110;
  font-weight: 800; font-size: 22px; letter-spacing: -.01em; margin: 0 0 16px;
}
.about-preview p { font-size: 15.5px; line-height: 1.68; color: var(--slate); }
.about-preview p strong { color: var(--ink); }

/* -------------------------------------------------------------- footer -- */

.foot { background: var(--deep); color: var(--cream); }
.foot-in {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px;
  padding-top: clamp(40px, 5vw, 60px); padding-bottom: clamp(34px, 4vw, 48px);
}
.foot-brand .brand-mark { margin-bottom: 15px; border-radius: 11px; }
.foot-name {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 110;
  font-weight: 800; font-size: 18px; margin: 0 0 8px; letter-spacing: -.01em;
}
.foot-addr { font-size: 14.5px; color: var(--steel); margin: 0; line-height: 1.6; }
.foot-k {
  font-family: "Archivo", system-ui, sans-serif; font-variation-settings: "wdth" 106;
  font-weight: 700; font-size: 11.5px; letter-spacing: .17em; text-transform: uppercase;
  color: var(--signal); margin: 0 0 14px;
}
.foot-col a, .foot-col p {
  display: block; font-size: 14.5px; color: #CBD2D7; text-decoration: none;
  margin: 0 0 9px; line-height: 1.55;
}
.foot-col a:hover { color: var(--signal); }
.foot-chip { margin-top: 12px; }
.foot-bar {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 18px; padding-bottom: 22px;
}
.foot-bar p { margin: 0; font-size: 13px; color: var(--steel); }

/* ------------------------------------------------------------- reveals -- */

.js .reveal {
  opacity: 0; transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
}
.js .reveal.in-view { opacity: 1; transform: none; }
.js .reveal-2 { transition-delay: .08s; }
.js .reveal-3 { transition-delay: .16s; }
.js .reveal-4 { transition-delay: .24s; }
.js .reveal-5 { transition-delay: .32s; }
.js .reveal-6 { transition-delay: .4s; }

/* ------------------------------------------------------------ 404 page -- */

.gone {
  background: var(--shop); color: var(--cream);
  min-height: calc(100vh - 156px); display: flex; align-items: center;
}
.gone-in { padding: clamp(64px, 9vw, 124px) 0; max-width: 60ch; }
.gone-h { font-size: clamp(34px, 5vw, 60px); font-variation-settings: "wdth" 114; margin: 0 0 20px; }

/* ---------------------------------------------------------------- 1080 -- */

@media (max-width: 1080px) {
  .hero-in { grid-template-columns: 1fr; gap: 36px; }
  .hero-fig .frame { aspect-ratio: 16 / 10; }
  .fleet-in, .visit-in { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: repeat(2, 1fr); }
  .foot-in { grid-template-columns: 1fr 1fr; gap: 30px; }
  .week { grid-template-columns: repeat(4, 1fr); gap: 12px; }
}

/* ----------------------------------------------------------------- 860 -- */

@media (max-width: 860px) {
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; gap: 0; background: var(--graphite);
    border-top: 1px solid rgba(255, 255, 255, .12); z-index: 40;
    padding: 6px clamp(20px, 5vw, 52px) 14px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .mast-in { position: relative; }
  .burger { display: block; order: 3; }
  .mast-call { display: none; }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .shot-tall { grid-row: auto; }
  .shot-tall .frame { aspect-ratio: 1 / 1; height: auto; }
  .slots { grid-template-columns: 1fr; }
  .proof-in { grid-template-columns: 1fr; gap: 24px; }
}

/* ----------------------------------------------------------------- 620 -- */

@media (max-width: 620px) {
  body { font-size: 16.5px; }
  :root { --cut: 26px; }
  .quotes { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr; }
  .week { grid-template-columns: 1fr 1fr; }
  .foot-in { grid-template-columns: 1fr; gap: 28px; }
  .facts li { grid-template-columns: 1fr; gap: 3px; }
  .keys { grid-template-columns: 1fr; gap: 14px; padding: 22px 20px 24px; }
  .keys-h { max-width: none; }
  .hero-cta .btn, .visit-cta .btn { width: 100%; justify-content: center; }
  .pbar-in { flex-direction: column; align-items: flex-start; }
  .getin { padding: 24px 22px 26px; }
  .slot { padding: 22px 20px 24px; }
  .job { padding: 22px 22px 24px; }
}

/* -------------------------------------------------------- reduced motion -- */

@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 .reveal { opacity: 1; transform: none; }
}
