/* JasBeauty · Melfort, SK — dark editorial system built around the salon's
   gold-on-black brand. Cinematic photo hero, serif display, gold accents. */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Jost:wght@300;400;500&family=Dancing+Script:wght@600&display=swap");

:root {
  --ink: #16130e;
  --ink-2: #1e1a13;
  --ink-3: #262117;
  --cream: #f0e7d6;
  --cream-dim: #cfc4ae;
  --muted: #9d917c;
  --gold: #c9a35c;
  --gold-soft: #e2c891;
  --line: rgba(201, 163, 92, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Avenir Next", sans-serif;
  --pad: clamp(20px, 5vw, 72px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

/* ---------- announcement + nav ---------- */

.announcement {
  background: #0d0b08;
  color: var(--cream-dim);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px var(--pad);
}
.announcement strong { color: var(--gold-soft); font-weight: 500; }

/* centered brand: over the hero photo on the home page, on a black band on subpages */
.hero-brand {
  position: absolute;
  top: clamp(26px, 6vh, 60px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-brand img, .brand-band img {
  display: block;
  width: auto;
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 18px rgba(201, 163, 92, 0.25));
}
.hero-brand .logo-wide { height: clamp(112px, 13vw, 168px); }
.hero-brand .logo-stack { display: none; }
.brand-band {
  display: block;
  background: #000;
  padding: clamp(20px, 3vw, 30px) 20px clamp(16px, 2.4vw, 26px);
}
.brand-band img { margin: 0 auto; }
.brand-band .logo-wide { height: clamp(96px, 10vw, 132px); }
.brand-band .logo-stack { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(22, 19, 14, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px var(--pad);
  position: relative;
}
.wordmark { text-decoration: none; line-height: 1.1; }
.wordmark .wm-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.22em;
  color: var(--gold-soft);
  text-transform: uppercase;
  display: block;
}
.wordmark .wm-tag {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}

.main-nav { display: flex; gap: 26px; margin-right: auto; }
.main-nav a {
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-dim);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover { color: var(--cream); }
.main-nav a[aria-current="page"] { color: var(--gold-soft); border-bottom-color: var(--gold); }

.button {
  display: inline-block;
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
  border: 1px solid var(--gold);
  padding: 13px 26px;
  background: transparent;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
  font-family: var(--sans);
}
.button:hover { background: var(--gold); color: #171308; }
.button-solid { background: var(--gold); color: #171308; }
.button-solid:hover { background: var(--gold-soft); }
.nav-book { margin-left: 8px; padding: 11px 20px; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  width: 44px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  height: 1.5px;
  background: var(--gold-soft);
}
.nav-toggle span { top: 19px; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

/* ---------- banner hero rebuilt in HTML from Jasmin's cream promo mockup
   (2026-08-04): logo + real type on the left, her model visual on the right ---------- */

.hero-banner {
  background: var(--ink);
}
/* Default (dark) hero recreates her BLACK promo mockup; .theme-cream swaps
   in the cream pieces. Family verdict 2026-08-05: black is the default. */
.hero-lite {
  position: relative;
  background: radial-gradient(120% 100% at 10% 100%, #2a1e10 0%, #0b0805 50%);
  overflow: hidden;
}
.theme-cream .hero-lite {
  background: radial-gradient(120% 90% at 8% 0%, #f5f1e9 0%, #efe8dc 55%);
}
.hl-decor-cream {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(80px, 11vw, 150px);
  height: auto;
  -webkit-mask-image: linear-gradient(135deg, #000 35%, transparent 80%);
  mask-image: linear-gradient(135deg, #000 35%, transparent 80%);
}
.hl-decor-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(110px, 14vw, 180px);
  height: auto;
  -webkit-mask-image: radial-gradient(100% 100% at 30% 75%, #000 45%, transparent 78%);
  mask-image: radial-gradient(100% 100% at 30% 75%, #000 45%, transparent 78%);
}
:root:not(.theme-cream) .hl-decor-cream,
:root:not(.theme-cream) .hl-model-cream,
.theme-cream .hl-decor-dark,
.theme-cream .hl-model-dark { display: none; }
.hl-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(60px, 9vw, 130px);
  pointer-events: none;
}
.hl-grid {
  display: grid;
  /* copy column starts where a centered 1080px container would; the photo
     column runs all the way to the right viewport edge so the image never
     ends with a strip of empty band beside it */
  grid-template-columns: minmax(0, 1fr) clamp(320px, 42vw, 620px);
  align-items: stretch;
  padding-left: max(0px, calc((100% - 1080px) / 2));
}
.hl-copy {
  padding: clamp(30px, 4.5vw, 58px) var(--pad) clamp(30px, 4.5vw, 58px);
  align-self: center;
}
.hl-logo {
  display: block;
  width: min(100%, 400px);
  height: auto;
  margin: 0 auto 8px;
}
.hl-head {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  color: #f0e7d6;
  margin: 10px 0 0;
}
.theme-cream .hl-head { color: #45272c; }
@media (min-width: 761px) {
  .hl-head { white-space: nowrap; }
}
.hl-head em {
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-size: 1.06em;
  color: #d3a960;
}
.theme-cream .hl-head em { color: #b98d4f; }
.hl-sub {
  margin: 16px 0 0;
  max-width: 36ch;
  color: #cfc4ae;
  font-weight: 400;
  font-size: clamp(15px, 1.7vw, 17.5px);
  line-height: 1.6;
}
.theme-cream .hl-sub { color: #4d4238; }
.hl-photo {
  position: relative;
  min-height: 100%;
}
.hl-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%);
  mask-image: linear-gradient(90deg, transparent 0, #000 14%);
}
/* dark model is a tall portrait on black: narrower column (less crop-zoom)
   and both edges fade into the black band, so it never cuts off abruptly */
:root:not(.theme-cream) .hl-grid {
  grid-template-columns: minmax(0, 1fr) clamp(300px, 34vw, 470px);
}
.hl-photo img.hl-model-dark {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%);
}
@media (max-width: 760px) {
  .hl-grid { grid-template-columns: 1fr; }
  .hl-copy { text-align: center; padding-bottom: 10px; }
  .hl-sub { margin-left: auto; margin-right: auto; }
  .hl-logo { width: min(78%, 330px); }
  .hl-curve { display: none; }
  .hl-photo { min-height: 0; aspect-ratio: 5 / 6; }
  .hl-photo img {
    position: static;
    height: 100%;
    object-position: top;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 10%);
    mask-image: linear-gradient(180deg, transparent 0, #000 10%);
  }
}
.hero-banner-copy {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px) var(--pad) clamp(44px, 6vw, 68px);
  text-align: center;
}
.hero-banner-copy h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.12;
  margin-top: 8px;
}
.hero-banner-copy h1 em { font-style: italic; color: var(--gold-soft); }
.hero-banner-copy .hero-sub { margin: 14px auto 0; }
.book-bar {
  display: block;
  width: 100%;
  background: var(--gold);
  color: #171308;
  text-decoration: none;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 18px;
  margin: 28px 0 16px;
  transition: background 0.25s;
}
.book-bar:hover { background: var(--gold-soft); }
.hero-actions.center { justify-content: center; }
.hero-strip.center { justify-content: center; margin-top: 28px; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: min(86vh, 820px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(13, 11, 7, 0.62) 0%, rgba(13, 11, 7, 0.12) 30%, rgba(13, 11, 7, 0) 45%),
    linear-gradient(to top, rgba(13, 11, 7, 0.96) 0%, rgba(13, 11, 7, 0.55) 38%, rgba(20, 16, 10, 0.28) 100%);
}
.hero-inner {
  width: 100%;
  padding: clamp(60px, 10vh, 130px) var(--pad) 0;
}
.hero-kicker {
  font-size: 12.5px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 18px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  line-height: 1.08;
  max-width: 13em;
  letter-spacing: 0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero-sub {
  margin-top: 18px;
  max-width: 34em;
  color: var(--cream-dim);
  font-size: 17.5px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.hero-strip {
  margin-top: clamp(36px, 7vh, 64px);
  border-top: 1px solid rgba(240, 231, 214, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 48px;
  padding: 16px 0 22px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.hero-strip a { text-decoration: none; }
.hero-strip a:hover { color: var(--gold-soft); }
.hero-strip .dot { color: var(--gold); }

/* ---------- shared section furniture ---------- */

.section { padding: clamp(64px, 10vw, 120px) var(--pad); }
.section.tight { padding-top: clamp(40px, 6vw, 72px); }
.shell { max-width: 1180px; margin: 0 auto; }

.kicker {
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.12;
  max-width: 18em;
}
.section-lede { margin-top: 14px; max-width: 36em; color: var(--cream-dim); }

/* ---------- services index (editorial rows) ---------- */

.svc-rows { margin-top: clamp(30px, 5vw, 54px); border-top: 1px solid var(--line); }
.svc-row {
  display: grid;
  grid-template-columns: 64px 1fr 220px;
  gap: 26px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.svc-row .n {
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 20px;
}
.svc-row h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.02em;
}
.new-flag {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #171308;
  background: var(--gold);
  padding: 3px 9px;
  vertical-align: middle;
  margin-left: 12px;
  font-style: normal;
  font-weight: 500;
}
.svc-row p { color: var(--muted); font-size: 15px; margin-top: 3px; }
.svc-row .svc-thumb {
  width: 220px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.svc-row .svc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.svc-row:hover h3 { color: var(--gold-soft); }

/* ---------- wide photo band ---------- */

.band {
  position: relative;
  isolation: isolate;
  min-height: min(62vh, 560px);
  display: flex;
  align-items: center;
}
.band .band-media { position: absolute; inset: 0; z-index: -2; }
.band .band-media img { width: 100%; height: 100%; object-fit: cover; }
.band::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(13, 11, 7, 0.9) 12%, rgba(13, 11, 7, 0.35) 60%, rgba(13, 11, 7, 0.12));
}
.band-inner { padding: clamp(56px, 9vw, 110px) var(--pad); max-width: 640px; }
.band-inner p { color: var(--cream-dim); margin-top: 14px; }
.band-inner .button { margin-top: 26px; }

/* ---------- gallery cards ---------- */

.g-grid {
  margin-top: clamp(30px, 5vw, 54px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.g-grid.wide { grid-template-columns: repeat(2, 1fr); }

.g-card, .cycle-card {
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid rgba(201, 163, 92, 0.14);
}
.g-card .ph, .cycle-card .ph {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.g-card .ph.landscape, .cycle-card .ph.landscape { aspect-ratio: 16 / 10; }
.g-card img, .cycle-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.25s ease;
}
.g-cap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.g-cap strong { color: var(--cream-dim); font-weight: 400; }
.cycle-card { cursor: pointer; }
.cycle-hint {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(13, 11, 7, 0.72);
  color: var(--cream-dim);
  padding: 5px 10px;
}

.video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }

/* ---------- hours ---------- */

.hours-panel {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}
.hours-table { width: 100%; border-collapse: collapse; margin-top: 26px; }
.hours-table td {
  padding: 12px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  letter-spacing: 0.06em;
}
.hours-table td:last-child { text-align: right; color: var(--cream-dim); }
.hours-table tr.today td { color: var(--gold-soft); }
.hours-table .closed-note { color: var(--muted); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; }

.open-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-top: 18px;
}
.open-badge::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--muted);
}
.open-badge.is-open::before { background: #7fb069; }
.open-badge.is-closed::before { background: #b0614f; }

.walkins-note {
  margin-top: 20px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--gold-soft);
}

/* ---------- CTA panel ---------- */

.cta-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-2);
}
.cta-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) var(--pad);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.cta-grid h2 { font-size: clamp(2rem, 3.6vw, 3.1rem); }
.cta-side p { color: var(--cream-dim); }
.cta-side .actions { margin-top: 24px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- about page ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}
.split .ph { aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(201, 163, 92, 0.14); }
.split .ph img { width: 100%; height: 100%; object-fit: cover; }
.split .copy p + p { margin-top: 16px; }
.split .copy p { color: var(--cream-dim); }

.fact-list { margin-top: 26px; border-top: 1px solid var(--line); }
.fact-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  letter-spacing: 0.06em;
}
.fact-list dt { color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: 0.2em; padding-top: 2px; }
.fact-list dd { text-align: right; }

/* ---------- services page ---------- */

.menu-group { border-top: 1px solid var(--line); padding-top: 34px; margin-top: 54px; }
.menu-group:first-of-type { margin-top: clamp(30px, 5vw, 54px); }
.menu-head {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  align-items: start;
}
.menu-head h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}
.menu-head .menu-ph { aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid rgba(201, 163, 92, 0.14); }
.menu-head .menu-ph img { width: 100%; height: 100%; object-fit: cover; }
.menu-head .lede { color: var(--cream-dim); margin-top: 10px; max-width: 34em; }
.menu-items { margin-top: 22px; max-width: 640px; }
.menu-items li {
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 9px 0;
  color: var(--cream-dim);
  font-size: 16px;
}
.menu-items li::after {
  content: "";
  order: 2;
  flex: 1;
  border-bottom: 1px dotted rgba(201, 163, 92, 0.3);
  transform: translateY(-4px);
}
.menu-items li span { order: 3; color: var(--muted); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }

/* ---------- price-list pages (mimics Jasmin's own price-list graphics:
   photo stack left, gold headings and priced items right) ---------- */

.pricelist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 3vw, 32px);
  margin-top: clamp(30px, 5vw, 54px);
}
.pricelist-grid figure { margin: 0; border: 1px solid var(--line); background: #000; }
.pricelist-grid img { width: 100%; height: auto; display: block; }

.pl-text {
  margin-top: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: 4px clamp(18px, 3vw, 32px) clamp(12px, 2vw, 24px);
}
.pl-text summary {
  cursor: pointer;
  padding: 16px 0;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.pl-text .pl-body { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; }
.pl-text .pl-body:first-of-type { border-top: 0; margin-top: 0; padding-top: 10px; }
.pl-title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 400;
}
.pl-subtitle {
  font-size: 15px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 2px;
}
.pl-cat {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--gold-soft);
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  margin-top: 30px;
}
.pl-note {
  color: var(--cream-dim);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 40em;
}
.pl-body .menu-items { margin-top: 10px; max-width: none; }
.pl-body .menu-items li span { text-transform: none; font-size: 14.5px; color: var(--cream-dim); }
.menu-items li.gold {
  font-family: var(--serif);
  color: var(--gold-soft);
  font-size: 19px;
  font-weight: 600;
  margin-top: 14px;
}

.pricing-note {
  margin-top: clamp(40px, 6vw, 64px);
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: 26px 30px;
  max-width: 640px;
  color: var(--cream-dim);
  font-size: 15.5px;
}
.pricing-note strong { color: var(--gold-soft); font-weight: 500; }

/* ---------- contact / booking ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.contact-card { border: 1px solid var(--line); background: var(--ink-2); padding: clamp(24px, 4vw, 40px); }
#book { scroll-margin-top: 110px; }
#contact { scroll-margin-top: max(18vh, 130px); }
.contact-card + .contact-card { margin-top: 24px; }
.contact-card h3 { font-family: var(--serif); font-weight: 500; font-size: 24px; margin-bottom: 14px; }
.contact-line { display: block; text-decoration: none; color: var(--cream-dim); padding: 6px 0; font-size: 16px; }
.contact-line:hover { color: var(--gold-soft); }
.contact-line strong { color: var(--cream); font-weight: 400; }
.phone-big {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #171308;
  background: var(--gold);
  padding: 18px 20px;
  margin-top: 18px;
}
.phone-big:hover { background: var(--gold-soft); }

.map-frame { border: 1px solid var(--line); margin-top: 24px; }
.map-frame iframe { display: block; width: 100%; height: 320px; border: 0; filter: grayscale(35%) contrast(95%); }

/* booking form */
.book-form { display: grid; gap: 16px; margin-top: 26px; }
.book-form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--ink);
  border: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  padding: 13px 14px;
}
.field select { appearance: none; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: 13.5px; color: var(--muted); }
.form-note strong { color: var(--gold-soft); font-weight: 500; }
.form-status { font-size: 15px; padding: 14px 16px; border: 1px solid var(--line); display: none; }
.form-status.ok { display: block; border-color: rgba(127, 176, 105, 0.5); color: #b9d8ab; }
.form-status.err { display: block; border-color: rgba(176, 97, 79, 0.55); color: #dfa898; }

/* ---------- footer ---------- */

.site-footer { background: #0d0b08; border-top: 1px solid var(--line); }
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 80px) var(--pad) 34px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
}
.footer-brand .wm-name { font-size: 22px; }
.footer-brand p { color: var(--muted); font-size: 14.5px; margin-top: 12px; max-width: 26em; }
.footer-col small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.footer-col a, .footer-col span { display: block; color: var(--cream-dim); text-decoration: none; padding: 4px 0; font-size: 15px; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--pad) 88px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12.5px;
  letter-spacing: 0.1em;
}

/* preview credit pill */
.preview-credit {
  position: fixed;
  left: 14px;
  bottom: 64px;
  z-index: 70;
  font-size: 12px;
  color: var(--cream-dim);
  background: rgba(13, 11, 8, 0.88);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
}
.preview-credit:hover { color: var(--gold-soft); }

/* ---------- reveals (transform-only, JS adds .in) ---------- */

.reveal { opacity: 1; }
body.js-reveal .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
body.js-reveal .reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */

@media (max-width: 980px) {
  .hours-panel, .split, .contact-grid, .cta-grid { grid-template-columns: 1fr; }
  .pricelist-grid { grid-template-columns: 1fr; }
  .g-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-head { grid-template-columns: 1fr; }
  .menu-head .menu-ph { max-width: 420px; }
  .svc-row { grid-template-columns: 44px 1fr 160px; gap: 16px; }
  .svc-row .svc-thumb { width: 160px; }
}

@media (max-width: 720px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #12100b;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 10px var(--pad) 18px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(201, 163, 92, 0.1); }
  .nav-toggle { display: block; margin-left: 14px; }
  .nav-book { margin-left: auto; padding: 9px 14px; }
  .hero-brand .logo-wide, .brand-band .logo-wide { display: none; }
  .hero-brand .logo-stack { display: block; height: 112px; }
  .brand-band .logo-stack { display: block; height: 116px; margin: 0 auto; }
  .hero { min-height: min(94vh, 760px); }
  .hero-inner { padding-top: 200px; }
  .hero-strip { gap: 6px 22px; font-size: 11.5px; }
  .g-grid, .g-grid.wide { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 1fr; gap: 10px; }
  .svc-row .n { display: none; }
  .svc-row .svc-thumb { width: 100%; }
  .book-form .two { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .preview-credit { bottom: 108px; left: 10px; font-size: 11px; }
}

/* ---------- cream theme (site-wide, 2026-08-04) ----------
   Jasmin's cream/gold mockup palette, applied by flipping the palette
   variables when <html> carries .theme-cream. The head inline script adds
   the class before first paint (default: cream; localStorage "jb-theme"
   remembers the visitor's choice) and the nav [data-theme-toggle] button in
   site.js switches between cream and the original gold-on-black look. The
   announcement bar, subpage brand band, photo band, footer and
   photo-overlay chips deliberately keep the dark palette (scoped
   re-declarations below) so light text on dark imagery stays readable. */
.theme-cream {
  --ink: #f4eee3;
  --ink-2: #ece3d3;
  --ink-3: #e4d9c4;
  --cream: #33281e;
  --cream-dim: #5f5142;
  --muted: #8a7a63;
  --gold: #b98d4f;
  --gold-soft: #8f6c38;
  --line: rgba(150, 113, 58, 0.28);
}
.theme-cream .announcement { background: #241c13; color: #cfc4ae; }
.theme-cream .announcement strong { color: #e2c891; }
.theme-cream .site-header {
  background: rgba(244, 238, 227, 0.95);
  border-bottom: 1px solid rgba(150, 113, 58, 0.22);
}
.theme-cream .hero-strip { border-top-color: rgba(150, 113, 58, 0.25); }
.theme-cream .band,
.theme-cream .site-footer {
  color: #f0e7d6;
  --cream: #f0e7d6;
  --cream-dim: #cfc4ae;
  --muted: #9d917c;
  --gold: #c9a35c;
  --gold-soft: #e2c891;
  --line: rgba(201, 163, 92, 0.22);
}
.theme-cream .cycle-hint { color: #cfc4ae; }
.theme-cream .preview-credit { color: #cfc4ae; }
.theme-cream .form-status.ok { color: #4e7a3f; }
.theme-cream .form-status.err { color: #a04a36; }

.theme-toggle {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--gold-soft);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.theme-toggle:hover { border-color: var(--gold); color: var(--gold); }
