/* La Cave demo: a cellar barber. Palette from the room: dark wood panelling, the pressed-tin ceiling, ember light. */
@font-face { font-family: "Bricolage"; src: url("../fonts/Bricolage.woff2") format("woff2"); font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Onest"; src: url("../fonts/Onest.woff2") format("woff2"); font-weight: 300 800; font-display: swap; }

:root {
  --cave: #140e0a;
  --stone: #1e1610;
  --wood: #33231a;
  --line: #45331f;
  --tin: #b9793d;
  --tin-lo: #7d4d22;
  --ember: #ff7a1f;
  --flame: #ffb43a;
  --towel: #f3ead9;
  --towel-dim: #c4b7a0;
  --teal: #37b5a9;
  --wa: #25d366;

  --f-head: "Bricolage", "Arial Narrow", system-ui, sans-serif;
  --f-body: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gut: clamp(16px, 4vw, 44px);
  --wrap: 1200px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--cave); color: var(--towel); font: 400 1.0625rem/1.6 var(--f-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--f-head); font-weight: 750; font-stretch: 80%; line-height: .98; letter-spacing: -.02em; text-wrap: balance; }
p { margin: 0 0 1em; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--flame); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--ember); color: var(--cave); }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -64px; z-index: 200; background: var(--flame); color: var(--cave); padding: 10px 16px; border-radius: 6px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gut)); margin-inline: auto; }
.lede { font-size: clamp(1.1rem, 2.2vw, 1.3rem); color: var(--towel-dim); max-width: 46ch; }
.dim { color: var(--towel-dim); }
.small { font-size: .9rem; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(20, 14, 10, .96); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; gap: 18px; min-height: 64px; }
.brand { min-height: 44px; justify-content: center; display: flex; flex-direction: column; text-decoration: none; line-height: 1; margin-right: auto; }
.brand b { font: 800 1.55rem/1 var(--f-head); font-stretch: 78%; letter-spacing: -.01em; color: var(--towel); }
.brand span { font-size: .72rem; color: var(--tin); letter-spacing: .04em; margin-top: 3px; }
.nav { display: none; gap: 2px; }
.nav a { text-decoration: none; padding: 10px 12px; border-radius: 8px; font-weight: 500; font-size: .98rem; color: var(--towel-dim); transition: color .2s, background .2s; }
.nav a:hover { color: var(--towel); background: var(--wood); }
.nav a[aria-current="page"] { color: var(--cave); background: var(--flame); }
.bar .header-open { display: none; }
.menu-btn { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: var(--stone); cursor: pointer; }
.menu-btn i { display: block; width: 20px; height: 2px; background: var(--towel); position: relative; transition: background .2s; }
.menu-btn i::before, .menu-btn i::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--towel); transition: transform .25s var(--ease); }
.menu-btn i::before { top: -6px; } .menu-btn i::after { top: 6px; }
.menu-btn[aria-expanded="true"] i { background: transparent; }
.menu-btn[aria-expanded="true"] i::before { transform: translateY(6px) rotate(45deg); }
.menu-btn[aria-expanded="true"] i::after { transform: translateY(-6px) rotate(-45deg); }
@media (min-width: 1020px) { .nav { display: flex; } .menu-btn { display: none; } .bar .header-open { display: inline-flex; } }

/* mobile menu: sibling of the header, so nothing clips it */
.menu { position: fixed; inset: 0; z-index: 90; background: var(--cave); display: none; flex-direction: column; padding: 16px var(--gut) 24px; overflow-y: auto; overscroll-behavior: contain; }
.menu.open { display: flex; }
.menu-top { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-bottom: 8px; }
.menu nav { display: flex; flex-direction: column; margin: 10px 0 22px; }
.menu nav a { font: 750 clamp(2rem, 9vw, 2.8rem)/1.1 var(--f-head); font-stretch: 80%; letter-spacing: -.02em; text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--line); min-height: 56px; display: flex; align-items: center; justify-content: space-between; }
.menu nav a[aria-current="page"] { color: var(--flame); }
.menu .btn { margin-top: 10px; }
body.locked { overflow: hidden; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 22px; border-radius: 999px; border: 2px solid transparent; font-weight: 650; font-size: 1rem; text-decoration: none; cursor: pointer; transition: transform .2s var(--ease), background .2s, border-color .2s, box-shadow .2s; }
.btn:active { transform: scale(.97); }
.btn-ember { background: var(--ember); color: #1a0d04; box-shadow: 0 0 0 0 rgba(255, 122, 31, .5); }
.btn-ember:hover { background: var(--flame); box-shadow: 0 8px 30px -6px rgba(255, 122, 31, .6); }
.btn-wa { background: var(--wa); color: #06210f; }
.btn-wa:hover { background: #3fe07f; }
.btn-line { border-color: var(--tin); color: var(--towel); background: transparent; }
.btn-line:hover { background: var(--wood); border-color: var(--flame); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- live open sign ---------- */
.sign { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 12px; border-radius: 999px; background: rgba(20, 14, 10, .78); border: 1px solid var(--line); font-weight: 600; font-size: .95rem; }
.sign .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--tin-lo); flex: none; }
.sign[data-state="open"] { border-color: rgba(55, 181, 169, .6); }
.sign[data-state="open"] .dot { background: var(--teal); box-shadow: 0 0 0 0 rgba(55, 181, 169, .7); animation: ping 2.4s infinite; }
.sign[data-state="closed"] .dot { background: var(--ember); }
.sign small { font-weight: 400; color: var(--towel-dim); font-size: .88rem; }
@keyframes ping { 70% { box-shadow: 0 0 0 10px rgba(55, 181, 169, 0); } 100% { box-shadow: 0 0 0 0 rgba(55, 181, 169, 0); } }

/* ---------- hero ---------- */
.hero { position: relative; min-height: calc(100svh - 64px); min-height: min(860px, calc(100svh - 64px)); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.hero-img { position: absolute; inset: 0; z-index: -3; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(to top, var(--cave) 6%, rgba(20, 14, 10, .78) 38%, rgba(20, 14, 10, .28) 70%, rgba(20, 14, 10, .5)); }
.hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.hero-in { padding-block: clamp(56px, 12vh, 110px) clamp(28px, 6vh, 56px); width: min(var(--wrap), 100% - 2 * var(--gut)); margin-inline: auto; }
.hero h1 { font-size: clamp(2.7rem, 9.4vw, 6.9rem); max-width: 13ch; margin: 18px 0 18px; }
.hero h1 em { font-style: normal; color: var(--flame); }
.hero .lede { margin-bottom: 26px; color: #e2d6c1; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 26px; color: var(--towel-dim); font-size: .95rem; }
.stars { color: var(--flame); letter-spacing: 2px; }

/* ---------- bands ---------- */
.band { padding-block: clamp(56px, 9vw, 108px); position: relative; }
.band-stone { background: var(--stone); }
.tin { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg fill='none' stroke='%23b9793d' stroke-opacity='.16' stroke-width='1'%3E%3Ccircle cx='28' cy='28' r='14'/%3E%3Ccircle cx='0' cy='0' r='14'/%3E%3Ccircle cx='56' cy='0' r='14'/%3E%3Ccircle cx='0' cy='56' r='14'/%3E%3Ccircle cx='56' cy='56' r='14'/%3E%3Ccircle cx='28' cy='28' r='5'/%3E%3C/g%3E%3C/svg%3E"); }
.head { max-width: 62ch; margin-bottom: clamp(28px, 5vw, 52px); }
.head h2 { font-size: clamp(2.1rem, 6vw, 4rem); margin-bottom: 14px; }
.head p { color: var(--towel-dim); margin: 0; }
.page-title { padding-block: clamp(44px, 8vw, 88px) clamp(28px, 5vw, 52px); }
.page-title h1 { font-size: clamp(2.6rem, 9vw, 6rem); margin-bottom: 16px; max-width: 14ch; }

/* ---------- review marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--stone); padding: 16px 0; }
.marquee-track { display: flex; gap: 40px; width: max-content; animation: slide 58s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee q { quotes: none; white-space: nowrap; font: 600 1.15rem/1.3 var(--f-head); font-stretch: 85%; color: var(--towel); }
.marquee q::before { content: "\201C"; color: var(--flame); }
.marquee q::after { content: "\201D"; color: var(--flame); }
.marquee span { color: var(--towel-dim); font: 400 .88rem var(--f-body); margin-left: 8px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- time dial (home) ---------- */
.dial { display: grid; gap: clamp(24px, 5vw, 56px); align-items: center; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .dial { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); } }
.dial-card { background: var(--stone); border: 1px solid var(--line); border-radius: 22px; padding: clamp(20px, 4vw, 34px); }
.dial input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 44px; background: transparent; margin: 8px 0 0; touch-action: pan-y; }
.dial input[type=range]::-webkit-slider-runnable-track { height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--ember) var(--fill, 50%), var(--wood) var(--fill, 50%)); }
.dial input[type=range]::-moz-range-track { height: 8px; border-radius: 8px; background: var(--wood); }
.dial input[type=range]::-moz-range-progress { height: 8px; border-radius: 8px; background: var(--ember); }
.dial input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 34px; height: 34px; margin-top: -13px; border-radius: 50%; background: var(--flame); border: 4px solid var(--cave); box-shadow: 0 0 0 2px var(--flame), 0 0 22px rgba(255, 122, 31, .7); cursor: grab; }
.dial input[type=range]::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: var(--flame); border: 4px solid var(--cave); box-shadow: 0 0 0 2px var(--flame); cursor: grab; }
.dial-marks { display: flex; justify-content: space-between; font-size: .85rem; color: var(--towel-dim); margin-top: 2px; }
.dial-out { margin-top: 22px; min-height: 9.5rem; }
.dial-out h3 { font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 6px; }
.dial-out .price { font: 800 2.4rem/1 var(--f-head); color: var(--flame); margin: 6px 0 10px; }
.flame-wrap { display: grid; place-items: center; min-height: 260px; }
.flame { width: min(230px, 60vw); overflow: visible; }
.flame path { transform-origin: 50% 100%; transition: transform .5s var(--ease); }
.flame .f1 { animation: flick 2.6s ease-in-out infinite; }
.flame .f2 { animation: flick 2.1s ease-in-out infinite reverse; }
.flame .f3 { animation: flick 1.7s ease-in-out infinite; }
@keyframes flick { 0%, 100% { transform: scale(var(--s, 1), var(--sy, 1)) skewX(0); } 50% { transform: scale(calc(var(--s, 1) * .96), calc(var(--sy, 1) * 1.05)) skewX(-3deg); } }

/* ---------- home photo strip ---------- */
.strip { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.strip figure { margin: 0; border-radius: 16px; overflow: hidden; background: var(--wood); position: relative; }
.strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.strip figure:hover img { transform: scale(1.04); }
.strip .big { grid-column: span 2; aspect-ratio: 16 / 10; }
.strip .tall { aspect-ratio: 3 / 4; }
@media (min-width: 800px) {
  .strip { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 210px; }
  .strip .big { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .strip .tall { grid-row: span 2; aspect-ratio: auto; }
}

/* ---------- CTA band ---------- */
.cta { text-align: left; background: var(--ember); color: #1a0d04; padding-block: clamp(44px, 7vw, 80px); }
.cta h2 { font-size: clamp(2.2rem, 6.6vw, 4.4rem); margin-bottom: 14px; max-width: 16ch; }
.cta p { max-width: 44ch; margin-bottom: 24px; font-weight: 500; }
.cta .btn-ember { background: var(--cave); color: var(--towel); }
.cta .btn-ember:hover { background: #000; }
.cta .btn-line { border-color: #1a0d04; color: #1a0d04; }
.cta .btn-line:hover { background: rgba(0, 0, 0, .12); }
.cta .btn-wa { background: #1a0d04; color: var(--wa); }

/* ---------- services board ---------- */
.board-grid { display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr); align-items: start; }
@media (min-width: 900px) { .board-grid { grid-template-columns: minmax(0, 1fr) 340px; } }
.grp { margin-bottom: 30px; }
.grp h2 { font-size: 1.7rem; margin-bottom: 10px; color: var(--flame); }
.item { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 4px 14px; align-items: center; padding: 14px 6px; border-bottom: 1px dashed var(--line); cursor: pointer; border-radius: 10px; transition: background .2s; }
.item:hover { background: rgba(255, 180, 58, .06); }
.item input { appearance: none; -webkit-appearance: none; width: 26px; height: 26px; border-radius: 8px; border: 2px solid var(--tin); background: transparent; display: grid; place-items: center; cursor: pointer; margin: 0; transition: background .2s, border-color .2s; }
.item input::after { content: ""; width: 12px; height: 7px; border-left: 3px solid var(--cave); border-bottom: 3px solid var(--cave); transform: rotate(-45deg) scale(0); margin-top: -3px; transition: transform .2s var(--ease); }
.item input:checked { background: var(--flame); border-color: var(--flame); }
.item input:checked::after { transform: rotate(-45deg) scale(1); }
.item .nm { font-weight: 600; font-size: 1.08rem; line-height: 1.25; }
.item .du { grid-column: 2; font-size: .88rem; color: var(--towel-dim); margin-top: -2px; }
.item .pr { grid-column: 3; grid-row: 1 / span 2; font: 800 1.35rem var(--f-head); }
.item .note { grid-column: 2 / 4; font-size: .88rem; color: var(--towel-dim); }
.tally { position: sticky; top: 84px; background: var(--stone); border: 1px solid var(--tin-lo); border-radius: 20px; padding: 22px; }
.tally h3 { font-size: 1.5rem; margin-bottom: 12px; }
.tally ul { list-style: none; margin: 0 0 14px; padding: 0; font-size: .96rem; }
.tally li { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; border-bottom: 1px dashed var(--line); }
.tally .tot { display: flex; justify-content: space-between; align-items: baseline; font: 800 2rem var(--f-head); margin: 4px 0 4px; }
.tally .tot small { font: 400 .9rem var(--f-body); color: var(--towel-dim); }
.tally .empty { color: var(--towel-dim); font-size: .95rem; }
@media (max-width: 899px) {
  .tally { position: fixed; left: 10px; right: 10px; bottom: 76px; top: auto; z-index: 55; padding: 12px 14px; border-radius: 16px; display: none; }
  .tally.has { display: block; }
  .tally h3, .tally ul, .tally .empty { display: none; }
  .tally .tot { font-size: 1.4rem; margin: 0 0 8px; }
  .tally .btn { min-height: 46px; width: 100%; }
}

/* ---------- the ritual ---------- */
.ritual { position: relative; padding-left: 44px; }
.rail { position: absolute; left: 9px; top: 8px; bottom: 8px; width: 4px; background: var(--wood); border-radius: 4px; }
.rail i { position: absolute; left: 0; top: 0; width: 100%; height: calc(var(--p, 0) * 100%); background: linear-gradient(var(--flame), var(--ember)); border-radius: 4px; box-shadow: 0 0 18px var(--ember); }
.stop { position: relative; padding-bottom: clamp(44px, 8vw, 84px); display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr); }
.stop::before { content: ""; position: absolute; left: -44px; top: 6px; width: 22px; height: 22px; border-radius: 50%; background: var(--cave); border: 4px solid var(--wood); transition: border-color .4s, background .4s, box-shadow .4s; }
.stop.lit::before { border-color: var(--flame); background: var(--ember); box-shadow: 0 0 22px var(--ember); }
.stop h2 { font-size: clamp(2rem, 5.6vw, 3.5rem); margin-bottom: 10px; }
.stop .when { display: inline-block; font-weight: 600; font-size: .9rem; color: var(--cave); background: var(--flame); border-radius: 999px; padding: 3px 12px; margin-bottom: 12px; }
.stop figure { margin: 0; border-radius: 18px; overflow: hidden; background: var(--wood); }
.stop figure img, .stop figure video { width: 100%; height: 100%; object-fit: cover; }
.stop .say { color: var(--towel-dim); max-width: 46ch; }
.stop .say b { color: var(--towel); font-weight: 600; }
@media (min-width: 860px) {
  .stop { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: center; }
  .stop:nth-child(even) figure { order: -1; }
}
.stop .ph { aspect-ratio: 4 / 3; }
.stop .ph-t { aspect-ratio: 3 / 4; max-height: 520px; }
.note-box { border: 1px dashed var(--tin-lo); border-radius: 14px; padding: 14px 18px; color: var(--towel-dim); font-size: .95rem; max-width: 62ch; }

/* ---------- gallery ---------- */
.masonry { columns: 2; column-gap: 12px; }
@media (min-width: 900px) { .masonry { columns: 3; column-gap: 16px; } }
.masonry button { display: block; width: 100%; margin: 0 0 12px; padding: 0; border: 0; border-radius: 16px; overflow: hidden; background: var(--wood); cursor: zoom-in; break-inside: avoid; }
@media (min-width: 900px) { .masonry button { margin-bottom: 16px; } }
.masonry img { width: 100%; transition: transform .5s var(--ease), filter .3s; }
.masonry button:hover img { transform: scale(1.03); }
.reel { display: grid; gap: 22px; align-items: center; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 800px) { .reel { grid-template-columns: 340px minmax(0, 1fr); } }
.reel video { width: 100%; max-width: 340px; border-radius: 22px; border: 1px solid var(--line); background: #000; aspect-ratio: 9 / 16; object-fit: cover; margin-inline: auto; }
.lb { position: fixed; inset: 0; z-index: 120; background: rgba(10, 6, 4, .96); display: none; align-items: center; justify-content: center; touch-action: pan-y; }
.lb.open { display: flex; }
.lb img { max-width: 94vw; max-height: 84vh; border-radius: 10px; }
.lb button { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: var(--stone); font-size: 1.5rem; cursor: pointer; }
.lb .x { top: 14px; right: 14px; } .lb .pv { left: 10px; top: 50%; } .lb .nx { right: 10px; top: 50%; }
.lb p { position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; color: var(--towel-dim); font-size: .9rem; margin: 0; }

/* ---------- reviews ---------- */
.score { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: end; margin-bottom: 36px; }
.score .n { font: 800 clamp(4.4rem, 15vw, 8rem)/.85 var(--f-head); font-stretch: 78%; color: var(--flame); }
.score .l { font-size: 1.05rem; color: var(--towel-dim); }
.score .l b { display: block; color: var(--towel); font-size: 1.2rem; }
.topics { display: grid; gap: 10px; max-width: 640px; margin-bottom: 40px; }
.topic { display: grid; grid-template-columns: 150px minmax(0, 1fr) 40px; gap: 12px; align-items: center; font-size: .96rem; }
.topic .bar2 { height: 10px; background: var(--wood); border-radius: 10px; overflow: hidden; }
.topic .bar2 i { display: block; height: 100%; width: calc(var(--w) * 1%); background: linear-gradient(90deg, var(--ember), var(--flame)); border-radius: 10px; }
.topic b { text-align: right; font-family: var(--f-head); font-size: 1.1rem; }
@media (max-width: 480px) { .topic { grid-template-columns: 110px minmax(0, 1fr) 30px; font-size: .9rem; } }
.quotes { display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 720px) { .quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1020px) { .quotes { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.quotes blockquote { margin: 0; background: var(--stone); border: 1px solid var(--line); border-radius: 18px; padding: 22px; display: flex; flex-direction: column; gap: 14px; justify-content: space-between; }
.quotes blockquote p { font: 600 1.28rem/1.25 var(--f-head); font-stretch: 88%; margin: 0; letter-spacing: -.01em; }
.quotes footer { color: var(--towel-dim); font-size: .9rem; }

/* ---------- booking ---------- */
.book-grid { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); align-items: start; }
@media (min-width: 980px) { .book-grid { grid-template-columns: minmax(0, 1fr) 380px; } }
.step { background: var(--stone); border: 1px solid var(--line); border-radius: 20px; padding: clamp(18px, 3vw, 28px); margin-bottom: 16px; }
.step > h2 { font-size: 1.7rem; margin-bottom: 4px; display: flex; align-items: center; gap: 12px; }
.step > h2 span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--flame); color: var(--cave); font: 800 1.1rem var(--f-head); flex: none; }
.step > p.dim { margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip label { display: flex; flex-direction: column; justify-content: center; min-height: 48px; padding: 8px 16px; border: 2px solid var(--line); border-radius: 14px; cursor: pointer; font-weight: 600; transition: border-color .2s, background .2s, transform .15s; line-height: 1.2; }
.chip label small { font-weight: 400; color: var(--towel-dim); font-size: .82rem; }
.chip input:checked + label { border-color: var(--flame); background: rgba(255, 180, 58, .14); }
.chip input:focus-visible + label { outline: 3px solid var(--flame); outline-offset: 2px; }
.chip input:disabled + label { opacity: .35; cursor: not-allowed; }
.chip label:active { transform: scale(.97); }
.svc-scroll { padding-right: 4px; }
.svc-scroll .chips { margin-bottom: 14px; }
.svc-scroll h3 { font-size: 1rem; color: var(--tin); margin: 6px 0 8px; font-family: var(--f-body); font-weight: 600; letter-spacing: 0; }
.days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; overscroll-behavior-x: contain; margin: 0 -4px 12px; padding-inline: 4px; }
.days .chip { scroll-snap-align: start; flex: none; }
.days .chip label { align-items: center; min-width: 68px; text-align: center; }
.days .chip label b { font: 800 1.35rem var(--f-head); line-height: 1; }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px; }
.slots .chip label { align-items: center; padding: 8px 6px; }
.fields { display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 560px) { .fields { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fields .full { grid-column: 1 / -1; } }
.field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .95rem; }
.field input[type=text], .field input[type=tel], .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 2px solid var(--line); background: var(--cave); }
.field textarea { min-height: 84px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--flame); outline: none; }
.dep { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 2px dashed var(--tin-lo); border-radius: 14px; cursor: pointer; }
.dep input { width: 24px; height: 24px; margin: 2px 0 0; accent-color: var(--ember); flex: none; }
.preview { position: sticky; top: 84px; }
.phone { background: #0c1a14; border: 1px solid #1e3b2c; border-radius: 22px; padding: 14px; }
.phone-top { display: flex; align-items: center; gap: 10px; color: #cfe9da; font-weight: 600; padding: 2px 4px 12px; border-bottom: 1px solid #1e3b2c; margin-bottom: 14px; }
.phone-top i { width: 34px; height: 34px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; color: #06210f; font: 800 .9rem var(--f-head); font-style: normal; }
.bubble { background: #005c4b; color: #e9fdf3; border-radius: 14px 14px 2px 14px; padding: 12px 14px; font-size: .96rem; line-height: 1.45; white-space: pre-wrap; word-break: break-word; min-height: 4em; margin-left: 12%; position: relative; }
.bubble .ph { opacity: .55; }
.preview .btn { width: 100%; margin-top: 14px; }
.preview .hint { font-size: .85rem; color: var(--towel-dim); margin: 10px 2px 0; }
.sum-line { display: flex; justify-content: space-between; align-items: baseline; margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); font-weight: 600; }
.sum-line b { font: 800 1.6rem var(--f-head); color: var(--flame); }
@media (max-width: 979px) { .preview { position: static; } }

/* ---------- visit ---------- */
.visit-grid { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .visit-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 12px 8px; border-bottom: 1px dashed var(--line); }
.hours td:last-child { text-align: right; font-weight: 600; }
.hours tr.today { background: rgba(255, 180, 58, .12); }
.hours tr.today td:first-child { font-weight: 700; color: var(--flame); }
.map { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; min-height: 320px; background: var(--wood); }
.map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; filter: invert(.9) hue-rotate(180deg) saturate(.6) brightness(.9); }
.facts { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); margin-top: 24px; }
.fact { background: var(--stone); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font-weight: 600; }
.fact small { display: block; font-weight: 400; color: var(--towel-dim); font-size: .86rem; margin-top: 2px; }
.contact-big { padding: 6px 0; font: 800 clamp(1.6rem, 5vw, 2.4rem) var(--f-head); font-stretch: 85%; text-decoration: none; display: block; }
.contact-big:hover { color: var(--flame); }

/* ---------- footer + phone bar ---------- */
footer.site { background: #0d0806; border-top: 1px solid var(--line); padding-block: 44px 110px; color: var(--towel-dim); font-size: .95rem; }
.foot { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 800px) { .foot { grid-template-columns: 1.4fr 1fr 1fr; } }
.foot h3 { font: 700 1rem var(--f-body); color: var(--towel); letter-spacing: 0; margin-bottom: 10px; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--flame); }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.demo-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .84rem; }
.dock { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(20, 14, 10, .97); border-top: 1px solid var(--line); }
.dock a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border-radius: 14px; font-weight: 650; text-decoration: none; background: var(--stone); border: 1px solid var(--line); }
.dock a.book { background: var(--ember); color: #1a0d04; border-color: var(--ember); }
.dock a.wa { background: var(--wa); color: #06210f; border-color: var(--wa); }
.dock svg { width: 20px; height: 20px; }
@media (min-width: 1020px) { .dock { display: none; } footer.site { padding-bottom: 44px; } }
@media (max-width: 380px) { .dock a span { display: none; } }

@media (max-height: 500px) and (orientation: landscape) { .hero { min-height: 0; } .hero h1 { font-size: clamp(2rem, 7vw, 3rem); } .dock { position: static; } .tally { position: static; display: block; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .marquee-track { animation: none !important; flex-wrap: wrap; width: auto; }
}
