/* ==========================================================================
   Anchortex Collision - preview build by NH Media Web.

   The key: a paint shop, not a machine shop. The ground is primer white, the
   signal colour is the candy red that keeps turning up in the shop's own
   photographs, and the recurring device is THE GLOSS LINE - the straight
   highlight a light leaves across a panel that has been brought back true.
   It runs across the dark bands, along the section rules and over the corner
   of every picture. Corners are radiused rather than cut, because the work
   is about crowns and curves.
   ========================================================================== */

@font-face {
  font-family: "Saira";
  src: url("fonts/saira-latin-var.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/figtree-latin-var.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper:   #F6F2EA;
  --paper-2: #EFE9DE;
  --paper-3: #E5DDCE;
  --rule:    #D6CDBC;

  --ink:     #1B1714;
  --ink-2:   #4A423B;
  --ink-3:   #6B6158;

  --night:   #171310;
  --night-2: #221C18;
  --night-3: #2C251F;

  --candy:   #C9342A;
  --candy-d: #9E241C;
  --candy-l: #E9705F;
  --blue:    #35577A;
  --steel:   #AAB0B4;

  --display: "Saira", "Trebuchet MS", Arial, sans-serif;
  --sans: "Figtree", "Helvetica Neue", Arial, sans-serif;

  --shell: 1240px;
  --pad: clamp(20px, 5vw, 46px);
  --r: 18px;
  --r-lg: 26px;
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--candy-d); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--candy);
  outline-offset: 3px;
  border-radius: 4px;
}

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 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: absolute; left: -9999px; top: 0; z-index: 60;
  background: var(--night); color: #fff; padding: 12px 20px;
  border-radius: 0 0 12px 0; font-weight: 700;
}
.skip:focus { left: 0; }

/* ------------------------------------------------------- type primitives */

h1, h2, h3 { font-family: var(--display); font-weight: 700; margin: 0; letter-spacing: -.02em; }

.h2 {
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.06;
  font-variation-settings: "wdth" 108;
  margin-bottom: 18px;
}
.h3 {
  font-size: 23px;
  line-height: 1.2;
  font-variation-settings: "wdth" 106;
}

.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 700;
  font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--candy-d); margin: 0 0 16px;
}
.label::before {
  content: ""; width: 30px; height: 2px; background: var(--candy); flex: none;
}
.label-d { color: var(--candy-l); }
.label-d::before { background: var(--candy-l); }

.lede {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
  color: var(--ink-2);
  max-width: 60ch;
}
.lede-d { color: #D2C8BC; }

p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 16px;
  font-variation-settings: "wdth" 104;
  letter-spacing: .01em;
  padding: 14px 24px; border-radius: 999px;
  text-decoration: none; border: 2px solid transparent;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.btn-lg { font-size: 18px; padding: 17px 30px; }
.btn-candy { background: var(--candy); color: #FFF6F3; }
.btn-candy:hover { background: #B02B22; transform: translateY(-2px); }
.btn-line { border-color: var(--rule); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-line-d { border-color: rgba(246,242,234,.34); color: var(--paper); }
.btn-line-d:hover { border-color: var(--paper); transform: translateY(-2px); }
.ext { font-size: .86em; }

/* -------------------------------------------------------- preview banner */

.pbar { background: var(--night); color: #E7DFD5; font-size: 14.5px; }
.pbar-in {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px;
}
.pbar-txt { margin: 0; max-width: 70ch; line-height: 1.5; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.pbar-btn {
  background: var(--candy); color: #FFF6F3; text-decoration: none;
  font-weight: 700; padding: 8px 17px; border-radius: 999px; white-space: nowrap;
}
.pbar-btn:hover { background: #B02B22; }
.pbar-mail { color: #E7DFD5; white-space: nowrap; }

/* -------------------------------------------------------------- masthead */

.mast {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  position: relative; z-index: 30;
}
.mast-in {
  display: flex; align-items: center; gap: 20px;
  min-height: 84px; padding-top: 12px; padding-bottom: 12px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.brand-mark { width: 52px; height: 52px; flex: none; border-radius: 12px; }
.brand-name {
  display: block; font-family: var(--display); font-weight: 700;
  font-size: 22px; line-height: 1.05; letter-spacing: -.018em;
  font-variation-settings: "wdth" 110;
}
.brand-sub {
  display: block; font-size: 11.5px; letter-spacing: .19em;
  text-transform: uppercase; color: var(--ink-3); margin-top: 4px; font-weight: 600;
}
.nav { margin-left: auto; display: flex; gap: 26px; }
.nav a {
  color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15.5px;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { border-bottom-color: var(--candy); }
.mast-call { flex: none; }

.burger {
  display: none; margin-left: auto; background: none; border: 0; cursor: pointer;
  width: 46px; height: 40px; padding: 8px;
}
.burger span { display: block; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 2px; }

/* ------------------------------------------------------------------ hero */

.hero {
  position: relative; overflow: hidden; background: var(--night);
  color: var(--paper);
  min-height: min(88vh, 780px);
  display: flex; align-items: flex-end;
}
.hero::before {
  content: ""; position: absolute; inset: -4%;
  background: url("assets/img/own-booth-red.jpg") 58% 46% / cover no-repeat;
  animation: drift 30s ease-in-out infinite alternate;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(97deg, rgba(12,9,8,.95) 0%, rgba(12,9,8,.90) 36%, rgba(12,9,8,.63) 64%, rgba(12,9,8,.40) 100%),
    linear-gradient(to top, rgba(12,9,8,.72), rgba(12,9,8,0) 44%);
}
@keyframes drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to   { transform: scale(1.11) translate3d(-1.4%, -1.6%, 0); }
}

.hero-in { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 66px; }
.hero-copy { max-width: 720px; }

.hero-eyebrow {
  font-family: var(--display); font-weight: 700; font-size: 13px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--candy-l);
  margin: 0 0 20px;
}
.hero-h {
  font-size: clamp(42px, 6.6vw, 76px);
  line-height: 1.01;
  letter-spacing: -.028em;
  font-variation-settings: "wdth" 106;
  margin: 0 0 24px;
  text-wrap: balance;
}
.hero-h .w { display: inline-block; }
.hero-h .lit { color: var(--candy-l); }
.hero-lede { font-size: clamp(18px, 2vw, 21.5px); line-height: 1.6; color: #E0D7CC; max-width: 56ch; margin: 0 0 30px; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 28px; }

.hero-facts {
  display: flex; flex-wrap: wrap; gap: 10px 30px; margin: 0;
  font-size: 15.5px; color: #CFC4B8;
}
.hero-facts strong { color: var(--paper); font-weight: 700; }

.score {
  display: inline-flex; align-items: center; gap: 14px;
  background: rgba(246,242,234,.09);
  border: 1px solid rgba(246,242,234,.22);
  border-radius: 999px; padding: 9px 20px 9px 14px; margin: 0 0 26px;
}
.score-n {
  font-family: var(--display); font-weight: 800; font-size: 30px; line-height: 1;
  font-variation-settings: "wdth" 110; color: var(--paper);
}
.score-t { font-size: 14.5px; line-height: 1.35; color: #DCD2C6; }
.score-t b { display: block; color: var(--paper); font-weight: 700; }
.stars { color: #F0B429; letter-spacing: .12em; margin: 0; font-size: 15px; }

/* JS-gated load animation for the headline words */
.js .hero-h .w { opacity: 0; transform: translateY(16px); animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
.js .hero-lede, .js .score, .js .hero-cta, .js .hero-facts {
  opacity: 0; animation: rise .8s cubic-bezier(.2,.7,.3,1) forwards;
}
.js .hero-lede { animation-delay: .42s; }
.js .score { animation-delay: .54s; }
.js .hero-cta { animation-delay: .64s; }
.js .hero-facts { animation-delay: .74s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* hero word stagger, per word, so no script writes a style */
.js .hero-h .w:nth-child(1) { animation-delay: 0.090s; }
.js .hero-h .w:nth-child(2) { animation-delay: 0.135s; }
.js .hero-h .w:nth-child(3) { animation-delay: 0.180s; }
.js .hero-h .w:nth-child(4) { animation-delay: 0.225s; }
.js .hero-h .w:nth-child(5) { animation-delay: 0.270s; }
.js .hero-h .w:nth-child(6) { animation-delay: 0.315s; }
.js .hero-h .w:nth-child(7) { animation-delay: 0.360s; }
.js .hero-h .w:nth-child(8) { animation-delay: 0.405s; }
.js .hero-h .w:nth-child(9) { animation-delay: 0.450s; }
.js .hero-h .w:nth-child(10) { animation-delay: 0.495s; }
.js .hero-h .w:nth-child(11) { animation-delay: 0.540s; }
.js .hero-h .w:nth-child(12) { animation-delay: 0.585s; }


/* ------------------------------------------------------------ proof band */

.proof { background: var(--night-2); color: var(--paper); position: relative; }
.proof::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(100deg, transparent 4%, rgba(255,240,232,.6) 22%, rgba(255,240,232,.05) 46%, transparent 70%);
}
.proof-in {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  padding-top: 0; padding-bottom: 0;
}
.pf { padding: 34px 30px 34px 0; }
.pf + .pf { border-left: 1px solid rgba(246,242,234,.14); padding-left: 34px; }
.pf-k {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(28px, 3vw, 38px); line-height: 1.05; letter-spacing: -.02em;
  font-variation-settings: "wdth" 108; margin: 0 0 6px; color: var(--paper);
}
.pf-s { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--candy-l); margin: 0 0 10px; font-weight: 700; }
.pf p { color: #C9BFB3; font-size: 15.5px; line-height: 1.55; margin: 0; }

/* --------------------------------------------------------------- section */

.sec { padding: clamp(64px, 8vw, 108px) 0; }
.sec-head { max-width: 62ch; margin-bottom: clamp(36px, 4vw, 54px); }
.sec-head .h2 { margin-bottom: 18px; }

.paper-2 { background: var(--paper-2); }

/* ------------------------------------------------------------- the work */

.work-grid { columns: 3; column-gap: 22px; }
.work-grid > * { break-inside: avoid; display: inline-block; width: 100%; margin: 0 0 22px; }

.svc {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 30px 28px 32px;
}
.paper-2 .svc { background: #FBF8F2; }
.svc h3 { margin: 0 0 12px; }
.svc h3::before {
  content: ""; display: block; width: 30px; height: 3px;
  background: var(--candy); margin-bottom: 16px; border-radius: 2px;
}
.svc p { color: var(--ink-2); font-size: 16.5px; line-height: 1.62; margin: 0; }

.shot { margin: 0; }
.frame {
  position: relative; overflow: hidden; border-radius: var(--r);
  background: var(--paper-3);
}
.frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(101deg, transparent 38%, rgba(255,255,255,.30) 46%, transparent 52%);
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.cap {
  margin-top: 12px; font-size: 14px; line-height: 1.5; color: var(--ink-3);
}
.cap-src { display: block; color: var(--ink-3); opacity: .82; }
.cap-d { color: #B7ADA1; }
.cap-d .cap-src { color: #B7ADA1; }

/* --------------------------------------------------------- the gloss band */

.gloss { background: var(--night); color: var(--paper); position: relative; overflow: hidden; }
.gloss::before {
  content: ""; position: absolute; left: -10%; right: -10%; top: 44%; height: 3px;
  background: linear-gradient(96deg, transparent 0 42%, rgba(255,246,240,.5) 64%, rgba(255,246,240,.08) 84%, transparent);
  transform: rotate(-2.4deg);
}
.gloss-in {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 68px);
  align-items: center;
}
.gloss-pics { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gloss-pics .frame { aspect-ratio: 3 / 4; }
.gloss p { color: #D6CCC0; }
.gloss .h2 { color: var(--paper); }

.ticks { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.ticks li { display: flex; gap: 14px; align-items: flex-start; color: #D6CCC0; font-size: 16.5px; }
.tick {
  flex: none; width: 24px; height: 24px; border-radius: 50%; margin-top: 3px;
  background: rgba(233,112,95,.16); border: 1px solid rgba(233,112,95,.5);
  position: relative;
}
.tick::after {
  content: ""; position: absolute; left: 8px; top: 4.5px;
  width: 6px; height: 11px; border: 2px solid var(--candy-l);
  border-top: 0; border-left: 0; transform: rotate(42deg);
}

/* ------------------------------------------------------------- classics */

.classic-in {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.classic-pics { display: grid; grid-template-columns: 1fr; gap: 20px; }
.classic-pics .frame { aspect-ratio: 4 / 3; }

.pull {
  margin: 0; padding: 30px 32px;
  background: var(--paper); border: 1px solid var(--rule);
  border-left: 4px solid var(--candy); border-radius: var(--r);
}
.pull blockquote { margin: 10px 0 14px; }
.pull blockquote p {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(19px, 2.1vw, 23px); line-height: 1.5; color: var(--ink);
  text-indent: -.42em;
}
.pull .stars { color: #8A5B0E; }
.pull figcaption { font-size: 14.5px; color: var(--ink-3); }
.pull .q-src { color: var(--ink-3); }

/* -------------------------------------------------------------- reviews */

.rev { background: var(--night); color: var(--paper); }
.rev-head { text-align: center; max-width: 30ch; margin: 0 auto clamp(38px, 4vw, 56px); }
.rev-head .h2 { color: var(--paper); margin-bottom: 14px; }

.scores { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: clamp(38px, 4vw, 54px); }
.sc {
  background: var(--night-2); border: 1px solid rgba(246,242,234,.16);
  border-radius: var(--r); padding: 24px 30px; min-width: 236px; text-align: center;
}
.sc-n {
  font-family: var(--display); font-weight: 800; font-size: 54px; line-height: 1;
  letter-spacing: -.03em; font-variation-settings: "wdth" 110; margin: 0 0 6px;
}
.sc .stars { margin-bottom: 10px; font-size: 16px; }
.sc-t { margin: 0; font-size: 14.5px; color: #C9BFB3; line-height: 1.45; }
.sc-t b { display: block; color: var(--paper); font-weight: 700; font-size: 15.5px; }

.quotes { columns: 3; column-gap: 22px; }
.quote {
  break-inside: avoid; margin: 0 0 22px;
  background: var(--night-2); border: 1px solid rgba(246,242,234,.13);
  border-radius: var(--r); padding: 26px 26px 24px;
  display: inline-block; width: 100%;
}
.quote blockquote { margin: 12px 0 14px; }
.quote blockquote p { margin: 0; color: #E2D9CE; font-size: 16.5px; line-height: 1.6; }
.quote figcaption { font-size: 14px; color: #B3A99D; }
.q-src { color: var(--candy-l); }

.keys {
  margin-top: clamp(30px, 4vw, 46px);
  background: var(--night-2); border: 1px solid rgba(246,242,234,.13);
  border-radius: var(--r-lg); padding: 30px 32px;
}
.keys-h {
  font-family: var(--display); font-weight: 700; font-size: 20px; margin: 0 0 18px;
  font-variation-settings: "wdth" 106;
}
.key-l { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.key-l li {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(246,242,234,.07); border: 1px solid rgba(246,242,234,.16);
  border-radius: 999px; padding: 7px 8px 7px 16px; font-size: 15px; color: #E2D9CE;
}
.key-n {
  background: var(--candy); color: #FFF6F3; border-radius: 999px;
  min-width: 26px; text-align: center; font-weight: 700; font-size: 13.5px; padding: 2px 8px;
}
.src { margin: 0; font-size: 13.5px; color: #A99F94; }

/* ------------------------------------------------------- preview slots */

.slot {
  border: 2px dashed var(--rule); border-radius: var(--r-lg);
  padding: 28px 30px; background: rgba(214,205,188,.16);
}
.slot-k {
  font-family: var(--display); font-weight: 700; font-size: 15px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--candy-d);
  margin: 0 0 14px;
}
.slot p { color: var(--ink-2); font-size: 16px; line-height: 1.62; }
.slot-d { border-color: rgba(246,242,234,.3); background: rgba(246,242,234,.05); }
.slot-d .slot-k { color: var(--candy-l); }
.slot-d p { color: #C9BFB3; }
.slot-list { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.slot-list li {
  border: 1px dashed var(--rule); border-radius: 999px; padding: 6px 15px;
  font-size: 14.5px; color: var(--ink-2); background: var(--paper);
}
.chip {
  display: inline-block; border: 1px dashed var(--candy-d); color: var(--candy-d);
  border-radius: 999px; padding: 1px 11px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .08em; text-decoration: none; white-space: nowrap;
  font-family: var(--display);
}

/* ---------------------------------------------------------------- hours */

.week { list-style: none; margin: 0 0 22px; padding: 0; max-width: 560px; }
.day {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 14px 4px; border-bottom: 1px solid var(--rule);
}
.day:first-child { border-top: 1px solid var(--rule); }
.day-k { font-family: var(--display); font-weight: 700; font-size: 17px; font-variation-settings: "wdth" 106; }
.day-v { color: var(--ink-2); }
.day-off .day-v { color: var(--ink-3); }
.hours-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.hours-note { font-size: 15px; color: var(--ink-2); }

/* ---------------------------------------------------------------- visit */

.visit { background: var(--night); color: var(--paper); }
.visit-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.visit .h2 { color: var(--paper); }
.visit-addr {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(30px, 3.6vw, 44px); line-height: 1.06; letter-spacing: -.024em;
  font-variation-settings: "wdth" 108; margin: 0 0 8px;
}
.visit-city { font-size: 19px; color: #CFC4B8; margin: 0 0 22px; }
.visit-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 30px; }
.facts { list-style: none; margin: 0; padding: 0; }
.facts li {
  display: flex; gap: 18px; padding: 13px 0;
  border-bottom: 1px solid rgba(246,242,234,.14); font-size: 16px;
}
.facts-k { flex: none; width: 118px; color: #A99F94; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; padding-top: 2px; }
.facts-v { color: #E2D9CE; }
.facts-v a { color: var(--candy-l); }

.ready {
  background: var(--night-2); border: 1px solid rgba(246,242,234,.15);
  border-radius: var(--r-lg); padding: 30px 32px; margin-bottom: 22px;
}
.ready h3 { color: var(--paper); margin: 0 0 14px; }
.ready p { color: #C9BFB3; font-size: 16.5px; }

/* --------------------------------------------------- about this preview */

.preview { background: var(--paper-3); border-top: 1px solid var(--rule); }
.about-preview { max-width: 74ch; padding: clamp(46px, 6vw, 72px) 0; }
.ap-h {
  font-family: var(--display); font-weight: 700; font-size: 26px; margin: 0 0 20px;
  font-variation-settings: "wdth" 106;
}
.about-preview p { color: var(--ink-2); font-size: 16.5px; }

/* --------------------------------------------------------------- footer */

.foot { background: var(--night); color: #C9BFB3; padding-top: 58px; }
.foot-in {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 34px;
  padding-bottom: 44px;
}
.foot-name { font-family: var(--display); font-weight: 700; font-size: 20px; color: var(--paper); margin: 16px 0 8px; font-variation-settings: "wdth" 108; }
.foot-addr { margin: 0; font-size: 15.5px; line-height: 1.6; }
.foot-k {
  font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--candy-l); margin: 0 0 14px;
}
.foot-col a, .foot-col p { display: block; color: #C9BFB3; text-decoration: none; font-size: 15.5px; margin: 0 0 9px; }
.foot-col a:hover { color: var(--paper); }
.foot-bar {
  border-top: 1px solid rgba(246,242,234,.14); padding-top: 20px; padding-bottom: 24px;
}
.foot-bar p { margin: 0; font-size: 14px; }

/* ------------------------------------------------------------------ FAB */

.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 40;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--candy); color: #FFF6F3;
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(23,19,16,.34);
  text-decoration: none;
}
.fab svg { width: 26px; height: 26px; }

/* -------------------------------------------------------------- reveals */

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.js .reveal-2 { transition-delay: .10s; }
.js .reveal-3 { transition-delay: .20s; }
.js .reveal.in-view { opacity: 1; transform: none; }

/* ---------------------------------------------------------- breakpoints */

@media (max-width: 1040px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0;
         background: var(--paper); border-bottom: 1px solid var(--rule);
         flex-direction: column; gap: 0; padding: 8px var(--pad) 20px; }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .burger { display: block; order: 3; margin-left: 0; }
  .mast-in { flex-wrap: wrap; }
  .mast-call { order: 2; margin-left: auto; }

  .work-grid { columns: 2; }

  .gloss-in, .classic-in, .hours-in, .visit-in { grid-template-columns: 1fr; }
  .quotes { columns: 2; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .proof-in { grid-template-columns: 1fr; }
  .pf { padding: 26px 0; border-top: 1px solid rgba(246,242,234,.14); }
  .pf:first-child { border-top: 0; }
  .pf + .pf { border-left: 0; padding-left: 0; }

  .work-grid { columns: 1; }
  .gloss-pics, .classic-pics { grid-template-columns: 1fr; }
  .quotes { columns: 1; }
  .foot-in { grid-template-columns: 1fr; gap: 26px; }
  .facts li { flex-direction: column; gap: 3px; }
  .facts-k { width: auto; }

  /* the hanging quote mark must not push its first line off the screen */
  .pull blockquote p { text-indent: 0; }

  .fab { display: flex; }
  .mast-call { display: none; }
  .mast-in { flex-wrap: nowrap; min-height: 72px; }
  .burger { order: 0; margin-left: auto; }
  .hero { min-height: 0; }
  .hero-in { padding-top: 72px; padding-bottom: 54px; }
  .score { width: 100%; }
  .btn, .btn-lg { width: 100%; }
  .hero-cta, .visit-cta { gap: 12px; }
  .pull { padding: 24px 22px; }
  .keys, .ready, .slot { padding: 24px 22px; }
}

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

/* --------------------------------------------------- small utility classes */

.gap-top { margin-top: 32px; }
.gap-top-s { margin-top: 22px; }
.label-c { justify-content: center; }
.ready-cta { margin-bottom: 22px; }
.on-dark { color: var(--paper); }
.chip-d { border-color: var(--candy-l); color: var(--candy-l); }
.hero-facts .chip-d, .facts .chip-d, .foot-col .chip-d { vertical-align: 1px; }

/* two late repairs found in the desktop read-through */
.sc { flex: 0 1 330px; }
.foot-col .chip { display: inline-block; width: auto; }
.mast-call { margin-left: auto; }
.p404 { min-height: 68vh; display: flex; align-items: center; }
