/* GJ Fadezz — premium dark redesign */

:root {
  --bg:        oklch(0.13 0.005 60);
  --bg-2:      oklch(0.16 0.007 60);
  --bg-3:      oklch(0.19 0.008 60);
  --line:      oklch(0.30 0.006 60);
  --line-soft: oklch(0.26 0.005 60 / 0.7);
  --text:      oklch(0.97 0.005 80);
  --muted:     oklch(0.75 0.008 70);
  --muted-2:   oklch(0.86 0.005 70);
  --accent:    #E47A3C;
  --accent-ink: oklch(0.15 0.05 60);

  --font-display: "Anton", "Archivo Black", sans-serif;
  --font-display-serif: "Instrument Serif", "Cormorant Garamond", serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", monospace;

  --r-pill: 999px;
  --r-card: 18px;
}

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

html {
  scroll-behavior: smooth;
  background: oklch(0.06 0.005 60);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; padding: 0; }
input, textarea { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

/* ── Type utilities ── */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.92;
  text-transform: uppercase;
}
.mono {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mono.small { font-size: 10px; }
.muted { color: var(--muted); }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  border-radius: 12px;
  transition: transform 0.18s ease, filter 0.18s, background 0.18s, color 0.18s, opacity 0.18s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-pill { border-radius: var(--r-pill); padding: 10px 18px; }
.btn-lg { padding: 16px 22px; font-size: 15px; border-radius: 14px; }
.btn-xl { padding: 22px 30px; font-size: 17px; border-radius: 16px; }
.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-accent:hover { filter: brightness(1.07); }
.btn-outline { border: 1px solid var(--line); color: var(--text); }
.btn-outline:hover { background: var(--bg-3); }
.btn-ghost { color: var(--text); border: 1px solid var(--line-soft); }
.btn-ghost:hover { border-color: var(--line); background: var(--bg-2); }
.btn-block { width: 100%; }
.btn-grow { flex: 1; }
.arrow {
  display: inline-block;
  transition: transform 0.18s ease;
  font-weight: 500;
}
.btn:hover .arrow { transform: translate(2px, -2px); }
.hidden { display: none !important; }

/* ── Top bar ── */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: oklch(0.13 0.005 60 / 0.65);
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}
.topbar.is-scrolled {
  background: oklch(0.13 0.005 60 / 0.92);
  border-bottom-color: var(--line-soft);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.02em;
}
.brand-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  flex-shrink: 0;
}
.brand-text { font-size: 16px; }
.brand-text.muted { color: var(--muted); }
.topbar-nav {
  display: none;
  gap: 24px;
}
.topbar-nav a {
  font-size: 13px;
  color: var(--muted-2);
  transition: color 0.2s;
}
.topbar-nav a:hover { color: var(--text); }
.admin-link { color: var(--muted) !important; }
@media (min-width: 640px) {
  .topbar-nav { display: flex; }
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 96vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 22px 32px;
  overflow: hidden;
  isolation: isolate;
}
.hero-img-wrap {
  position: absolute;
  inset: -10% 0 0 0;
  z-index: -2;
}
.hero-img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center 35%;
  will-change: transform;
  filter: contrast(1.08) brightness(0.82);
}
.hero-grain {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 2px,
    oklch(0 0 0 / 0.04) 2px,
    oklch(0 0 0 / 0.04) 3px
  );
  mix-blend-mode: overlay;
  z-index: -1;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    /* Bottom-left text bed — darker where the wordmark sits */
    linear-gradient(75deg,
      oklch(0.05 0.005 60 / 0.6) 0%,
      oklch(0.05 0.005 60 / 0.3) 40%,
      transparent 70%
    ),
    /* Vertical darkening — top + bottom */
    linear-gradient(180deg,
      oklch(0.08 0.005 60 / 0.5) 0%,
      transparent 25%,
      transparent 45%,
      oklch(0.10 0.005 60 / 0.92) 78%,
      var(--bg) 100%
    ),
    /* Center radial — keeps the subject visible */
    radial-gradient(circle at 50% 30%, transparent 40%, oklch(0.08 0.005 60 / 0.55) 100%);
  z-index: -1;
}
.hero-meta-top {
  position: absolute;
  top: 80px;
  left: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted-2);
  z-index: 5;
}
.hero-meta-top .dot { color: var(--accent); font-size: 6px; }
.hero-text { position: relative; will-change: transform; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-2);
  margin-bottom: 22px;
  letter-spacing: 0.16em;
  animation: fadeUp 0.9s 0.1s both;
  text-shadow: 0 1px 12px oklch(0 0 0 / 0.7);
}
.pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 oklch(from var(--accent) l c h / 0.6); }
  100% { box-shadow: 0 0 0 10px oklch(from var(--accent) l c h / 0); }
}
.wordmark {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(78px, 23vw, 144px);
  line-height: 0.86;
  letter-spacing: -0.025em;
  margin: 0 0 32px;
  color: var(--text);
  text-shadow: 0 2px 24px oklch(0 0 0 / 0.55);
}
.muted-wm { color: var(--muted-2); text-shadow: 0 2px 24px oklch(0 0 0 / 0.75); }
.hero-line { display: block; overflow: hidden; }
@keyframes heroIn {
  from { transform: translateY(110%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.hero-line-inner {
  display: inline-block;
  animation: heroIn 1.2s cubic-bezier(.16,.84,.24,1) both;
}
.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  animation: fadeUp 0.9s 0.55s both;
}
.hero-scroll {
  position: absolute;
  right: 22px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}
.scroll-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--muted);
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  animation: scrollLine 2.2s infinite;
}
@keyframes scrollLine {
  0%        { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Marquee ── */
.marquee {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
  padding: 16px 0;
  background: var(--bg);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 70s linear infinite;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}
.marquee-star { color: var(--accent); font-size: 10px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.3333%); }
}

/* ── Sections ── */
section { position: relative; }
.section-head {
  padding: 84px 22px 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.section-eyebrow { color: var(--muted); letter-spacing: 0.16em; }
.section-title {
  font-size: clamp(34px, 9vw, 52px);
  margin: 0;
  letter-spacing: -0.015em;
}
.section-side { color: var(--muted); line-height: 1.7; }

/* ── Fadebook ── */
.fadebook { padding-bottom: 30px; }
.rail-wrap { padding-left: 22px; }
.rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-right: 22px;
  padding-bottom: 16px;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail-card {
  flex: 0 0 80%;
  margin: 0;
  scroll-snap-align: center;
}
.rail-img {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--bg-2);
}
.rail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1), filter 0.4s;
  filter: saturate(0.9) contrast(1.04);
}
.rail-card:hover .rail-img img { transform: scale(1.06); filter: saturate(1.05); }
.rail-num {
  position: absolute;
  top: 14px;
  left: 14px;
  color: var(--text);
  background: oklch(0.08 0.005 60 / 0.6);
  backdrop-filter: blur(8px);
  padding: 6px 10px;
  border-radius: var(--r-pill);
  border: 1px solid oklch(1 0 0 / 0.08);
}
.rail-cap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--muted-2);
}
.rail-cap .dot { color: var(--accent); font-size: 6px; }
.rail-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 22px 0 0;
}
.rail-dots { display: flex; gap: 6px; }
.rail-dot {
  width: 18px;
  height: 3px;
  background: var(--line);
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
  padding: 0;
}
.rail-dot.is-active { background: var(--accent); width: 28px; }
.rail-counter { color: var(--muted-2); display: flex; gap: 6px; }
.rail-counter .sep { color: var(--muted); }
.fadebook-footer { padding: 30px 22px 0; }
.link-underline {
  color: var(--text);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s, color 0.2s;
}
.link-underline:hover { border-color: var(--accent); color: var(--accent); }

/* ── Services ── */
.services { padding-bottom: 40px; }
.svc-list { padding: 0 22px; }
.svc-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "num main meta"
    "btn btn  btn";
  align-items: center;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid var(--line-soft);
}
.svc-row:last-child { border-bottom: 1px solid var(--line-soft); }
.svc-num  { grid-area: num;  color: var(--muted); align-self: start; padding-top: 6px; }
.svc-main { grid-area: main; }
.svc-name { font-size: 36px; line-height: 1; margin: 0 0 6px; }
.svc-desc { margin: 0; color: var(--muted-2); font-size: 13px; max-width: 28ch; }
.svc-meta { grid-area: meta; text-align: right; }
.svc-mins { color: var(--muted); margin-bottom: 4px; }
.svc-price { font-size: 36px; line-height: 1; }
.svc-book { grid-area: btn; justify-self: stretch; margin-top: 6px; }

/* ── Barber ── */
.barber { padding: 20px 0 60px; }
.barber-grid { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 0 22px; }
.barber-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--bg-2);
}
.barber-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) contrast(1.04); }
.barber-tag {
  position: absolute;
  inset: auto 12px 12px 12px;
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: oklch(0.08 0.005 60 / 0.6);
  border: 1px solid oklch(1 0 0 / 0.08);
  backdrop-filter: blur(10px);
  border-radius: var(--r-pill);
  color: var(--muted-2);
}
.barber-name { font-size: 80px; line-height: 0.85; margin-bottom: 16px; }
.barber-bio p { color: var(--muted-2); font-size: 15px; margin: 0 0 22px; }
.barber-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 22px;
  padding: 0;
}
.barber-stats > div { border-top: 1px solid var(--line); padding-top: 10px; }
.barber-stats dt { color: var(--muted); margin: 0 0 6px; }
.barber-stats dd { margin: 0; font-size: 32px; font-family: var(--font-display); }

/* ── Testimonials ── */
.reviews {
  padding: 56px 22px;
  background: linear-gradient(180deg, var(--bg) 0%, oklch(0.10 0.006 60) 100%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.reviews-eyebrow { color: var(--muted); margin-bottom: 24px; display: block; }
.review-list { display: grid; gap: 18px; }
.review-card {
  position: relative;
  border: 1px solid var(--line);
  background: oklch(0.15 0.005 60);
  padding: 28px 22px 20px;
  border-radius: var(--r-card);
}
.review-quote-mark {
  position: absolute;
  top: -22px;
  left: 20px;
  font-family: var(--font-display-serif);
  font-style: italic;
  font-size: 96px;
  color: var(--accent);
  line-height: 1;
}
.review-quote {
  font-family: var(--font-display-serif);
  font-style: italic;
  text-transform: none;
  font-size: 22px;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--text);
}
.review-name { font-weight: 600; }
.review-sub { color: var(--muted); }
.review-stars { position: absolute; top: 22px; right: 20px; color: var(--accent); letter-spacing: 0.05em; }

/* ── Shop / Contact ── */
.shop { padding-bottom: 40px; }
.shop-grid { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 0 22px; }
.shop-map {
  aspect-ratio: 5 / 4;
  border-radius: var(--r-card);
  background: oklch(0.10 0.006 60);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.shop-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.shop-info { display: grid; gap: 24px; }
.shop-block .label { color: var(--muted); margin-bottom: 10px; display: block; }
.display-sm {
  font-family: var(--font-display);
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
}
.hours li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid var(--line-soft);
}
.hours li:last-child { border-bottom: 1px solid var(--line-soft); }
.hours li.closed { color: var(--muted); }
.hours .mono { padding-top: 2px; }

/* ── Big CTA ── */
.big-cta {
  padding: 110px 22px 140px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, oklch(0.18 0.04 50 / 0.25) 0%, transparent 60%),
    linear-gradient(180deg, oklch(0.11 0.006 60) 0%, var(--bg) 100%);
  border-top: 1px solid var(--line-soft);
}
.big-cta-eyebrow { color: var(--muted); letter-spacing: 0.18em; display: inline-block; margin-bottom: 18px; }
.big-cta-title {
  font-family: var(--font-display-serif);
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  font-size: clamp(56px, 16vw, 96px);
  margin: 0 0 38px;
  letter-spacing: -0.025em;
  line-height: 0.96;
}
.big-cta-foot { display: block; margin-top: 44px; color: var(--muted); letter-spacing: 0.14em; }

/* ── Sticky bottom CTA ── */
.sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 18px;
  background: oklch(0.10 0.006 60 / 0.92);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 50;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1), opacity 0.3s;
  box-shadow: 0 20px 40px -20px oklch(0 0 0 / 0.7);
}
.sticky-cta.is-in { transform: translateY(0); opacity: 1; }
@media (min-width: 640px) {
  .sticky-cta {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(120%);
    width: 360px;
  }
  .sticky-cta.is-in { transform: translateX(-50%) translateY(0); }
}
.sticky-meta { display: flex; flex-direction: column; gap: 2px; color: var(--muted); line-height: 1.2; }
.sticky-time { color: var(--text); font-size: 12px; }

/* ── Reveal animation ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.1s cubic-bezier(.16,.84,.24,1), transform 1.1s cubic-bezier(.16,.84,.24,1);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }

/* ── Booking sheet ── */
.sheet-wrap {
  position: fixed;
  inset: 0;
  background: oklch(0 0 0 / 0);
  z-index: 200;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  transition: background 0.4s;
}
.sheet-wrap.is-open {
  background: oklch(0 0 0 / 0.55);
  pointer-events: auto;
}
.sheet {
  width: 100%;
  max-height: 92vh;
  background: var(--bg-2);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  padding: 14px 22px 22px;
  transform: translateY(110%);
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 -30px 60px -20px oklch(0 0 0 / 0.6);
  overflow: hidden;
}
.sheet-wrap.is-open .sheet { transform: translateY(0); }
.sheet-grabber { width: 40px; height: 4px; background: var(--line); border-radius: 2px; margin: 0 auto 14px; }
.sheet-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.sheet-head .mono { color: var(--muted); }
.sheet-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-3);
  font-size: 22px;
  line-height: 1;
  color: var(--muted-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheet-progress { height: 2px; background: var(--line-soft); border-radius: 2px; margin-bottom: 24px; overflow: hidden; }
.sheet-progress-bar { height: 100%; background: var(--accent); transition: width 0.5s cubic-bezier(.2,.8,.2,1); }
.sheet-title { font-size: 32px; margin: 0 0 18px; }
.sheet-step { flex: 1; overflow-y: auto; scrollbar-width: none; }
.sheet-step::-webkit-scrollbar { display: none; }

/* Service picker */
.svc-pick { display: grid; gap: 8px; }
.svc-pick-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}
.svc-pick-row.is-active { border-color: var(--accent); background: oklch(0.18 0.02 60); }
.svc-pick-name { font-weight: 600; margin-bottom: 4px; }
.svc-pick-meta { color: var(--muted); }
.radio { color: var(--accent); font-size: 18px; }

/* ── Step 2 header (Day & Time) ── */
.step2-head { margin-bottom: 4px; }
.step2-head .eyebrow {
  font-family: var(--font-display-serif);
  font-style: italic;
  font-size: 17px;
  color: oklch(0.78 0.13 55);
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}
.sheet-title.step2-title {
  font-size: 40px;
  line-height: 0.92;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.service-context {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  background: oklch(0.20 0.012 60);
  border: 1px solid oklch(0.30 0.006 60 / 0.55);
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--muted-2);
  margin-bottom: 4px;
}
.service-context .ctx-tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  background: oklch(0.27 0.018 60);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(0.78 0.13 55);
}
.service-context .ctx-sep {
  width: 3px; height: 3px;
  background: oklch(0.55 0.006 70);
  border-radius: 50%;
}

/* Section head inside booking sheet */
.section-head.step2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 22px 0 12px;
  padding: 0;
  grid-template-columns: none;
}
.section-head.step2 h4 {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.section-head.step2 h4 .num {
  color: var(--accent);
  margin-right: 8px;
}
.section-head.step2 .month {
  font-family: var(--font-display-serif);
  font-size: 15px;
  font-style: italic;
  color: var(--muted-2);
  letter-spacing: -0.005em;
  white-space: nowrap;
}

/* Day rail */
.day-rail-wrap {
  position: relative;
  margin: 0 -22px 4px;
}
.day-rail-wrap::before,
.day-rail-wrap::after {
  content: "";
  position: absolute;
  top: 0; bottom: 10px;
  width: 22px;
  pointer-events: none;
  z-index: 2;
}
.day-rail-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-2) 0%, transparent 100%);
}
.day-rail-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-2) 0%, transparent 100%);
}
.day-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 22px 14px;
  scrollbar-width: none;
}
.day-rail::-webkit-scrollbar { display: none; }
.day-chip {
  flex: 0 0 auto;
  width: 64px;
  min-height: 96px;
  background: var(--bg-3);
  border: 1px solid oklch(0.30 0.006 60 / 0.55);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 11px 6px 9px;
  position: relative;
  transition: transform 0.22s cubic-bezier(.2,.8,.2,1),
              background 0.22s, border-color 0.22s, box-shadow 0.22s, width 0.22s;
  cursor: pointer;
}
.day-chip .day-lbl,
.day-chip .dow {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.day-chip .day-n,
.day-chip .dom {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 6px;
}
.day-chip .mo {
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.55 0.006 70);
}
.day-chip .availability {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: oklch(0.55 0.13 145);
}
.day-chip .availability.low { background: oklch(0.7 0.16 75); }
.day-chip .today-flag {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--bg-2);
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid oklch(0.45 0.13 50 / 0.5);
  white-space: nowrap;
}
.day-chip.is-closed,
.day-chip:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.day-chip.is-closed .availability { background: oklch(0.55 0.006 70); }
.day-chip.is-closed .closed-tag,
.day-chip.is-closed .day-x {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.55 0.006 70);
}
.day-chip.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -10px oklch(0.65 0.18 50 / 0.55);
  width: 72px;
  min-height: 104px;
}
.day-chip.is-active .day-lbl,
.day-chip.is-active .dow,
.day-chip.is-active .mo { color: var(--accent-ink); opacity: 0.85; }
.day-chip.is-active .day-n,
.day-chip.is-active .dom { color: var(--accent-ink); font-size: 34px; }
.day-chip.is-active .availability { display: none; }
.day-chip.is-active .today-flag {
  color: var(--accent-ink);
  background: var(--accent);
  border-color: var(--accent-ink);
}

/* Time menu (grouped) */
.time-menu { display: block; }
.time-loading {
  color: var(--muted);
  padding: 20px 0;
  text-align: center;
}
.time-group { margin-bottom: 18px; }
.time-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid oklch(0.30 0.006 60 / 0.5);
}
.time-group-head .label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.time-group-head .lbl-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}
.time-group-head .lbl-meta {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.78 0.13 55);
}
.time-group-head .count {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  text-align: right;
}
.time-group-head .count em {
  font-style: normal;
  color: var(--muted-2);
}
.time-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.time-chip {
  position: relative;
  padding: 14px 14px 12px;
  background: var(--bg-3);
  border: 1px solid oklch(0.30 0.006 60 / 0.5);
  border-radius: 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s, color 0.18s;
  color: var(--text);
  overflow: hidden;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.time-chip:hover {
  border-color: var(--line);
  background: oklch(0.24 0.010 60);
}
.time-chip .t-time {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.time-chip .t-mer {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}
.time-chip .t-end {
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: oklch(0.55 0.006 70);
  text-transform: uppercase;
}
.time-chip.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 8px 22px -10px oklch(0.65 0.18 50 / 0.55);
}
.time-chip.is-active .t-mer { color: var(--accent-ink); opacity: 0.7; }
.time-chip.is-active .t-end { color: var(--accent-ink); opacity: 0.75; }
.time-chip:disabled,
.time-chip.is-taken {
  cursor: not-allowed;
  background: transparent;
  border: 1px dashed oklch(0.28 0.006 60);
}
.time-chip:disabled .t-time,
.time-chip.is-taken .t-time {
  color: oklch(0.55 0.006 70);
  text-decoration: line-through;
  text-decoration-color: oklch(0.4 0.04 60);
}
.time-chip:disabled .t-mer,
.time-chip.is-taken .t-mer { color: oklch(0.55 0.006 70); opacity: 0.5; }
.time-chip:disabled .t-end,
.time-chip.is-taken .t-end {
  color: oklch(0.55 0.006 70);
  text-decoration: none;
}

/* Selected summary (above shared footer) */
.selected-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: oklch(0.18 0.01 60);
  border: 1px solid oklch(0.30 0.006 60 / 0.5);
  border-radius: 14px;
  margin-top: 14px;
}
.selected-summary .sel-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.selected-summary .sel-lbl {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.selected-summary .sel-val {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-summary .sel-val .sep {
  color: oklch(0.55 0.006 70);
  margin: 0 6px;
  font-weight: 400;
}
.selected-summary .sel-val .acc {
  color: oklch(0.78 0.13 55);
}
.selected-summary .sel-right {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--accent);
  letter-spacing: -0.01em;
}

/* Fields */
.field { margin-bottom: 16px; }
.field label { display: block; color: var(--muted); margin-bottom: 6px; }
.field input {
  width: 100%;
  padding: 16px;
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s;
}
.field input:focus { border-color: var(--accent); }

/* Summary */
.summary { margin-top: 18px; padding: 16px; background: var(--bg-3); border: 1px solid var(--line-soft); border-radius: 14px; }
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-soft);
}
.summary-row:last-child { border-bottom: none; }
.summary-row .mono { color: var(--muted); }
.total { font-family: var(--font-display); font-size: 22px; color: var(--accent); }

/* Error */
.sheet-error {
  margin-top: 12px;
  padding: 12px 16px;
  background: oklch(0.3 0.1 20 / 0.3);
  border: 1px solid oklch(0.6 0.15 20 / 0.4);
  border-radius: 10px;
  color: oklch(0.85 0.1 25);
}

/* Sheet footer */
.sheet-foot {
  display: flex;
  gap: 10px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--line-soft);
}

/* Done state */
.sheet-done { text-align: center; padding: 40px 20px 60px; }
.check {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  animation: pop 0.5s cubic-bezier(.2,1.5,.5,1) both;
}
@keyframes pop {
  from { transform: scale(0); }
  to   { transform: scale(1); }
}
.sheet-done h3 { font-size: 48px; margin: 0 0 12px; }
.sheet-done .mono { color: var(--accent); margin-bottom: 16px; }
.sheet-confirm-note { color: var(--muted-2); max-width: 28ch; margin: 0 auto; }

/* Add to calendar */
.cal-add {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid oklch(0.30 0.006 60 / 0.5);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.cal-add-label {
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cal-add-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.btn-cal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 10px;
  background: var(--bg-3);
  border: 1px solid oklch(0.30 0.006 60 / 0.55);
  border-radius: 12px;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12.5px;
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
  min-width: 0;
  white-space: nowrap;
}
.btn-cal:hover {
  border-color: var(--accent);
  background: oklch(0.22 0.012 60);
}
.btn-cal:active { transform: translateY(1px); }
.btn-cal .cal-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: oklch(0.27 0.018 60);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: oklch(0.78 0.13 55);
}

/* ── Desktop ── */
@media (min-width: 768px) {
  .section-head {
    grid-template-columns: 200px 1fr 200px;
    padding: 100px 32px 30px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: end;
  }
  .section-title { font-size: 96px; }
  .hero { padding: 0 32px 64px; }
  .hero-text { max-width: 1280px; margin: 0 auto; width: 100%; }
  .hero-cta { flex-direction: row; max-width: 480px; }
  .hero-cta .btn { flex: 1; }
  .rail-wrap { max-width: 1280px; margin: 0 auto; padding-left: 32px; }
  .rail-card { flex-basis: 28%; }
  .svc-list { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
  .svc-row {
    grid-template-areas: "num main meta btn";
    grid-template-columns: 60px 1fr 200px 140px;
    gap: 24px;
    padding: 32px 0;
  }
  .svc-name { font-size: 56px; }
  .svc-book { margin-top: 0; }
  .barber-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .review-list {
    max-width: 1280px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .reviews { padding: 100px 32px; }
  .shop-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }
  .big-cta { padding: 160px 32px; }
  .big-cta-title { font-size: 200px; }
}
