/* ============================================================================
   SOUTHPAW BARBER CLUB — design layer. Fresh per build.
   Near-black + bone + barber red. Oswald display / Inter body.
   ========================================================================== */

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #0b0b0c;
  --bg-2: #101012;
  --ink: #e9e4da;
  --muted: #8d877c;
  --accent: #cf2e21;
  --accent-dim: #8e2018;
  --bone: #ece7df;
  --bone-ink: #141414;
  --line: rgba(233, 228, 218, .14);
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --container: 1280px;
}

html { background: var(--bg); overflow-x: hidden; } /* clips the off-canvas fixed menu; body overflow-x does NOT */
body { font-size: 1rem; font-weight: 400; }
::selection { background: var(--accent); color: #fff; }

/* film grain + vignette (static, GPU-cheap, no blend modes) */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  opacity: .035;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .01em;
}

/* ---- type scale ---- */
.display { font-size: clamp(3.2rem, 9vw, 8.5rem); line-height: .92; font-weight: 700; }
.h-section { font-size: clamp(2rem, 4.6vw, 3.6rem); }
.eyebrow {
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: .32em; font-size: .78rem; color: var(--accent);
}
.lede { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: var(--muted); max-width: 56ch; }

/* ---- nav skin ---- */
.site-header { background: linear-gradient(rgba(11,11,12,.92), rgba(11,11,12,.78)); backdrop-filter: blur(8px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.site-header.is-stuck { border-bottom-color: var(--line); }
.nav__brand {
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem;
  text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: .55rem;
}
.nav__brand b { color: var(--accent); font-weight: 700; }
.nav__menu a {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em;
  font-size: .86rem; font-weight: 500; color: var(--muted); position: relative; padding-block: .25rem;
}
.nav__menu a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .28s ease;
}
.nav__menu a:hover, .nav__menu a[aria-current="page"] { color: var(--ink); }
.nav__menu a:hover::after, .nav__menu a[aria-current="page"]::after { transform: scaleX(1); }
.nav__menu .nav-cta {
  border: 1px solid var(--accent); color: var(--ink); padding: .5rem 1.1rem; transition: background .25s, color .25s;
}
.nav__menu .nav-cta:hover { background: var(--accent); color: #fff; }
.nav__menu .nav-cta::after { display: none; }
@media (max-width: 820px) { .nav__menu { background: var(--bg-2); border-left: 1px solid var(--line); } }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
  font-size: .92rem; font-weight: 600; padding: 1rem 2rem; border: 1px solid var(--accent);
  transition: transform .22s ease, box-shadow .22s ease, background .22s, color .22s;
}
.btn--solid { background: var(--accent); color: #fff; }
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(207, 46, 33, .32); }
.btn--ghost { color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--accent); color: #fff; background: var(--accent); transform: translateY(-2px); }
.btn .arr { transition: transform .22s; }
.btn:hover .arr { transform: translateX(4px); }

/* ---- HERO: full-bleed, STATIC (zero entrance animation by contract) ---- */
.hero {
  position: relative; min-height: 88svh; display: flex; align-items: flex-end;
  isolation: isolate; overflow: hidden;
}
.hero--short { min-height: 56svh; }
.hero .hero-bg, .hero .hero-bg img { position: absolute; inset: 0; z-index: -2; }
.hero .hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  animation: none !important; transition: none !important; transform: none !important;
}
.hero::after { /* scrim + vignette */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 70% 20%, transparent 30%, rgba(11,11,12,.55) 100%),
    linear-gradient(180deg, rgba(11,11,12,.42) 0%, rgba(11,11,12,.30) 40%, rgba(11,11,12,.94) 100%);
}
.hero .container { padding-block: clamp(3rem, 7vw, 5.5rem); width: 100%; }
.hero * { animation: none !important; } /* heroes never animate in */
.hero h1 { margin: .6rem 0 1.4rem; max-width: 12ch; }
.hero h1 .knock { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero h1 .red { color: var(--accent); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 2.2rem; color: var(--muted); font-size: .9rem; }
.hero-meta b { color: var(--ink); font-weight: 600; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }

/* vertical side rail — layout mutation, desktop only */
.side-rail {
  position: absolute; right: 0; top: 0; bottom: 0; z-index: 1; width: 64px;
  border-left: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  background: rgba(11,11,12,.35);
}
.side-rail span {
  writing-mode: vertical-rl; font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: .42em; font-size: .72rem; color: var(--muted); white-space: nowrap;
}
.side-rail span b { color: var(--accent); font-weight: 600; }
@media (max-width: 980px) { .side-rail { display: none; } }
.hero:has(.side-rail) .container { padding-right: calc(var(--gutter) + 64px); }

/* ---- uniform photo grade: one campaign ---- */
.graded { position: relative; overflow: hidden; }
.graded img { filter: saturate(.8) contrast(1.07) brightness(.9); }
.graded::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(160deg, rgba(207,46,33,.12), transparent 55%, rgba(11,11,12,.25));
}
.hero .hero-bg { overflow: hidden; }
.hero .hero-bg img { filter: saturate(.8) contrast(1.07) brightness(.9); }

/* ---- bone band (alternating light section) ---- */
.band-bone { background: var(--bone); color: var(--bone-ink); }
.band-bone .eyebrow { color: var(--accent-dim); }
.band-bone .lede { color: #565049; }
.band-bone h2 { color: #111; }

/* ---- home intro: asymmetric split ---- */
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.intro-grid figure { margin: 0; }
.intro-grid figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.intro-copy p + p { margin-top: 1rem; }
.intro-copy .h-section { margin-bottom: 1.4rem; max-width: 16ch; }
@media (max-width: 880px) { .intro-grid { grid-template-columns: 1fr; } }

/* ---- signposts: 3 image links ---- */
.signposts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.signpost { position: relative; display: block; aspect-ratio: 3/4; overflow: hidden; border: 1px solid var(--line); }
.signpost img { width: 100%; height: 100%; object-fit: cover; transition: filter .35s; }
.signpost .sp-label {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem; z-index: 2;
  background: linear-gradient(transparent, rgba(11,11,12,.92));
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
}
.signpost h3 { font-size: 1.5rem; }
.signpost .sp-arr { color: var(--accent); font-size: 1.4rem; transition: transform .25s; }
.signpost:hover .sp-arr { transform: translateX(6px); }
.signpost:hover img { filter: saturate(.8) contrast(1.07) brightness(1.02); }
@media (max-width: 760px) { .signposts { grid-template-columns: 1fr; } .signpost { aspect-ratio: 16/10; } }

/* ---- stats band ---- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; border-block: 1px solid var(--line); }
.stat { padding: clamp(1.6rem, 3vw, 2.6rem) 1rem; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat .num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.4rem, 5vw, 4rem); color: var(--ink); line-height: 1; }
.stat .num i { font-style: normal; color: var(--accent); }
.stat .lbl { margin-top: .5rem; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .22em; font-family: var(--font-display); }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat:nth-child(3) { border-left: 0; } .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); } }

/* ---- CTA band w/ giant outlined wordmark ---- */
.cta-band { position: relative; overflow: hidden; text-align: center; }
.cta-band .wordmark {
  position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%);
  font-family: var(--font-display); font-weight: 700; font-size: clamp(6rem, 22vw, 20rem);
  color: transparent; -webkit-text-stroke: 1px rgba(233,228,218,.08); white-space: nowrap;
  pointer-events: none; user-select: none; text-transform: uppercase; line-height: 1;
}
.cta-band .container { position: relative; z-index: 1; display: grid; gap: 1.6rem; justify-items: center; }

/* ---- SERVICES: numbered editorial rows ---- */
.svc-rows { border-top: 1px solid var(--line); }
.svc-row {
  display: grid; grid-template-columns: 90px minmax(0, 1.4fr) minmax(0, 1fr) 110px 48px;
  gap: clamp(1rem, 3vw, 2.5rem); align-items: center;
  padding: clamp(1.6rem, 3.5vw, 2.6rem) 0; border-bottom: 1px solid var(--line);
  transition: background .25s, padding-left .25s;
}
.svc-row:hover { background: var(--bg-2); padding-left: 1rem; }
.svc-row .idx { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.4rem); color: transparent; -webkit-text-stroke: 1.5px var(--muted); }
.svc-row:hover .idx { -webkit-text-stroke-color: var(--accent); }
.svc-row h3 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); }
.svc-row .desc { color: var(--muted); font-size: .95rem; }
.svc-row .price { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--ink); text-align: right; }
.svc-row .go { color: var(--accent); font-size: 1.5rem; opacity: 0; transform: translateX(-8px); transition: opacity .25s, transform .25s; }
.svc-row:hover .go { opacity: 1; transform: none; }
@media (max-width: 820px) {
  .svc-row { grid-template-columns: 56px 1fr 80px; }
  .svc-row .desc { grid-column: 2 / -1; grid-row: 2; }
  .svc-row .go { display: none; }
  .svc-row .price { font-size: 1.2rem; }
}

/* services feature split */
.svc-feature { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.svc-feature figure { margin: 0; aspect-ratio: 4/3; }
.svc-feature figure img { width: 100%; height: 100%; object-fit: cover; }
.svc-feature figcaption { padding: .9rem 0; color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .2em; font-family: var(--font-display); }
@media (max-width: 700px) { .svc-feature { grid-template-columns: 1fr; } }

/* house rules (bone) */
.rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); counter-reset: rule; }
.rule { border-top: 2px solid var(--bone-ink); padding-top: 1.2rem; }
.rule::before { counter-increment: rule; content: counter(rule, decimal-leading-zero); font-family: var(--font-display); font-weight: 700; color: var(--accent-dim); font-size: 1.1rem; letter-spacing: .1em; }
.rule h3 { margin: .5rem 0 .4rem; font-size: 1.15rem; }
.rule p { color: #565049; font-size: .94rem; }
@media (max-width: 760px) { .rules { grid-template-columns: 1fr; } }

/* ---- BARBERS: offset staggered portraits ---- */
.crew { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 4vw, 4rem); }
.barber:nth-child(even) { transform: translateY(clamp(1.5rem, 5vw, 4.5rem)); }
.barber figure { margin: 0; aspect-ratio: 3/4; border: 1px solid var(--line); }
.barber figure img { width: 100%; height: 100%; object-fit: cover; }
.barber .b-meta { padding: 1.2rem 0 0; }
.barber h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.barber .b-role { color: var(--accent); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .24em; font-size: .76rem; margin: .3rem 0 .7rem; }
.barber p { color: var(--muted); font-size: .95rem; max-width: 42ch; }
.barber .b-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; }
.barber .b-tags span { border: 1px solid var(--line); padding: .3rem .7rem; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-family: var(--font-display); }
@media (max-width: 700px) { .crew { grid-template-columns: 1fr; } .barber:nth-child(even) { transform: none; } }

/* ---- GALLERY masonry ---- */
.masonry { columns: 3; column-gap: 1.25rem; }
.masonry .graded { margin-bottom: 1.25rem; border: 1px solid var(--line); break-inside: avoid; }
.masonry img { width: 100%; transition: filter .35s; }
.masonry .graded:hover img { filter: saturate(1) contrast(1.07) brightness(1); }
@media (max-width: 900px) { .masonry { columns: 2; } }
@media (max-width: 560px) { .masonry { columns: 1; } }

/* ---- BOOKING ---- */
.book-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 880px) { .book-grid { grid-template-columns: 1fr; } }
.book-step { margin-bottom: 2.2rem; }
.book-step > .bs-title { display: flex; align-items: baseline; gap: .8rem; margin-bottom: 1rem; }
.book-step .bs-num { font-family: var(--font-display); font-weight: 700; color: transparent; -webkit-text-stroke: 1.5px var(--accent); font-size: 1.5rem; }
.book-step h2 { font-size: 1.3rem; }

.choice-grid { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip {
  border: 1px solid var(--line); color: var(--ink); padding: .75rem 1.2rem;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-size: .85rem;
  transition: border-color .2s, background .2s, color .2s;
}
.chip small { display: block; color: var(--muted); letter-spacing: .04em; font-family: var(--font-body); text-transform: none; margin-top: .15rem; }
.chip:hover { border-color: var(--accent); }
.chip.sel { background: var(--accent); border-color: var(--accent); color: #fff; }
.chip.sel small { color: rgba(255,255,255,.8); }
.chip:disabled { opacity: .32; cursor: not-allowed; text-decoration: line-through; }

.day-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: .6rem; }
.day-chip { display: grid; gap: .1rem; justify-items: center; padding: .7rem .4rem; }
.day-chip .dow { font-size: .7rem; letter-spacing: .2em; }
.day-chip .dom { font-size: 1.25rem; font-weight: 600; }

.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: .6rem; }

.book-form { display: grid; gap: 1rem; }
.field label { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; color: var(--muted); margin-bottom: .4rem; }
.field input {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line); color: var(--ink);
  padding: .9rem 1rem; transition: border-color .2s;
}
.field input:focus { outline: none; border-color: var(--accent); }
.field .err { color: var(--accent); font-size: .8rem; margin-top: .35rem; display: none; }
.field.bad input { border-color: var(--accent); }
.field.bad .err { display: block; }

.book-summary { position: sticky; top: 90px; border: 1px solid var(--line); padding: clamp(1.4rem, 3vw, 2.2rem); background: var(--bg-2); }
.book-summary h2 { font-size: 1.25rem; margin-bottom: 1.2rem; }
.sum-row { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.sum-row .k { color: var(--muted); }
.sum-row .v { text-align: right; font-weight: 500; }
.sum-total { display: flex; justify-content: space-between; padding-top: 1rem; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; }
.sum-total .v { color: var(--accent); }
.book-confirm { text-align: center; padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid var(--accent); background: var(--bg-2); }
.book-confirm .code { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 6vw, 3.6rem); color: var(--accent); letter-spacing: .08em; margin: 1rem 0; }
.book-confirm p { color: var(--muted); max-width: 44ch; margin-inline: auto; }
[hidden] { display: none !important; }

/* ---- footer skin ---- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-block: 0; }
.foot-mark {
  display: block; text-align: center; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(3.4rem, 13vw, 11rem); line-height: 1.05; text-transform: uppercase;
  color: transparent; -webkit-text-stroke: 1px rgba(233,228,218,.16); user-select: none;
  padding: clamp(1.5rem, 4vw, 3rem) 1rem 0;
}
.foot-grid {
  display: flex; flex-wrap: wrap; gap: 1.2rem 2.5rem; justify-content: space-between; align-items: center;
  padding-block: 1.6rem; border-top: 1px solid var(--line); margin-top: clamp(1.5rem, 4vw, 3rem);
  color: var(--muted); font-size: .88rem;
}
.foot-grid nav { display: flex; gap: 1.4rem; }
.foot-grid a:hover { color: var(--ink); }

/* ---- mobile sticky book bar ---- */
.book-fab {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none;
  background: var(--accent); color: #fff; text-align: center; padding: 1rem;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .2em; font-weight: 600;
}
@media (max-width: 700px) { .book-fab { display: block; } body { padding-bottom: 52px; } }

/* ---- reveal refinements: text rises; IMAGE blocks opacity-only ---- */
.reveal.img-block { transform: none; }
.reveal { transition-delay: calc(var(--d, 0) * 90ms); }

/* page-head spacing for non-hero pages */
.page-pad { padding-top: clamp(2rem, 5vw, 4rem); }

/* ============================================================================
   v3 — anti-template + motion pass. All NEW motion is text/hover only;
   heroes and image blocks stay fully static. Everything settles to rest.
   ========================================================================== */

/* ---- line-rise heading reveals (JS wraps .h-section/.book-step h2) ---- */
.rise-mask { display: block; overflow: hidden; }
.rise-line {
  display: block; transform: translateY(112%);
  transition: transform .85s cubic-bezier(.22, 1, .36, 1);
  transition-delay: inherit;
}
.reveal.in .rise-line, .in .rise-line { transform: none; }

/* ---- eyebrow: red rule grows in ---- */
.eyebrow.reveal { display: inline-flex; align-items: center; gap: .7rem; }
.eyebrow.reveal::before {
  content: ""; height: 1px; width: 0; background: var(--accent);
  transition: width .7s cubic-bezier(.22, 1, .36, 1) .15s;
}
.eyebrow.reveal.in::before { width: 2.2rem; }

/* ---- giant outlined section numerals (editorial marginalia, static) ---- */
main { counter-reset: sec; }
.section:not(.cta-band) > .container { position: relative; }
.section:not(.cta-band) > .container::before {
  counter-increment: sec; content: "0" counter(sec);
  position: absolute; top: -.18em; right: var(--gutter); z-index: 0;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(4rem, 9vw, 7.5rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(233, 228, 218, .09);
  pointer-events: none; user-select: none;
}
.band-bone.section > .container::before { -webkit-text-stroke-color: rgba(20, 20, 20, .12); }
.section:not(.cta-band) > .container > * { position: relative; z-index: 1; }

/* ---- scroll progress hairline (JS-driven width; no Animation objects) ---- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 200;
  background: var(--accent); pointer-events: none;
}

/* ---- button shimmer sweep on hover ---- */
.btn { position: relative; overflow: hidden; }
.btn::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 50%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .22), transparent);
  transform: skewX(-18deg); transition: left .55s ease; pointer-events: none;
}
.btn:hover::before { left: 130%; }

/* ---- gallery: label rises on hover (text moves, image static) ---- */
.masonry .graded::before {
  content: attr(data-label); position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 1.6rem 1rem .8rem; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--ink);
  background: linear-gradient(transparent, rgba(11, 11, 12, .88));
  transform: translateY(100%); transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.masonry .graded:hover::before { transform: none; }

/* ---- service rows: price nudges with the arrow ---- */
.svc-row .price { transition: transform .25s, color .25s; }
.svc-row:hover .price { transform: translateX(-4px); color: var(--accent); }

/* ---- crew: outlined chair numerals over portraits (static) ---- */
.crew { counter-reset: crew; }
.barber { counter-increment: crew; }
.barber figure { position: relative; }
.barber figure::after {
  content: "0" counter(crew); position: absolute; top: -.12em; left: .08em; z-index: 2;
  font-family: var(--font-display); font-weight: 700; font-size: clamp(3.4rem, 6vw, 5.5rem);
  line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(207, 46, 33, .65);
  pointer-events: none; user-select: none;
}

/* ---- CTA band: faint red slash accent (static) ---- */
.cta-band::before {
  content: ""; position: absolute; left: -10%; right: -10%; top: 52%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 46, 33, .45), transparent);
  transform: rotate(-4deg); pointer-events: none;
}

/* ---- footer wordmark warms on hover ---- */
.foot-mark { transition: -webkit-text-stroke-color .4s; }
.foot-mark:hover { -webkit-text-stroke-color: rgba(207, 46, 33, .45); }

/* ---- chips lift slightly on hover ---- */
.chip { transition: border-color .2s, background .2s, color .2s, transform .2s; }
.chip:not(:disabled):hover { transform: translateY(-2px); }

/* reduced-motion: base.css already flattens everything */
