/* ═══════════════════════════════════════════════════════════
   Luxus Salon · public website — royal luxury theme
   ═══════════════════════════════════════════════════════════ */

:root {
  --bg:        #0e0e13;
  --bg-soft:   #14141b;
  --card:      #1a1a22;
  --card-hi:   #21212b;
  --line:      rgba(203, 169, 106, .24);
  --line-soft: rgba(255, 255, 255, .07);
  --gold:      #cba96a;
  --gold-hi:   #e8cf9a;
  --gold-dim:  #9a7f4e;
  --ink:       #ece7dc;
  --ink-dim:   #a49e91;
  --ink-faint: #6f6a60;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans:  "Jost", "Segoe UI", system-ui, sans-serif;
  --radius: 14px;
  --pad: clamp(18px, 4vw, 40px);
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: .015em;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img { max-width: 100%; display: block; }

.icon {
  width: 22px; height: 22px;
  fill: none; stroke: currentColor;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  flex: none;
}

.wrap { width: min(1160px, 100%); margin: 0 auto; padding: 0 var(--pad); }

::selection { background: rgba(203, 169, 106, .3); }

/* ── shared ornaments ─────────────────────────────────── */
.eyebrow {
  font-size: 12px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold);
}
.rule {
  width: min(280px, 60%); height: 1px; margin: 18px auto;
  background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
  position: relative;
}
.rule-gem {
  position: absolute; left: 50%; top: 50%;
  width: 7px; height: 7px; transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gold); border-radius: 1px;
  box-shadow: 0 0 12px rgba(203, 169, 106, .6);
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; }
h2 { font-size: clamp(30px, 5.5vw, 46px); }
h3 { font-size: clamp(21px, 3.4vw, 26px); }
h1 em, h2 em { font-style: italic; color: var(--gold-hi); font-weight: 500; }

/* ── buttons ──────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 32px;
  border-radius: 999px;
  font-size: 14px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase;
  transition: transform .22s, box-shadow .22s, background-color .22s, color .22s, border-color .22s;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(140deg, var(--gold-hi), var(--gold) 55%, var(--gold-dim));
  color: #17130a;
  box-shadow: 0 10px 30px rgba(203, 169, 106, .25);
}
.btn-gold:hover { box-shadow: 0 14px 38px rgba(203, 169, 106, .38); }
.btn-ghost { border: 1px solid var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-hi); }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold);
  transition: color .2s, gap .2s;
}
.textlink .icon { width: 16px; height: 16px; }
.textlink:hover { color: var(--gold-hi); gap: 12px; }

/* ── header ───────────────────────────────────────────── */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40;
  display: flex; align-items: center; gap: 18px;
  height: var(--header-h);
  padding: 0 var(--pad);
  transition: background-color .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(14, 14, 19, .86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}
.brand { display: flex; align-items: center; }
.brand img { height: 44px; width: auto; }
.main-nav {
  margin-left: auto;
  display: flex; align-items: center; gap: clamp(14px, 2.2vw, 30px);
}
.main-nav > a:not(.btn):not(.nav-phone) {
  font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-dim);
  transition: color .2s;
}
.main-nav > a:not(.btn):hover { color: var(--gold-hi); }
.nav-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--serif); font-size: 17px; font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
}
.nav-phone .icon { width: 16px; height: 16px; }
.nav-phone:hover { color: var(--gold-hi); }
.btn-nav { padding: 11px 24px; font-size: 12px; }
.nav-toggle { display: none; }

/* ── hero ─────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid; place-items: center;
  text-align: center;
  padding: calc(var(--header-h) + 24px) var(--pad) 80px;
  background:
    radial-gradient(1100px 520px at 50% -10%, rgba(203, 169, 106, .10), transparent 60%),
    radial-gradient(58% 52% at 50% 54%, rgba(11, 11, 16, .45), transparent 75%),
    linear-gradient(180deg, rgba(11, 11, 16, .93) 0%, rgba(11, 11, 16, .70) 45%, rgba(14, 14, 19, .95) 100%),
    url("../img/hero-banner-1376.jpg") 28% 22% / cover no-repeat,
    var(--bg);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: calc(var(--header-h) + 2px) 18px 18px;
  border: 1px solid rgba(203, 169, 106, .14);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute; inset: calc(var(--header-h) + 10px) 26px 26px;
  border: 1px solid rgba(203, 169, 106, .07);
  pointer-events: none;
}
.hero-inner {
  max-width: 760px;
  display: flex; flex-direction: column; align-items: center;
  text-shadow: 0 2px 26px rgba(10, 10, 14, .75);
}
.hero-logo {
  width: clamp(150px, 26vw, 240px);
  filter: drop-shadow(0 0 40px rgba(203, 169, 106, .22));
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 500;
  margin: 6px 0 18px;
}
.hero-intro {
  font-family: var(--serif);
  font-size: clamp(17px, 4vw, 21px);
  line-height: 1.65; color: var(--ink-dim);
  max-width: 54ch;
}
.hero-tags {
  margin-top: 16px;
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-dim);
}
.hero-cta {
  margin-top: clamp(26px, 4.5vh, 42px);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.hero-scroll {
  position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 1px solid var(--line); border-radius: 999px;
  display: flex; justify-content: center;
}
.hero-scroll span {
  width: 3px; height: 8px; margin-top: 8px;
  background: var(--gold); border-radius: 2px;
  animation: drop 1.8s ease-in-out infinite;
}
@keyframes drop {
  0%   { transform: translateY(0); opacity: 1; }
  70%  { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ── sections ─────────────────────────────────────────── */
.section { padding: clamp(70px, 11vh, 120px) 0; }
.section-alt {
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(203, 169, 106, .05), transparent 60%),
    var(--bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.section-head { text-align: center; margin-bottom: clamp(38px, 6vh, 60px); }
.section-sub {
  color: var(--ink-dim); font-family: var(--serif);
  font-size: clamp(16px, 3.6vw, 19px);
}

/* scroll-margin so anchors clear fixed header */
section[id] { scroll-margin-top: calc(var(--header-h) + 4px); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.7,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* ── about ────────────────────────────────────────────── */
.about-grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.about-media { position: relative; }
.about-media img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .45);
}
.stat-badge {
  position: absolute; right: -18px; bottom: -24px;
  display: flex; align-items: center; gap: 12px;
  padding: 16px 22px;
  background: linear-gradient(150deg, var(--card-hi), var(--card));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
}
.stat-badge strong {
  font-family: var(--serif); font-size: 42px; font-weight: 600; color: var(--gold-hi);
  line-height: 1;
}
.stat-badge strong span { color: var(--gold); }
.stat-badge small {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-dim); line-height: 1.6;
}
.about-copy h3 { color: var(--gold-hi); font-weight: 500; margin-bottom: 16px; }
.about-copy p { color: var(--ink-dim); line-height: 1.85; margin-bottom: 14px; max-width: 62ch; }
.about-copy p em { color: var(--ink); font-style: italic; }

.owner-quote {
  margin-top: 28px;
  display: flex; gap: 18px; align-items: flex-start;
  padding: 22px 24px;
  background: linear-gradient(160deg, var(--card-hi), var(--card) 70%);
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius);
}
.owner-photo {
  width: 76px; height: 76px; object-fit: cover;
  border-radius: 50%; border: 1px solid var(--line);
  flex: none;
}
.owner-quote p {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(16px, 3.6vw, 19px); line-height: 1.65;
  color: var(--ink); margin-bottom: 12px;
}
.owner-quote cite { font-style: normal; display: block; }
.owner-quote cite strong {
  font-family: var(--serif); font-size: 18px; color: var(--gold-hi); font-weight: 600;
}
.owner-quote cite span {
  display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: 2px;
}

/* ── services / pillars ───────────────────────────────── */
.pillar-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
}
.pillar-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(165deg, var(--card-hi), var(--card) 70%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pillar-card:hover {
  transform: translateY(-5px);
  border-color: rgba(203, 169, 106, .5);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}
.pillar-ico {
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 35% 30%, rgba(203, 169, 106, .24), rgba(203, 169, 106, .06));
  border: 1px solid var(--line);
  color: var(--gold);
}
.pillar-ico .icon { width: 27px; height: 27px; stroke-width: 1.25; }
.pillar-blurb { color: var(--ink-dim); line-height: 1.7; font-size: 14.5px; }
.pillar-meta {
  display: flex; gap: 14px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-dim);
}
.pillar-cats { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font-size: 11.5px; letter-spacing: .05em;
  color: var(--ink-dim);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 4px 11px;
}
.chip-more { color: var(--gold-dim); border-color: var(--line); }
.pillar-card .textlink { margin-top: auto; padding-top: 8px; }

.services-cta {
  margin-top: clamp(34px, 5vh, 50px);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}

/* ── gallery ──────────────────────────────────────────── */
.filter-bar {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-bottom: clamp(26px, 4vh, 40px);
}
.filter-btn {
  padding: 10px 22px;
  border: 1px solid var(--line-soft); border-radius: 999px;
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-dim);
  transition: color .2s, border-color .2s, background-color .2s;
}
.filter-btn:hover { color: var(--gold-hi); border-color: var(--line); }
.filter-btn.is-active {
  color: #17130a;
  background: linear-gradient(140deg, var(--gold-hi), var(--gold));
  border-color: transparent;
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.8vw, 20px);
}
.gallery-item {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  aspect-ratio: 4 / 5;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.22,.7,.3,1);
}
.gallery-item:hover { transform: translateY(-4px); border-color: rgba(203, 169, 106, .45); box-shadow: 0 16px 36px rgba(0,0,0,.45); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-cap {
  position: absolute; inset: auto 0 0;
  padding: 34px 16px 14px;
  background: linear-gradient(transparent, rgba(10, 10, 14, .88));
  font-family: var(--serif); font-size: 16px; color: var(--ink);
}
.gallery-cap em {
  display: block; font-family: var(--sans); font-style: normal;
  font-size: 10px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 3px;
}
.gallery-item.is-hidden { display: none; }

/* ── videos ───────────────────────────────────────────── */
.video-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}
.video-card {
  text-align: left;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform .25s;
}
.video-card:hover { transform: translateY(-4px); }
.video-thumb {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  aspect-ratio: 16 / 9;
  transition: border-color .25s, box-shadow .25s;
}
.video-card:hover .video-thumb { border-color: rgba(203, 169, 106, .5); box-shadow: 0 16px 36px rgba(0,0,0,.45); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-play {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: rgba(10, 10, 14, .25);
  transition: background-color .25s;
}
.video-card:hover .video-play { background: rgba(10, 10, 14, .05); }
.video-play .icon {
  width: 54px; height: 54px; padding: 15px 13px 15px 17px;
  border-radius: 50%;
  background: rgba(14, 14, 19, .72);
  border: 1px solid var(--line);
  color: var(--gold-hi);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  transition: transform .25s, background-color .25s;
}
.video-card:hover .video-play .icon { transform: scale(1.08); background: rgba(203, 169, 106, .25); }
.video-title {
  font-family: var(--serif); font-size: 16.5px; line-height: 1.4;
  color: var(--ink-dim);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.video-card:hover .video-title { color: var(--ink); }

/* ── booking band ─────────────────────────────────────── */
.book-band {
  padding: clamp(64px, 10vh, 110px) 0;
  text-align: center;
  background:
    radial-gradient(800px 380px at 50% 50%, rgba(203, 169, 106, .13), transparent 70%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
  border-top: 1px solid var(--line-soft);
}
.book-band h2 { margin: 14px 0 6px; font-weight: 500; }
.book-band h2 { font-size: clamp(32px, 6vw, 52px); }
.book-band .hero-cta { margin-top: 28px; }

/* ── contact ──────────────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(28px, 4.5vw, 56px);
  align-items: start;
}
.c-row {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-soft);
}
.c-row .icon { color: var(--gold); margin-top: 3px; }
.c-row strong {
  display: block;
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-dim); font-weight: 400;
  margin-bottom: 4px;
}
.c-row p { color: var(--ink); font-family: var(--serif); font-size: 17.5px; line-height: 1.55; }
.c-row a:hover { color: var(--gold-hi); }
.c-row-s p { font-size: 16px; color: var(--ink-dim); }
.reach-head {
  margin-top: 30px; margin-bottom: 4px;
  color: var(--gold-hi); font-weight: 500; font-size: 20px;
}
.contact-map {
  position: sticky; top: calc(var(--header-h) + 20px);
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .45);
}
.contact-map iframe {
  width: 100%; height: 480px; border: 0; display: block;
  filter: grayscale(.9) invert(.92) hue-rotate(180deg) contrast(.92);
}

/* ── footer ───────────────────────────────────────────── */
.site-footer {
  padding: clamp(48px, 8vh, 80px) 0 40px;
  text-align: center;
  border-top: 1px solid var(--line-soft);
  background: var(--bg);
}
.foot-logo { height: 52px; width: auto; margin: 0 auto 10px; }
.foot-tag { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-dim); }
.socials {
  margin: 26px 0 20px;
  display: flex; gap: 14px; justify-content: center;
}
.socials a {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--line-soft);
  color: var(--ink-dim);
  transition: color .2s, border-color .2s, transform .2s;
}
.socials a:hover { color: var(--gold-hi); border-color: var(--gold); transform: translateY(-3px); }
.foot-nav {
  display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: center;
  margin-bottom: 22px;
}
.foot-nav a {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-faint);
  transition: color .2s;
}
.foot-nav a:hover { color: var(--gold); }
.foot-fine { font-size: 13px; color: var(--ink-faint); }
.foot-fine a { color: var(--gold-dim); }
.foot-fine a:hover { color: var(--gold); }

/* ── subpages ─────────────────────────────────────────── */
.main-nav > a.is-active { color: var(--gold-hi); }

.page-hero {
  padding: calc(var(--header-h) + clamp(44px, 8vh, 80px)) 0 clamp(40px, 7vh, 70px);
  text-align: center;
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(203, 169, 106, .12), transparent 60%),
    linear-gradient(180deg, rgba(11, 11, 16, .94) 0%, rgba(11, 11, 16, .87) 55%, rgba(14, 14, 19, .97) 100%),
    var(--banner, url("../img/hero-banner-1376.jpg")) var(--banner-pos, center 24%) / cover no-repeat,
    var(--bg);
  border-bottom: 1px solid var(--line-soft);
}
.page-hero .wrap { text-shadow: 0 2px 22px rgba(10, 10, 14, .7); }
.page-hero h1 { font-size: clamp(34px, 6.5vw, 56px); font-weight: 500; margin-top: 8px; }
.page-sub {
  font-family: var(--serif);
  font-size: clamp(16px, 3.8vw, 20px);
  color: var(--ink-dim); line-height: 1.6;
  max-width: 60ch; margin: 0 auto;
}
.crumbs {
  margin-bottom: 18px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-faint);
  display: flex; gap: 10px; justify-content: center;
}
.crumbs a:hover { color: var(--gold); }
.crumbs span[aria-current] { color: var(--gold-dim); }

.pillar-jump {
  margin-top: 26px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.pillar-jump a {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 22px;
  border: 1px solid var(--line-soft); border-radius: 999px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-dim);
  transition: color .2s, border-color .2s, transform .2s;
}
.pillar-jump a .icon { width: 17px; height: 17px; color: var(--gold); }
.pillar-jump a:hover { color: var(--gold-hi); border-color: var(--gold); transform: translateY(-2px); }

/* services page — full menu */
.svc-pillar .section-head .pillar-ico { margin: 0 auto 14px; }
.pillar-meta-center { justify-content: center; margin-top: 10px; }
.menu-cats { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.menu-cat {
  background: linear-gradient(165deg, var(--card-hi), var(--card) 70%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s;
}
.menu-cat[open] { border-color: var(--line); }
.menu-cat summary {
  list-style: none;
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.menu-cat summary::-webkit-details-marker { display: none; }
.mc-name {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(17px, 4.2vw, 21px);
  flex: 1; min-width: 0;
}
.mc-meta {
  font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-dim);
  white-space: nowrap;
}
.mc-chev { width: 17px; height: 17px; color: var(--ink-faint); transform: rotate(90deg); transition: transform .25s, color .25s; }
.menu-cat[open] .mc-chev { transform: rotate(-90deg); color: var(--gold); }
.menu-cat summary:hover .mc-name { color: var(--gold-hi); }
.menu-cat .svc-list { padding: 0 22px 10px; display: flex; flex-direction: column; }
.svc-row {
  display: flex; align-items: baseline; gap: 10px;
  padding: 13px 0;
  border-top: 1px solid var(--line-soft);
}
.svc-main { min-width: 0; }
.svc-name {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(16px, 4vw, 18px); line-height: 1.35;
}
.svc-meta {
  margin-top: 2px;
  font-size: 12px; letter-spacing: .06em; color: var(--ink-faint);
  display: flex; align-items: center; gap: 6px;
}
.svc-meta .icon { width: 13px; height: 13px; }
.svc-dots {
  flex: 1; min-width: 24px;
  border-bottom: 1px dotted rgba(203, 169, 106, .35);
  transform: translateY(-4px);
}
.svc-price {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(16px, 4vw, 18px);
  color: var(--gold-hi); white-space: nowrap;
}
.badge {
  display: inline-block;
  font-family: var(--sans); font-size: 10px; font-weight: 400;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-dim);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px 8px; margin-left: 8px;
  vertical-align: 2px;
}
/* videos page — playlist sections */
.video-sec { padding: clamp(48px, 8vh, 80px) 0; }
.pl-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: clamp(22px, 3.5vh, 34px);
}
.pl-head h2 { font-size: clamp(22px, 4.2vw, 32px); font-weight: 500; }

.band-note {
  margin-top: 22px;
  font-size: 13.5px; color: var(--ink-faint); line-height: 1.7;
}
.band-note a { color: var(--gold-dim); }
.band-note a:hover { color: var(--gold); }

/* about page */
.founder-block {
  display: flex; gap: clamp(24px, 4vw, 48px); align-items: center;
  max-width: 880px; margin: 0 auto;
}
.founder-photo {
  width: clamp(160px, 24vw, 240px); aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .45);
  flex: none;
}
.founder-block blockquote p {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(17px, 4vw, 21px); line-height: 1.7;
  color: var(--ink); margin-bottom: 14px;
}
.founder-block cite { font-style: normal; display: block; }
.founder-block cite strong { font-family: var(--serif); font-size: 20px; color: var(--gold-hi); font-weight: 600; }
.founder-block cite span {
  display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: 2px;
}
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
}
.value-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 13px;
  padding: clamp(22px, 3vw, 30px);
  background: linear-gradient(165deg, var(--card-hi), var(--card) 70%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: transform .25s, border-color .25s;
}
.value-card:hover { transform: translateY(-4px); border-color: rgba(203, 169, 106, .45); }
.value-card p { color: var(--ink-dim); line-height: 1.7; font-size: 14.5px; }
.value-card h3 { font-size: clamp(18px, 3vw, 21px); }

.about-more { margin-top: 20px; }
.contact-cta { margin-top: 28px; justify-content: flex-start; }

/* ── modals ───────────────────────────────────────────── */
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; }
.modal-back {
  position: absolute; inset: 0;
  background: rgba(8, 8, 12, .9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal-body {
  position: relative; z-index: 1;
  width: min(960px, 100%);
  animation: pop-in .3s cubic-bezier(.22,.7,.3,1) both;
}
@keyframes pop-in {
  from { opacity: 0; transform: translateY(20px) scale(.97); }
  to   { opacity: 1; transform: none; }
}
.modal-close {
  position: absolute; top: -52px; right: 0;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--line-soft);
  color: var(--ink-dim);
  transition: color .2s, border-color .2s;
}
.modal-close:hover { color: var(--gold-hi); border-color: var(--gold); }
.video-frame {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
  background: #000;
}
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.modal-yt-link { margin-top: 16px; }
.modal-body-img { width: auto; max-width: min(760px, 100%); text-align: center; }
.modal-body-img img {
  max-height: 78vh; width: auto; max-width: 100%; margin: 0 auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.lightbox-cap { margin-top: 14px; font-family: var(--serif); font-size: 18px; color: var(--ink-dim); }

body.modal-open { overflow: hidden; }

/* ── responsive ───────────────────────────────────────── */
@media (max-width: 1060px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: grid; place-items: center;
    width: 46px; height: 46px; margin-left: auto;
    border-radius: 50%; color: var(--ink);
  }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto;
    flex-direction: column; align-items: center; gap: 6px;
    padding: 18px var(--pad) 28px;
    background: rgba(14, 14, 19, .97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform .35s cubic-bezier(.22,.7,.3,1);
  }
  .main-nav.is-open { transform: none; }
  .main-nav > a:not(.btn):not(.nav-phone) { padding: 12px; font-size: 14px; }
  .nav-phone { padding: 12px; font-size: 19px; }
  .btn-nav { margin-top: 8px; }
  .site-header { background: rgba(14, 14, 19, .86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--line-soft); }

  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-block { flex-direction: column; text-align: center; }
  .stat-badge { right: 12px; bottom: -22px; }
  .contact-map { position: static; }
  .contact-map iframe { height: 360px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .pillar-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .mc-meta { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr; }
  .owner-quote { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .services-cta .btn { width: 100%; }
  .modal-close { top: -50px; right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
