/* Top Men's Barbers demo. Palette from the shop itself: brick, the red oval sign, the cream painted board, the navy fascia. */
@font-face { font-family: 'Bricolage Grotesque'; src: url('../fonts/BricolageGrotesque.woff2') format('woff2'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'Dancing Script'; src: url('../fonts/DancingScript.woff2') format('woff2'); font-weight: 500 700; font-display: swap; }

:root {
  --paper: #f3eadb; --paper-2: #eadfca; --board: #fbf6ea;
  --ink: #1b1714; --muted: #5c5147;
  --brick: #8f3624; --brick-d: #6b2618; --mortar: #c9a38a;
  --sign: #b8362f; --sign-d: #94271f;
  --navy: #1c2740; --navy-2: #26355a; --led: #fff3d1;
  --wa: #25d366; --wa-d: #128c4a;
  --r: 16px; --pad: 38px;
  --font: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
  --script: 'Dancing Script', 'Segoe Script', cursive;
  --shadow: 0 1px 0 rgba(27,23,20,.06), 0 12px 30px -12px rgba(27,23,20,.28);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1.0625rem/1.55 var(--font); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 6px; }
.on-dark :focus-visible, .strip :focus-visible, .site-header :focus-visible, .mmenu :focus-visible { outline-color: var(--led); }
.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 700px) { .wrap { padding-inline: 28px; } }
.muted { color: var(--muted); }
.script { font-family: var(--script); font-weight: 700; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

h1 { font-size: clamp(2.6rem, 8.4vw, 5.4rem); line-height: .96; font-weight: 800; letter-spacing: -.03em; font-variation-settings: 'opsz' 96; }
h2 { font-size: clamp(1.9rem, 5vw, 3.1rem); line-height: 1.02; font-weight: 800; letter-spacing: -.025em; font-variation-settings: 'opsz' 72; }
h3 { font-size: 1.25rem; line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
.lead { font-size: clamp(1.1rem, 2.6vw, 1.3rem); line-height: 1.5; color: var(--muted); max-width: 34em; }
section { padding-block: clamp(48px, 8vw, 96px); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 48px; padding: .7em 1.35em; border-radius: 999px; border: 2px solid transparent; background: var(--sign); color: #fff8ee; font-weight: 700; text-decoration: none; line-height: 1.1; transition: transform .15s, background .15s, box-shadow .15s; }
.btn:hover { background: var(--sign-d); transform: translateY(-1px); }
.btn svg { width: 1.25em; height: 1.25em; flex: none; }
.btn-sm { min-height: 44px; padding: .5em 1.05em; font-size: .95rem; }
.btn-wa { background: var(--wa); color: #06331a; }
.btn-wa:hover { background: #1fbb5b; }
.btn-ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn-ghost:hover { background: rgba(127,127,127,.14); }
.btn-cream { background: var(--led); color: var(--ink); }
.btn-cream:hover { background: #fff; }
.btn[aria-disabled='true'], .btn.is-off { opacity: .55; }
.link { font-weight: 700; text-underline-offset: 3px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(243,234,219,.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(27,23,20,.1); }
.head-in { display: flex; align-items: center; gap: 14px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.oval { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--sign); color: #fff8ee; font-style: normal; line-height: .8; flex: none; }
.oval i { font: 800 8px/1 var(--font); font-style: normal; letter-spacing: .06em; }
.oval b { display: block; width: 16px; height: 16px; margin: 1px 0; }
.oval svg { width: 100%; height: 100%; }
.brand-t { white-space: nowrap; font-weight: 800; font-size: 1.15rem; line-height: 1; letter-spacing: -.02em; display: flex; flex-direction: column; }
.brand-t small { font-weight: 500; font-size: .72rem; letter-spacing: 0; color: var(--muted); margin-top: 3px; }
.nav { display: none; gap: 2px; }
.nav a { white-space: nowrap; padding: 10px 11px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: .96rem; }
.nav a:hover { background: rgba(27,23,20,.07); }
.nav a[aria-current='page'] { background: var(--ink); color: var(--paper); }
.pill { display: none; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: var(--board); border: 1.5px solid rgba(27,23,20,.14); text-decoration: none; font-weight: 700; font-size: .86rem; white-space: nowrap; }
.pill .dot { width: 9px; height: 9px; border-radius: 50%; background: #9a8f84; flex: none; }
.pill.is-open .dot { background: #1e9e4f; box-shadow: 0 0 0 4px rgba(30,158,79,.2); }
.head-book { display: none; }
.menu-btn { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 48px; height: 48px; padding: 0 12px; border: 0; border-radius: 12px; background: var(--ink); }
.menu-btn span { display: block; height: 2.5px; border-radius: 2px; background: var(--paper); transition: transform .2s, opacity .2s; }
.menu-btn[aria-expanded='true'] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-btn[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (min-width: 1000px) {
  .nav { display: flex; } .pill { display: inline-flex; } .head-book { display: inline-flex; } .menu-btn { display: none; }
  .brand { margin-right: 6px; } .nav { margin-right: auto; }
}
.mmenu { position: fixed; inset: 0; z-index: 60; background: var(--navy); color: var(--led); padding: 84px 22px 28px; display: flex; flex-direction: column; overflow-y: auto; }
.mmenu[hidden] { display: none; }
.mmenu nav { display: flex; flex-direction: column; }
.mmenu nav a { padding: 14px 0; font-size: 1.9rem; font-weight: 800; letter-spacing: -.02em; text-decoration: none; border-bottom: 1px solid rgba(255,243,209,.16); }
.mmenu nav a[aria-current='page'] { color: #ff9d8f; }
.mmenu .mm-book { color: var(--navy); background: var(--led); margin-top: 18px; border: 0; text-align: center; border-radius: 999px; font-size: 1.15rem; padding: 14px; }
.mm-foot { margin-top: auto; padding-top: 24px; display: grid; gap: 10px; }
.mm-foot .pill { display: inline-flex; justify-self: start; color: var(--ink); }
/* keep the header's menu button above the open menu */
.menu-open .site-header { z-index: 70; background: transparent; border-color: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
.menu-open .site-header .brand-t { color: var(--led); } .menu-open .site-header .brand-t small { color: #cdbf9d; }
.menu-open .site-header .head-book, .menu-open .site-header .pill { display: none; }
.menu-open .site-header .menu-btn { background: var(--led); } .menu-open .site-header .menu-btn span { background: var(--navy); }

/* Phone bar */
.phone-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(28,39,64,.96); }
.phone-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; border-radius: 12px; background: rgba(255,243,209,.12); color: var(--led); text-decoration: none; font-weight: 700; font-size: .95rem; }
.phone-bar a svg { width: 19px; height: 19px; }
.phone-bar a[data-wa-bar] { background: var(--wa); color: #06331a; }
.phone-bar .bar-book { background: var(--sign); color: #fff8ee; }
body:not(.is-book) { padding-bottom: 72px; }
@media (min-width: 1000px) { .phone-bar { display: none; } body:not(.is-book) { padding-bottom: 0; } }

/* Hero */
.hero { padding-block: clamp(28px, 6vw, 72px) clamp(40px, 6vw, 72px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; align-items: center; }
.hero h1 { max-width: 9em; }
.hero .lead { margin-top: 20px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.live { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-weight: 700; }
.live::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #9a8f84; }
.live[data-open='true']::before { background: #1e9e4f; box-shadow: 0 0 0 5px rgba(30,158,79,.2); }
.frame { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); background: var(--brick); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo { aspect-ratio: 4 / 3.3; transform: rotate(1.2deg); }
.frame figcaption { position: absolute; left: 10px; bottom: 10px; padding: 7px 11px; border-radius: 12px; background: rgba(251,246,234,.94); font-size: .84rem; font-weight: 600; line-height: 1.3; color: var(--ink); }
.hero-photo figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 12px; border-radius: 999px; background: rgba(251,246,234,.94); font-size: .85rem; font-weight: 700; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; } }

/* The day strip (signature) */
.pick { margin-top: clamp(30px, 5vw, 56px); padding: 0; }
.strip { background: var(--navy); color: var(--led); border-radius: 24px; padding: clamp(16px, 3vw, 26px); box-shadow: var(--shadow); position: relative; }
.strip-days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 14px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.day { flex: none; min-width: 66px; min-height: 66px; padding: 6px 8px; border-radius: 14px; border: 2px solid rgba(255,243,209,.25); background: transparent; color: var(--led); display: grid; justify-items: center; align-content: center; line-height: 1.15; }
.day .d-n { font-size: .78rem; font-weight: 600; } .day .d-d { font-size: 1.3rem; font-weight: 800; } .day .d-m { font-size: .72rem; opacity: .75; }
.day:hover { border-color: var(--led); }
.day[aria-pressed='true'] { background: var(--led); color: var(--navy); border-color: var(--led); }
.day.is-closed { border-style: dashed; opacity: .5; cursor: not-allowed; }
.strip-stage { position: relative; padding-top: 34px; }
.track { position: relative; height: 68px; border-radius: 16px; touch-action: pan-y; cursor: grab; user-select: none; -webkit-user-select: none;
  background: linear-gradient(rgba(201,163,138,.55) 0 0) 0 0 / 100% 2px no-repeat, linear-gradient(rgba(201,163,138,.55) 0 0) 0 100% / 100% 2px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(201,163,138,.5) 46px 48px), repeating-linear-gradient(0deg, transparent 0 33px, rgba(201,163,138,.5) 33px 35px), var(--brick); }
.track[hidden] { display: none; }
.is-drag .track { cursor: grabbing; }
.puck, .band, .needle, .ticks span { --x: calc(var(--pad) + (100% - 2 * var(--pad)) * var(--p)); }
.puck { position: absolute; top: 50%; left: calc(var(--pad) + (100% - 2 * var(--pad)) * var(--p, 0)); transform: translate(-50%, -50%); z-index: 3; padding: 0; border: 0; background: none; touch-action: none; }
.puck-oval { display: flex; flex-direction: column; align-items: center; justify-content: center; width: calc(var(--pad) * 2); height: 56px; border-radius: 50%; background: var(--sign); color: #fff8ee; border: 3px solid #fbf6ea; box-shadow: 0 6px 16px rgba(0,0,0,.4); line-height: 1; }
.puck-oval i { font: 800 9px/1 var(--font); font-style: normal; letter-spacing: .08em; }
.puck-oval svg { width: 20px; height: 20px; margin: 1px 0; }
.strip:not(.is-drag) .puck, .strip:not(.is-drag) .band { transition: left .14s ease-out, width .14s ease-out; }
.puck:focus-visible { outline: none; } .puck:focus-visible .puck-oval { box-shadow: 0 0 0 4px var(--navy), 0 0 0 7px var(--led); }
.band { position: absolute; top: 12px; bottom: 12px; left: var(--x); width: calc((100% - 2 * var(--pad)) * var(--w, .05)); border-radius: 0 12px 12px 0; background: rgba(255,243,209,.5); z-index: 1; }
.past { position: absolute; top: 0; bottom: 0; left: 0; width: calc(var(--pad) + (100% - 2 * var(--pad)) * var(--w, 0)); border-radius: 16px 0 0 16px; background: repeating-linear-gradient(135deg, rgba(20,12,10,.6) 0 6px, rgba(20,12,10,.45) 6px 12px); z-index: 2; pointer-events: none; }
.needle { position: absolute; top: -8px; bottom: -8px; left: var(--x); width: 2px; background: var(--led); z-index: 2; pointer-events: none; }
.needle[hidden] { display: none; }
.needle span { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: .72rem; font-weight: 700; }
.hint { position: absolute; top: -30px; left: calc(var(--pad) + (100% - 2 * var(--pad)) * var(--p, 0)); transform: translateX(-50%); font: 700 1.4rem/1 var(--script); white-space: nowrap; pointer-events: none; color: var(--led); }
.hint::after { content: ''; position: absolute; left: 50%; top: 100%; width: 2px; height: 8px; background: var(--led); }
.is-touched .hint { opacity: 0; transition: opacity .2s; }
.ticks { position: relative; height: 26px; margin-top: 8px; }
.ticks span { position: absolute; left: var(--x); transform: translateX(-50%); font-size: .8rem; font-weight: 600; opacity: .85; white-space: nowrap; }
.shutter { margin-top: 0; padding: 26px 14px; border-radius: 16px; text-align: center; background: repeating-linear-gradient(0deg, #3a4667 0 10px, #2f3b5a 10px 12px); }
.shutter[hidden] { display: none; }
.shutter p { font: 700 1.6rem/1.2 var(--script); }
.readout { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin-top: 8px; min-height: 3.4rem; }
.readout b { font-size: 1.05rem; font-weight: 700; }
.readout span { font: 700 clamp(2.4rem, 7vw, 3.4rem)/1 var(--script); }
.readout small { font-size: .95rem; opacity: .8; }
.pick-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 10px; }
.pick-foot p { font-size: .95rem; opacity: .85; flex: 1 1 260px; }
@media (max-width: 640px) {
  :root { --pad: 33px; } .puck-oval { height: 52px; }
  .ticks span:nth-child(even) { display: none; }
  .hint { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: no-preference) {
  .strip:not(.is-touched) .puck { animation: nudge 2.4s ease-in-out .8s 2; }
}
@keyframes nudge { 0%, 100% { margin-left: 0; } 30% { margin-left: 18px; } 65% { margin-left: -10px; } }

/* Proof and marquee */
.proof { background: var(--brick); color: #fbeedd; }
.proof h2 { max-width: 12em; }
.topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.topic { display: inline-flex; align-items: baseline; gap: 8px; padding: 8px 15px; border-radius: 999px; background: rgba(255,243,209,.14); font-weight: 600; }
.topic b { font: 700 1.25rem/1 var(--script); }
.marquee { display: flex; overflow: hidden; margin-top: 34px; -webkit-mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.marquee-track { display: flex; gap: 14px; padding-right: 14px; flex: none; min-width: 100%; animation: scroll 70s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-100%); } }
.q { flex: none; width: min(78vw, 340px); background: var(--board); color: var(--ink); border-radius: 18px; padding: 20px 20px 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.q p { font-size: 1.05rem; line-height: 1.45; }
.q cite { font-style: normal; font-size: .85rem; color: var(--muted); font-weight: 600; }
.stars { color: #d6931a; letter-spacing: 2px; font-size: .95rem; }

/* Price board */
.board { background: var(--board); border-radius: 22px; padding: clamp(20px, 4vw, 38px); box-shadow: var(--shadow); border: 3px solid var(--sign); outline: 1.5px solid var(--sign); outline-offset: 5px; }
.board-h { font: 700 clamp(2.2rem, 7vw, 3.4rem)/1 var(--script); color: var(--sign); margin-bottom: 10px; }
.prow { display: flex; align-items: baseline; gap: 10px; padding: 13px 0; text-decoration: none; }
.prow + .prow { border-top: 1px solid rgba(27,23,20,.12); }
.prow .pn { font-weight: 700; font-size: 1.15rem; }
.prow .dots { flex: 1; align-self: flex-end; height: 0; border-bottom: 2px dotted rgba(27,23,20,.35); margin-bottom: 6px; min-width: 20px; }
.prow .pp { font: 700 1.6rem/1 var(--script); color: var(--sign); }
.prow small { display: block; color: var(--muted); font-weight: 400; font-size: .92rem; line-height: 1.35; }
.prow .pl { flex: 1 1 auto; display: flex; gap: 10px; align-items: baseline; }
.prow .pl > div { flex: none; max-width: 62%; }
.est { display: inline-block; margin-left: 6px; padding: 1px 8px; border-radius: 999px; background: var(--paper-2); font-size: .72rem; font-weight: 700; color: var(--muted); vertical-align: middle; }
a.prow:hover .pn { text-decoration: underline; text-underline-offset: 4px; }
.board-note { margin-top: 16px; color: var(--muted); font-size: .95rem; }

.split { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split.flip > :first-child { order: 2; } }
.sect-h { max-width: 15em; }
.sect-h + .lead { margin-top: 14px; }

/* Cut teaser and cards */
.dark { background: var(--navy); color: var(--led); }
.dark .lead { color: #d5cab0; }
.tease-art { background: var(--navy-2); border-radius: 22px; padding: 18px; }
.cards { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 760px) { .cards.c3 { grid-template-columns: repeat(3, 1fr); } .cards.c2 { grid-template-columns: repeat(2, 1fr); } }
.card { background: var(--board); border-radius: 18px; padding: 22px; box-shadow: var(--shadow); }
.card p { color: var(--muted); margin-top: 8px; }

/* CTA band */
.cta { background: var(--sign); color: #fff8ee; text-align: center; }
.cta h2 { max-width: 14em; margin-inline: auto; }
.cta p { margin: 14px auto 0; max-width: 32em; opacity: .92; font-size: 1.15rem; }
.cta .hero-cta { justify-content: center; }
.cta .btn { background: var(--led); color: var(--ink); } .cta .btn:hover { background: #fff; }
.cta .btn-wa { background: var(--wa); color: #06331a; }
.cta .btn-ghost { background: transparent; color: #fff8ee; border-color: #fff8ee; }

/* Page hero (inner pages) */
.page-hero { padding-block: clamp(36px, 7vw, 84px) clamp(20px, 3vw, 36px); }
.page-hero h1 { font-size: clamp(2.4rem, 7.5vw, 4.6rem); max-width: 12em; }
.page-hero .lead { margin-top: 16px; }
.rate-line { font: 700 clamp(1.4rem, 4vw, 2rem)/1.2 var(--script); color: var(--sign); margin-top: 10px; }

/* Reviews page */
.rgrid { columns: 1; column-gap: 16px; }
@media (min-width: 700px) { .rgrid { columns: 2; } } @media (min-width: 1000px) { .rgrid { columns: 3; } }
.rgrid .q { width: auto; break-inside: avoid; margin-bottom: 16px; }
.rgrid .q p { font-size: 1.12rem; }

/* Shop page */
.mosaic { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.mosaic .frame:nth-child(1) { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.mosaic .frame:nth-child(n+2) { aspect-ratio: 3 / 4; }
.mosaic figcaption { position: absolute; left: 10px; bottom: 10px; right: 10px; padding: 7px 11px; border-radius: 12px; background: rgba(251,246,234,.94); font-size: .84rem; font-weight: 600; line-height: 1.3; }
.facts { display: grid; gap: 0; margin-top: 18px; }
.facts li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(27,23,20,.14); }
.facts li:last-child { border-bottom: 1px solid rgba(27,23,20,.14); }
.facts b { flex: 0 0 8.5em; }
.facts span { color: var(--muted); }

/* Visit page: the opening times board */
.sign { background: var(--board); border-radius: 20px; padding: clamp(22px, 4vw, 36px); box-shadow: var(--shadow); border: 3px solid var(--sign); outline: 1.5px solid var(--sign); outline-offset: 5px; }
.sign .oval { width: 70px; height: 70px; } .sign .oval i { font-size: 10px; } .sign .oval b { width: 24px; height: 24px; }
.sign-h { font: 700 clamp(2.2rem, 7vw, 3rem)/1 var(--script); color: var(--sign); margin-top: 14px; }
.hrow { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; margin-inline: -12px; border-radius: 10px; font-size: 1.15rem; }
.hrow span:first-child { font: 700 1.5rem/1.2 var(--script); }
.hrow.is-today { background: var(--sign); color: #fff8ee; font-weight: 700; }
.hrow.is-shut span:last-child { color: var(--muted); }
.hrow.is-today.is-shut span:last-child { color: #ffd9d3; }
.sign-live { margin-top: 16px; font-weight: 700; }
.mapbox { border-radius: 20px; overflow: hidden; background: var(--paper-2); box-shadow: var(--shadow); min-height: 320px; }
.mapbox iframe { display: block; width: 100%; height: 100%; min-height: 340px; border: 0; }
.addr { font-size: 1.3rem; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

/* Cut builder */
.cut { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
@media (min-width: 900px) { .cut { grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; } .cut-stage { position: sticky; top: 90px; } }
.cut-stage { background: var(--navy); color: var(--led); border-radius: 24px; padding: 18px; }
.cut-art { background: var(--navy-2); border-radius: 18px; padding: 8px 8px 0; }
.cut-svg { display: block; width: 100%; max-width: 380px; margin-inline: auto; height: auto; }
.cut-say { padding: 16px 6px 6px; }
.say-h { font: 700 1.5rem/1 var(--script); }
.say-t { font-size: 1.2rem; font-weight: 600; line-height: 1.4; margin-top: 6px; }
.say-note { font-size: .88rem; opacity: .75; margin-top: 8px; }
.cg { border: 0; padding: 0; margin: 0 0 20px; min-width: 0; }
.cg legend { font-weight: 800; font-size: 1.15rem; margin-bottom: 10px; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 46px; padding: .5em 1.1em; border-radius: 999px; border: 2px solid rgba(27,23,20,.25); background: var(--board); font-weight: 600; }
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed='true'] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 18px; }
.check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--sign); flex: none; }
.cut-cta { display: flex; flex-wrap: wrap; gap: 10px; }

/* Booking */
.book-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; align-items: start; }
@media (min-width: 1000px) { .book-grid { grid-template-columns: minmax(0, 1fr) 380px; gap: 40px; } .aside { position: sticky; top: 90px; } }
.step { background: var(--board); border-radius: 22px; padding: clamp(18px, 3vw, 28px); box-shadow: var(--shadow); margin-bottom: 18px; scroll-margin-top: 90px; }
.step-h { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.step-n { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--paper); font-weight: 800; flex: none; }
.step.is-done .step-n { background: var(--sign); }
.step-h h2 { font-size: 1.5rem; letter-spacing: -.02em; }
.opts { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); }
.opt { text-align: left; padding: 14px 16px; border-radius: 14px; border: 2px solid rgba(27,23,20,.18); background: #fff; display: grid; gap: 4px; min-height: 48px; }
.opt:hover { border-color: var(--ink); }
.opt[aria-pressed='true'] { border-color: var(--sign); background: #fff2ee; box-shadow: inset 0 0 0 1px var(--sign); }
.o-top { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.o-p { font: 700 1.5rem/1 var(--script); color: var(--sign); }
.opt small { color: var(--muted); font-size: .88rem; line-height: 1.3; }
.o-meta { font-size: .8rem; color: var(--muted); font-weight: 600; display: flex; flex-wrap: wrap; gap: 4px 8px; align-items: center; }
.o-meta em { font-style: normal; padding: 1px 8px; border-radius: 999px; background: var(--paper-2); font-size: .72rem; }
.sum { margin-top: 14px; font-size: 1.05rem; }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { font-weight: 700; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 2px solid rgba(27,23,20,.25); background: #fff; font: inherit; }
.field textarea { min-height: 88px; resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible { outline-offset: 1px; }
.field [aria-invalid='true'] { border-color: var(--sign); }
.err { color: var(--sign-d); font-weight: 600; min-height: 0; }
.dep { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 14px; background: var(--paper-2); }
.dep input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--sign); flex: none; }
.dep small { display: block; color: var(--muted); }
.strip.on-card { margin-top: 0; }

.phone { background: #efe7db; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(27,23,20,.12); }
.phone-top { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: #075e54; color: #fff; font-weight: 700; }
.phone-top .oval { width: 34px; height: 34px; } .phone-top .oval i { font-size: 6px; } .phone-top .oval b { width: 11px; height: 11px; }
.phone-top small { display: block; font-weight: 400; opacity: .85; font-size: .78rem; }
.chat { padding: 18px 14px 22px; background: #e6dccb; min-height: 250px; }
.bubble { margin-left: auto; max-width: 92%; background: #d9fdd3; border-radius: 14px 14px 2px 14px; padding: 10px 13px; font-size: .95rem; line-height: 1.4; box-shadow: 0 1px 1px rgba(0,0,0,.15); word-wrap: break-word; overflow-wrap: anywhere; }
.bubble span { display: block; }
.bubble .ph { color: #7c7466; font-style: italic; }
.bubble-t { display: block; text-align: right; font-size: .7rem; color: #667; margin-top: 4px; }
.send-box { padding: 14px; background: var(--board); display: grid; gap: 10px; }
.send-box .btn { width: 100%; }
#wa-need { font-size: .9rem; color: var(--muted); text-align: center; }
.done { padding: 12px 14px; border-radius: 12px; background: #e7f6ec; color: #0d5b2c; font-size: .93rem; }
.aside h2 { font-size: 1.2rem; margin-bottom: 10px; }
.book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(28,39,64,.97); color: var(--led); }
.book-bar b { font: 700 1.7rem/1 var(--script); }
.book-bar .btn { margin-left: auto; }
body.is-book { padding-bottom: 76px; }
@media (min-width: 1000px) { .book-bar { display: none; } body.is-book { padding-bottom: 0; } }

/* Footer */
.site-footer { background: var(--ink); color: #eadfca; padding-block: 48px 30px; }
.site-footer .brand-t small { color: #b8ab98; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.2fr 1fr 1fr; } }
.site-footer h3 { font-size: 1rem; margin-bottom: 10px; color: #fff; }
.site-footer p { margin-top: 12px; }
.foot-hours li { display: flex; justify-content: space-between; gap: 14px; padding: 4px 0; max-width: 260px; }
.foot-links li { padding: 3px 0; } .foot-links a { text-decoration: none; } .foot-links a:hover { text-decoration: underline; }
.foot-base { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .88rem; color: #b8ab98; }
.site-footer .muted { color: #b8ab98; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { overflow-x: auto; } .marquee-track { animation: none; } .marquee-track[aria-hidden] { display: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
