/* =========================================================================
   KRAVT Beauty Bar — design system
   Palette & type from the brandbook: espresso / cream / burgundy,
   Galdeano (display) + Geologica (text).
   ========================================================================= */

:root {
  /* Brand palette */
  --espresso: #271D14;
  --espresso-2: #33261a;   /* raised surface on dark */
  --espresso-3: #4a3826;   /* hairline on dark */
  --cream: #eee6d9;
  --cream-1: #f5efe6;      /* lightest paper */
  --cream-2: #e5dccc;      /* sunken cream surface */
  --burgundy: #661514;
  --burgundy-hi: #85221f;  /* hover / lifted */
  --sand: #cbb89c;         /* muted hairline / meta on light */
  --sand-dim: #a99676;

  /* Semantic (light ground default) */
  --bg: var(--cream);
  --surface: var(--cream-1);
  --text: var(--espresso);
  --text-soft: #5b4a3a;
  --hairline: #d9cdb9;
  --accent: var(--burgundy);

  /* Type */
  --font-display: "Galdeano", "Iowan Old Style", Georgia, serif;
  --font-text: "Geologica", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Fluid type scale (~1.25 minor third, fluid) */
  --step--1: clamp(0.82rem, 0.79rem + 0.15vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  --step-1:  clamp(1.2rem, 1.12rem + 0.4vw, 1.5rem);
  --step-2:  clamp(1.5rem, 1.36rem + 0.7vw, 2.1rem);
  --step-3:  clamp(1.95rem, 1.7rem + 1.25vw, 3rem);
  --step-4:  clamp(2.4rem, 1.95rem + 2.25vw, 4.2rem);
  --step-5:  clamp(3rem, 2.2rem + 4vw, 6rem);

  /* Space & rhythm */
  --wrap: 1200px;
  --gutter: clamp(1.15rem, 0.7rem + 2.2vw, 2.5rem);
  --section-y: clamp(3.5rem, 2.4rem + 5vw, 7rem);
  --radius: 4px;      /* brandbook geometry is crisp, near-square */
  --radius-lg: 8px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  font-family: var(--font-text);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.05; }
:focus-visible { outline: 2.5px solid var(--burgundy); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--burgundy); color: var(--cream); }

/* --------------------------------------------------------------- helpers */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 760px; }
.visually-hidden, .skip-link:not(:focus):not(:focus-within) {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 0.6rem; left: 0.6rem; z-index: 200;
  background: var(--espresso); color: var(--cream);
  padding: 0.6rem 1rem; border-radius: var(--radius);
}
.measure { max-width: 62ch; }

/* eyebrow / kicker — small caps-ish label using the text font, tracked */
.kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-text); font-size: var(--step--1); font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent);
}
.kicker::before {
  content: ""; inline-size: 0.5rem; block-size: 0.5rem;
  background: currentColor; transform: rotate(45deg); flex: 0 0 auto;
}
.on-dark .kicker { color: var(--sand); }

/* section titles */
.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 1.4rem + 2vw, 3.25rem); }
.section-head__title { font-size: var(--step-3); margin-top: 0.7rem; letter-spacing: 0.005em; }
.section-head__lead { margin-top: 1rem; font-size: var(--step-1); color: var(--text-soft); }

/* --------------------------------------------------------------- diamond */
.dia { display: inline-block; inline-size: 0.62em; block-size: 0.62em;
  background: currentColor; transform: rotate(45deg); }

/* ------------------------------------------------------------------ logo */
.logo { display: inline-flex; flex-direction: column; align-items: center; line-height: 1;
  color: currentColor; }
.logo__word {
  font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.12em;
  display: inline-flex; align-items: center;
}
.logo__dia {
  inline-size: 0.34em; block-size: 0.34em; margin-inline: 0.14em;
  background: currentColor; transform: rotate(45deg);
  position: relative; top: -0.42em;
}
.logo__sub {
  font-family: var(--font-text); font-size: 0.5em; font-weight: 500;
  letter-spacing: 0.42em; text-transform: uppercase; margin-top: 0.3em;
  padding-left: 0.42em; /* balance the tracking */
}
.logo--lg .logo__word { font-size: clamp(2.4rem, 1.6rem + 3.5vw, 4rem); }
.logo--lg .logo__sub { font-size: 0.42em; letter-spacing: 0.5em; margin-top: 0.55em; }

/* ------------------------------------------------------------------ buttons */
.btn {
  --btn-bg: var(--espresso); --btn-fg: var(--cream);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--font-text); font-weight: 500; font-size: var(--step-0);
  line-height: 1; letter-spacing: 0.01em;
  padding: 0.95em 1.6em; border: 1.5px solid var(--btn-bg); border-radius: var(--radius);
  background: var(--btn-bg); color: var(--btn-fg); cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn--accent { --btn-bg: var(--burgundy); --btn-fg: var(--cream); }
.btn--accent:hover { background: var(--burgundy-hi); border-color: var(--burgundy-hi); }
.btn--ghost {
  background: transparent; color: var(--text); border-color: var(--text);
}
.btn--ghost:hover { background: var(--text); color: var(--bg); }
.on-dark .btn--ghost { color: var(--cream); border-color: var(--sand); }
.on-dark .btn--ghost:hover { background: var(--cream); color: var(--espresso); border-color: var(--cream); }
.btn--sm { padding: 0.7em 1.15em; font-size: var(--step--1); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--espresso) 92%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  color: var(--cream);
  border-bottom: 1px solid var(--espresso-3);
}
.site-header__inner { display: flex; align-items: center; gap: 1.5rem;
  min-height: 4.5rem; }
.site-header__brand { color: var(--cream); }
.site-header__brand .logo__word { font-size: 1.35rem; }
.site-header__brand .logo__sub { font-size: 0.44em; letter-spacing: 0.36em; }
.site-header__actions { margin-left: auto; display: flex; align-items: center; gap: 0.9rem; }
.lang-switch {
  font-size: var(--step--1); font-weight: 600; letter-spacing: 0.08em;
  color: var(--cream); border: 1px solid var(--espresso-3);
  padding: 0.5em 0.75em; border-radius: var(--radius); transition: border-color .2s, color .2s;
}
.lang-switch:hover { border-color: var(--sand); color: #fff; }

.site-nav { display: contents; }
.site-nav__list { display: flex; align-items: center; gap: clamp(0.9rem, 0.4rem + 1.3vw, 2rem);
  margin-left: 0.5rem; }
.site-nav__list a {
  font-size: var(--step--1); font-weight: 400; letter-spacing: 0.03em; color: var(--cream);
  padding: 0.4rem 0; position: relative;
}
.site-nav__list a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px;
  background: var(--sand); transition: right .3s var(--ease);
}
.site-nav__list a:hover::after,
.site-nav__list a[aria-current="page"]::after { right: 0; }
.site-nav__list a[aria-current="page"] { color: #fff; }
.site-nav__lang-mobile { display: none; }
.nav-toggle { display: none; }

/* ------------------------------------------------------------------ hero */
.hero {
  position: relative; overflow: clip;
  background: var(--espresso); color: var(--cream);
  padding-block: clamp(3.5rem, 2rem + 8vw, 8rem) clamp(3rem, 2rem + 4vw, 6rem);
  isolation: isolate;
}
.hero::before { /* burgundy glow */
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 90% at 82% 15%, color-mix(in srgb, var(--burgundy) 55%, transparent), transparent 60%),
    radial-gradient(80% 70% at 8% 100%, color-mix(in srgb, var(--espresso-2) 90%, transparent), transparent 70%);
}
.hero__ghost { /* oversized outlined wordmark as texture */
  position: absolute; z-index: -1; right: -2%; bottom: -6%;
  font-family: var(--font-display); font-size: clamp(9rem, 4rem + 28vw, 26rem);
  line-height: 0.8; letter-spacing: 0.02em; pointer-events: none; user-select: none;
  color: transparent; -webkit-text-stroke: 1.5px color-mix(in srgb, var(--sand) 32%, transparent);
  opacity: 0.5;
}
.hero__inner { display: grid; gap: clamp(2rem, 1rem + 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr); align-items: center; }
.hero__lockup { display: flex; }
.hero__title { font-size: var(--step-4); margin-top: 1.2rem; max-width: 15ch; }
.hero__lead { margin-top: 1.4rem; font-size: var(--step-1); color: color-mix(in srgb, var(--cream) 82%, transparent);
  max-width: 46ch; }
.hero__cta { margin-top: 2rem; }
.hero__aside { display: flex; justify-content: center; }
.hero-emblem { width: min(360px, 70vw); aspect-ratio: 1; }

/* hero stats */
.hero-stats { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem);
  display: grid; grid-template-columns: repeat(3, auto); gap: clamp(1.5rem, 0.5rem + 4vw, 4rem);
  justify-content: start; }
.hero-stats dt { font-family: var(--font-display); font-size: var(--step-3); color: var(--cream); }
.hero-stats dd { font-size: var(--step--1); color: var(--sand); letter-spacing: 0.04em;
  max-width: 16ch; margin-top: 0.25rem; }

/* ------------------------------------------------------------------ bands */
.band { color: var(--sand); line-height: 0; }
.band__svg { width: 100%; height: clamp(26px, 3.2vw, 40px); }
.band--top { color: var(--sand-dim); background: var(--espresso); padding-block: 0.5rem; }
.band--section { color: var(--sand); opacity: 0.85; margin-block: clamp(2rem, 1rem + 3vw, 4rem); }
.band--footer { color: var(--burgundy); background: var(--espresso); padding-block: 0.7rem; }

/* --------------------------------------------------------------- sections */
.section { padding-block: var(--section-y); }
.section--tint { background: var(--cream-2); }
.section--dark { background: var(--espresso); color: var(--cream); }
.section--dark .section-head__lead { color: color-mix(in srgb, var(--cream) 75%, transparent); }
.on-dark { color: var(--cream); }

.intro { display: grid; gap: clamp(1.5rem, 0.5rem + 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr); align-items: start; }
.intro__title { font-size: var(--step-3); max-width: 16ch; }
.intro__body { font-size: var(--step-1); color: var(--text-soft); max-width: 52ch; }

/* -------------------------------------------------------- service cards */
.svc-grid { display: grid; gap: clamp(1rem, 0.4rem + 2vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.svc-card {
  background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 1rem + 1.5vw, 2rem);
  display: flex; flex-direction: column; gap: 1rem;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.svc-card:hover { border-color: var(--sand); transform: translateY(-3px);
  box-shadow: 0 18px 40px -28px rgba(39, 29, 20, 0.55); }
.svc-card__num { font-family: var(--font-display); font-size: var(--step-1); color: var(--accent); }
.svc-card__title { font-size: var(--step-2); }
.svc-card__tag { color: var(--text-soft); font-size: var(--step--1); }
.svc-card__link { margin-top: auto; color: var(--accent); font-weight: 500;
  display: inline-flex; align-items: center; gap: 0.5rem; }
.svc-card__link .dia { inline-size: 0.4em; block-size: 0.4em; transition: transform .3s var(--ease); }
.svc-card:hover .svc-card__link .dia { transform: rotate(45deg) translate(2px, -2px); }

/* full price list */
.price-block { border-top: 2px solid var(--espresso); padding-top: 1.5rem;
  margin-top: clamp(2.5rem, 1.5rem + 3vw, 4.5rem); }
.price-block:first-of-type { margin-top: 0; }
.price-block__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 1rem;
  margin-bottom: 1.2rem; }
.price-block__title { font-size: var(--step-2); }
.price-block__tag { color: var(--text-soft); font-size: var(--step-0); }
.price-list { display: grid; gap: 0.15rem; }
.price-row {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 0.5rem 1rem;
  padding: 0.85rem 0; border-bottom: 1px solid var(--hairline);
}
.price-row__name { font-weight: 400; }
.price-row__time { display: block; color: var(--sand-dim); font-size: var(--step--1); margin-top: 0.15rem; }
.price-row__price { font-family: var(--font-display); font-size: var(--step-1); white-space: nowrap; }
.price-row__price small { font-family: var(--font-text); font-size: 0.62em; color: var(--text-soft);
  font-weight: 400; margin-right: 0.25rem; }

/* --------------------------------------------------------------- masters */
.master-grid { display: grid; gap: clamp(1rem, 0.4rem + 2vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.master-card {
  background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.master-card:hover { transform: translateY(-3px); border-color: var(--sand);
  box-shadow: 0 18px 40px -28px rgba(39, 29, 20, 0.55); }
.master-card__photo {
  aspect-ratio: 4 / 5; display: grid; place-items: center;
  background:
    radial-gradient(120% 120% at 30% 15%, var(--espresso-2), var(--espresso));
  color: var(--sand); position: relative; overflow: hidden;
}
.master-card__photo::after { /* faint diamond watermark */
  content: ""; position: absolute; width: 60%; aspect-ratio: 1; transform: rotate(45deg);
  border: 1.5px solid color-mix(in srgb, var(--sand) 22%, transparent); }
.master-card__initials { font-family: var(--font-display); font-size: clamp(2.5rem, 1.5rem + 4vw, 4rem);
  color: var(--cream); letter-spacing: 0.05em; position: relative; }
.master-card__body { padding: clamp(1.2rem, 0.9rem + 1vw, 1.6rem); display: flex; flex-direction: column; gap: 0.6rem; }
.master-card__name { font-size: var(--step-2); }
.master-card__role { color: var(--accent); font-size: var(--step--1); font-weight: 500;
  letter-spacing: 0.05em; }
.master-card__bio { color: var(--text-soft); font-size: var(--step--1); line-height: 1.55; }
.master-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.3rem; }
.tag { font-size: 0.75rem; letter-spacing: 0.03em; color: var(--text-soft);
  border: 1px solid var(--hairline); border-radius: 999px; padding: 0.25em 0.7em; }

/* --------------------------------------------------------------- academy */
.feature-grid { display: grid; gap: clamp(1rem, 0.4rem + 2vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.feature { border-top: 2px solid var(--accent); padding-top: 1.1rem; }
.on-dark .feature { border-top-color: var(--sand); }
.feature__title { font-size: var(--step-1); margin-bottom: 0.5rem; }
.feature__body { color: var(--text-soft); font-size: var(--step-0); }
.on-dark .feature__body { color: color-mix(in srgb, var(--cream) 72%, transparent); }

/* course cards */
.course-grid { display: grid; gap: clamp(1rem, 0.4rem + 2vw, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.course-card {
  background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 1rem + 1.5vw, 2rem); display: flex; flex-direction: column; gap: 0.85rem;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.course-card:hover { border-color: var(--sand); transform: translateY(-3px); }
.course-card__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 0.9rem; align-items: center;
  color: var(--text-soft); font-size: var(--step--1); }
.course-card__meta .tag { border-color: var(--accent); color: var(--accent); }
.course-card__title { font-size: var(--step-2); }
.course-card__desc { color: var(--text-soft); font-size: var(--step-0); flex: 1; }
.course-card__foot { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  border-top: 1px solid var(--hairline); padding-top: 1rem; }
.course-card__price { font-family: var(--font-display); font-size: var(--step-2); }
.course-card__price small { font-family: var(--font-text); font-size: 0.5em; color: var(--text-soft); }

/* numbered steps (real sequence) */
.steps { display: grid; gap: 1.1rem; counter-reset: step; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start;
  padding-bottom: 1.1rem; border-bottom: 1px solid var(--hairline); }
.step:last-child { border-bottom: 0; }
.step__n { counter-increment: step; font-family: var(--font-display); font-size: var(--step-2);
  color: var(--accent); min-width: 1.6em; }
.step__n::before { content: counter(step, decimal-leading-zero); }
.step__title { font-size: var(--step-1); }
.step__body { color: var(--text-soft); font-size: var(--step-0); margin-top: 0.2rem; }

/* -------------------------------------------------------------- CTA panel */
.cta-panel {
  background: var(--espresso); color: var(--cream); border-radius: var(--radius-lg);
  padding: clamp(2rem, 1.4rem + 3vw, 4rem); position: relative; overflow: hidden; isolation: isolate;
}
.cta-panel::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(70% 120% at 90% 10%, color-mix(in srgb, var(--burgundy) 60%, transparent), transparent 55%); }
.cta-panel__title { font-size: var(--step-3); max-width: 18ch; }
.cta-panel__body { margin-top: 0.9rem; font-size: var(--step-1);
  color: color-mix(in srgb, var(--cream) 80%, transparent); max-width: 44ch; }
.cta-panel__cta { margin-top: 1.8rem; }

/* gift split */
.split { display: grid; gap: clamp(1.5rem, 0.5rem + 4vw, 3.5rem); align-items: center;
  grid-template-columns: minmax(0, 1fr); }
.split__visual {
  aspect-ratio: 5 / 4; border-radius: var(--radius-lg); position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--burgundy), #3a0d0c);
  display: grid; place-items: center;
}
.split__visual .logo { color: var(--cream); }
.split__visual::after { content: ""; position: absolute; inset: 8%; border: 1px solid color-mix(in srgb, var(--cream) 30%, transparent);
  border-radius: var(--radius); }

/* --------------------------------------------------------------- booking */
.booksy-holder {
  background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 0.8rem + 2vw, 2.5rem); min-height: 360px;
}
.booksy-holder__note { color: var(--text-soft); font-size: var(--step--1); margin-top: 1rem; }
.booksy-holder__note a { color: var(--accent); font-weight: 500; }
.booksy-fallback { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
/* Booksy injects a fixed 770px iframe — make it fill the container responsively */
.booksy-embed { min-height: 620px; }
.booksy-embed .booksy-widget-container,
.booksy-embed iframe { width: 100% !important; max-width: 100% !important; }
.booksy-embed iframe { min-height: 620px; border: 0; display: block; }

/* --------------------------------------------------------------- contact */
.contact-grid { display: grid; gap: clamp(1.5rem, 0.5rem + 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr); }
.info-list { display: grid; gap: 1.5rem; }
.info-item { border-top: 2px solid var(--espresso); padding-top: 0.9rem; }
.info-item__label { font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.4rem; }
.info-item__value { font-size: var(--step-1); font-style: normal; }
.info-item__value a:hover { color: var(--accent); }
.hours-table { display: grid; gap: 0.4rem; }
.hours-table div { display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.35rem 0; border-bottom: 1px solid var(--hairline); }
.map-frame { width: 100%; aspect-ratio: 16 / 10; border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); overflow: hidden; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* page header (interior heroes) */
.page-hero { background: var(--espresso); color: var(--cream); padding-block: clamp(3rem, 2rem + 5vw, 5.5rem) clamp(2rem,1.2rem+3vw,3.5rem); }
.page-hero__title { font-size: var(--step-4); margin-top: 1rem; max-width: 16ch; }
.page-hero__lead { margin-top: 1.2rem; font-size: var(--step-1);
  color: color-mix(in srgb, var(--cream) 80%, transparent); max-width: 52ch; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: var(--espresso); color: var(--cream); padding-block: clamp(2.5rem, 1.5rem + 3vw, 4rem) 2rem; }
.site-footer__grid { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3rem);
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
.site-footer__brand { color: var(--cream); }
.site-footer__brand .logo { align-items: flex-start; }
.site-footer__tagline { margin: 1rem 0 1.5rem; color: color-mix(in srgb, var(--cream) 72%, transparent);
  max-width: 34ch; font-size: var(--step--1); }
.site-footer__h { font-family: var(--font-text); font-size: var(--step--1); font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--sand); margin-bottom: 1rem; }
.site-footer__col a { color: color-mix(in srgb, var(--cream) 85%, transparent); }
.site-footer__col li { margin-bottom: 0.55rem; }
.site-footer__col a:hover { color: #fff; }
.site-footer__contact { font-style: normal; display: grid; gap: 0.6rem; }
.site-footer__hours li { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.5rem;
  font-size: var(--step--1); color: color-mix(in srgb, var(--cream) 82%, transparent); }
.site-footer__social { display: flex; gap: 1rem; margin-top: 1.2rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  margin-top: clamp(2rem, 1.4rem + 2vw, 3rem); padding-top: 1.5rem;
  border-top: 1px solid var(--espresso-3); font-size: var(--step--1);
  color: color-mix(in srgb, var(--cream) 65%, transparent); }
.site-footer__langlink:hover { color: #fff; }

/* ---------------------------------------------------------------- photos */
.photo { position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: var(--espresso); isolation: isolate; }
.photo--4x5 { aspect-ratio: 4 / 5; }
.photo--1x1 { aspect-ratio: 1 / 1; }
.photo--3x2 { aspect-ratio: 3 / 2; }
.photo--16x9 { aspect-ratio: 16 / 9; }
.photo__img { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 2; }
.photo__ph { position: absolute; inset: 0; z-index: 1;
  display: grid; place-content: center; justify-items: center; gap: 0.75rem;
  color: color-mix(in srgb, var(--sand) 60%, transparent);
  background:
    radial-gradient(120% 100% at 25% 15%, var(--espresso-2), var(--espresso) 70%);
}
.photo__ph::after { content: ""; position: absolute; inset: 12%;
  border: 1px solid color-mix(in srgb, var(--sand) 16%, transparent); transform: rotate(45deg); }
.photo__mark { width: clamp(34px, 6vw, 48px); position: relative; }
.photo__label { position: relative; font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sand-dim); }

/* master photo becomes real when an image is present */
.master-card__img { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 2; }

/* ---------------------------------------------------------------- reviews */
.review-grid { display: grid; gap: clamp(1rem, 0.4rem + 2vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.review { background: var(--surface); border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 1.1rem + 1.5vw, 2.25rem);
  display: flex; flex-direction: column; gap: 1.1rem; }
.review__stars { display: inline-flex; gap: 0.35rem; color: var(--accent); }
.review__stars .dia { inline-size: 0.5rem; block-size: 0.5rem; }
.review__quote { font-family: var(--font-display); font-size: var(--step-1);
  line-height: 1.4; color: var(--text); }
.review__by { display: flex; flex-direction: column; gap: 0.1rem; margin-top: auto; }
.review__author { font-weight: 600; }
.review__svc { font-size: var(--step--1); color: var(--sand-dim); letter-spacing: 0.04em; }

/* ---------------------------------------------------------------- gallery */
.gallery-grid { display: grid; gap: clamp(0.5rem, 0.2rem + 1vw, 1rem);
  grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-grid .photo { transition: transform .4s var(--ease); }
.gallery-grid .photo:hover { transform: scale(1.015); }

/* ------------------------------------------------------------- book bar */
.book-bar { display: none; }
@media (max-width: 720px) {
  .book-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    display: flex; gap: 0.6rem; align-items: stretch;
    padding: 0.6rem var(--gutter) calc(0.6rem + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--espresso) 94%, transparent);
    backdrop-filter: blur(10px); border-top: 1px solid var(--espresso-3);
  }
  .book-bar__btn { flex: 1; }
  .book-bar__call { display: inline-flex; align-items: center; justify-content: center;
    width: 3.1rem; border: 1px solid var(--espresso-3); border-radius: var(--radius);
    color: var(--cream); flex: 0 0 auto; }
  /* keep content clear of the fixed bar */
  body { padding-bottom: 4.5rem; }
  .site-footer { padding-bottom: 5.5rem; }
}

/* --------------------------------------------------------------- reveal
   Content is visible by default. The hidden-then-animate state only applies
   when JS is active (html.js), and JS always has a fallback that reveals
   everything — so content can never get stuck invisible. */
.js [data-reveal] { opacity: 0; transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* =============================================================== responsive */
@media (min-width: 720px) {
  .intro { grid-template-columns: 0.9fr 1.1fr; }
  .split { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 940px) {
  .hero__inner { grid-template-columns: 1.25fr 0.75fr; }
  .hero__title { margin-top: 1.5rem; }
}

/* ---- mobile nav ---- */
@media (max-width: 860px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.75rem; height: 2.75rem; background: transparent; border: 1px solid var(--espresso-3);
    border-radius: var(--radius); color: var(--cream); cursor: pointer; order: 3;
  }
  .nav-toggle__bars { position: relative; width: 20px; height: 14px; }
  .nav-toggle__bars span { position: absolute; left: 0; width: 100%; height: 2px; background: currentColor;
    transition: transform .3s var(--ease), opacity .2s; }
  .nav-toggle__bars span:nth-child(1) { top: 0; }
  .nav-toggle__bars span:nth-child(2) { top: 6px; }
  .nav-toggle__bars span:nth-child(3) { top: 12px; }
  [aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  [aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
  [aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .site-header__inner { flex-wrap: wrap; }
  .site-header__actions { order: 2; }
  .site-nav__list {
    position: fixed; inset: 4.5rem 0 auto 0; z-index: 90;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--espresso); border-bottom: 1px solid var(--espresso-3);
    padding: 0.5rem var(--gutter) 1.5rem; margin: 0;
    max-height: 0; overflow: hidden; visibility: hidden;
    transition: max-height .35s var(--ease), visibility .35s;
  }
  .site-nav__list.is-open { max-height: 80vh; visibility: visible; }
  .site-nav__list li { width: 100%; border-bottom: 1px solid var(--espresso-3); }
  .site-nav__list a { display: block; padding: 1rem 0; font-size: var(--step-1); }
  .site-nav__list a::after { display: none; }
  .site-nav__lang-mobile { display: block; }
  .site-nav__lang-mobile a { color: var(--sand); }
}
@media (max-width: 520px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; row-gap: 1.75rem; }
  .lang-switch { display: none; } /* language available inside mobile menu */
}
