/* ============================================================
   Frenkel PMU House — Luxury Design System v2
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --ivory:      #F5F1EB;
  --sand:       #E7DED2;
  --stone:      #CBBEAF;
  --taupe:      #A99684;
  --gold:       #B88A4A;
  --gold-dark:  #A5793E;
  --gold-light: rgba(184,138,74,0.12);
  --espresso:   #4B4038;
  --espresso-60:#7A6A60;
  --espresso-30:#B3A89F;
  --warm-white: #FAF8F5;
  --card-bg:    #FAF8F5;
  --card-border:#DDD4C8;
  --shadow-sm:  0 2px 16px rgba(75,64,56,0.06);
  --shadow-md:  0 6px 32px rgba(75,64,56,0.10);
  --shadow-lg:  0 16px 60px rgba(75,64,56,0.12);
  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Montserrat', system-ui, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--espresso);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── Layout ──────────────────────────────────────────────── */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 32px; }

/* ── Typography ──────────────────────────────────────────── */
.eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold);
}
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; }

/* ── Accessibility ───────────────────────────────────────── */
.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--espresso); color: var(--warm-white);
  padding: 10px 16px; z-index: 200;
}
.skip:focus { left: 8px; top: 8px; }

/* ── Navigation ──────────────────────────────────────────── */
header.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,241,235,0.94);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--card-border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.logo {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none;
}
.logo-mark {
  width: 40px; height: 40px;
  font-family: var(--serif); font-size: 26px; font-weight: 300;
  color: var(--gold); line-height: 1;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; }
.logo-text strong {
  font-family: var(--sans); font-size: 13px; letter-spacing: 0.28em;
  text-transform: uppercase; font-weight: 500; color: var(--espresso);
  line-height: 1;
}
.logo-text span {
  font-family: var(--sans); font-size: 8.5px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--taupe); font-weight: 400;
  margin-top: 3px;
}
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 400; color: var(--espresso-60); transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-toggle {
  display: none; background: none; border: none;
  color: var(--espresso); cursor: pointer; font-size: 22px; line-height: 1;
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 500;
  display: inline-block; padding: 16px 36px;
  border-radius: 4px; transition: all .28s; cursor: pointer;
  border: none;
}
.btn-gold {
  background: var(--gold); color: var(--warm-white);
}
.btn-gold:hover { background: var(--gold-dark); box-shadow: var(--shadow-md); }
.btn-outline {
  background: transparent; color: var(--gold);
  border: 1px solid var(--gold);
}
.btn-outline:hover { background: var(--gold); color: var(--warm-white); }
.btn-light {
  background: rgba(250,248,245,0.18); color: var(--warm-white);
  border: 1px solid rgba(250,248,245,0.45);
}
.btn-light:hover { background: rgba(250,248,245,0.28); }

/* ── Section scaffolding ─────────────────────────────────── */
section { padding: 100px 0; }
.sec-ivory   { background: var(--ivory); }
.sec-sand    { background: var(--sand); }
.sec-warm    { background: var(--warm-white); }
.sec-espresso{ background: var(--espresso); color: var(--warm-white); }
.sec-gold-tint { background: linear-gradient(135deg, #F5F1EB 0%, #EDE5D8 100%); }

.sec-head { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.sec-head .eyebrow { margin-bottom: 18px; display: block; }
.sec-head h2 {
  font-size: clamp(32px, 4vw, 52px); color: var(--espresso);
  font-weight: 300; margin-bottom: 18px;
}
.sec-espresso .sec-head h2 { color: var(--warm-white); }
.sec-head p {
  font-size: 14px; color: var(--espresso-60); line-height: 1.9;
  font-weight: 300;
}
.sec-espresso .sec-head p { color: rgba(250,248,245,0.65); }

/* ── Gold divider ─────────────────────────────────────────── */
.gold-line {
  display: block; width: 48px; height: 1px;
  background: var(--gold); margin: 0 auto 40px;
}
.gold-line-left { margin: 0 0 28px; }

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  background: var(--espresso);
  color: var(--warm-white);
  position: relative; overflow: hidden;
  min-height: 92vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px 72px 100px 0; position: relative; z-index: 2;
}
.hero-copy .eyebrow { color: var(--gold); margin-bottom: 28px; }
.hero-copy h1 {
  font-size: clamp(44px, 5.5vw, 72px); font-weight: 300;
  line-height: 1.06; color: var(--warm-white);
  margin-bottom: 8px;
}
.hero-copy h1 em { font-style: italic; color: var(--gold); font-weight: 300; }
.hero-copy .sub {
  font-size: 14px; color: rgba(250,248,245,0.7);
  font-weight: 300; line-height: 1.85;
  margin: 24px 0 40px; max-width: 380px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-img {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #6B5B4E 0%, #3D3028 100%);
}
.hero-img-ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: rgba(250,248,245,0.35); font-size: 11px;
  letter-spacing: 0.14em; text-align: center; gap: 8px;
  font-family: var(--sans);
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  z-index: 3;
}
.hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,248,245,0.45); }
.hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(250,248,245,0.45), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:.4;} 50%{opacity:1;} }

/* ── Page hero (inner pages) ─────────────────────────────── */
.page-hero {
  background: var(--espresso); color: var(--warm-white);
  padding: 88px 0 72px; text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.page-hero .eyebrow { color: var(--gold); margin-bottom: 20px; display: block; }
.page-hero h1 {
  font-size: clamp(36px, 4.5vw, 60px); font-weight: 300;
  color: var(--warm-white); margin-bottom: 18px;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero p {
  font-size: 14px; color: rgba(250,248,245,0.65);
  max-width: 520px; margin: 0 auto; line-height: 1.9;
}

/* ── Stats strip ─────────────────────────────────────────── */
.stats-strip { background: var(--warm-white); padding: 0; border-bottom: 1px solid var(--card-border); }
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--card-border);
}
.stat {
  padding: 36px 28px; text-align: center;
  border-right: 1px solid var(--card-border);
}
.stat-num {
  font-family: var(--serif); font-size: 36px; font-weight: 300;
  color: var(--gold); line-height: 1; display: block;
}
.stat-label {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--espresso-60); margin-top: 6px; display: block; font-weight: 400;
}

/* ── Service cards ───────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-md); overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-img {
  aspect-ratio: 4/3; background: linear-gradient(160deg, var(--sand), var(--stone));
  display: flex; align-items: center; justify-content: center;
  color: var(--taupe); font-size: 11px; letter-spacing: .1em; text-align: center;
  padding: 20px; position: relative; overflow: hidden;
}
.svc-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 {
  font-family: var(--serif); font-size: 22px; font-weight: 400;
  color: var(--espresso); margin-bottom: 10px;
}
.svc-body p { font-size: 13px; color: var(--espresso-60); line-height: 1.85; flex: 1; }
.svc-price {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-top: 16px; display: block;
}
.svc-link {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--espresso); font-weight: 500; margin-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .2s, color .2s;
}
.svc-link:hover { gap: 14px; color: var(--gold); }

/* ── Why / pillars ───────────────────────────────────────── */
.pillars-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.pillar {
  background: var(--card-bg); padding: 40px 28px; text-align: center;
  transition: background .25s;
}
.pillar:hover { background: var(--sand); }
.pillar-icon {
  width: 48px; height: 48px; border: 1px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; color: var(--gold); font-size: 18px;
  font-family: var(--serif);
}
.pillar h3 {
  font-family: var(--serif); font-size: 18px; font-weight: 400;
  color: var(--espresso); margin-bottom: 10px;
}
.pillar p { font-size: 12.5px; color: var(--espresso-60); line-height: 1.85; }

/* ── Process steps ───────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.process-step {
  padding: 48px 32px; position: relative;
  background: var(--warm-white);
}
.process-step + .process-step::before {
  content: ''; position: absolute; top: 64px; left: 0;
  width: 1px; height: 32px; background: var(--gold);
  opacity: .4;
}
.step-num {
  font-family: var(--serif); font-size: 52px; font-weight: 300;
  color: var(--gold); opacity: .3; line-height: 1; margin-bottom: 18px;
}
.process-step h3 {
  font-family: var(--serif); font-size: 20px; font-weight: 400;
  color: var(--espresso); margin-bottom: 12px;
}
.process-step p { font-size: 13px; color: var(--espresso-60); line-height: 1.85; }
.step-tag {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 10px; font-weight: 500;
}

/* ── Team / artist cards ─────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.artist-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-md); overflow: hidden;
  transition: box-shadow .3s;
}
.artist-card:hover { box-shadow: var(--shadow-lg); }
.artist-photo {
  aspect-ratio: 3/4; background: linear-gradient(160deg, var(--sand), var(--stone));
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  color: var(--taupe); font-size: 11px; letter-spacing: .1em; text-align: center;
}
.artist-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.artist-body { padding: 28px; }
.artist-body h3 {
  font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--espresso);
}
.artist-role {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin: 6px 0 14px; display: block;
}
.artist-body p { font-size: 13px; color: var(--espresso-60); line-height: 1.85; }
.cert-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.cert-tag {
  font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid var(--card-border); border-radius: 3px;
  padding: 5px 10px; color: var(--taupe); background: var(--sand);
}

/* ── Gallery grid ────────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.gallery-item {
  border-radius: var(--radius-md); overflow: hidden;
  background: linear-gradient(160deg, var(--sand), var(--stone));
  position: relative; aspect-ratio: 4/3;
  transition: transform .3s, box-shadow .3s;
}
.gallery-item:hover { transform: scale(1.02); box-shadow: var(--shadow-lg); }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; cursor: pointer; }
.gallery-ph-text {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--taupe); font-size: 11px; letter-spacing: .1em; text-align: center; padding: 20px;
}

/* ── Lightbox ────────────────────────────────────────────── */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(20,16,13,0.55);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  align-items: center; justify-content: center;
  padding: 40px;
  opacity: 0; transition: opacity .25s ease;
  cursor: pointer;
}
.lightbox.open { display: flex; }
.lightbox.show { opacity: 1; }
.lightbox img {
  max-width: 55vw; max-height: 65vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  transform: scale(.96); transition: transform .25s ease;
}
.lightbox.show img { transform: scale(1); }
.lightbox-close {
  position: absolute; top: 28px; right: 36px;
  background: none; border: none; cursor: pointer;
  font-size: 32px; line-height: 1; color: var(--warm-white);
  font-family: var(--sans); font-weight: 300;
}
.lightbox-close:hover { color: var(--gold); }

@media (max-width: 720px) {
  .lightbox img { max-width: 88vw; max-height: 70vh; }
}

/* ── Filter bar ──────────────────────────────────────────── */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px; }
.filter-btn {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 10px 22px; border-radius: 4px;
  border: 1px solid var(--card-border); background: var(--card-bg);
  color: var(--espresso-60); cursor: pointer; transition: all .2s; font-weight: 400;
}
.filter-btn:hover, .filter-btn.active { background: var(--espresso); color: var(--warm-white); border-color: var(--espresso); }

/* ── Testimonials ────────────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reviews-widget { margin-top: 8px; min-height: 200px; }
.testi-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-md); padding: 36px 32px;
  box-shadow: var(--shadow-sm);
}
.testi-stars { color: var(--gold); font-size: 12px; letter-spacing: 3px; margin-bottom: 20px; }
.testi-body {
  font-family: var(--serif); font-style: italic; font-size: 17px;
  color: var(--espresso); line-height: 1.7; margin-bottom: 24px;
}
.testi-name { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); }

/* ── Safety checklist ────────────────────────────────────── */
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 48px; max-width: 820px; margin: 0 auto; }
.safe-item { display: flex; gap: 14px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--card-border); }
.safe-item:nth-child(odd):last-child, .safe-item:last-child { border-bottom: none; }
.safe-check {
  width: 28px; height: 28px; border: 1px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 12px; flex-shrink: 0; margin-top: 2px;
}
.safe-item strong { display: block; font-size: 14px; color: var(--espresso); font-weight: 500; margin-bottom: 3px; }
.safe-item span { font-size: 13px; color: var(--espresso-60); line-height: 1.7; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--card-border); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  text-align: left; padding: 26px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--serif); font-size: 20px; color: var(--espresso); font-weight: 400;
  transition: color .2s;
}
.faq-q:hover { color: var(--gold); }
.faq-q .icon { color: var(--gold); font-size: 22px; flex-shrink: 0; transition: transform .25s; font-weight: 300; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 26px; font-size: 14px; color: var(--espresso-60); line-height: 1.9; }
.faq-item.open .faq-a { display: block; }

/* ── Booking form ────────────────────────────────────────── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label {
  display: block; font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--taupe); margin-bottom: 8px; font-weight: 500;
}
input, select, textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--card-border); border-radius: var(--radius-sm);
  background: var(--ivory); color: var(--espresso);
  font-family: var(--sans); font-size: 13px; font-weight: 300;
  transition: border-color .2s, box-shadow .2s; -webkit-appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,138,74,0.1);
}
textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 11px; color: var(--espresso-30); margin-top: 6px; }

/* ── Pull-quote CTA ──────────────────────────────────────── */
.quote-cta { text-align: center; max-width: 800px; margin: 0 auto; }
.quote-mark {
  font-family: var(--serif); font-size: 80px; color: var(--gold);
  line-height: .6; opacity: .4; display: block; margin-bottom: 20px;
}
.quote-cta blockquote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(26px, 3.5vw, 42px);
  color: var(--warm-white); line-height: 1.3; font-weight: 300;
  margin-bottom: 14px;
}
.quote-cta cite {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(250,248,245,0.5); font-style: normal;
}
.quote-cta .btn { margin-top: 36px; }

/* ── About section ───────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img {
  aspect-ratio: 3/4; background: linear-gradient(160deg, var(--sand), var(--stone));
  border-radius: var(--radius-lg); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--taupe); font-size: 11px; letter-spacing: .1em; text-align: center;
  position: relative;
}
.about-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-copy .eyebrow { margin-bottom: 16px; display: block; }
.about-copy h2 {
  font-size: clamp(32px, 4vw, 52px); font-weight: 300;
  color: var(--espresso); line-height: 1.1; margin-bottom: 8px;
}
.about-copy h2 em { font-style: italic; color: var(--gold); }
.about-copy p { font-size: 14px; color: var(--espresso-60); line-height: 1.95; margin-top: 20px; }
.signature {
  font-family: var(--serif); font-style: italic; font-size: 26px;
  color: var(--espresso); margin-top: 32px; display: block;
}

/* ── Community / Instagram ───────────────────────────────── */
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ig-tile {
  aspect-ratio: 1; border-radius: var(--radius-sm); overflow: hidden;
  background: linear-gradient(160deg, var(--sand), var(--stone));
  transition: transform .25s;
}
.ig-tile:hover { transform: scale(1.04); }

/* ── Cert badges ─────────────────────────────────────────── */
.cert-strip { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 48px; }
.cert-badge {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid var(--gold); color: var(--gold);
  padding: 12px 22px; border-radius: 4px; font-weight: 500;
}

/* ── Hours table ─────────────────────────────────────────── */
.hours-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours-table td { padding: 10px 0; border-bottom: 1px solid var(--card-border); color: var(--espresso-60); }
.hours-table td:first-child { color: var(--espresso); font-weight: 500; width: 55%; }
.hours-table tr:last-child td { border-bottom: none; }

/* ── Footer ──────────────────────────────────────────────── */
/* ── Location map strip ──────────────────────────────────── */
.map-strip { width: 100%; height: 440px; line-height: 0; background: var(--stone); }
.map-strip iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.15); }
@media (max-width: 640px) { .map-strip { height: 320px; } }

footer { background: var(--espresso); color: var(--warm-white); padding: 72px 0 36px; }
.foot-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 52px;
}
.foot-logo-text strong {
  font-family: var(--sans); font-size: 14px; letter-spacing: 0.28em;
  text-transform: uppercase; font-weight: 500; color: var(--warm-white);
}
.foot-logo-text span {
  display: block; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 400; margin-top: 4px;
}
.foot-tagline { font-size: 13px; color: rgba(250,248,245,0.55); line-height: 1.9; margin-top: 18px; }
.foot-grid h4 {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px; font-weight: 500;
}
.foot-col a { display: block; margin-bottom: 11px; font-size: 13px; color: rgba(250,248,245,0.6); transition: color .2s; }
.foot-col a:hover { color: var(--gold); }
.nap { font-size: 13px; color: rgba(250,248,245,0.6); line-height: 2; }
.foot-safety { margin-top: 14px; }
.foot-safety a { font-size: 11px !important; color: var(--gold) !important; letter-spacing: 0.1em; }
.foot-bottom {
  border-top: 1px solid rgba(250,248,245,0.1); padding-top: 28px;
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 10px; font-size: 11px; color: rgba(250,248,245,0.35);
  letter-spacing: 0.04em;
}

/* ── Contact ─────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-block { margin-bottom: 40px; }
.contact-block h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--espresso); margin-bottom: 14px; }
.contact-block p, .contact-block a { font-size: 14px; color: var(--espresso-60); line-height: 1.9; display: block; }
.contact-block a { color: var(--espresso-60); transition: color .2s; }
.contact-block a:hover { color: var(--gold); }
.map-ph {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(160deg, var(--sand), var(--stone));
  border-radius: var(--radius-md); display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: var(--espresso-60); text-align: center; padding: 24px; gap: 16px;
}
.map-ph p { font-size: 14px; line-height: 1.7; }
.social-link {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px;
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-sm); margin-bottom: 10px;
  color: var(--espresso); transition: border-color .2s;
}
.social-link:hover { border-color: var(--gold); }
.social-link .platform { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: block; }
.social-link strong { font-size: 14px; color: var(--espresso); font-weight: 400; }

/* ── Book page ───────────────────────────────────────────── */
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.form-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 48px;
  box-shadow: var(--shadow-md);
}
.form-card h2 { font-family: var(--serif); font-size: 32px; font-weight: 300; color: var(--espresso); margin-bottom: 6px; }
.form-card .sub { font-size: 13px; color: var(--espresso-60); margin-bottom: 32px; line-height: 1.8; }
.submit-btn {
  width: 100%; padding: 18px; background: var(--gold); color: var(--warm-white);
  border: none; border-radius: 4px; font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  cursor: pointer; transition: background .25s; margin-top: 10px;
}
.submit-btn:hover { background: var(--gold-dark); }

/* ── Utility ─────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.gold-rule { height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 0; }

/* ── Artist full card (artists page) ────────────────────── */
.artist-full {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); overflow: hidden;
  display: grid; grid-template-columns: 320px 1fr;
  box-shadow: var(--shadow-sm); margin-bottom: 28px;
}
.artist-full-photo {
  background: linear-gradient(160deg, var(--sand), var(--stone));
  display: flex; align-items: center; justify-content: center;
  color: var(--taupe); font-size: 11px; letter-spacing: .1em;
  text-align: center; padding: 20px; min-height: 380px;
}
.artist-full-body { padding: 48px; }
.artist-full-body h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; color: var(--espresso); }
.artist-full-body .role { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin: 10px 0 22px; display: block; }
.artist-full-body p { font-size: 14px; color: var(--espresso-60); line-height: 1.9; margin-bottom: 14px; }

/* ── Safety page ─────────────────────────────────────────── */
.safety-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.safety-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-md); padding: 32px;
}
.safety-card-icon {
  width: 40px; height: 40px; border: 1px solid var(--card-border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 16px;
}
.safety-card:nth-child(odd) .safety-card-icon { color: #8B9A7E; border-color: #8B9A7E; }
.safety-card:nth-child(even) .safety-card-icon { color: var(--gold); border-color: var(--gold); }
.safety-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--espresso); margin-bottom: 10px; }
.safety-card p { font-size: 13px; color: var(--espresso-60); line-height: 1.85; }

/* ── Missing page components ─────────────────────────────── */
.acuity-box { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 28px; }
.what-to-expect { list-style: none; margin: 0 0 28px; }
.what-to-expect li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--espresso-60); padding: 10px 0; border-bottom: 1px solid var(--card-border); }
.what-to-expect li:last-child { border-bottom: none; }
.what-to-expect .num { font-family: var(--serif); font-size: 13px; color: var(--gold); font-weight: 600; flex-shrink: 0; width: 20px; }
.or-divider { text-align: center; margin: 28px 0; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--espresso-30); position: relative; }
.or-divider::before, .or-divider::after { content: ''; position: absolute; top: 50%; width: 42%; height: 1px; background: var(--card-border); }
.or-divider::before { left: 0; } .or-divider::after { right: 0; }
.form-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 40px; }
.contact-block { margin-bottom: 36px; }
.contact-block h3 { font-family: var(--serif); font-weight: 400; font-size: 18px; color: var(--espresso); margin-bottom: 12px; }
.contact-block p, .contact-block a { font-size: 15px; color: var(--espresso-60); line-height: 1.8; display: block; }
.contact-block a { color: var(--espresso-60); transition: color .2s; }
.contact-block a:hover { color: var(--gold); }
.map-placeholder { width: 100%; aspect-ratio: 4/3; background: linear-gradient(160deg, var(--stone), var(--taupe)); border-radius: var(--radius-md); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 24px; }
/* Artists */
.artists-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.artist-info h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--espresso); margin-bottom: 4px; }
.artist-title { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 14px; }
.artist-creds { margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.cred { display: flex; gap: 10px; font-size: 14px; color: var(--espresso-60); }
.cred span:first-child { color: var(--gold); flex-shrink: 0; }
.standards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 48px; }
.standard-item { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 32px; }
.standard-num { font-family: var(--serif); font-size: 36px; color: var(--gold); opacity: .4; font-weight: 300; margin-bottom: 12px; line-height: 1; }
.standard-item h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--espresso); margin-bottom: 10px; }
.standard-item p { font-size: 14px; color: var(--espresso-60); line-height: 1.8; }
/* Timeline */
.timeline { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 100px 1fr; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--card-border); }
.timeline-item:last-child { border-bottom: none; }
.timeline-year { font-family: var(--serif); font-size: 22px; color: var(--gold); font-weight: 300; padding-top: 4px; }
.timeline-body h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--espresso); margin-bottom: 8px; }
.timeline-body p { font-size: 14px; color: var(--espresso-60); line-height: 1.8; }
/* FAQ groups */
.faq-group { margin-bottom: 52px; }
.faq-group-title { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--espresso); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--card-border); }
/* Safety - contra + aftercare */
.contra-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 16px; }
.contra-col h3 { font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--espresso); margin-bottom: 16px; }
.contra-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.contra-col li { font-size: 14px; color: var(--espresso-60); padding: 8px 0; border-bottom: 1px solid var(--card-border); padding-left: 16px; position: relative; }
.contra-col li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 12px; }
.aftercare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 32px; }
.aftercare-step { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 32px; }
.aftercare-day { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.aftercare-step h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--espresso); margin-bottom: 14px; }
.aftercare-step ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.aftercare-step li { font-size: 14px; color: var(--espresso-60); line-height: 1.7; padding-left: 16px; position: relative; }
.aftercare-step li::before { content: '·'; position: absolute; left: 0; color: var(--gold); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 72px 0 48px; }
  .hero-img { min-height: 360px; }
  .services-grid, .team-grid, .testi-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid, .book-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .safety-cards { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--ivory); flex-direction: column;
    padding: 24px 32px; gap: 20px;
    border-bottom: 1px solid var(--card-border);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .safety-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .artist-full { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 20px; }
  .wrap-narrow { padding: 0 20px; }
  section { padding: 72px 0; }
  .foot-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .form-card { padding: 28px 20px; }
  .hero-copy { padding: 56px 0 40px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; transition: none !important; animation: none !important; }
}
