/* The Backyard — rebuilt from Kevin's original ctonew design.
   Palette: Tailwind gray (dark) + custom olive, stone accents. Font: Inter (self-hosted). */

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --olive-300: #c6bd63;
  --olive-400: #b0a74c;
  --olive-500: #948c38;
  --olive-600: #6f6a26;
  --olive-900: #31300d;
  --olive-950: #1f1e08;

  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5dc;
  --gray-400: #99a1af;
  --gray-500: #6a7282;
  --gray-700: #364153;
  --gray-800: #1e2939;
  --gray-900: #101828;
  --gray-950: #030712;

  --stone-600: #57534d;
  --stone-700: #44403b;
  --stone-900: #1c1917;

  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --ease: cubic-bezier(.4, 0, .2, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--gray-950);
  color: var(--gray-100);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, figure, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
address { font-style: normal; }
svg { width: 1em; height: 1em; flex: none; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--olive-600); color: #fff; padding: 10px 16px; border-radius: var(--radius-lg);
}
.skip:focus { top: 12px; }

:focus-visible { outline: 2px solid var(--olive-300); outline-offset: 3px; border-radius: 4px; }

.olive { color: var(--olive-400); }
.center { text-align: center; }

/* ---------- layout ---------- */
.wrap { margin-inline: auto; padding-inline: 1.5rem; }
.wrap-2xl { max-width: calc(42rem + 3rem); }
.wrap-4xl { max-width: calc(56rem + 3rem); }
.wrap-5xl { max-width: calc(64rem + 3rem); }
.wrap-6xl { max-width: calc(72rem + 3rem); }

.block { padding-block: 6rem; border-top: 1px solid var(--gray-800); }
.block--flush-top { padding-top: 0; border-top: 0; }
.block--tint { background: rgba(3, 7, 18, .5); background: color-mix(in srgb, var(--gray-900) 22%, var(--gray-950)); }

.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-head h2 { font-size: clamp(1.875rem, 4vw, 2.25rem); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; color: #fff; }
.section-head p { max-width: 36rem; margin: .75rem auto 0; color: var(--gray-400); }
.section-head--lg { margin-bottom: 4rem; }
.section-head--lg h2 { font-size: clamp(2.25rem, 5vw, 3rem); line-height: 1.05; }
.section-head--lg p { max-width: 42rem; margin-top: 1rem; }

/* ---------- pills, buttons ---------- */
.pill {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-bottom: 1rem; padding: .375rem 1rem;
  border: 1px solid rgba(148, 140, 56, .25); border-radius: 999px;
  background: rgba(31, 30, 8, .6);
  color: var(--olive-300); font-size: .75rem; font-weight: 500; line-height: 1.33;
}
.pill-solid { border-color: transparent; background: rgba(148, 140, 56, .12); color: var(--olive-400); font-weight: 600; letter-spacing: .04em; margin-bottom: .75rem; }
.dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--olive-400); animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite; }
@keyframes pulse { 50% { opacity: .45; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .75rem 1.5rem; border-radius: var(--radius-xl);
  background: var(--olive-600); border: 1px solid var(--olive-500);
  color: #fff; font: inherit; font-size: .875rem; font-weight: 600; line-height: 1.25;
  cursor: pointer; transition: background-color .15s var(--ease), transform .15s var(--ease), border-color .15s var(--ease);
}
.btn:hover { background: var(--olive-500); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 1rem; height: 1rem; transition: transform .15s var(--ease); }
.btn:hover svg { transform: translateX(2px); }
.btn-sm { padding: .625rem 1.25rem; }
.btn-lg { padding: .875rem 1.75rem; font-size: 1rem; }
.btn-ghost { background: rgba(3, 7, 18, .45); border-color: rgba(209, 213, 220, .28); }
.btn-ghost:hover { background: rgba(16, 24, 40, .8); border-color: var(--olive-400); }
.btn-outline { background: transparent; border-color: var(--gray-700); color: var(--gray-200); }
.btn-outline:hover { background: var(--gray-900); border-color: var(--olive-500); }
.btn-block { width: 100%; }

.text-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.25rem; color: var(--olive-300); font-weight: 600; font-size: .875rem; }
.text-link svg { width: 1rem; height: 1rem; transition: transform .15s var(--ease); }
.text-link:hover { color: #fff; }
.text-link:hover svg { transform: translateX(3px); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--gray-800);
  background: rgba(3, 7, 18, .9);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.nav-inner { max-width: calc(72rem + 3rem); margin-inline: auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand img { width: 2.75rem; height: 2.75rem; border-radius: var(--radius-lg); box-shadow: 0 10px 15px -3px rgba(0,0,0,.4), 0 0 0 1px rgba(0,0,0,.2); }
.brand-name { display: block; font-size: 1rem; font-weight: 700; line-height: 1.25; color: #fff; }
.brand-sub { display: block; font-size: 11px; line-height: 1.25; color: var(--gray-400); text-transform: uppercase; letter-spacing: .02em; }

.nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: .875rem; color: var(--gray-400); }
.nav-links a:not(.btn) { transition: color .15s var(--ease); }
.nav-links a:not(.btn):hover { color: #fff; }
.nav-links a:not(.btn):first-child { color: var(--olive-300); }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--gray-800); border-radius: var(--radius-lg); background: transparent; color: #fff; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .ic-close { display: none; }
.nav-toggle[aria-expanded="true"] .ic-open { display: none; }
.nav-toggle[aria-expanded="true"] .ic-close { display: block; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 6rem 1.5rem 3rem; }
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to bottom, rgba(3,7,18,.85), rgba(3,7,18,.6) 50%, rgba(3,7,18,.95)),
    url('assets/backyard-hero-chair.jpg');
  background-size: cover; background-position: center;
}
.hero-glow { position: absolute; pointer-events: none; border-radius: 50%; }
.hero-glow--a { right: 0; top: 0; width: 400px; height: 400px; transform: translate(25%, -25%); background: radial-gradient(closest-side, rgba(111,106,38,.28), rgba(111,106,38,0)); }
.hero-glow--b { left: 0; bottom: 0; width: 350px; height: 350px; transform: translate(-25%, 33%); background: radial-gradient(closest-side, rgba(68,64,59,.45), rgba(68,64,59,0)); }
.hero-inner { position: relative; max-width: 56rem; margin-inline: auto; text-align: center; }
.hero-logo { width: 6rem; height: 6rem; margin: 0 auto 1.5rem; border-radius: var(--radius-2xl); box-shadow: 0 25px 50px -12px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.1); }
.hero h1 { font-size: clamp(2.25rem, 7vw, 3.75rem); line-height: 1.05; font-weight: 800; letter-spacing: -.025em; color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.hero-lede { max-width: 42rem; margin: 1rem auto 0; font-size: 1.125rem; line-height: 1.55; color: var(--gray-300); text-shadow: 0 1px 12px rgba(0,0,0,.6); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 2rem; }
.hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; margin-top: 1.5rem; font-size: .875rem; color: var(--gray-300); }
.hero-meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero-meta svg { width: 1rem; height: 1rem; color: var(--olive-400); }

/* ---------- booking at a glance ---------- */
#booking { padding-bottom: 6rem; }
.feature-head {
  margin-bottom: 2.5rem; padding: 2.5rem; text-align: center;
  border: 1px solid rgba(148, 140, 56, .2); border-radius: var(--radius-3xl);
  background: linear-gradient(135deg, rgba(31, 30, 8, .55), var(--gray-950));
}
.feature-head h2 { font-size: clamp(1.875rem, 4vw, 2.25rem); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; color: #fff; }
.feature-head p { max-width: 42rem; margin: 1rem auto 0; color: var(--gray-400); }

.feature-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 2.5rem; align-items: start; }
.side { display: grid; gap: 1.25rem; }

.panel { overflow: hidden; border: 1px solid rgba(148, 140, 56, .2); border-radius: var(--radius-2xl); background: var(--gray-900); box-shadow: 0 25px 50px -12px rgba(49, 48, 13, .25); }
.panel-bar { display: flex; align-items: center; gap: .75rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--gray-800); background: var(--gray-950); }
.panel-bar img { width: 2.5rem; height: 2.5rem; border-radius: var(--radius-xl); }
.panel-title { font-size: .875rem; font-weight: 600; color: #fff; }
.panel-sub { font-size: .75rem; color: var(--olive-400); }
.panel-tag { margin-left: auto; font-size: .75rem; color: var(--gray-400); }
.panel-list { padding: .75rem 1.25rem; }
.panel-list li { display: flex; align-items: center; gap: 1rem; padding: 1rem .25rem; border-bottom: 1px solid rgba(30, 41, 57, .8); }
.panel-list li:last-child { border-bottom: 0; }
.panel-ic { display: flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border-radius: var(--radius-xl); border: 1px solid rgba(148,140,56,.2); background: rgba(111,106,38,.12); color: var(--olive-300); }
.panel-ic svg { width: 1.25rem; height: 1.25rem; }
.panel-name { flex: 1; font-weight: 600; color: var(--gray-100); }
.panel-name small { display: block; margin-top: .125rem; font-size: .75rem; font-weight: 500; color: var(--gray-400); text-transform: uppercase; letter-spacing: .05em; }
.panel-price { font-size: 1.25rem; font-weight: 800; color: var(--olive-300); }
.panel-foot { padding: 1rem 1.25rem 1.25rem; border-top: 1px solid var(--gray-800); text-align: center; }
.panel-foot p { margin-top: .75rem; font-size: .75rem; color: var(--gray-400); }

.card { padding: 1.5rem; border: 1px solid var(--gray-800); border-radius: var(--radius-2xl); background: rgba(16, 24, 40, .5); }
.card--stone { border-color: rgba(68, 64, 59, .4); background: rgba(28, 25, 23, .4); }
.card h3 { font-size: 1rem; font-weight: 700; color: #fff; }
.card > p { margin-top: .75rem; font-size: .875rem; line-height: 1.625; color: var(--gray-300); }

.stats { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.25rem; text-align: center; }
.stats > div { padding: 1rem .75rem; border-radius: var(--radius-xl); background: rgba(16, 24, 40, .8); }
.stat { font-size: 1.5rem; font-weight: 800; line-height: 1.33; color: var(--olive-400); }
.stat-label { font-size: 11px; color: var(--gray-400); }

.checks { display: grid; gap: .625rem; margin-top: 1rem; }
.checks li { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; color: var(--gray-400); }
.checks svg { width: 1rem; height: 1rem; margin-top: .15rem; color: var(--olive-400); }

/* ---------- tiles (barbers + services) ---------- */
.tile {
  position: relative; overflow: hidden; padding: 1.75rem;
  border: 1px solid var(--gray-800); border-radius: var(--radius-2xl); background: rgba(16, 24, 40, .5);
  transition: transform .2s var(--ease), border-color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease);
}
.tile::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(to right, transparent, rgba(148,140,56,.4), transparent); opacity: .6; transition: opacity .2s var(--ease); }
.tile:hover { transform: translateY(-4px); border-color: rgba(148,140,56,.4); background: var(--gray-900); box-shadow: 0 20px 25px -5px rgba(31,30,8,.4); }
.tile:hover::before { opacity: 1; }
.tile h3 { font-size: 1.125rem; font-weight: 700; letter-spacing: -.02em; color: #fff; }
.tile p { margin-top: .5rem; font-size: .875rem; line-height: 1.625; color: var(--gray-400); }

.tile-ic { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: var(--radius-xl); border: 1px solid rgba(148,140,56,.2); background: rgba(111,106,38,.1); color: var(--olive-300); transition: background-color .2s var(--ease), border-color .2s var(--ease); }
.tile-ic svg { width: 1.375rem; height: 1.375rem; }
.tile:hover .tile-ic { border-color: rgba(148,140,56,.35); background: rgba(111,106,38,.16); }
.tile-ic--round { width: 4rem; height: 4rem; margin-inline: auto; border-radius: 50%; border-color: rgba(148,140,56,.25); box-shadow: inset 0 2px 4px rgba(0,0,0,.4); }
.tile-ic--round svg { width: 1.625rem; height: 1.625rem; }

.tile--center { padding: 2rem; text-align: center; }
.tile--center h3 { margin-top: 1.25rem; }
.badge { display: inline-block; margin-top: .625rem; padding: .25rem .75rem; border: 1px solid rgba(148,140,56,.3); border-radius: 999px; background: rgba(31,30,8,.4); color: var(--olive-300); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.tile--center p { margin-top: 1rem; }
.chair-no { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1.25rem !important; font-size: 10px !important; font-weight: 500; text-transform: uppercase; letter-spacing: .2em; color: var(--gray-400) !important; }
.chair-no span { width: 1.5rem; height: 1px; background: var(--gray-700); }

.chairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.photo-band { overflow: hidden; margin-bottom: 2.5rem; border: 1px solid rgba(68,64,59,.4); border-radius: var(--radius-3xl); background: rgba(28,25,23,.4); }
.photo-band img { width: 100%; height: 18rem; object-fit: cover; object-position: top; }
.photo-band figcaption { padding: .75rem 1.25rem; text-align: center; font-size: .75rem; color: var(--gray-400); }

/* ---------- vibe ---------- */
.vibe { position: relative; overflow: hidden; border: 1px solid rgba(68,64,59,.4); border-radius: var(--radius-3xl); }
.vibe img { width: 100%; height: 24rem; object-fit: cover; }
.vibe-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,7,18,.95), rgba(3,7,18,.35) 55%, rgba(3,7,18,0)); }
.vibe-copy { position: absolute; left: 0; bottom: 0; padding: 2.5rem; }
.kicker { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--olive-300); }
.vibe-line { max-width: 36rem; margin-top: .5rem; font-size: 1.25rem; line-height: 1.4; font-weight: 600; color: #fff; }

/* ---------- services ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.svc-top { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin-top: 1.25rem; }
.svc-price { white-space: nowrap; font-size: 1.125rem; font-weight: 800; color: var(--olive-300); }
.svc-meta { margin-top: .25rem !important; font-size: .75rem !important; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; color: var(--gray-400) !important; }
.tile--book { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-color: rgba(87,83,77,.4); background: rgba(28,25,23,.5); }
.tile--book h3 { margin-top: 1.25rem; }
.tile--book .btn { margin-top: 1rem; }
.tile--book:hover { border-color: rgba(148,140,56,.3); background: rgba(28,25,23,.65); }

/* ---------- book your chair ---------- */
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.book-grid .card { padding: 2rem; }
.book-grid h3 { font-size: 1.125rem; }
.hours-note { display: flex; gap: .75rem; margin-top: 1rem; padding: 1rem; border-radius: var(--radius-xl); border: 1px solid rgba(148,140,56,.2); background: rgba(31,30,8,.35); }
.hours-note svg { width: 1.25rem; height: 1.25rem; margin-top: .1rem; color: var(--olive-300); }
.hours-note p { font-size: .875rem; line-height: 1.6; color: var(--gray-300); }
.addr { display: flex; gap: .75rem; margin-top: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(30,41,57,.7); font-size: .875rem; line-height: 1.7; color: var(--gray-300); }
.addr svg { width: 1.25rem; height: 1.25rem; margin-top: .2rem; color: var(--olive-400); }
.addr strong { color: #fff; font-weight: 600; }
.small { margin-top: 1rem; font-size: .75rem; line-height: 1.6; color: var(--gray-400); }
.book-grid .card > .text-link { margin-top: 1rem; }
.steps { display: grid; gap: .75rem; margin: 1.25rem 0; }
.steps li { display: flex; align-items: center; gap: .75rem; padding: .625rem 1rem; border: 1px solid rgba(54,65,83,.5); border-radius: var(--radius-lg); background: rgba(16,24,40,.7); font-size: .875rem; color: var(--gray-300); }
.steps svg { width: 1rem; height: 1rem; color: var(--olive-400); }

/* ---------- rating ---------- */
.rating { background: radial-gradient(60% 120% at 50% 0%, rgba(31,30,8,.7), var(--gray-950) 70%); }
.stars { display: inline-flex; gap: .25rem; color: var(--olive-300); }
.stars svg { width: 1.5rem; height: 1.5rem; }
.rating h2 { margin-top: 1rem; font-size: clamp(1.875rem, 4vw, 2.25rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: #fff; }
.rating p { margin-top: .75rem; color: var(--gray-400); }

/* ---------- hours ---------- */
.hours { margin: 1rem 0 0; display: grid; gap: .5rem; font-size: .875rem; }
.hours > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(30,41,57,.6); }
.hours dt { color: var(--gray-400); }
.hours dd { margin: 0; color: var(--gray-200); font-variant-numeric: tabular-nums; }
.hours .is-closed dd { color: var(--gray-400); }
.book-grid .addr { margin-top: 1rem; padding-bottom: 0; border-bottom: 0; }
.call-line { margin-top: 1.25rem; font-size: .875rem; color: var(--gray-400); }
.call-line a { font-weight: 600; color: #fff; }
.call-line a:hover { color: var(--olive-300); }

/* ---------- call ---------- */
.call-card { padding: 2.5rem 1.5rem; border: 1px solid rgba(148,140,56,.2); border-radius: var(--radius-3xl); background: linear-gradient(135deg, rgba(31,30,8,.55), var(--gray-950)); }
.call-ic { display: inline-flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; border: 1px solid rgba(148,140,56,.3); background: rgba(111,106,38,.12); color: var(--olive-300); }
.call-ic svg { width: 1.5rem; height: 1.5rem; }
.call-card h2 { margin-top: 1rem; font-size: clamp(1.875rem, 4vw, 2.25rem); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; color: #fff; }
.call-card p { max-width: 32rem; margin: .75rem auto 0; color: var(--gray-400); }
.call-btn { margin-top: 1.75rem; font-size: 1.125rem; }
.call-card .text-link { display: flex; justify-content: center; }
.btn svg:first-child:not(:last-child) { transform: none; }

.nav-phone { display: inline-flex; align-items: center; gap: .4rem; color: var(--gray-200) !important; font-weight: 600; }
.nav-phone svg { width: 1rem; height: 1rem; color: var(--olive-300); }
.nav-phone:hover { color: #fff !important; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--gray-800); padding: 3rem 1.5rem; }
.footer-inner { max-width: 72rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-brand img { width: 2.5rem; height: 2.5rem; border-radius: var(--radius-lg); }
.footer-name { font-size: .875rem; font-weight: 600; color: var(--gray-300); }
.footer-sub { font-size: .75rem; color: var(--gray-400); }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.25rem; font-size: .875rem; color: var(--gray-400); }
.footer-meta a { color: var(--olive-300); }
.footer-meta a:hover { color: #fff; }
.footer-note { max-width: 72rem; margin: 2rem auto 0; text-align: center; }
.footer-note span { display: inline-block; padding: .5rem 1rem; border: 1px solid var(--gray-800); border-radius: 999px; background: rgba(16,24,40,.5); font-size: .75rem; line-height: 1.5; color: var(--gray-400); }

.bookbar { display: none; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
  .feature-grid { grid-template-columns: 1fr; }
  .services { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute; left: 0; right: 0; top: 100%;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: .5rem 1.5rem 1.25rem; border-bottom: 1px solid var(--gray-800);
    background: rgba(3,7,18,.98); font-size: 1rem;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a:not(.btn) { padding: .875rem 0; border-bottom: 1px solid var(--gray-800); }
  .nav-links .btn { margin-top: 1rem; padding-block: .875rem; }

  .block { padding-block: 4.5rem; }
  .block--flush-top { padding-top: 0; }
  .hero { padding: 4.5rem 1.25rem 3rem; }
  .feature-head { padding: 1.75rem 1.25rem; }
  .chairs, .services, .book-grid { grid-template-columns: 1fr; }
  .photo-band img { height: 13rem; }
  .vibe img { height: 22rem; }
  .vibe-copy { padding: 1.5rem; }
  .vibe-line { font-size: 1.125rem; }
  .footer { padding-bottom: 6rem; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-brand { flex-direction: column; }
  .footer-meta { justify-content: center; }
  .footer-note span { border-radius: var(--radius-xl); }

  .bookbar {
    display: grid; grid-template-columns: 1fr 2fr; gap: .625rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--gray-800); background: rgba(3,7,18,.94);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  }
}

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