/* ==========================================================================
   Beacon Barbers, shared stylesheet
   World: "The Barber's Window", cool white subway tile, honed chrome,
   oxblood leather, deep navy ink, gold-leaf shop lettering. Demo shop for
   Turbo Link Studio's barber vertical. Distinct from the salon world (warm
   blush/brass) and the photography world (dark/neon): cool-neutral always.
   ========================================================================== */

:root{
  --tile:       #F2F4F5;
  --porcelain:  #FBFCFC;
  --navy:       #16202B;
  --navy-60:    rgba(22,32,43,.62);
  --navy-40:    rgba(22,32,43,.4);
  --oxblood:    #7A2B2F;
  --oxblood-dark:#5E2024;
  --chrome-l:   #C7CDD2;
  --chrome-d:   #8A949C;
  --gold:       #B08A3E;
  --line:       rgba(22,32,43,.14);

  --font-display: 'Fraunces', serif;
  --font-caps:    'Saira Condensed', sans-serif;
  --font-body:    'Public Sans', sans-serif;

  --max: 1140px;
  --pad-mobile: 24px;
  --pad-desktop: 48px;
}

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

html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--porcelain);
  color: var(--navy);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a{ color: inherit; text-decoration: none; }

h1, h2, h3, h4{
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-variation-settings: "WONK" 1;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin: 0 0 0.45em;
  color: var(--navy);
}

h1{ font-size: clamp(2.5rem, 5.8vw, 4.2rem); }
h2{ font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3{ font-size: clamp(1.25rem, 2.4vw, 1.6rem); font-weight: 600; }
h4{ font-size: 1.15rem; font-weight: 600; }

p{ margin: 0 0 1.15em; }
p:last-child{ margin-bottom: 0; }

.container{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-mobile);
}
@media (min-width: 800px){
  .container{ padding: 0 var(--pad-desktop); }
}

/* -------------------------------------------------------------------------
   Eyebrow / caps labels, engraved Saira Condensed caps
   ------------------------------------------------------------------------- */
.eyebrow{
  display: block;
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: 0.55em;
}
.label{
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.lede{
  font-size: 1.12rem;
  line-height: 1.6;
  color: var(--navy-60);
  max-width: 52ch;
}
.muted{ color: var(--navy-60); }

/* -------------------------------------------------------------------------
   Sections / bands, subway tile texture on the tile band
   ------------------------------------------------------------------------- */
.section{ padding: 88px 0; }
@media (min-width: 800px){ .section{ padding: 120px 0; } }

.band-porcelain{ background: var(--porcelain); }
.band-tile{
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 64px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 128px 100%,
    var(--tile);
  background-blend-mode: normal;
}
.band-navy{ background: var(--navy); color: var(--porcelain); }
.band-navy .eyebrow{ color: var(--gold); }
.band-navy h1, .band-navy h2, .band-navy h3, .band-navy h4{ color: var(--porcelain); }
.band-navy .lede, .band-navy .muted{ color: rgba(251,252,252,.68); }

.section-head{ max-width: 640px; margin-bottom: 52px; }
.section-head.center{ margin-left: auto; margin-right: auto; text-align: center; }

/* -------------------------------------------------------------------------
   Pole divider, abstracted barber pole, on-palette only (no red/white/
   blue): oxblood / porcelain / chrome diagonal stripes stand in for it.
   ------------------------------------------------------------------------- */
.pole-divider{
  display: flex;
  justify-content: center;
  margin: 0 auto 52px;
}
.pole-divider .pole{
  width: 84px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: repeating-linear-gradient(
    -40deg,
    var(--oxblood) 0 10px,
    var(--porcelain) 10px 20px,
    var(--chrome-l) 20px 24px,
    var(--porcelain) 24px 34px
  );
}

/* -------------------------------------------------------------------------
   Nav
   ------------------------------------------------------------------------- */
.site-nav{
  position: sticky;
  top: var(--tl-demobar-h, 41px);
  z-index: 40;
  background: rgba(251, 252, 252, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--chrome-l);
}
.site-nav .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 84px;
}
.nav-logo{
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo svg{ width: 30px; height: 30px; flex: none; color: var(--gold); }
.nav-logo-word{
  font-family: var(--font-display);
  font-variation-settings: "WONK" 1;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.005em;
  color: var(--gold);
  white-space: nowrap;
}
.nav-links{
  display: none;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 820px){ .nav-links{ display: flex; } }
.nav-links a{ position: relative; padding: 4px 0; color: var(--navy); }
.nav-links a::after{
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--oxblood);
  transition: right 200ms ease;
}
.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after{ right: 0; }
.nav-links a[aria-current="page"]{ color: var(--oxblood); }

.site-nav .nav-cta{
  display: inline-flex;
  padding: 10px 18px;
  font-size: 0.82rem;
  white-space: nowrap;
}
.nav-cta-full{ display: none; }
.nav-cta-short{ display: inline; }
@media (min-width: 820px){
  .site-nav .nav-cta{ padding: 13px 28px; font-size: 0.86rem; }
  .nav-cta-full{ display: inline; }
  .nav-cta-short{ display: none; }
}

.nav-toggle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--chrome-l);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 820px){ .nav-toggle{ display: none; } }
.nav-toggle span{ display: block; width: 16px; height: 1px; background: var(--navy); position: relative; }
.nav-toggle span::before, .nav-toggle span::after{
  content: ""; position: absolute; left: 0; width: 16px; height: 1px; background: var(--navy);
}
.nav-toggle span::before{ top: -5px; }
.nav-toggle span::after{ top: 5px; }

.nav-drawer{
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px var(--pad-mobile) 24px;
  border-bottom: 1px solid var(--chrome-l);
  background: var(--porcelain);
}
.nav-drawer.open{ display: flex; }
.nav-drawer a{
  padding: 12px 0;
  font-family: var(--font-caps);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.98rem;
  border-bottom: 1px solid var(--line);
  transition: color 200ms ease;
}
.nav-drawer a:last-child{ border-bottom: none; }
.nav-drawer a:hover, .nav-drawer a[aria-current="page"]{ color: var(--oxblood); }
@media (min-width: 820px){ .nav-drawer{ display: none !important; } }

/* -------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 6px;
  font-family: var(--font-caps);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}
.btn-primary{ background: var(--oxblood); color: var(--porcelain); }
.btn-primary:hover{ background: var(--oxblood-dark); }
.btn-ghost{ background: transparent; color: var(--navy); border-color: var(--chrome-l); }
.btn-ghost:hover{ border-color: var(--oxblood); color: var(--oxblood); }
.band-navy .btn-ghost{ color: var(--porcelain); border-color: rgba(251,252,252,.3); }
.band-navy .btn-ghost:hover{ border-color: var(--gold); color: var(--gold); }
.btn:active{ transform: scale(0.98); }

.text-link{
  position: relative;
  font-weight: 600;
  color: var(--oxblood);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.text-link::after{
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 1px;
  background: var(--oxblood);
  transition: right 200ms ease;
}
.text-link:hover::after{ right: 0; }
.band-navy .text-link{ color: var(--gold); }
.band-navy .text-link::after{ background: var(--gold); }

/* -------------------------------------------------------------------------
   Reveal on scroll
   ------------------------------------------------------------------------- */
.reveal, .reveal-item{
  transition: opacity 550ms cubic-bezier(.2,.6,.2,1), transform 550ms cubic-bezier(.2,.6,.2,1);
}
html.js .reveal, html.js .reveal-item{ opacity: 0; transform: translateY(14px); }
html.js .reveal.is-visible{ opacity: 1; transform: translateY(0); }
.reveal-group.is-visible .reveal-item{ opacity: 1; transform: translateY(0); }
.reveal-group.is-visible .reveal-item:nth-child(1){ transition-delay: 0ms; }
.reveal-group.is-visible .reveal-item:nth-child(2){ transition-delay: 70ms; }
.reveal-group.is-visible .reveal-item:nth-child(3){ transition-delay: 140ms; }
.reveal-group.is-visible .reveal-item:nth-child(4){ transition-delay: 210ms; }
.reveal-group.is-visible .reveal-item:nth-child(5){ transition-delay: 280ms; }
.reveal-group.is-visible .reveal-item:nth-child(6){ transition-delay: 350ms; }
.reveal-group.is-visible .reveal-item:nth-child(7){ transition-delay: 420ms; }
.reveal-group.is-visible .reveal-item:nth-child(8){ transition-delay: 490ms; }

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */
.hero{ padding: 52px 0 88px; }
@media (min-width: 900px){ .hero{ padding: 64px 0 116px; } }
.hero-grid{ display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px){ .hero-grid{ grid-template-columns: 6fr 6fr; gap: 56px; } }
.hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

html.js .hero-photo{ opacity: 0; transform: scale(1.03); }
.hero-photo.hero-loaded{ animation: heroReveal 800ms cubic-bezier(.2,.6,.2,1) forwards; }
html.js .hero-copy h1{ opacity: 0; transform: translateY(14px); }
.hero-copy h1.hero-loaded{ animation: heroRise 800ms cubic-bezier(.2,.6,.2,1) forwards; }
@keyframes heroReveal{ from{ opacity:0; transform:scale(1.03);} to{ opacity:1; transform:scale(1);} }
@keyframes heroRise{ from{ opacity:0; transform:translateY(14px);} to{ opacity:1; transform:translateY(0);} }

/* Status pill: open/closed, computed client-side from posted hours */
.status-row{ display:flex; flex-wrap:wrap; gap:10px; margin: 18px 0 0; }
.status-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--tile);
  border: 1px solid var(--line);
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.status-pill .dot{ width: 7px; height: 7px; border-radius: 999px; background: var(--chrome-d); flex: none; }
.status-pill.is-open .dot{ background: var(--oxblood); }
.status-pill.is-open{ color: var(--oxblood); border-color: rgba(122,43,47,.3); }
.status-note{
  margin: 10px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--navy-40);
  max-width: 42ch;
}

/* -------------------------------------------------------------------------
   Shop window hero art (inline SVG, vector only, no photography)
   ------------------------------------------------------------------------- */
.shop-window{
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--tile);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.shop-window svg{ width: 100%; height: 100%; display: block; }
@media (min-width: 900px){ .shop-window{ aspect-ratio: 5 / 6; } }

/* -------------------------------------------------------------------------
   Grids
   ------------------------------------------------------------------------- */
.grid{ display: grid; gap: 28px; }
.grid-2{ grid-template-columns: 1fr; }
.grid-3{ grid-template-columns: 1fr; }
.grid-4{ grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (min-width: 620px){
  .grid-2{ grid-template-columns: repeat(2, 1fr); }
  .grid-3{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px){
  .grid-3{ grid-template-columns: repeat(3, 1fr); }
  .grid-4{ grid-template-columns: repeat(4, 1fr); }
}

/* -------------------------------------------------------------------------
   Cards
   ------------------------------------------------------------------------- */
.card{
  background: var(--porcelain);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
}
.card-tile{ background: var(--tile); }

.card-fav{
  display: block;
  padding: 26px;
  background: var(--porcelain);
  border: 1px solid var(--line);
  border-radius: 12px;
  border-top: 3px solid var(--chrome-l);
  transition: border-color 200ms ease, transform 200ms ease;
}
.card-fav:hover{ border-top-color: var(--oxblood); transform: translateY(-2px); }
.fav-title{ font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; margin: 0; }
.fav-meta{ display:flex; justify-content:space-between; align-items:baseline; margin: 10px 0 14px; gap: 10px; }
.fav-duration{
  font-family: var(--font-caps);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.fav-price{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--oxblood);
  white-space: nowrap;
}
.fav-note{ font-size: 0.94rem; line-height: 1.55; color: var(--navy-60); margin: 0; }

/* -------------------------------------------------------------------------
   Avatar tiles, CSS/SVG monogram placeholders, never photographs
   ------------------------------------------------------------------------- */
.avatar-tile{
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.5), rgba(255,255,255,0) 40%),
    linear-gradient(var(--chrome-l) 1px, transparent 1px) 0 0 / 100% 22px,
    linear-gradient(90deg, var(--chrome-l) 1px, transparent 1px) 0 0 / 44px 100%,
    var(--tile);
}
.avatar-tile::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(122,43,47,.14), transparent 55%);
}
.avatar-tile.tone-navy::before{ background: linear-gradient(160deg, rgba(22,32,43,.16), transparent 55%); }
.avatar-tile.tone-chrome::before{ background: linear-gradient(160deg, rgba(138,148,156,.22), transparent 55%); }
.avatar-tile .monogram{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-tile .monogram-ring{
  width: 62%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--porcelain);
  border: 2px solid var(--chrome-d);
  box-shadow: 0 0 0 5px var(--porcelain), 0 0 0 6px var(--chrome-l);
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-tile .monogram-letters{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 6vw, 2.1rem);
  color: var(--oxblood);
  letter-spacing: 0.01em;
}
.avatar-tile.tone-navy .monogram-letters{ color: var(--navy); }
.avatar-tile.tone-chrome .monogram-letters{ color: var(--chrome-d); }
.avatar-tile .owner-chip{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 13px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--porcelain);
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avatar-tile-sm{ border-radius: 6px; }

/* -------------------------------------------------------------------------
   Team cards
   ------------------------------------------------------------------------- */
.team-card{ display: block; text-align: center; }
.team-card .avatar-tile{ margin-bottom: 14px; }
.team-card h3{ margin-bottom: 2px; font-size: clamp(1.1rem, 4vw, 1.4rem); }
.team-card .role-line{
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.specialty-chips{ display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 1.1em; }
.specialty-chip{
  display: inline-block;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--tile);
  border: 1px solid var(--line);
  color: var(--navy);
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Price list
   ------------------------------------------------------------------------- */
.menu-group{ max-width: 720px; margin-bottom: 60px; scroll-margin-top: 128px; }
.menu-group:last-child{ margin-bottom: 0; }
.menu-group-head{ margin-bottom: 22px; }
.menu-group-head .eyebrow{ margin-bottom: 0.15em; }

.menu-jump{
  position: sticky;
  top: calc(84px + var(--tl-demobar-h, 41px));
  z-index: 30;
  background: rgba(251, 252, 252, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--chrome-l);
}
.menu-jump-inner{
  display: flex;
  gap: 26px;
  overflow-x: auto;
  padding: 14px 0;
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-60);
  scrollbar-width: none;
}
.menu-jump-inner::-webkit-scrollbar{ display: none; }
.menu-jump-inner a{ flex: 0 0 auto; white-space: nowrap; transition: color 200ms ease; }
.menu-jump-inner a:hover{ color: var(--oxblood); }

.menu-item{
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.menu-item:last-child{ border-bottom: none; }
.menu-item-name{ flex: 1 1 auto; min-width: 0; }
.menu-item-name .item-title{ font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.menu-item-name .item-duration{
  display: block;
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-60);
  margin-top: 4px;
}
.menu-item-leader{ flex: 1 1 24px; border-bottom: 1px dotted var(--chrome-l); margin: 0 4px; transform: translateY(-8px); min-width: 12px; }
.menu-item-price{ flex: 0 0 auto; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--oxblood); white-space: nowrap; }

@media (max-width: 479px){
  .menu-item{ flex-wrap: nowrap; }
  .menu-item-name{ flex: 1 1 auto; padding-right: 12px; }
  .menu-item-leader{ display: none; }
}

.policy-block{
  margin-top: 72px;
  padding: 36px;
  border-radius: 12px;
  background: var(--tile);
  border: 1px solid var(--line);
}
.policy-block h4{ margin-bottom: 1em; }
.policy-block ul{ margin: 0; padding: 0; list-style: none; font-size: 0.94rem; color: var(--navy-60); }
.policy-block li{ padding: 10px 0; border-bottom: 1px solid var(--line); }
.policy-block li:last-child{ border-bottom: none; }

/* -------------------------------------------------------------------------
   Hours table
   ------------------------------------------------------------------------- */
.hours-table{ width: 100%; border-collapse: collapse; }
.hours-table td{ padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.hours-table tr:last-child td{ border-bottom: none; }
.hours-table td:first-child{
  font-family: var(--font-caps);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy-60);
  font-size: 0.85rem;
}
.hours-table td:last-child{ text-align: right; font-weight: 500; }
.hours-table tr.is-today td{ color: var(--oxblood); font-weight: 600; }
.hours-table tr.is-closed td:last-child{ color: var(--navy-60); font-weight: 400; }

/* -------------------------------------------------------------------------
   Location cards
   ------------------------------------------------------------------------- */
.location-card{ display: flex; flex-direction: column; gap: 18px; }
.map-placeholder{
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 24px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 48px 100%,
    var(--tile);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  transition: border-color 200ms ease;
}
.map-placeholder .label{ max-width: 26ch; transition: color 200ms ease; }
a.map-placeholder:hover{ border-color: var(--oxblood); }
a.map-placeholder:hover .label{ color: var(--oxblood); }

/* -------------------------------------------------------------------------
   Forms
   ------------------------------------------------------------------------- */
.form-grid{ display: grid; gap: 22px; }
.form-row-2{ display: grid; gap: 22px; }
@media (min-width: 700px){ .form-row-2{ grid-template-columns: 1fr 1fr; } }
.field{ display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field label{
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.field label .req{ text-transform: none; letter-spacing: normal; font-weight: 400; font-family: var(--font-body); }
.field input, .field select, .field textarea{
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: var(--navy);
  background: var(--porcelain);
  border: 1px solid var(--chrome-l);
  border-radius: 6px;
  padding: 13px 15px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  width: 100%;
}
.field textarea{ resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus{
  outline: none;
  border-color: var(--oxblood);
  box-shadow: 0 0 0 4px rgba(122,43,47,.12);
}
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid{ border-color: var(--oxblood); }
.field input:disabled, .field select:disabled, .field textarea:disabled{
  background: var(--tile);
  color: var(--navy-60);
  cursor: not-allowed;
}
.field-hint{ font-size: 0.82rem; color: var(--navy-60); }

/* Card-on-file step at booking: a clearly non-functional demo card form,
   see book.html. The fields are disabled inputs so nothing can be typed
   into them and nothing is ever submitted. */
.card-on-file-fields{ display: grid; gap: 22px; margin-top: 22px; }

.form-submit{ justify-self: stretch; }
@media (min-width: 700px){ .form-submit{ justify-self: start; } }

.success-panel{
  padding: 44px;
  border-radius: 12px;
  background: var(--tile);
  border: 1px solid var(--line);
  text-align: center;
  scroll-margin-top: 110px;
}
.success-panel .eyebrow{ margin: 0 auto 0.4em; }

/* Booking-flow: service tiles the client taps instead of a bare <select> */
.service-pick-grid{ display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 560px){ .service-pick-grid{ grid-template-columns: repeat(3, 1fr); } }
.service-pick{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 14px;
  border-radius: 8px;
  border: 1px solid var(--chrome-l);
  background: var(--porcelain);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease;
}
.service-pick:hover{ border-color: var(--oxblood); }
.service-pick.picked{ border-color: var(--oxblood); background: var(--tile); box-shadow: inset 0 0 0 1px var(--oxblood); }
.service-pick .sp-name{ font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; }
.service-pick .sp-meta{
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.service-pick .sp-price{ font-family: var(--font-display); font-weight: 700; color: var(--oxblood); }

.avail-overview{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--tile);
}
.avail-overview .avatar-tile{ width: 52px; height: 52px; aspect-ratio: 1; border-radius: 999px; flex: none; }
.avail-overview .avatar-tile .monogram-letters{ font-size: 0.95rem; }
.avail-overview .avatar-tile .monogram-ring{ width: 100%; box-shadow: none; border-width: 1px; }
.avail-name{ font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }

.avail-days{
  display: flex;
  gap: 10px;
  overflow-x: auto;
  max-width: 100%;
  min-width: 0;
  padding: 14px 2px 6px;
  scroll-snap-type: x proximity;
}
.avail-day{
  flex: 0 0 106px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 10px;
  background: var(--porcelain);
}
.avail-day-name{
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-60);
}
.avail-day-date{ font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; margin: 2px 0 10px; }
.avail-slot{
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--chrome-l);
  border-radius: 6px;
  padding: 6px 4px;
  margin-bottom: 6px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  background: transparent;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.avail-slot:last-child{ margin-bottom: 0; }
.avail-slot:hover{ background: var(--tile); }
.avail-slot.picked{ background: var(--oxblood); border-color: var(--oxblood); color: var(--porcelain); }
.avail-none{ font-size: 0.78rem; color: var(--navy-60); padding: 6px 0; }

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
.site-footer{ background: var(--navy); color: var(--porcelain); padding: 60px 0 30px; }
.footer-grid{ display: grid; gap: 36px; margin-bottom: 44px; }
@media (min-width: 700px){ .footer-grid{ grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-logo{ display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo svg{ width: 30px; height: 30px; flex: none; color: var(--gold); }
.footer-logo-word{
  font-family: var(--font-display);
  font-variation-settings: "WONK" 1;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--gold);
}
.footer-nav{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; font-size: 0.92rem; }
.footer-nav a, .footer-col p.muted{ color: rgba(251,252,252,.68); }
.footer-nav a{ transition: color 200ms ease; }
.footer-nav a:hover{ color: var(--gold); }
.footer-bottom{
  border-top: 1px solid rgba(251,252,252,.14);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(251,252,252,.55);
}
.footer-bottom a{ color: rgba(251,252,252,.72); }
.footer-bottom a:hover{ color: var(--gold); }

/* -------------------------------------------------------------------------
   Focus states
   ------------------------------------------------------------------------- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
  outline: 2px solid var(--oxblood);
  outline-offset: 3px;
  border-radius: 4px;
}

/* -------------------------------------------------------------------------
   Utility
   ------------------------------------------------------------------------- */
.center{ text-align: center; }
.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;
}

/* -------------------------------------------------------------------------
   Gallery, filterable grid of demo "cuts". Tiles are the same tasteful
   CSS/SVG placeholder approach as the barber avatars, tool icons on a
   tiled ground, never a photograph or an AI-generated likeness of a person.
   ------------------------------------------------------------------------- */
.gallery-filters{ display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.gallery-filter{
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid var(--chrome-l);
  background: var(--porcelain);
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-60);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}
.gallery-filter:hover{ border-color: var(--oxblood); color: var(--oxblood); }
.gallery-filter.is-active{ background: var(--oxblood); border-color: var(--oxblood); color: var(--porcelain); }

.gallery-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 14px; margin: 0; padding: 0; }
@media (min-width: 700px){ .gallery-grid{ grid-template-columns: repeat(4, 1fr); } }
.gallery-item{ animation: galleryFade 420ms ease both; }
@keyframes galleryFade{ from{ opacity: 0; transform: translateY(8px); } to{ opacity: 1; transform: translateY(0); } }
.gallery-tile{
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 18px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 18px 100%,
    var(--tile);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-tile::before{ content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(122,43,47,.14), transparent 55%); }
.gallery-tile.tone-navy::before{ background: linear-gradient(160deg, rgba(22,32,43,.16), transparent 55%); }
.gallery-tile.tone-chrome::before{ background: linear-gradient(160deg, rgba(138,148,156,.22), transparent 55%); }
.gallery-tile svg{ position: relative; width: 34%; height: 34%; opacity: .68; color: var(--oxblood); }
.gallery-tile.tone-navy svg{ color: var(--navy); }
.gallery-tile.tone-chrome svg{ color: var(--chrome-d); }
.gallery-caption{ margin: 10px 2px 0; }
.gallery-caption .cap-title{
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}
.gallery-caption .cap-meta{
  display: block;
  margin-top: 2px;
  font-family: var(--font-caps);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-60);
}

/* -------------------------------------------------------------------------
   Reduced motion
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .reveal, .reveal-item, html.js .reveal, html.js .reveal-item{ opacity: 1; transform: none; transition: none; }
  .hero-photo, .hero-copy h1{ opacity: 1 !important; transform: none !important; animation: none !important; }
  *{ transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
}
