/* Lyn African Hair Braiding - preview build by NH Media Web.
   Self-hosted fonts, self-hosted images, zero external requests. */

/* ------------------------------------------------------------------ fonts */
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-latin-var.woff2') format('woff2');
  font-weight: 300 900;
  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;
}

/* ----------------------------------------------------------------- tokens */
:root {
  --ink:        #0B2229;
  --ink-2:      #0E2A33;
  --ink-3:      #071A20;
  --bone:       #F6F1E7;
  --bone-2:     #EDE4D5;
  --terra:      #C4633C;   /* rims, rules, the mark: never small text */
  --terra-deep: #A0431C;   /* small terracotta text on the LIGHT grounds */
  --terra-btn:  #A94F2D;   /* button + band ground, so #FFF6F0 on it clears AA */
  --terra-btn-h:#8F3E1C;
  --terra-lt:   #E08A5F;   /* small terracotta text on the DARK grounds */

  --on-d:       #F1EADD;
  --on-d-mute:  #8FA3A6;
  --on-l:       #12262C;
  --on-l-mute:  #4A5C60;

  --line-d:     rgba(241,234,221,.14);
  --line-l:     rgba(18,38,44,.16);

  --disp: 'Fraunces', Georgia, 'Times New Roman', serif;
  --text: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --shell: 1200px;
  --pad: clamp(20px, 5vw, 56px);
  --sec-y: clamp(76px, 9vw, 132px);
  --r: 14px;
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--on-d);
  font-family: var(--text);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--disp); font-weight: 700; line-height: 1.06;
  font-variation-settings: 'SOFT' 30, 'WONK' 1; letter-spacing: -.012em; }
p { margin: 0 0 1.05em; }
ul { margin: 0; padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--pad); }
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);
  clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 99; background: var(--terra-btn);
  color: #fff; padding: 12px 20px; border-radius: 0 0 var(--r) 0; font-weight: 700; }
.skip:focus { left: 0; }

:where(a, button, input):focus-visible {
  outline: 3px solid var(--terra-lt); outline-offset: 3px; border-radius: 4px;
}
/* terra-lt is only 2.34:1 on bone, so the light grounds take the deep tone */
.sec-l :where(a, button):focus-visible,
.sec-l2 :where(a, button):focus-visible,
.cta :where(a, button):focus-visible { outline-color: var(--terra-deep); }

/* -------------------------------------------------------- shared elements */
.elabel {
  font-family: var(--text); font-size: 13px; font-weight: 700; letter-spacing: .17em;
  text-transform: uppercase; color: var(--terra-lt);
  display: inline-flex; align-items: center; gap: 14px; margin: 0 0 20px;
}
.elabel::before { content: ""; width: 28px; height: 2px; background: var(--terra); flex: none; }
.elabel-l { color: var(--terra-deep); }
.elabel-l::before { background: var(--terra); }
.sec-l .elabel, .sec-l2 .elabel { color: var(--terra-deep); }

.ext { display: inline-block; margin-left: .45em; font-size: .82em; transform: translateY(-1px); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--text); font-weight: 700; font-size: 16px; letter-spacing: .01em;
  padding: 15px 26px; border-radius: 999px; text-decoration: none;
  border: 2px solid transparent; transition: background-color .2s, color .2s, border-color .2s;
}
.btn-p { background: var(--terra-btn); color: #FFF6F0; border-color: var(--terra-btn); }
.btn-p:hover { background: var(--terra-btn-h); border-color: var(--terra-btn-h); }
.btn-s { background: transparent; color: var(--on-d); border-color: rgba(241,234,221,.36); }
.btn-s:hover { border-color: var(--terra-lt); color: var(--terra-lt); }
.btn-lg { font-size: 18px; padding: 19px 40px; }

.sec { padding-block: var(--sec-y); position: relative; }
.sec-d1 { background: var(--ink); }
.sec-d2 { background: var(--ink-3); }
.sec-l  { background: var(--bone); color: var(--on-l); }
.sec-l2 { background: var(--bone-2); color: var(--on-l); }

/* dot-grid texture on the dark grounds */
.sec-d1::before, .sec-d2::before, .hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(241,234,221,.055) 1px, transparent 1px);
  background-size: 22px 22px;
}
.sec-d1 > *, .sec-d2 > *, .hero > * { position: relative; }

.sec-head { max-width: 760px; margin-bottom: clamp(38px, 4.4vw, 62px); }
.sec-h2 { font-size: clamp(34px, 4.4vw, 52px); }
.sec-lede { margin-top: 22px; font-size: 18px; color: var(--on-d-mute); max-width: 62ch; }
.sec-l .sec-lede, .sec-l2 .sec-lede { color: var(--on-l-mute); }

/* --------------------------------------------------- preview banner (furniture) */
.pbar { background: var(--ink-3); border-bottom: 1px solid rgba(224,138,95,.28); }
.pbar-in { display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center;
  justify-content: space-between; padding-block: 12px; }
.pbar-txt { margin: 0; font-size: 14px; line-height: 1.5; color: var(--on-d-mute); max-width: 68ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.pbar-btn { background: var(--terra-btn); color: #FFF6F0; text-decoration: none; font-size: 14px;
  font-weight: 700; padding: 8px 18px; border-radius: 999px; white-space: nowrap; }
.pbar-btn:hover { background: var(--terra-btn-h); }
.pbar-mail { font-size: 14px; color: var(--terra-lt); text-decoration: underline;
  text-underline-offset: 3px; }

/* -------------------------------------------------------------- masthead */
.mast { background: var(--ink); border-bottom: 1px solid var(--line-d);
  position: sticky; top: 0; z-index: 40; }
.mast-in { display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding-block: 14px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { border-radius: 11px; flex: none; }
.brand-tx { display: flex; flex-direction: column; line-height: 1.16; }
.brand-name { font-family: var(--disp); font-weight: 700; font-size: 19px;
  letter-spacing: -.01em; font-variation-settings: 'SOFT' 30, 'WONK' 1; }
.brand-sub { font-size: 11.5px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--on-d-mute); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--on-d); }
.nav a:hover { color: var(--terra-lt); }
.nav-cta { background: var(--terra-btn); color: #FFF6F0 !important; padding: 11px 22px;
  border-radius: 999px; }
.nav-cta:hover { background: var(--terra-btn-h); }

.burger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2px; background: var(--on-d); margin: 5px 0;
  transition: transform .2s; }

/* ------------------------------------------------------------------ hero */
.hero { background: var(--ink); position: relative; overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(36px, 5vw, 76px);
  align-items: center; padding-block: clamp(56px, 7vw, 104px); }
.hero-h1 { font-size: clamp(42px, 6.4vw, 72px); margin-bottom: 26px;
  font-variation-settings: 'SOFT' 24, 'WONK' 1; }
.hero-h1 .w { display: inline-block; }
.hero-lede { font-size: clamp(17px, 1.35vw, 19px); color: var(--on-d-mute); max-width: 54ch;
  margin-bottom: 32px; }
.hero-acts { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 16px; }
.hero-note { font-size: 15px; color: var(--on-d-mute); margin-bottom: 30px; }

.hero-card { display: inline-flex; align-items: center; gap: 16px; padding: 16px 24px;
  background: rgba(241,234,221,.055); border: 1px solid var(--line-d); border-radius: var(--r); }
.hc-num { font-family: var(--disp); font-weight: 800; font-size: 44px; line-height: 1;
  color: var(--on-d); display: inline-flex; align-items: flex-start; }
.hc-star { color: var(--terra-lt); font-size: 18px; margin-left: 4px; font-family: var(--text); }
.hc-tx { font-size: 15px; line-height: 1.4; color: var(--on-d-mute); }
.hc-src { font-size: 13px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700;
  color: var(--terra-lt); }

.hero-fig { position: relative; z-index: 1; }
.hero-frame { margin: 0; position: relative; z-index: 2; border-radius: var(--r); overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.42); }
.hero-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  background: linear-gradient(150deg, #23404A, #0E2A33); }
.hero-fig::after { content: ""; position: absolute; inset: 18px -18px -18px 18px;
  border: 2px solid var(--terra); border-radius: var(--r); z-index: 1; }

/* ------------------------------------------------------------- proof band */
.band { background: var(--terra-btn); color: #FFF6F0; }
.band-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 32px;
  padding-block: 34px; }
.band-it { display: flex; flex-direction: column; gap: 4px; }
.band-it strong { font-family: var(--disp); font-weight: 800; font-size: clamp(30px, 3.4vw, 40px);
  line-height: 1; letter-spacing: -.02em; }
.band-it span { font-size: 14.5px; line-height: 1.4; color: #FFF6F0; }

/* ---------------------------------------------------------------- styles */
.grid-st { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 22px; align-items: start; }
.stcard { background: rgba(241,234,221,.05); border: 1px solid var(--line-d);
  border-radius: var(--r); padding: clamp(26px, 2.6vw, 38px); }
.stcard-f { background: rgba(196,99,60,.13); border-color: rgba(224,138,95,.34); }
.st-n { font-family: var(--disp); font-weight: 800; font-size: 56px; line-height: 1;
  color: var(--terra-lt); margin: 0 0 6px; letter-spacing: -.03em; }
.st-h { font-size: 26px; margin-bottom: 20px; }
.st-list { display: flex; flex-wrap: wrap; gap: 8px; }
.st-list li { font-size: 14.5px; font-weight: 600; line-height: 1.35; color: var(--on-d);
  background: rgba(241,234,221,.07); border: 1px solid var(--line-d);
  border-radius: 999px; padding: 7px 14px; }
.stcard-f .st-list li { background: rgba(11,34,41,.34); border-color: rgba(224,138,95,.26); }
.st-foot { margin: 20px 0 0; font-size: 14.5px; color: var(--on-d-mute); }
.st-cta { margin: 40px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.st-take { font-size: 15px; color: var(--on-d-mute); }

/* ------------------------------------------------------------------ work */
.grid-w { display: grid; grid-template-columns: 1.25fr 1fr; grid-auto-rows: auto; gap: 22px; }
.wfig { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--bone-2);
  border: 1px solid var(--line-l); display: flex; flex-direction: column; }
.wfig img { width: 100%; object-fit: cover; aspect-ratio: 1 / 1;
  background: linear-gradient(150deg, #D9CDBA, #C0B39D); }
.wfig-tall { grid-row: span 2; }
.wfig-tall img { aspect-ratio: 4 / 5; height: 100%; }
.wfig figcaption { padding: 16px 20px 18px; font-size: 15.5px; font-weight: 600;
  color: var(--on-l); }
.cap-src { display: block; margin-top: 5px; font-size: 12.5px; font-weight: 500;
  color: var(--on-l-mute); letter-spacing: .01em; }

/* ------------------------------------------------- honesty slots (furniture) */
.slot { border: 2px dashed rgba(196,99,60,.55); border-radius: var(--r);
  padding: clamp(22px, 2.6vw, 34px); margin-top: 30px; background: rgba(196,99,60,.06); }
.sec-d1 .slot, .sec-d2 .slot { background: rgba(224,138,95,.07);
  border-color: rgba(224,138,95,.45); }
.slot p { font-size: 16px; color: var(--on-l-mute); }
.sec-d1 .slot p, .sec-d2 .slot p { color: var(--on-d-mute); }
.slot p:last-child { margin-bottom: 0; }
.slot-tag { font-family: var(--text); font-weight: 800; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--terra-deep) !important; margin-bottom: 14px; }
.sec-d1 .slot-tag, .sec-d2 .slot-tag { color: var(--terra-lt) !important; }
.slot-big { max-width: 760px; }
.slot-sm { margin-top: 22px; padding: 18px 20px; }
.slot-sm p { font-size: 14.5px; }
.slot-line { font-weight: 700; color: var(--on-l) !important; }
.sec-d1 .slot-line, .sec-d2 .slot-line { color: var(--on-d) !important; }

.chip { display: inline-block; margin: 6px 0 0; font-size: 11.5px; font-weight: 800;
  letter-spacing: .09em; text-transform: uppercase; color: var(--terra-deep);
  border: 1.5px dashed rgba(160,67,28,.75); border-radius: 999px; padding: 3px 10px;
  white-space: nowrap; vertical-align: middle; }
.sec-d1 .chip, .sec-d2 .chip { color: var(--terra-lt); border-color: rgba(224,138,95,.7); }

/* --------------------------------------------------------------- reviews */
.rv-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px;
  margin-bottom: 22px; align-items: stretch; }
.score { background: rgba(241,234,221,.05); border: 1px solid var(--line-d);
  border-radius: var(--r); padding: clamp(26px, 2.6vw, 38px); }
.score-n { font-family: var(--disp); font-weight: 800; font-size: 76px; line-height: .9;
  margin: 0 0 6px; letter-spacing: -.035em; }
.score-sub { font-size: 14px; letter-spacing: .09em; text-transform: uppercase;
  font-weight: 700; color: var(--terra-lt); margin-bottom: 24px; }
.bars li { display: grid; grid-template-columns: 14px 1fr 34px; align-items: center;
  gap: 12px; margin-bottom: 9px; }
.b-l { font-size: 13.5px; font-weight: 700; color: var(--on-d-mute); }
.b-t { height: 8px; background: rgba(241,234,221,.13); border-radius: 999px; overflow: hidden; }
.b-f { display: block; height: 100%; background: var(--terra-lt); border-radius: 999px; }
.b-c { font-size: 13.5px; font-weight: 700; color: var(--on-d-mute); text-align: right; }
.score-note { margin: 24px 0 0; font-size: 15px; color: var(--on-d-mute);
  padding-top: 20px; border-top: 1px solid var(--line-d); }

.pull { margin: 0; background: rgba(196,99,60,.13); border: 1px solid rgba(224,138,95,.34);
  border-radius: var(--r); padding: clamp(30px, 3.4vw, 52px);
  display: flex; flex-direction: column; justify-content: center; }
.pull-stars { color: var(--terra-lt); font-size: 19px; letter-spacing: .22em; margin-bottom: 22px; }
.pull blockquote { margin: 0; }
.pull blockquote p { font-family: var(--text); font-weight: 500;
  font-size: clamp(21px, 2.3vw, 29px); line-height: 1.45; color: var(--on-d);
  margin: 0; letter-spacing: -.008em; }
.pull figcaption { margin-top: 26px; font-size: 15px; font-weight: 700; color: var(--on-d); }
.pull figcaption span, .rvcard figcaption span { font-weight: 600; color: var(--terra-lt);
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.grid-rv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rvcard { margin: 0; background: rgba(241,234,221,.05); border: 1px solid var(--line-d);
  border-radius: var(--r); padding: 30px; display: flex; flex-direction: column; }
.rv-stars { color: var(--terra-lt); font-size: 14px; letter-spacing: .2em; margin-bottom: 16px; }
.rvcard blockquote { margin: 0; flex: 1; }
.rvcard blockquote p { margin: 0; font-size: 16.5px; line-height: 1.62; color: var(--on-d); }
.rvcard figcaption { margin-top: 22px; font-size: 14.5px; font-weight: 700; }

/* distribution bar fills (kept out of style attributes: the CSP forbids inline styles) */
.bars li:nth-child(1) .b-f { width: 91.7%; }
.bars li:nth-child(2) .b-f { width: 3.7%; }
.bars li:nth-child(3) .b-f { width: 1.8%; }
.bars li:nth-child(4) .b-f { width: 0.9%; }
.bars li:nth-child(5) .b-f { width: 1.8%; }

.shell-narrow { max-width: 720px; }
.acts-gap { margin-top: 32px; }

/* ------------------------------------------------------------ owner slot */
.ownwrap { max-width: 860px; }

/* ------------------------------------------------------------------- cta */
.cta { background: var(--bone); color: var(--on-l); padding-block: var(--sec-y);
  text-align: center; }
.cta-in { max-width: 760px; }
.cta .elabel { justify-content: center; }
.cta-h { font-size: clamp(34px, 4.6vw, 54px); margin-bottom: 22px; }
.cta-lede { font-size: 18px; color: var(--on-l-mute); margin-bottom: 34px; }
.cta-acts { margin-bottom: 26px; }
.cta-tel { margin: 0; }
.cta-tel a { font-family: var(--disp); font-weight: 800; font-size: clamp(30px, 3.6vw, 44px);
  color: var(--on-l); text-decoration: none; letter-spacing: -.02em; }
.cta-tel a:hover { color: var(--terra-deep); }

/* ----------------------------------------------------------------- visit */
.grid-v { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.vcol { background: rgba(241,234,221,.05); border: 1px solid var(--line-d);
  border-radius: var(--r); padding: clamp(26px, 2.6vw, 36px); }
.v-h { font-size: 15px; font-family: var(--text); font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: var(--terra-lt); margin-bottom: 18px; }
.v-addr { font-style: normal; font-family: var(--disp); font-weight: 700; font-size: 23px;
  line-height: 1.35; margin-bottom: 10px; }
.v-sub { font-size: 15px; color: var(--on-d-mute); }
.hours th, .hours td { text-align: left; padding: 11px 0; border-bottom: 1px solid var(--line-d);
  font-size: 15.5px; vertical-align: middle; }
.hours th { font-weight: 600; color: var(--on-d-mute); white-space: nowrap; padding-right: 16px; }
.hours td { font-weight: 700; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.cl { color: var(--on-d-mute) !important; font-weight: 600 !important; }
.v-big { margin-bottom: 20px; }
.v-big a { font-family: var(--disp); font-weight: 800; font-size: 30px; text-decoration: none;
  letter-spacing: -.02em; }
.v-big a:hover { color: var(--terra-lt); }
.v-links { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; margin: 0; }
.v-links a { font-size: 16px; font-weight: 700; color: var(--terra-lt);
  text-decoration: underline; text-underline-offset: 4px; }

/* ------------------------------------------- about this preview (furniture) */
.prev { background: var(--ink-3); border-top: 1px solid rgba(224,138,95,.28);
  padding-block: clamp(52px, 6vw, 84px); }
.prev-in { max-width: 780px; }
.prev-h { font-size: 26px; margin-bottom: 20px; color: var(--terra-lt); }
.prev p { font-size: 16px; color: var(--on-d-mute); }
.prev a { color: var(--terra-lt); text-decoration: underline; text-underline-offset: 3px; }
.prev-ask { margin-bottom: 0; }

/* ---------------------------------------------------------------- footer */
.foot { background: var(--ink); border-top: 1px solid var(--line-d); padding-block: 42px; }
.foot-in { display: flex; flex-wrap: wrap; gap: 16px 40px; align-items: center;
  justify-content: space-between; }
.brand-f .brand-name { font-size: 17px; }
.foot-meta { margin: 0; font-size: 14.5px; color: var(--on-d-mute); }
.foot-meta a { color: var(--on-d-mute); text-decoration: underline; text-underline-offset: 3px; }
.foot-cr { margin: 0; font-size: 13.5px; color: var(--on-d-mute); }

/* -------------------------------------------------------------- reveals */
.js .reveal { opacity: 0; transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.22,.7,.3,1), transform .7s cubic-bezier(.22,.7,.3,1); }
.js .reveal.in-view { opacity: 1; transform: none; }
.grid-st .reveal:nth-child(2), .grid-rv .reveal:nth-child(2),
.grid-w .reveal:nth-child(2), .grid-v .reveal:nth-child(2) { transition-delay: .08s; }
.grid-st .reveal:nth-child(3), .grid-rv .reveal:nth-child(3),
.grid-w .reveal:nth-child(3), .grid-v .reveal:nth-child(3) { transition-delay: .16s; }
.grid-rv .reveal:nth-child(5) { transition-delay: .08s; }
.grid-rv .reveal:nth-child(6) { transition-delay: .16s; }

.hero-h1 .w { animation: rise .8s cubic-bezier(.22,.7,.3,1) both; }
.hero-h1 .w:nth-child(1) { animation-delay: .04s; }
.hero-h1 .w:nth-child(2) { animation-delay: .10s; }
.hero-h1 .w:nth-child(3) { animation-delay: .16s; }
.hero-h1 .w:nth-child(4) { animation-delay: .22s; }
.hero-h1 .w:nth-child(5) { animation-delay: .28s; }
.hero-h1 .w:nth-child(6) { animation-delay: .34s; }
.hero-h1 .w:nth-child(7) { animation-delay: .40s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------------- responsive */
@media (max-width: 1040px) {
  .grid-st { grid-template-columns: 1fr 1fr; }
  .stcard-f { grid-column: 1 / -1; }
  .rv-top { grid-template-columns: 1fr; }
  .grid-rv { grid-template-columns: repeat(2, 1fr); }
  .grid-v { grid-template-columns: 1fr 1fr; }
  .band-in { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0 0 auto; top: 0; z-index: 60;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink-3); padding: 84px 22px 30px;
    border-bottom: 1px solid var(--line-d);
    transform: translateY(-102%); transition: transform .3s ease; visibility: hidden;
  }
  .nav.is-open { transform: none; visibility: visible; }
  .nav a { padding: 15px 4px; font-size: 18px; border-bottom: 1px solid var(--line-d); }
  .nav-cta { margin-top: 20px; border-bottom: 0 !important; text-align: center; }

  .hero-in { grid-template-columns: 1fr; }
  .hero-fig { order: -1; max-width: 460px; }
  .hero-fig::after { inset: 14px -14px -14px 14px; }
  .grid-w { grid-template-columns: 1fr; }
  .wfig-tall { grid-row: auto; }
  .wfig-tall img { aspect-ratio: 4 / 5; }
  .grid-v { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  /* the nowrap day column plus the CONFIRM chip cannot both fit a 375px card */
  .hours th { white-space: normal; padding-right: 10px; }
  .hours th, .hours td { font-size: 15px; }
  .chip { white-space: normal; font-size: 11px; padding: 3px 9px; letter-spacing: .06em; }
  .grid-st, .grid-rv { grid-template-columns: 1fr; }
  .stcard-f { grid-column: auto; }
  .band-in { grid-template-columns: 1fr; gap: 18px; }
  .hero-acts .btn, .st-cta .btn, .cta-acts .btn { width: 100%; }
  .hero-card { width: 100%; }
  .foot-in { flex-direction: column; align-items: flex-start; }
  .score-n { font-size: 62px; }
  .pbar-acts { width: 100%; }
}

@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; }
  .hero-h1 .w { opacity: 1; transform: none; }
}
