/* ─────────────────────────────────────────────────────────────────
   O! Fryzjer — design system
   Three orthogonal axes: [data-palette] × [data-mood] × [data-hero]
   ───────────────────────────────────────────────────────────────── */

:root {
  /* default — palette: terracotta */
  --bg:        #fff8f6;
  --surface:   #ffeae0;
  --surface-2: #fbdcce;
  --ink:       #281810;
  --ink-soft:  #54433d;
  --accent:    #91472b;
  --accent-2:  #380d00;
  --hairline:  rgba(40,24,16,.10);
  --hairline-strong: rgba(40,24,16,.18);
  --shadow:    rgba(145,71,43,.10);

  /* mood: warm (default) */
  --f-display: 'Instrument Serif', 'Fraunces', Georgia, serif;
  --f-body:    'Inter', system-ui, -apple-system, sans-serif;
  --display-italic: italic;
  --display-weight: 400;
  --display-tracking: -0.02em;
  --display-lh: 0.95;
  --eyebrow-weight: 500;
  --eyebrow-tracking: 0.18em;
  --eyebrow-case: uppercase;
  --radius-card: 4px;
  --radius-btn:  9999px;
  --section-pad-y: clamp(56px, 6.5vw, 100px);
  --grain-opacity: 0.5;
}

/* ── palette: terracotta (default, warm earth) ── */
[data-palette="terracotta"] {
  --bg:        #fbf6f1;
  --surface:   #f3e3d6;
  --surface-2: #ead2c0;
  --ink:       #1f1410;
  --ink-soft:  #5a4a40;
  --accent:    #a64a26;
  --accent-2:  #2b0e04;
  --shadow:    rgba(166,74,38,.12);
}

/* ── palette: olive (sage / earthy / sophisticated) ── */
[data-palette="olive"] {
  --bg:        #f6f3ea;
  --surface:   #e7e0cc;
  --surface-2: #d4cab0;
  --ink:       #1d2117;
  --ink-soft:  #4d503e;
  --accent:    #4f5d30;
  --accent-2:  #20281a;
  --shadow:    rgba(79,93,48,.12);
}

/* ── palette: plum (luxe / feminine / editorial) ── */
[data-palette="plum"] {
  --bg:        #faf3f3;
  --surface:   #efdcdc;
  --surface-2: #e2c4c4;
  --ink:       #261019;
  --ink-soft:  #5a323f;
  --accent:    #7d2a48;
  --accent-2:  #3a0d1f;
  --shadow:    rgba(125,42,72,.12);
}

/* ── mood: warm (Instrument Serif italic display, refined) ── */
[data-mood="warm"] {
  --f-display: 'Instrument Serif', Georgia, serif;
  --f-body:    'Inter', system-ui, sans-serif;
  --display-italic: italic;
  --display-weight: 400;
  --display-tracking: -0.02em;
  --display-lh: 0.98;
  --eyebrow-weight: 500;
  --eyebrow-tracking: 0.18em;
  --eyebrow-case: uppercase;
  --radius-card: 6px;
  --section-pad-y: clamp(56px, 6.5vw, 100px);
}

/* ── mood: editorial (Fraunces, magazine, more contrast, generous) ── */
[data-mood="editorial"] {
  --f-display: 'Fraunces', Georgia, serif;
  --f-body:    'Inter', system-ui, sans-serif;
  --display-italic: normal;
  --display-weight: 500;
  --display-tracking: -0.035em;
  --display-lh: 0.92;
  --eyebrow-weight: 600;
  --eyebrow-tracking: 0.22em;
  --eyebrow-case: uppercase;
  --radius-card: 2px;
  --section-pad-y: clamp(70px, 8vw, 128px);
}

/* ── mood: modern (Bricolage Grotesque sans-display, tight, contemporary) ── */
[data-mood="modern"] {
  --f-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --f-body:    'Inter', system-ui, sans-serif;
  --display-italic: normal;
  --display-weight: 500;
  --display-tracking: -0.045em;
  --display-lh: 0.95;
  --eyebrow-weight: 600;
  --eyebrow-tracking: 0.06em;
  --eyebrow-case: none;
  --radius-card: 18px;
  --section-pad-y: clamp(48px, 5.5vw, 88px);
}

/* ───────────────────── base ───────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1;
  opacity: var(--grain-opacity);
}

img { display: block; max-width: 100%; }
a { color: inherit; }
section { position: relative; z-index: 2; scroll-margin-top: 96px; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .wrap { padding: 0 48px; } }
@media (min-width: 1200px) { .wrap { padding: 0 64px; } }

/* ───────────────────── typography ───────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-tracking);
  text-transform: var(--eyebrow-case);
  color: var(--accent);
}
.eyebrow::before {
  content: ''; width: 24px; height: 1px; background: currentColor;
  display: inline-block;
}
.eyebrow.no-line::before { display: none; }

.display {
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: var(--display-lh);
  color: var(--ink);
  margin: 0;
}
.display-xl { font-size: clamp(48px, 8.5vw, 124px); }
.display-lg { font-size: clamp(40px, 6vw, 88px); }
.display-md { font-size: clamp(32px, 4.5vw, 64px); }
.display-sm { font-size: clamp(24px, 3vw, 38px); }

.lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--ink-soft); }

.italic-pop { font-family: var(--f-display); font-style: italic; font-weight: 400; }

/* ───────────────────── buttons ───────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-btn);
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn .ms { font-size: 18px; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--accent-2); }
.btn-accent  { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-2); box-shadow: 0 2px 8px var(--shadow), 0 14px 30px var(--shadow); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--ink);
  border-color: var(--hairline-strong);
}
.btn-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.btn-ghost { background: transparent; color: var(--ink); padding-left: 0; padding-right: 0; }
.btn-ghost:hover { color: var(--accent); }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1eb858; }

.btn-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ink); font-size: 13px; font-weight: 600;
  text-decoration: none; padding-bottom: 2px;
  border-bottom: 1px solid var(--ink);
  transition: gap .2s ease, color .2s ease;
}
.btn-link:hover { gap: 12px; color: var(--accent); border-color: var(--accent); }

/* ───────────────────── promo strip + nav ───────────────────── */
.promo-strip {
  position: relative; z-index: 60;
  background: var(--ink); color: var(--bg);
  font-size: 12px; padding: 8px 16px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  text-align: center;
}
.promo-strip strong { font-weight: 600; }
.promo-strip a { color: var(--bg); text-decoration: underline; text-underline-offset: 3px; }

nav.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, padding .25s ease;
}
nav.site-nav.scrolled {
  border-bottom-color: var(--hairline);
  box-shadow: 0 1px 16px rgba(0,0,0,.04);
}
nav.site-nav .inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.logo {
  display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; color: var(--ink);
}
.logo .mark {
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  font-size: 26px;
  letter-spacing: -0.02em;
}
.logo .sub {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 4px;
}
.nav-links {
  display: none; gap: 32px; align-items: center;
  font-size: 13px; font-weight: 500;
}
.nav-links a { text-decoration: none; color: var(--ink-soft); transition: color .15s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: none; }
nav.site-nav.scrolled .nav-cta { display: inline-flex; }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--hairline-strong);
  border-radius: 999px; cursor: pointer; color: var(--ink);
}
@media (min-width: 900px) {
  .nav-links { display: inline-flex; }
  .menu-btn { display: none; }
}

/* ───────────────────── hero variants ───────────────────── */
.hero { position: relative; overflow: hidden; }

/* ▸ MAGAZINE — editorial centered, image is left column, metadata bar */
[data-hero="magazine"] .hero { padding: clamp(40px, 5vw, 72px) 0; }
[data-hero="magazine"] .hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
  align-items: end;
}
@media (min-width: 1000px) {
  [data-hero="magazine"] .hero-grid {
    grid-template-columns: 5fr 7fr; gap: 56px;
  }
}
[data-hero="magazine"] .hero-image {
  aspect-ratio: 4/5;
  background: var(--surface);
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
}
[data-hero="magazine"] .hero-image img { width: 100%; height: 100%; object-fit: cover; }
[data-hero="magazine"] .hero-title { font-size: clamp(46px, 8vw, 116px); }
[data-hero="magazine"] .hero-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  border-top: 1px solid var(--hairline-strong);
  padding-top: 24px; margin-top: 32px;
}
@media (min-width: 700px) {
  [data-hero="magazine"] .hero-meta { grid-template-columns: repeat(4, 1fr); }
}

/* ▸ SPLIT — 50/50 text+image, classic & balanced */
[data-hero="split"] .hero { padding: clamp(40px, 5vw, 80px) 0; }
[data-hero="split"] .hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  [data-hero="split"] .hero-grid {
    grid-template-columns: 1fr 1fr; gap: 48px;
    min-height: 80vh;
  }
}
[data-hero="split"] .hero-image {
  aspect-ratio: 4/5;
  background: var(--surface);
  border-radius: var(--radius-card);
  overflow: hidden;
  order: -1;
}
@media (min-width: 900px) { [data-hero="split"] .hero-image { order: 1; aspect-ratio: 3/4; height: 80vh; } }
[data-hero="split"] .hero-image img { width: 100%; height: 100%; object-fit: cover; }
[data-hero="split"] .hero-title { font-size: clamp(42px, 6.5vw, 96px); }
[data-hero="split"] .hero-meta { display: none; }

/* ▸ FULLBLEED — full image with text overlay (cinematic) */
[data-hero="fullbleed"] .hero { padding: 0; min-height: 88vh; }
[data-hero="fullbleed"] .hero-image {
  position: absolute; inset: 0;
  background: var(--surface);
  overflow: hidden;
}
[data-hero="fullbleed"] .hero-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(170deg, rgba(20,12,8,.15) 0%, rgba(20,12,8,.65) 100%);
}
[data-hero="fullbleed"] .hero-image img { width: 100%; height: 100%; object-fit: cover; }
[data-hero="fullbleed"] .hero-grid {
  position: relative; z-index: 2;
  min-height: 88vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 80px 0 64px;
  color: #fdf8f3;
}
[data-hero="fullbleed"] .hero-title { color: #fdf8f3; font-size: clamp(46px, 8vw, 116px); max-width: 18ch; }
[data-hero="fullbleed"] .hero-lead { color: rgba(253,248,243,.85); }
[data-hero="fullbleed"] .eyebrow { color: #f0d2c2; }
[data-hero="fullbleed"] .hero-meta {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 24px;
  border-top: 1px solid rgba(253,248,243,.25);
  padding-top: 24px; margin-top: 40px;
  color: rgba(253,248,243,.85);
}
[data-hero="fullbleed"] .hero-meta strong { color: #fdf8f3; }
[data-hero="fullbleed"] .btn-outline { color: #fdf8f3; border-color: rgba(253,248,243,.5); }
[data-hero="fullbleed"] .btn-outline:hover { background: #fdf8f3; color: var(--ink); border-color: #fdf8f3; }

.hero-eyebrow { margin-bottom: 16px; }
.hero-lead { margin: 18px 0 26px; max-width: 44ch; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55; color: var(--ink-soft); }
.hero-trust {
  margin-top: 14px; display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--ink-soft); letter-spacing: 0.01em;
}
.hero-trust::before { content: ''; width: 20px; height: 1px; background: var(--hairline-strong); flex-shrink: 0; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta-item { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.hero-meta-item span { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; opacity: .65; }
.hero-meta-item strong { font-size: 15px; font-weight: 600; }

/* ───────────────────── trust strip ───────────────────── */
.trust-strip {
  background: var(--ink); color: var(--bg);
  padding: 18px 0; overflow: hidden;
}
.trust-track {
  display: flex; gap: 56px; align-items: center;
  font-size: 13px; letter-spacing: 0.02em;
  white-space: nowrap;
}
.trust-item { display: inline-flex; align-items: center; gap: 12px; opacity: 0.9; }
.trust-item .ms { font-size: 18px; }
.trust-item strong { font-weight: 600; }

/* ───────────────────── services ───────────────────── */
.services {
  padding: var(--section-pad-y) 0;
  background: var(--bg);
}
.section-head { margin-bottom: 48px; max-width: 760px; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { margin-bottom: 14px; }

.services-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 800px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.service-card {
  background: var(--surface);
  border-radius: var(--radius-card);
  padding: 0;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 4px 12px var(--shadow), 0 20px 50px var(--shadow); }
.service-card .img {
  aspect-ratio: 4/3;
  background: var(--surface-2);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  color: var(--accent);
  overflow: hidden;
}
.service-card .img .ms { font-size: 48px; opacity: .35; }
.service-card .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.service-card .body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 {
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  letter-spacing: -0.01em;
  font-size: clamp(24px, 2.2vw, 30px);
  margin: 0 0 8px;
  line-height: 1.05;
}
.service-tagline {
  font-size: 13px; color: var(--ink-soft); font-style: italic;
  line-height: 1.5; margin: 0 0 16px;
}
.service-rows { margin: 0 0 24px; padding: 0; list-style: none; flex: 1; }
.service-rows li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 14px;
}
.service-rows li:last-child { border-bottom: 0; }
.service-rows .price { font-weight: 600; color: var(--ink); white-space: nowrap; }
.service-rows .name { color: var(--ink-soft); }
.service-card .cta-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

/* ───────────────────── gallery ───────────────────── */
.gallery { padding: var(--section-pad-y) 0; background: var(--surface); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 800px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.gallery-item {
  position: relative; overflow: hidden;
  background: var(--surface-2);
  border-radius: var(--radius-card);
  aspect-ratio: 3/4;
  cursor: pointer;
}
.gallery-item.tall { grid-row: span 2; aspect-ratio: 3/8; }
@media (max-width: 799px) { .gallery-item.tall { grid-row: auto; aspect-ratio: 3/4; } }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item .tag {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(20,12,8,.7); color: #fdf8f3;
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  backdrop-filter: blur(6px);
}
.gallery-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 40px; flex-wrap: wrap;
}

/* ───────────────────── stylists ───────────────────── */
.stylists { padding: var(--section-pad-y) 0; background: var(--bg); }
.stylists-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
@media (min-width: 900px) { .stylists-grid { grid-template-columns: repeat(4, 1fr); } }

.stylist {
  display: flex; flex-direction: column;
}
.stylist .portrait {
  aspect-ratio: 3/4; overflow: hidden;
  background: var(--surface-2);
  border-radius: var(--radius-card);
  position: relative;
  margin-bottom: 16px;
}
.stylist .portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.stylist:hover .portrait img { transform: scale(1.04); }
.stylist .role {
  position: absolute; left: 12px; top: 12px;
  background: rgba(253,248,243,.92);
  color: var(--ink);
  padding: 5px 10px; border-radius: 999px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.stylist h3 {
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  font-size: clamp(26px, 2.3vw, 32px);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
  line-height: 1;
}
.stylist .spec { font-size: 13px; color: var(--ink-soft); margin: 0 0 14px; line-height: 1.5; }
.stylist .specs-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 18px; }
.stylist .specs-tags span {
  font-size: 11px; padding: 4px 10px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
}
.stylist .book-link {
  font-size: 12px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; color: var(--accent);
  margin-top: auto;
  transition: gap .2s ease;
}
.stylist .book-link:hover { gap: 10px; }

/* ───────────────────── testimonials ───────────────────── */
.testimonials { padding: var(--section-pad-y) 0; background: var(--surface); overflow: clip; }

.t-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 32px;
}
.t-arrows { display: flex; gap: 8px; }
.t-arrow {
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--bg); border: 1px solid var(--hairline-strong);
  color: var(--ink); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  flex-shrink: 0;
}
.t-arrow:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.t-arrow:disabled { opacity: 0.3; cursor: not-allowed; }
.t-dots { display: flex; gap: 6px; align-items: center; }
.t-dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--hairline-strong);
  border: 0; padding: 0; cursor: pointer;
  transition: background .25s ease, width .25s ease;
}
.t-dot.on { background: var(--accent); width: 20px; }
.testimonials .section-head { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: end; }
@media (min-width: 900px) {
  .testimonials .section-head { grid-template-columns: 1.2fr 1fr; gap: 80px; }
}
.testimonials .section-head .side { font-size: 14px; line-height: 1.7; color: var(--ink-soft); }
.testimonials .section-head .side .big {
  font-family: var(--f-display); font-style: var(--display-italic);
  font-size: clamp(40px, 5vw, 64px);
  color: var(--ink); line-height: 1; margin: 0 0 8px;
  display: block;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 88%;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 24px 16px;
  margin: 0 -24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.testimonial-track::-webkit-scrollbar { display: none; }
@media (min-width: 700px) { .testimonial-track { grid-auto-columns: 46%; padding-left: 48px; padding-right: 48px; margin: 0 -48px; } }
@media (min-width: 1100px) { .testimonial-track { grid-auto-columns: 31%; padding-left: 64px; padding-right: 64px; margin: 0 -64px; } }

.testimonial {
  scroll-snap-align: start;
  background: var(--bg);
  border-radius: var(--radius-card);
  padding: 32px 28px 26px;
  display: flex; flex-direction: column;
  min-height: 280px;
  border: 1px solid var(--hairline);
}
.testimonial .stars { display: flex; gap: 2px; margin-bottom: 16px; color: var(--accent); }
.testimonial .stars .ms { font-size: 18px; }
.testimonial blockquote {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.35;
  margin: 0 0 24px;
  color: var(--ink);
  flex: 1;
}
.testimonial .meta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border-top: 1px solid var(--hairline);
  padding-top: 16px;
  font-size: 12px;
}
.testimonial .meta strong { font-weight: 600; }
.testimonial .meta .who { color: var(--ink); }
.testimonial .meta .what { color: var(--ink-soft); }

/* ───────────────────── slots ───────────────────── */
.slots {
  padding: var(--section-pad-y) 0; background: var(--bg);
}
.slots-card {
  background: var(--ink); color: var(--bg);
  border-radius: var(--radius-card);
  padding: 36px 28px;
  display: grid; grid-template-columns: 1fr; gap: 28px;
  align-items: center;
}
@media (min-width: 900px) { .slots-card { grid-template-columns: 1fr 1.5fr; padding: 44px 48px; gap: 40px; } }
.slots-card h2 { color: var(--bg); margin: 0 0 12px; }
.slots-card p { color: rgba(253,248,243,.7); margin: 0; font-size: 14px; line-height: 1.6; }
.slots-card .eyebrow { color: var(--surface-2); }
.slots-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 600px) { .slots-grid { grid-template-columns: repeat(3, 1fr); } }
.slot {
  background: rgba(253,248,243,.08);
  border: 1px solid rgba(253,248,243,.12);
  color: var(--bg);
  padding: 14px 12px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  transition: background .2s ease, border-color .2s ease;
}
.slot:hover { background: rgba(253,248,243,.18); border-color: rgba(253,248,243,.3); }
.slot strong { display: block; font-size: 11px; opacity: 0.6; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; margin-bottom: 4px; }
.slot span { font-size: 16px; font-weight: 600; }

/* ───────────────────── faq ───────────────────── */
.faq { padding: var(--section-pad-y) 0; background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 900px) { .faq-grid { grid-template-columns: 1fr 1.5fr; gap: 80px; } }
.faq-list { display: flex; flex-direction: column; }
.faq-list details {
  border-bottom: 1px solid var(--hairline-strong);
  padding: 24px 0;
}
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon {
  flex-shrink: 0;
  width: 32px; height: 32px; border-radius: 999px;
  border: 1px solid var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .25s ease;
}
.faq-list summary .icon::before { content: '+'; font-family: var(--f-body); font-size: 18px; font-weight: 400; line-height: 1; }
.faq-list .answer {
  margin-top: 16px; max-width: 64ch;
  font-size: 15px; line-height: 1.65; color: var(--ink-soft);
}

/* ───────────────────── contact ───────────────────── */
.contact { padding: var(--section-pad-y) 0; background: var(--bg); }
.contact-grid {
  display: grid; grid-template-columns: 1fr; gap: 32px; align-items: stretch;
}
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 48px; } }
.contact-card {
  background: var(--surface);
  border-radius: var(--radius-card);
  padding: 40px 36px;
}
.contact-card .row {
  display: flex; gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hairline);
}
.contact-card .row:last-of-type { border-bottom: 0; }
.contact-card .row .ms {
  flex-shrink: 0;
  color: var(--accent);
  font-size: 22px;
  padding-top: 2px;
}
.contact-card .row strong {
  display: block;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 4px;
  color: var(--ink-soft);
}
.contact-card .row .v { font-size: 15px; color: var(--ink); line-height: 1.55; }
.contact-card .row .v a { color: var(--ink); text-decoration: none; }
.contact-card .row .v a:hover { color: var(--accent); }
.contact-card .hours { display: grid; grid-template-columns: 1fr auto; row-gap: 6px; column-gap: 24px; font-size: 14px; }
.contact-card .hours dt { color: var(--ink-soft); }
.contact-card .hours dd { margin: 0; font-weight: 600; }
.contact-card .ctas { margin-top: 28px; display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
@media (max-width: 500px) { .contact-card .ctas { grid-template-columns: 1fr; } }
.contact .map {
  border-radius: var(--radius-card);
  overflow: hidden;
  min-height: 480px;
  background: var(--surface-2);
}
.contact .map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; display: block; }

/* ───────────────────── footer ───────────────────── */
footer {
  background: var(--accent-2); color: var(--bg);
  padding: 60px 0 28px;
  position: relative; z-index: 2;
}
footer .grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
}
@media (min-width: 700px) { footer .grid { grid-template-columns: 1.5fr 1fr 1fr 1.5fr; } }
footer h4 {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  margin: 0 0 18px; opacity: 0.7;
}
footer .mark {
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  font-size: 38px; line-height: 1; letter-spacing: -0.02em;
  margin-bottom: 8px;
}
footer .sub { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; opacity: .6; margin-bottom: 24px; }
footer p, footer a { font-size: 13px; line-height: 1.7; opacity: 0.7; text-decoration: none; color: inherit; }
footer a:hover { opacity: 1; }
footer .links { display: flex; flex-direction: column; gap: 8px; }
footer .legal {
  margin-top: 56px; padding-top: 28px;
  border-top: 1px solid rgba(253,248,243,.12);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  font-size: 11px; opacity: 0.55;
}

/* ───────────────────── floating buttons ───────────────────── */
.float-stack {
  position: fixed; right: 16px; bottom: 16px;
  z-index: 40;
  display: flex; flex-direction: column; gap: 10px;
  align-items: flex-end;
}
.float-stack .btn {
  box-shadow: 0 14px 40px rgba(20,12,8,.25);
}
.fab-whatsapp {
  width: 56px; height: 56px; padding: 0;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  background: #25d366; color: #fff; text-decoration: none;
  box-shadow: 0 14px 40px rgba(37,211,102,.4);
  transition: transform .15s ease;
}
.fab-whatsapp:hover { transform: scale(1.05); }
.fab-whatsapp svg { width: 28px; height: 28px; }

/* mobile booking — bottom inline pill */
.mobile-cta {
  position: fixed; bottom: 12px; left: 12px; right: 80px;
  z-index: 40;
  display: flex;
}
.mobile-cta .btn { width: 100%; justify-content: center; box-shadow: 0 12px 40px rgba(20,12,8,.3); }
@media (min-width: 700px) { .mobile-cta { display: none; } }

/* ───────────────────── helpers ───────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 80ms; }
.reveal.d2 { transition-delay: 160ms; }
.reveal.d3 { transition-delay: 240ms; }

/* mobile menu drawer */
#drawer {
  position: fixed; inset: 0 0 0 auto; width: min(360px, 100%);
  background: var(--bg);
  z-index: 70;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  padding: 24px;
}
#drawer.open { transform: translateX(0); }
#drawer .x {
  width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--hairline-strong);
  border-radius: 999px; align-self: flex-end;
  cursor: pointer; color: var(--ink);
}
#drawer nav { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; flex: 1; }
#drawer nav a {
  font-family: var(--f-display);
  font-style: var(--display-italic);
  font-weight: var(--display-weight);
  font-size: 32px;
  text-decoration: none; color: var(--ink);
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline);
}
#drawer-overlay {
  position: fixed; inset: 0; background: rgba(20,12,8,.4); z-index: 65;
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
#drawer-overlay.show { opacity: 1; pointer-events: auto; }

/* Material Symbols defaults — variable font requires explicit axes */
.ms {
  font-family: 'Material Symbols Outlined';
  font-weight: normal; font-style: normal;
  font-size: 20px; line-height: 1;
  letter-spacing: normal; text-transform: none;
  display: inline-block; white-space: nowrap; word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.ms.fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.testimonial .stars .ms { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

/* ───────────────────── focus-visible ───────────────────── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 3px;
}
.btn:focus-visible,
.t-arrow:focus-visible,
.t-dot:focus-visible,
.slot:focus-visible,
.gallery-item:focus-visible { outline-offset: 4px; }

/* ───────────────────── image overlays ───────────────────── */
.gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,12,8,.5) 0%, transparent 58%);
  pointer-events: none; z-index: 1;
}
.gallery-item .tag { z-index: 2; }

[data-hero="magazine"] .hero-image::before,
[data-hero="split"] .hero-image::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--accent);
  mix-blend-mode: multiply;
  opacity: 0.38;
  z-index: 1;
  pointer-events: none;
}

[data-hero="magazine"] .hero-image::after,
[data-hero="split"] .hero-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,12,8,.22) 0%, transparent 55%);
  pointer-events: none;
  z-index: 2;
}

.stylist .portrait::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,12,8,.32) 0%, transparent 52%);
  pointer-events: none;
}
.stylist .portrait .role { z-index: 2; position: relative; }

/* ───────────────────── why us ───────────────────── */
.why-us {
  padding: var(--section-pad-y) 0;
  background: var(--ink); color: var(--bg);
}
.why-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
@media (min-width: 600px) { .why-grid { grid-template-columns: 1fr 1fr; gap: 36px 48px; } }
@media (min-width: 900px) { .why-grid { grid-template-columns: repeat(4, 1fr); gap: 0; } }
.why-item {
  padding: 28px 0;
  border-top: 1px solid rgba(253,248,243,.08);
  display: flex; flex-direction: column;
}
@media (min-width: 600px) { .why-item { padding: 0; border-top: none; } }
@media (min-width: 900px) {
  .why-item {
    padding: 0 40px 0 0;
    border-top: none;
    border-right: 1px solid rgba(253,248,243,.08);
  }
  .why-item:last-child { border-right: none; padding-right: 0; }
}
.why-num {
  font-family: var(--f-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; color: var(--accent);
  margin-bottom: 18px; display: block;
}
.why-item h3 {
  font-family: var(--f-display); font-style: var(--display-italic);
  font-weight: var(--display-weight);
  font-size: clamp(20px, 1.8vw, 26px); line-height: 1.15;
  margin: 0 0 12px; color: var(--bg); letter-spacing: -0.01em;
}
.why-item p {
  font-size: 13px; line-height: 1.65;
  color: rgba(253,248,243,.58); margin: 0;
}

/* ───────────────────── mid cta ───────────────────── */
.mid-cta {
  background: var(--accent-2);
  padding: clamp(40px, 5vw, 72px) 0;
}
.mid-cta-inner {
  display: flex; flex-direction: column; gap: 28px; align-items: flex-start;
}
@media (min-width: 900px) {
  .mid-cta-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; }
}
.mid-cta .eyebrow { color: rgba(253,248,243,.45); }
.mid-cta .display { color: #fdf8f3; margin-top: 10px; }
.mid-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.mid-cta-btns .btn-outline { color: #fdf8f3; border-color: rgba(253,248,243,.32); }
.mid-cta-btns .btn-outline:hover { background: #fdf8f3; color: var(--ink); border-color: #fdf8f3; }

/* ───────────────────── footer tagline ───────────────────── */
.footer-tagline {
  font-family: var(--f-display); font-style: var(--display-italic);
  font-size: clamp(14px, 1.3vw, 17px); line-height: 1.5;
  color: rgba(253,248,243,.45); margin: 12px 0 0;
}
