/* ==========================================================================
   4Paws Grooming - preview build by NH Media Web
   One stylesheet. Self-hosted variable fonts. No external requests.
   Palette: aubergine, warm cream, berry pink, marigold.
   The recurring device is the rounded frame with a berry underline: the
   shape of the mark's paw pad, repeated at picture size and at word size.
   ========================================================================== */

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("fonts/bricolage-latin-var.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/figtree-latin-var.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper:    #FFF7F1;
  --paper-2:  #FBEBE1;
  --paper-3:  #F5DCD0;
  --rule:     #EBD2C5;

  --ink:      #241528;
  --ink-2:    #4E3B52;
  --ink-3:    #675069;

  --berry:    #E0518A;
  --berry-dp: #B02A5B;
  --berry-dk: #8E1F49;
  --berry-hi: #FF9DC0;

  --gold:     #8A5A0F;
  --gold-hi:  #F7C06A;

  --dark:     #2A1730;
  --dark-2:   #1F1024;
  --dark-3:   #35203C;
  --cream:    #FBEFE9;
  --cream-2:  #D3BCCB;

  --display: "Bricolage Grotesque", "Trebuchet MS", Verdana, sans-serif;
  --sans: "Figtree", "Helvetica Neue", Arial, sans-serif;

  --shell: 1220px;
  --pad: clamp(20px, 5vw, 48px);
  --head: 74px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--head) + 14px);
}

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

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: inherit; }
p { margin: 0 0 1.05em; }
h1, h2, h3, h4 {
  margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.06;
  letter-spacing: -0.02em; font-variation-settings: "wdth" 96, "opsz" 48;
}

::selection { background: var(--berry); color: #2A1730; }

:focus-visible { outline: 3px solid var(--berry-dp); outline-offset: 3px; border-radius: 3px; }
.dark :focus-visible, .foot :focus-visible { outline-color: var(--berry-hi); }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--pad); }

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

.skip {
  position: absolute; left: 12px; top: -70px; z-index: 90;
  background: var(--berry-dk); color: #FFF7F1;
  font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 12px 18px; text-decoration: none; border-radius: 3px;
  transition: top .16s ease;
}
.skip:focus { top: 12px; }

/* ---------------------------------------------------------------- shared */

.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: .75rem; font-weight: 800;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--berry-dp); margin: 0 0 20px;
}
.label::before { content: ""; width: 30px; height: 2px; background: var(--berry-dp); flex: none; }
.label-d { color: var(--berry-hi); }
.label-d::before { background: var(--berry-hi); }

.h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  max-width: 20ch;
  margin: 0 0 18px;
}
.h2-d { color: var(--cream); }

.lede {
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.66; color: var(--ink-2); max-width: 54ch;
}
.lede-d { color: var(--cream-2); }

.src {
  display: block;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  color: var(--ink-3);
}
.src-d { color: #BCA5B4; }

.chip {
  display: inline-block;
  font-family: var(--sans); font-size: .66rem; font-weight: 800;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--berry-dk);
  border: 1px dashed var(--berry-dk);
  border-radius: 3px; padding: 3px 7px; vertical-align: 2px;
  text-decoration: none; white-space: nowrap; line-height: 1.4;
}
a.chip:hover { background: var(--berry-dk); color: #FFF7F1; }
.chip-static { pointer-events: none; }
.chip-d { color: var(--berry-hi); border-color: var(--berry-hi); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 13px 26px;
  font-family: var(--sans); font-size: .95rem; font-weight: 800; letter-spacing: .01em;
  text-decoration: none; border: 2px solid transparent; border-radius: 999px;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn-berry { background: var(--berry-dp); color: #FFF7F1; border-color: var(--berry-dp); }
.btn-berry:hover { background: var(--berry-dk); border-color: var(--berry-dk); }
.btn-line { color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.btn-ghost { color: var(--cream); border-color: rgba(251,239,233,.55); }
.btn-ghost:hover { background: var(--cream); color: var(--dark); border-color: var(--cream); }
.btn-lg { min-height: 58px; padding: 15px 30px; font-size: 1rem; }

/* dot grid for dark sections */
.dark { position: relative; background: var(--dark); color: var(--cream); }
.dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,157,192,.13) 1px, transparent 1px);
  background-size: 26px 26px;
}
.dark > * { position: relative; }

/* honesty slots */
.slot {
  border: 2px dashed var(--berry-dk);
  border-radius: 10px;
  background: rgba(224,81,138,.07);
  padding: clamp(22px, 3.4vw, 38px);
}
.slot .slot-k {
  font-family: var(--sans); font-size: .8rem; font-weight: 800;
  letter-spacing: .17em; text-transform: uppercase; color: var(--berry-dk);
  margin: 0 0 14px;
}
.slot p { color: var(--ink-2); max-width: 62ch; font-size: 1rem; }
.slot p:last-child { margin-bottom: 0; }
.slot-d { border-color: var(--berry-hi); background: rgba(224,81,138,.12); }
.slot-d .slot-k { color: var(--berry-hi); }
.slot-d p { color: var(--cream-2); }

/* stars */
.stars { margin: 0 0 14px; font-size: 1.05rem; letter-spacing: .16em; color: var(--gold); line-height: 1; }
.stars-d { color: var(--gold-hi); }

/* pictures */
.frame { border-radius: 150px 150px 14px 14px; overflow: hidden; background: var(--paper-3); }
.frame img { width: 100%; }
.frame-wide { border-radius: 14px; }
.frame-wide img { aspect-ratio: 2 / 1; object-fit: cover; }
.cap { margin: 12px 4px 0; font-size: .85rem; color: var(--ink-3); line-height: 1.5; }
.cap-src { display: block; font-size: .77rem; color: var(--ink-3); }
.cap-d, .cap-d .cap-src { color: #BCA5B4; }

/* the price caveat, printed wherever prices are */
.caveat {
  font-size: .82rem; line-height: 1.55; color: var(--ink-3);
  border-left: 3px solid var(--berry); padding-left: 14px;
  max-width: 52ch; margin: 0 0 24px;
}
.caveat-d { color: #BCA5B4; border-left-color: var(--berry-hi); }

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

.demo-banner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px;
  border: 2px dashed var(--berry-dk); border-radius: 10px;
  background: rgba(255,247,241,.72);
  padding: clamp(16px, 2.2vw, 22px);
}
.demo-banner > p { font-size: .98rem; font-weight: 600; color: var(--ink); max-width: 58ch; margin: 0; flex: 1 1 380px; }
.make-yours { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.make-yours .btn { min-height: 46px; padding: 10px 20px; font-size: .88rem; }

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

.mast {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,247,241,.97);
  border-bottom: 1px solid var(--rule);
}
.mast-in { display: flex; align-items: center; gap: 20px; min-height: var(--head); }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 44px; height: 44px; flex: none; }
.brand-txt { display: block; }
.brand-name {
  display: block; font-family: var(--display); font-size: 1.4rem; font-weight: 800;
  letter-spacing: -.025em; line-height: 1.05; font-variation-settings: "wdth" 92, "opsz" 24;
}
.brand-sub {
  display: block; font-size: .63rem; font-weight: 800; letter-spacing: .155em;
  text-transform: uppercase; color: var(--ink-3); margin-top: 3px;
}

.nav { display: flex; gap: 22px; }
.nav a {
  font-size: .84rem; font-weight: 700; letter-spacing: .04em; text-decoration: none;
  color: var(--ink-2); padding: 8px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--berry-dp); border-bottom-color: var(--berry-dp); }

.mast-book { display: inline-flex; min-height: 46px; padding: 10px 20px; font-size: .88rem; }
.burger {
  display: none; width: 46px; height: 46px; border: 1px solid var(--rule);
  background: transparent; border-radius: 6px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--ink); }

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

.hero { background: var(--dark); overflow: hidden; }
.hero-in {
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: clamp(34px, 5vw, 74px); align-items: center;
  padding-block: clamp(48px, 7vw, 92px) clamp(48px, 7vw, 88px);
}
.hero-eyebrow {
  font-size: .74rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--berry-hi); margin: 0 0 22px;
}
.hero-h {
  color: #FFF9F5;
  font-size: clamp(2.4rem, 5.2vw, 4.15rem);
  line-height: 1.02; letter-spacing: -.028em;
  font-variation-settings: "wdth" 94, "opsz" 72;
  margin: 0 0 24px; max-width: 15ch;
}
.hero-lede { color: #EBDCE4; font-size: clamp(1.06rem, 1.5vw, 1.22rem); max-width: 46ch; margin-bottom: 28px; }

.trust {
  display: inline-flex; align-items: center; gap: 13px; flex-wrap: wrap;
  border: 1px solid rgba(255,157,192,.45); border-radius: 999px;
  background: rgba(31,16,36,.6);
  padding: 10px 20px; margin: 0 0 28px;
}
.trust-score { font-family: var(--display); font-size: 1.7rem; font-weight: 800; color: #FFF9F5; line-height: 1; }
.trust-stars { color: var(--gold-hi); letter-spacing: .08em; font-size: .9rem; }
.trust-txt { font-size: .88rem; font-weight: 600; color: #EBDCE4; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 24px; }
.hero-addr { font-size: .96rem; color: #DFC9D6; margin: 0; }
.hero-addr strong { font-weight: 700; color: #F6E6EE; }
.hero-hours { font-size: .92rem; color: #CDB2C1; margin: 8px 0 0; }

.hero-fig { max-width: 460px; justify-self: end; width: 100%; }
.hero-frame { border-radius: 220px 220px 16px 16px; overflow: hidden; background: var(--dark-3); box-shadow: 0 26px 60px rgba(15,6,20,.45); }
.hero-frame img { width: 100%; }

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

.proof { background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.proof-in {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 52px);
  padding-block: clamp(38px, 5vw, 58px);
}
.pf .pf-n {
  font-family: var(--display); font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 800;
  line-height: 1.04; margin: 0 0 8px; color: var(--ink); letter-spacing: -.03em;
  font-variation-settings: "wdth" 92, "opsz" 40;
}
.pf .pf-h {
  font-family: var(--sans); font-size: .77rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--berry-dp); margin: 0 0 10px;
}
.pf p { font-size: .98rem; color: var(--ink-2); margin: 0; max-width: 34ch; }
.pf + .pf { border-left: 1px solid var(--rule); padding-left: clamp(24px, 4vw, 52px); }

/* ------------------------------------------------------------- services */

.svc { padding: clamp(64px, 8vw, 108px) 0 clamp(50px, 6vw, 78px); }
.svc-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 62px); }

.chap {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(30px, 5vw, 68px); align-items: start;
  padding: clamp(34px, 4.4vw, 56px) 0;
  border-top: 1px solid var(--rule);
}
.chap-alt .chap-media { order: -1; }
.chap-pair { grid-template-columns: 1fr 1fr; }
.chap-n {
  font-family: var(--display); font-size: 1rem; font-weight: 800; letter-spacing: .1em;
  color: var(--berry-dp); margin: 0 0 8px;
}
.chap-h { font-size: clamp(1.85rem, 3.1vw, 2.6rem); margin: 0 0 8px; }
.chap-cat {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .11em;
  text-transform: uppercase; color: var(--berry-dk);
  background: rgba(224,81,138,.13); border-radius: 999px; padding: 5px 13px; margin: 0 0 14px;
}
.chap-sub { font-size: 1.06rem; color: var(--ink-2); margin: 0 0 22px; max-width: 42ch; }

.inc { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; padding: 0; }
.inc li {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--rule); background: var(--paper-2); border-radius: 999px;
  padding: 6px 14px; font-size: .86rem; font-weight: 700; color: var(--ink-2);
}
.inc li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--berry); flex: none; }

.price { list-style: none; margin: 0 0 18px; padding: 0; }
.price li {
  display: flex; align-items: baseline; gap: 18px;
  padding: 13px 0; border-bottom: 1px solid var(--rule);
}
.price li:first-child { border-top: 1px solid var(--rule); }
.row-n { flex: 1 1 auto; font-size: 1.04rem; font-weight: 700; }
.row-q {
  display: block; font-size: .84rem; font-weight: 400; line-height: 1.5;
  color: var(--ink-3); max-width: 44ch; margin-top: 3px;
}
.row-p {
  flex: none; font-family: var(--display); font-size: 1.16rem; font-weight: 800;
  color: var(--berry-dk); letter-spacing: -.01em; white-space: nowrap;
}
.price-d li { border-color: rgba(251,239,233,.18); }
.price-d .row-n { color: var(--cream); }
.price-d .row-q { color: #BCA5B4; }
.price-d .row-p { color: var(--berry-hi); }

.chap-cta { margin: 22px 0 0; }

/* ---------------------------------------------------------------- color */

.color { background: var(--dark-3); padding: clamp(64px, 8vw, 104px) 0; }
.color-head { max-width: 640px; margin-bottom: clamp(34px, 4.5vw, 52px); }
.color-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 40px); align-items: start;
}
.color-grid .frame { background: var(--dark-2); }
.addons {
  background: rgba(251,239,233,.05); border: 1px solid rgba(251,239,233,.16);
  border-radius: 14px; padding: clamp(22px, 2.6vw, 30px);
}
.addons-h { font-size: 1.3rem; color: var(--cream); margin: 0 0 18px; }

/* ------------------------------------------------------------- boarding */

.board { background: var(--paper-2); padding: clamp(60px, 7.5vw, 96px) 0; }
.board-in { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(30px, 4.5vw, 62px); align-items: center; }
.board-copy .lede { font-size: clamp(1.1rem, 1.5vw, 1.3rem); color: var(--ink); font-weight: 700; }
.board-cta { margin: 0; }
.board-fig .frame-wide { background: var(--paper-3); }

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

.words { padding: clamp(64px, 8vw, 104px) 0; }
.words-head { max-width: 720px; margin-bottom: clamp(34px, 4.5vw, 52px); }
.words-attr { color: var(--cream-2); font-size: 1.05rem; font-weight: 600; margin: 14px 0 0; }
.words-stars { font-size: 1.5rem; margin: 0 0 18px; }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.quote {
  margin: 0; padding: clamp(24px, 2.6vw, 32px);
  background: rgba(251,239,233,.055);
  border: 1px solid rgba(251,239,233,.15);
  border-radius: 14px;
}
.quote blockquote { margin: 0; }
.quote blockquote p {
  font-family: var(--display); font-size: 1.06rem; line-height: 1.55; color: var(--cream);
  font-weight: 500; letter-spacing: -.005em; margin: 0 0 18px;
}
.quote figcaption { font-size: .88rem; font-weight: 800; color: var(--cream); }
.quote-src { display: block; font-size: .76rem; font-weight: 600; color: #BCA5B4; letter-spacing: .02em; margin-top: 3px; }

.score {
  display: flex; align-items: flex-start; gap: clamp(20px, 3vw, 40px);
  margin-top: clamp(34px, 4vw, 50px);
  padding-top: clamp(28px, 3.4vw, 40px);
  border-top: 1px solid rgba(251,239,233,.18);
  flex-wrap: wrap;
}
.score-num {
  font-family: var(--display); font-size: clamp(3.4rem, 6vw, 4.6rem); font-weight: 800;
  line-height: .9; color: #FFF9F5; margin: 0; letter-spacing: -.04em;
}
.score-txt { flex: 1 1 320px; }
.score-txt > p:first-child { color: var(--cream-2); margin: 0 0 14px; }

.bars { list-style: none; margin: 0; padding: 0; max-width: 420px; }
.bars li { display: grid; grid-template-columns: 52px 1fr 28px; align-items: center; gap: 12px; margin-bottom: 7px; }
.bar-k { font-size: .76rem; font-weight: 700; color: var(--cream-2); }
.bar { display: block; height: 8px; border-radius: 999px; background: rgba(251,239,233,.14); overflow: hidden; }
.bar-f { display: block; height: 100%; border-radius: 999px; background: var(--gold-hi); }
.bar-f[data-w="87"] { width: 87%; }
.bar-f[data-w="6"]  { width: 6%; }
.bar-f[data-w="5"]  { width: 5%; }
.bar-f[data-w="2"]  { width: 2%; }
.bar-f[data-w="0"]  { width: 0; }
.bar-n { font-size: .78rem; font-weight: 800; color: var(--cream); text-align: right; }

.themes { margin-top: clamp(30px, 3.6vw, 44px); }
.themes-h {
  font-family: var(--sans); font-size: .77rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--berry-hi); margin: 0 0 16px;
}
.theme-l { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.theme-l li {
  display: inline-flex; align-items: baseline; gap: 8px;
  border: 1px solid rgba(255,157,192,.36); border-radius: 999px;
  padding: 7px 15px; font-size: .88rem; font-weight: 600; color: var(--cream);
}
.theme-n { font-size: .78rem; font-weight: 800; color: var(--berry-hi); }

/* ---------------------------------------------------------------- about */

.about { background: var(--dark-2); padding: clamp(60px, 7.5vw, 96px) 0; }
.about::before { background-image: radial-gradient(rgba(255,157,192,.1) 1px, transparent 1px); }
.about-in { display: grid; grid-template-columns: 1fr; gap: 4px; }
.about-wide { columns: 2; column-gap: clamp(30px, 4vw, 56px); }
.about-wide .slot-k { column-span: all; }
.about-wide p { max-width: none; }

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

.hours-sec { background: var(--paper-2); padding: clamp(60px, 7.5vw, 96px) 0; }
.hours-head { max-width: 640px; margin-bottom: clamp(30px, 4vw, 42px); }
.week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; list-style: none; margin: 0 0 22px; padding: 0; }
.day {
  background: var(--paper); border: 1px solid var(--rule); border-radius: 10px;
  padding: 16px 12px; text-align: center;
}
.day-k {
  display: block; font-size: .7rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 9px;
}
.day-v { display: block; font-size: clamp(.74rem, 1.1vw, .86rem); font-weight: 700; line-height: 1.45; color: var(--ink); white-space: nowrap; }
.day-shut { background: rgba(224,81,138,.14); border-color: var(--berry); }
.day-shut .day-k, .day-shut .day-v { color: var(--berry-dk); }
.day-today { box-shadow: inset 0 0 0 2px var(--berry-dp); }
.hours-note { font-size: .92rem; color: var(--ink-2); max-width: 62ch; margin: 0; }

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

.visit { padding: clamp(64px, 8vw, 104px) 0; }
.visit-in { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(34px, 5vw, 66px); align-items: start; }
.visit-h { font-size: clamp(1.9rem, 3.4vw, 2.9rem); margin: 0 0 6px; }
.visit-city { font-size: 1.14rem; font-weight: 700; color: var(--ink-2); margin: 0 0 16px; }
.visit-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; }

.facts { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--rule); }
.facts li { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--rule); }
.facts-k { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--berry-dp); padding-top: 5px; }
.facts-v { font-size: 1rem; color: var(--ink); overflow-wrap: anywhere; }
.facts-v a, .appt-alt a { display: inline-block; padding: 3px 0; }

.appt { background: var(--paper-2); border: 1px solid var(--rule); border-radius: 14px; padding: clamp(24px, 3vw, 34px); }
.appt-h { font-size: 1.5rem; margin: 0 0 12px; }
.appt p { color: var(--ink-2); font-size: 1rem; }
.appt .btn { margin: 6px 0 4px; }
.appt-alt { font-size: .95rem; }
.appt-note { border-top: 1px solid var(--rule); padding-top: 18px; margin-top: 6px; }
.appt-note-h {
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--berry-dp); margin: 0 0 8px;
}
.appt-note p { font-size: .96rem; margin: 0; }
.appt-slot { margin-top: 20px; padding: clamp(18px, 2.4vw, 26px); }
.appt-slot p { font-size: .96rem; }

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

.preview { background: var(--paper-3); border-top: 1px solid var(--rule); padding: clamp(38px, 4.6vw, 58px) 0 clamp(44px, 5vw, 64px); }
.about-preview { max-width: 74ch; margin-top: clamp(34px, 4.2vw, 50px); }
.ap-h { font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin: 0 0 16px; }
.about-preview p { color: var(--ink-2); font-size: 1rem; }

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

.foot { background: var(--dark); color: var(--cream); padding: clamp(48px, 6vw, 74px) 0 0; }
.foot-in {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(26px, 3.4vw, 44px);
  padding-bottom: clamp(34px, 4vw, 48px);
  border-top: 3px solid var(--berry-dp);
  padding-top: clamp(34px, 4vw, 48px);
}
.foot-brand .brand-mark { width: 48px; height: 48px; margin-bottom: 14px; }
.foot-name { font-family: var(--display); font-size: 1.3rem; font-weight: 800; margin: 0 0 8px; line-height: 1.2; }
.foot-addr { color: var(--cream-2); font-size: .95rem; margin: 0; }
.foot-k {
  font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--berry-hi); margin: 0 0 14px;
}
.foot-col a { display: block; color: var(--cream); text-decoration: none; padding: 5px 0; font-size: .95rem; overflow-wrap: anywhere; }
.foot-col a:hover { color: var(--berry-hi); text-decoration: underline; }
.foot-col p { color: var(--cream-2); font-size: .95rem; margin: 0 0 8px; }
.foot-chip { margin-top: 10px; }
.foot-bar { border-top: 1px solid rgba(251,239,233,.16); padding-block: 20px 26px; }
.foot-bar p { margin: 0; font-size: .88rem; color: #BCA5B4; }

/* ------------------------------------------------------------------ 404 */

.nf { padding: clamp(70px, 10vw, 130px) 0 clamp(60px, 8vw, 100px); }
.nf-code { font-family: var(--display); font-size: clamp(4rem, 11vw, 8rem); font-weight: 800; line-height: .9; margin: 0 0 14px; color: var(--berry-dp); letter-spacing: -.04em; }
.nf-lede { margin: 18px 0 30px; }
.nf-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 26px; }
.nf-facts { font-size: .95rem; color: var(--ink-3); margin: 0; }

/* --------------------------------------------------------------- reveal */

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }
.js .reveal-2 { transition-delay: .09s; }
.js .reveal-3 { transition-delay: .18s; }
.js .reveal-4 { transition-delay: .06s; }
.js .reveal-5 { transition-delay: .12s; }
.js .reveal-6 { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* Keep-the-stock line rides the first photo caption as a continuation
   (Nathan's format + wording, 2026-08-12). Furniture: comes off at launch-prep. */
.cap-note { display: block; margin-top: .3rem; font-weight: 400; color: inherit; }

/* ------------------------------------------------------------ responsive */

@media (max-width: 1080px) {
  .quotes { grid-template-columns: 1fr 1fr; }
  .color-grid { grid-template-columns: 1fr 1fr; }
  .addons { grid-column: 1 / -1; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 940px) {
  :root { --head: 68px; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--rule);
    padding: 8px var(--pad) 18px;
  }
  .nav.is-open { display: flex; }
  .burger { display: inline-flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--rule); }
  .mast-book { display: none; }

  .hero-in { grid-template-columns: 1fr; }
  .hero-fig { justify-self: start; max-width: 420px; }

  .proof-in { grid-template-columns: 1fr; gap: 26px; }
  .pf + .pf { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 24px; }

  .chap, .chap-pair, .board-in, .visit-in { grid-template-columns: 1fr; }
  .chap-alt .chap-media { order: 0; }
  .chap-pair .chap-copy + .chap-copy { border-top: 1px solid var(--rule); padding-top: clamp(26px, 4vw, 40px); }
  .frame { border-radius: 130px 130px 14px 14px; max-width: 460px; }
  .about-wide { columns: 1; }

  .week { grid-template-columns: repeat(2, 1fr); }
  .day { text-align: left; }
  .day-v { font-size: .95rem; white-space: normal; }
  .facts li { grid-template-columns: 1fr; gap: 2px; }
}

@media (max-width: 700px) {
  body { font-size: 1.04rem; }
  .quotes, .color-grid { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
  .brand-name { font-size: 1.22rem; }
  .trust { width: 100%; }
  .hero-cta .btn, .nf-cta .btn, .visit-cta .btn, .board-cta .btn { width: 100%; }

  /* The preview banner is furniture, and it must not cost the customer their
     first screen: it gets smaller type, tighter padding and inline buttons. */
  .demo-banner { padding: 14px; gap: 10px 16px; }
  .demo-banner > p { font-size: .88rem; line-height: 1.55; }
  .make-yours { gap: 8px; }
  .make-yours .btn { min-height: 44px; padding: 8px 16px; font-size: .82rem; }
  .week { grid-template-columns: 1fr; }
  .score { gap: 16px; }
  .price li { flex-wrap: wrap; gap: 4px 14px; }
  .row-n { flex-basis: 100%; }
}

@media (max-width: 360px) {
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 1.08rem; }
}
