/* Altyn Qasyq — premium banquet venue landing
   Deep emerald / wine / champagne palette, ivory readable surfaces.
   Photo-slot treatments are art-directed CSS scenes designed for future first-party photos. */

:root {
  --ink: #0A1612;          /* near-black emerald */
  --ink-2: #11231C;        /* deep emerald */
  --emerald: #163127;
  --emerald-2: #1E4538;
  --wine: #3E141D;
  --wine-2: #5A1E2A;
  --plum: #2B1018;
  --ivory: #F5EFE3;        /* readable surfaces */
  --ivory-2: #EAE0CC;
  --paper: #FBF7EF;        /* page chrome */
  --gold: #D4B16A;         /* restrained champagne */
  --gold-2: #B8924B;
  --gold-soft: rgba(212,177,106,.18);
  --terra: #8E3F2F;
  --white: #ffffff;
  --muted: #5E5B53;
  --muted-2: #837F75;
  --line: rgba(10, 22, 18, 0.12);
  --line-on-dark: rgba(245, 239, 227, 0.14);
  --shadow-sm: 0 1px 2px rgba(10,22,18,.08), 0 2px 6px rgba(10,22,18,.05);
  --shadow-md: 0 10px 28px rgba(10,22,18,.14), 0 2px 8px rgba(10,22,18,.08);
  --shadow-lg: 0 28px 72px rgba(10,22,18,.34), 0 10px 28px rgba(10,22,18,.18);
  --shadow-glow: 0 0 0 1px rgba(212,177,106,.22), 0 24px 60px rgba(10,22,18,.4);
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1200px;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ease-out: cubic-bezier(.16, .84, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--ink); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}
::selection { background: var(--gold); color: var(--ink); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--ivory);
  border-radius: var(--radius-sm);
  z-index: 100;
}
.skip-link:focus { left: 16px; }

/* ===== Typography ===== */
.display, .h1, .h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.04;
  color: var(--ink);
  margin: 0;
}
.display em, .h2 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 600;
}
.display { font-size: clamp(2.5rem, 6vw + 0.4rem, 5.2rem); }
.h2 { font-size: clamp(1.95rem, 3vw + .9rem, 3.1rem); line-height: 1.08; }
.h2.on-dark, .display.on-dark { color: var(--ivory); }
h3 { font-family: var(--sans); font-weight: 600; font-size: 1.15rem; letter-spacing: -.005em; margin: 0 0 .35rem; }
p { margin: 0 0 1rem; }
strong { font-weight: 600; color: var(--gold); }
.lede { font-size: clamp(1.02rem, .6vw + .9rem, 1.22rem); color: var(--ink-2); max-width: 56ch; }
.lede.on-dark { color: rgba(245,239,227,.86); }
.lede strong { color: var(--gold); }
.section-lede { font-size: 1.05rem; color: var(--muted); max-width: 62ch; margin-top: .65rem; }
.section-lede.on-dark { color: rgba(245,239,227,.74); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin: 0 0 1rem;
}
.eyebrow.on-dark { color: var(--gold); }
.eyebrow-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: .9;
  transform-origin: left center;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: 0 1.3rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: .005em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn-icon { display: inline-flex; }

.btn-primary {
  background: linear-gradient(135deg, #E0C078 0%, #C99A3A 100%);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(212,177,106,.32), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
  transform: translateX(-130%);
  transition: transform .9s var(--ease-out);
  pointer-events: none;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(212,177,106,.45), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-primary:hover::after { transform: translateX(130%); }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-secondary:hover { background: var(--ink); color: var(--ivory); }

.btn-secondary-dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-secondary-dark:hover { background: var(--ink); color: var(--ivory); }

.btn-ghost {
  background: rgba(10,22,18,.04);
  color: var(--ink);
  border: 1px solid var(--line);
  min-height: 40px;
  padding: 0 1rem;
  font-size: .92rem;
}
.btn-ghost:hover { background: var(--ink); color: var(--ivory); }
.btn-ghost .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 4px rgba(37,211,102,.18);
  animation: pulse 2.2s var(--ease-in-out) infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,.4); }
  50% { box-shadow: 0 0 0 6px rgba(37,211,102,0); }
}

.btn-ghost-light {
  background: rgba(245,239,227,.06);
  color: var(--ivory);
  border: 1px solid var(--line-on-dark);
  backdrop-filter: blur(6px);
}
.btn-ghost-light:hover { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,22,18,.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-on-dark);
  color: var(--ivory);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--ivory);
}
.brand-mark { color: var(--gold); display: inline-flex; }
.brand-word { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: .005em; }
.brand-sub { font-size: .72rem; color: rgba(245,239,227,.7); letter-spacing: .12em; text-transform: uppercase; }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.primary-nav a {
  position: relative;
  font-size: .94rem;
  font-weight: 500;
  color: rgba(245,239,227,.78);
  padding: .35rem 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color .25s var(--ease-out);
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 6px;
  height: 1px;
  background: var(--gold);
  transition: right .4s var(--ease-out);
}
.primary-nav a:hover { color: var(--ivory); }
.primary-nav a:hover::after { right: 0; }

.site-header .btn-ghost {
  background: rgba(245,239,227,.06);
  color: var(--ivory);
  border-color: var(--line-on-dark);
}
.site-header .btn-ghost:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.nav-cta { flex-shrink: 0; }

@media (max-width: 880px) {
  .primary-nav { display: none; }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: clamp(72px, 9vw, 132px) 0 clamp(64px, 8vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(212,177,106,.18), transparent 60%),
    radial-gradient(80% 60% at 0% 110%, rgba(90,30,42,.55), transparent 60%),
    linear-gradient(160deg, #0A1612 0%, #163127 55%, #2B1018 110%);
  color: var(--ivory);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(10,22,18,.92));
  pointer-events: none;
  z-index: 1;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 50% 50%, transparent 0%, rgba(10,22,18,.25) 60%, rgba(10,22,18,.45) 100%);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.hero-glow-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(212,177,106,.55), transparent 70%);
  top: -120px; right: -100px;
  opacity: .55;
  animation: drift-1 16s var(--ease-in-out) infinite;
}
.hero-glow-2 {
  width: 600px; height: 600px;
  background: radial-gradient(circle at 60% 40%, rgba(142,63,47,.55), transparent 70%);
  bottom: -240px; left: -160px;
  opacity: .55;
  animation: drift-2 20s var(--ease-in-out) infinite;
}
@keyframes drift-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-22px, 18px); }
}
@keyframes drift-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(28px, -16px); }
}
.hero-grain {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(245,239,227,.05) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: .35;
  mix-blend-mode: overlay;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.hero-copy { max-width: 640px; }
.hero-copy .display { color: var(--ivory); }
.hero-copy .display em { color: var(--gold); }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.6rem 0 1.25rem;
}

.hero-chips {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.hero-chips li {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  color: rgba(245,239,227,.82);
  padding: .35rem 0;
}
.hero-chips svg { color: var(--gold); }

/* Hero collage / scene cards */
.hero-stack {
  position: relative;
  z-index: 2;
  height: clamp(420px, 52vw, 560px);
}
.scene-card {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--emerald);
  margin: 0;
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
  isolation: isolate;
}
.scene-card::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(212,177,106,.18);
  pointer-events: none;
}
.scene-card img { width: 100%; height: 100%; object-fit: cover; }
.scene-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,22,18,.55) 100%);
  pointer-events: none;
}
.scene-card figcaption {
  position: absolute;
  left: 14px; bottom: 14px;
  display: flex; flex-direction: column; gap: 2px;
  color: var(--ivory);
  z-index: 2;
}
.scene-kicker {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.scene-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.1;
}

.scene-main {
  width: 60%;
  height: 70%;
  top: 4%;
  left: 6%;
  z-index: 3;
  transform: rotate(-1.4deg);
}
.scene-hall {
  width: 46%;
  height: 44%;
  top: -2%;
  right: 0;
  z-index: 4;
  transform: rotate(2.5deg);
}
.scene-table {
  width: 50%;
  height: 40%;
  right: 4%;
  bottom: 0;
  z-index: 5;
  transform: rotate(-1.8deg);
}

.scene-card:hover {
  transform: rotate(0) translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.hero-line {
  position: absolute;
  left: 4%;
  bottom: -6%;
  width: 56%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform-origin: left;
  z-index: 1;
}
.hero-corner {
  position: absolute;
  width: 28px; height: 28px;
  border: 1px solid rgba(212,177,106,.45);
  pointer-events: none;
  z-index: 6;
}
.hero-corner-tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.hero-corner-br { bottom: 0; right: 0; border-left: none; border-top: none; }

@media (max-width: 920px) {
  .hero-stack { height: 76vw; max-height: 520px; }
}
@media (max-width: 520px) {
  .scene-main { width: 70%; height: 70%; left: 2%; }
  .scene-hall { width: 50%; height: 38%; }
  .scene-table { width: 56%; height: 38%; right: 2%; }
}

/* ===== Art-directed photo-slot scenes (CSS) ===== */
.scene-art {
  position: absolute; inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

/* Hall — banquet hall with hanging warm lamps and table foreground */
.art-hall {
  background:
    radial-gradient(60% 50% at 50% 30%, rgba(232,194,124,.18), transparent 65%),
    linear-gradient(180deg, #11231C 0%, #163127 45%, #0A1612 100%);
}
.art-hall::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(40% 60% at 50% 110%, rgba(58,16,24,.65), transparent 70%);
}
.art-lamp {
  position: absolute;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #FFE7B6, #E0B068 45%, rgba(201,154,58,0) 70%);
  filter: blur(2px);
  opacity: .9;
  box-shadow: 0 0 32px rgba(232,194,124,.55);
}
.art-lamp::after {
  content: "";
  position: absolute; left: 50%; top: -38px;
  width: 1px; height: 38px;
  background: linear-gradient(180deg, transparent, rgba(212,177,106,.4));
}
.art-lamp-1 { left: 16%; top: 18%; width: 44px; height: 44px; }
.art-lamp-2 { left: 50%; top: 8%; transform: translateX(-50%); }
.art-lamp-3 { right: 14%; top: 22%; width: 38px; height: 38px; }
.art-floor {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 32%;
  background:
    linear-gradient(180deg, transparent, rgba(10,22,18,.6) 80%),
    repeating-linear-gradient(90deg, rgba(212,177,106,.08) 0 1px, transparent 1px 36px);
}
.art-table {
  position: absolute;
  left: 50%; bottom: 6%;
  width: 80%;
  height: 26%;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(245,239,227,.88), rgba(234,224,204,.72));
  border-radius: 6px 6px 22px 22px;
  box-shadow: 0 18px 30px rgba(10,22,18,.45);
}
.art-table::before {
  content: "";
  position: absolute; inset: -2px 8% auto 8%;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .6;
}

/* Table-set — long table with linens, plates, runner, candle */
.art-table-set {
  background:
    radial-gradient(70% 60% at 50% 50%, rgba(232,194,124,.18), transparent 70%),
    linear-gradient(160deg, #1E4538 0%, #0A1612 100%);
}
.ts-linen {
  position: absolute;
  left: 8%; right: 8%; top: 28%; bottom: 12%;
  background: linear-gradient(180deg, #F5EFE3 0%, #E0D4BA 100%);
  border-radius: 3px;
  box-shadow: 0 18px 28px rgba(10,22,18,.5);
}
.ts-runner {
  position: absolute;
  left: 30%; right: 30%; top: 28%; bottom: 12%;
  background: linear-gradient(180deg, #3E141D 0%, #2B1018 100%);
  opacity: .85;
}
.ts-runner::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .55;
  transform: translateY(-50%);
}
.ts-plate {
  position: absolute;
  width: 16%;
  aspect-ratio: 1 / 1;
  top: 46%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, #FFFDF6 0%, #F5EFE3 60%, #E0D4BA 100%);
  border: 1px solid rgba(212,177,106,.55);
  box-shadow: 0 4px 10px rgba(10,22,18,.35);
  transform: translateY(-50%);
}
.ts-plate::before {
  content: "";
  position: absolute; inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(212,177,106,.4);
}
.ts-plate-1 { left: 14%; }
.ts-plate-2 { left: 42%; }
.ts-plate-3 { left: 70%; }
.ts-candle {
  position: absolute;
  left: 50%; top: 26%;
  transform: translateX(-50%);
  width: 6px; height: 22px;
  background: linear-gradient(180deg, #F5EFE3, #E0D4BA);
  border-radius: 2px;
  box-shadow: 0 -10px 22px 4px rgba(232,194,124,.55), 0 0 12px rgba(212,177,106,.4);
}
.ts-candle::before {
  content: "";
  position: absolute;
  left: 50%; top: -8px;
  width: 6px; height: 10px;
  background: radial-gradient(circle at 50% 70%, #FFE7B6, transparent 70%);
  border-radius: 50%;
  transform: translateX(-50%);
  filter: blur(.5px);
  animation: flicker 3.5s var(--ease-in-out) infinite;
}
@keyframes flicker {
  0%, 100% { opacity: .9; transform: translateX(-50%) scale(1); }
  40% { opacity: .7; transform: translateX(-50%) scale(.92); }
  60% { opacity: 1; transform: translateX(-50%) scale(1.06); }
}

/* Light — abstract warm orbs scene */
.art-light {
  background:
    radial-gradient(60% 50% at 30% 30%, rgba(232,194,124,.22), transparent 70%),
    linear-gradient(160deg, #2B1018 0%, #11231C 100%);
}
.lt-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(255,231,182,.95), rgba(212,177,106,.35) 50%, transparent 75%);
  filter: blur(1.2px);
}
.lt-orb-1 { width: 28%; aspect-ratio: 1; left: 8%; top: 12%; opacity: .85; }
.lt-orb-2 { width: 22%; aspect-ratio: 1; right: 12%; top: 22%; opacity: .7; }
.lt-orb-3 { width: 18%; aspect-ratio: 1; left: 28%; bottom: 18%; opacity: .55; }
.lt-orb-4 { width: 14%; aspect-ratio: 1; right: 24%; bottom: 28%; opacity: .65; }
.lt-ground {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(10,22,18,.7));
}

/* Detail — plate close-up with cutlery, ring, flower */
.art-detail {
  background:
    radial-gradient(60% 50% at 50% 50%, rgba(232,194,124,.18), transparent 70%),
    linear-gradient(160deg, #163127 0%, #0A1612 100%);
}
.dt-rim {
  position: absolute;
  left: 8%; top: 8%;
  width: 84%; aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, #FFFDF6 0%, #F5EFE3 70%, #E0D4BA 100%);
  border: 1px solid rgba(212,177,106,.45);
  box-shadow: 0 18px 30px rgba(10,22,18,.45);
}
.dt-ring {
  position: absolute;
  left: 22%; top: 22%;
  width: 56%; aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(212,177,106,.55);
}
.dt-flower {
  position: absolute;
  left: 50%; top: 46%;
  width: 22%; aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--wine-2), var(--wine) 60%, transparent 70%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px rgba(90,30,42,.55);
}
.dt-flower::after {
  content: "";
  position: absolute; inset: 26%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0%, rgba(212,177,106,0) 70%);
}
.dt-fork, .dt-knife {
  position: absolute;
  width: 3px; height: 38%;
  background: linear-gradient(180deg, #F5EFE3, rgba(245,239,227,.4));
  border-radius: 2px;
  top: 8%;
}
.dt-fork { left: 4%; transform: rotate(-10deg); }
.dt-knife { right: 4%; transform: rotate(8deg); }

/* ===== Hero fact rail ===== */
.fact-rail {
  position: relative;
  z-index: 3;
  margin-top: clamp(48px, 6vw, 80px);
}
.fact-rail-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px clamp(20px, 4vw, 36px);
  background: rgba(10,22,18,.55);
  border: 1px solid rgba(212,177,106,.28);
  border-radius: 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(10,22,18,.45);
}
.fact { display: flex; flex-direction: column; gap: 2px; }
.fact-num {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 1.5vw + 1rem, 2.2rem);
  font-weight: 600;
  color: var(--ivory);
  display: inline-flex;
  align-items: baseline;
  gap: .2rem;
  line-height: 1;
}
.fact-num i { color: var(--gold); font-style: normal; font-size: .75em; margin-left: 2px; }
.fact-meta {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,239,227,.7);
}
.fact-sep {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, transparent, rgba(212,177,106,.5), transparent);
}
@media (max-width: 760px) {
  .fact-rail-inner {
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
  }
  .fact-sep { display: none; }
}

/* ===== Proof / payment badge strip ===== */
.proof {
  background: var(--ink);
  color: var(--ivory);
  padding: 28px 0;
  border-top: 1px solid var(--line-on-dark);
  border-bottom: 1px solid var(--line-on-dark);
}
.proof-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: 8px 14px;
  border: 1px solid var(--line-on-dark);
  border-radius: 999px;
  font-size: .82rem;
  color: var(--ivory);
  background: rgba(245,239,227,.04);
  transition: border-color .25s var(--ease-out), background .25s var(--ease-out);
}
.badge svg { color: var(--gold); }
.badge:hover { border-color: rgba(212,177,106,.45); background: rgba(245,239,227,.07); }

/* ===== Section base ===== */
.section { padding: clamp(72px, 9vw, 120px) 0; position: relative; }
.section-dark {
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(212,177,106,.10), transparent 70%),
    linear-gradient(180deg, #0A1612 0%, #11231C 100%);
  color: var(--ivory);
}
.section-deep {
  background:
    radial-gradient(70% 60% at 20% 100%, rgba(90,30,42,.45), transparent 70%),
    radial-gradient(50% 50% at 90% 0%, rgba(212,177,106,.10), transparent 70%),
    linear-gradient(180deg, #11231C 0%, #2B1018 100%);
  color: var(--ivory);
}
.section-dark .h2, .section-dark h3, .section-deep .h2, .section-deep h3 { color: var(--ivory); }
.section-dark .section-lede, .section-deep .section-lede { color: rgba(245,239,227,.74); }

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head .section-lede { margin-left: auto; margin-right: auto; }

/* ===== Formats grid ===== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 1024px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s var(--ease-out);
  display: flex;
  flex-direction: column;
  position: relative;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(212,177,106,.45);
}
.card-body { padding: 18px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.card-format h3 { color: var(--ink); margin-top: 4px; }
.card-format p { color: var(--muted); font-size: .96rem; flex: 1; }
.card-art {
  height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 14px 16px;
  color: var(--ivory);
  background: var(--ink-2);
}
.card-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transform: scale(1.01);
  filter: brightness(1.08) contrast(1.04) saturate(1.04);
  transition: transform .55s var(--ease-out), filter .55s var(--ease-out);
}
.card:hover .card-art img { transform: scale(1.055); filter: brightness(1.12) contrast(1.06) saturate(1.08); }
.card-art::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10,22,18,0) 0%, rgba(10,22,18,.02) 48%, rgba(10,22,18,.58) 100%),
    linear-gradient(90deg, rgba(10,22,18,.06), transparent 38%);
}
.art-icon, .art-count {
  position: relative; z-index: 3;
}
.art-icon {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(245,239,227,.14);
  border: 1px solid rgba(245,239,227,.22);
  color: var(--ivory);
  backdrop-filter: blur(4px);
}
.art-count {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(10,22,18,.45);
  border: 1px solid rgba(212,177,106,.35);
}
.art-family {
  background:
    radial-gradient(80% 70% at 30% 20%, rgba(212,177,106,.45), transparent 60%),
    linear-gradient(135deg, #163127 0%, #11231C 100%);
}
.art-corp {
  background:
    radial-gradient(80% 70% at 70% 20%, rgba(90,30,42,.55), transparent 60%),
    linear-gradient(135deg, #11231C 0%, #2B1018 100%);
}
.art-chamber {
  background:
    radial-gradient(80% 70% at 30% 20%, rgba(212,177,106,.35), transparent 60%),
    linear-gradient(135deg, #3E141D 0%, #11231C 100%);
}
.art-business {
  background:
    radial-gradient(80% 70% at 50% 20%, rgba(212,177,106,.45), transparent 60%),
    linear-gradient(135deg, #163127 0%, #0A1612 100%);
}

.card-tags {
  list-style: none;
  margin: .85rem 0 0;
  padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.card-tags li {
  font-size: .76rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(212,177,106,.10);
  color: var(--ink-2);
  border: 1px solid rgba(212,177,106,.28);
}

/* ===== Packages ===== */
.pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1024px) { .pack-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pack-grid { grid-template-columns: 1fr; } }

.pack {
  position: relative;
  padding: 28px 24px 26px;
  background: rgba(245,239,227,.04);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  transition: transform .35s var(--ease-out), background .35s var(--ease-out), border-color .35s var(--ease-out);
  overflow: hidden;
}
.pack::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .5s var(--ease-out);
}
.pack:hover {
  transform: translateY(-4px);
  background: rgba(245,239,227,.07);
  border-color: rgba(212,177,106,.45);
}
.pack:hover::before { transform: scaleX(1); }
.pack-num {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .04em;
  display: inline-block;
  margin-bottom: 8px;
}
.pack h3 { color: var(--ivory); margin-bottom: 14px; }
.pack-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.pack-list li {
  position: relative;
  padding-left: 22px;
  font-size: .94rem;
  color: rgba(245,239,227,.82);
  line-height: 1.45;
}
.pack-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 12px; height: 1px;
  background: var(--gold);
}
.pack-note {
  margin-top: 36px;
  text-align: center;
  color: rgba(245,239,227,.72);
  font-size: .95rem;
}

/* ===== Steps (process) ===== */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
  position: relative;
}
.steps-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,177,106,.4) 18%, rgba(212,177,106,.4) 82%, transparent);
  transform: scaleX(0);
  transform-origin: left;
  z-index: 0;
}
.steps-line.is-drawn { animation: drawLine 1.4s var(--ease-out) forwards; }
@keyframes drawLine { to { transform: scaleX(1); } }
@media (max-width: 1024px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps-line { display: none; }
}
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

.step {
  position: relative;
  padding: 28px 24px;
  background: rgba(245,239,227,.04);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  transition: transform .35s var(--ease-out), background .35s var(--ease-out), border-color .35s var(--ease-out);
  z-index: 1;
}
.step:hover {
  transform: translateY(-4px);
  background: rgba(245,239,227,.07);
  border-color: rgba(212,177,106,.45);
}
.step-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold);
  background: rgba(10,22,18,.6);
  border: 1px solid rgba(212,177,106,.45);
  margin-bottom: 14px;
  font-weight: 600;
}
.step h3 { color: var(--ivory); }
.step p { color: rgba(245,239,227,.74); font-size: .95rem; margin: 0; }

/* ===== Atmosphere / Gallery ===== */
.gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 16px;
}
@media (max-width: 900px) {
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px; }
}
@media (max-width: 520px) {
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
}

.g-cell {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--emerald);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out);
  min-height: 180px;
  margin: 0;
  isolation: isolate;
}
.g-cell::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(212,177,106,.16);
  pointer-events: none;
  z-index: 3;
}
.g-cell:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: var(--shadow-glow);
}
.g-photo { grid-row: span 2; }
.g-photo-small { grid-row: auto; }
@media (max-width: 900px) {
  .g-photo { grid-row: span 2; grid-column: span 2; }
  .g-photo-small { grid-row: auto; grid-column: auto; }
}
@media (max-width: 520px) {
  .g-photo { grid-row: auto; grid-column: auto; }
}
.g-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.g-photo:hover img { transform: scale(1.04); }
.g-detail {
  padding: 22px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(90% 80% at 90% 0%, rgba(212,177,106,.18), transparent 58%),
    linear-gradient(135deg, var(--emerald) 0%, var(--ink-2) 58%, var(--plum) 100%);
}
.g-detail::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212,177,106,.16);
  border-radius: calc(var(--radius) - 6px);
  pointer-events: none;
  z-index: 0;
}
.g-detail-body { position: relative; z-index: 2; color: var(--ivory); }
.g-detail .g-title { display: block; margin: 6px 0 8px; font-size: 1.22rem; }
.g-detail p { margin: 0; color: rgba(245,239,227,.74); font-size: .88rem; line-height: 1.45; }
.g-mark {
  position: absolute;
  right: 18px;
  top: 14px;
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 1;
  color: rgba(212,177,106,.18);
  z-index: 1;
}
.g-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10,22,18,.65));
  pointer-events: none;
  z-index: 1;
}
.g-cell figcaption {
  position: absolute;
  left: 16px; right: 16px; bottom: 14px;
  z-index: 2;
  display: flex; flex-direction: column;
  gap: 2px;
  color: var(--ivory);
}
.g-kicker {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.g-title {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
}
.g-meta {
  font-size: .72rem;
  letter-spacing: .08em;
  color: rgba(245,239,227,.65);
  margin-top: 2px;
}

.gallery-foot {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  font-size: .96rem;
  color: var(--ink);
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  min-height: 36px;
  transition: color .25s var(--ease-out), border-color .25s var(--ease-out);
}
.link-arrow svg { transition: transform .35s var(--ease-out); color: var(--gold-2); }
.link-arrow:hover { color: var(--gold-2); border-color: var(--gold-2); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ===== CTA banner ===== */
.cta-banner {
  position: relative;
  padding: clamp(72px, 9vw, 120px) 0;
  overflow: hidden;
}
.cta-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
@media (max-width: 820px) { .cta-row { grid-template-columns: 1fr; } }
.cta-art { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .55;
}
.cta-orb-1 {
  width: 420px; height: 420px;
  right: -100px; top: -120px;
  background: radial-gradient(circle, rgba(212,177,106,.65), transparent 70%);
  animation: drift-1 18s var(--ease-in-out) infinite;
}
.cta-orb-2 {
  width: 360px; height: 360px;
  left: -60px; bottom: -140px;
  background: radial-gradient(circle, rgba(142,63,47,.55), transparent 70%);
  animation: drift-2 22s var(--ease-in-out) infinite;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-copy .h2 { max-width: 22ch; }

/* ===== FAQ ===== */
.faq-grid {
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } }

.faq-head { margin: 0; text-align: left; max-width: none; }
.faq-head .eyebrow { justify-content: flex-start; }
.faq-head .section-lede { margin-left: 0; }
.faq-head .btn { margin-top: 1.25rem; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  transition: border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.faq-item[open] { border-color: rgba(212,177,106,.5); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 1.02rem;
  position: relative;
  padding-right: 56px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .3s var(--ease-out);
}
.faq-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); border-color: var(--gold-2); }
.faq-item p { padding: 0 22px 18px; color: var(--muted); margin: 0; }

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
}
@media (max-width: 520px) { .contact-list { grid-template-columns: 1fr; } }
.contact-list li { display: flex; flex-direction: column; gap: 2px; }
.contact-label {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-list a {
  display: inline-block;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease-out), color .25s var(--ease-out);
  font-size: 1.02rem;
  min-height: 28px;
  color: var(--ivory);
}
.contact-list a:hover { border-color: var(--gold); color: var(--gold); }
.contact-list span:not(.contact-label) { color: rgba(245,239,227,.86); }

.contact-card {
  background:
    radial-gradient(70% 90% at 100% 0%, rgba(212,177,106,.4), transparent 60%),
    linear-gradient(160deg, #F5EFE3 0%, #EAE0CC 100%);
  color: var(--ink);
  padding: 34px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.contact-card-glow {
  position: absolute;
  right: -40px; top: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(212,177,106,.45), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.contact-card h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: var(--ink);
  position: relative;
}
.contact-card p { color: var(--ink-2); font-size: .96rem; position: relative; }
.contact-card-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; position: relative; }
.contact-card-ctas .btn-secondary-dark { border-color: var(--ink); color: var(--ink); }
.contact-card-ctas .btn-secondary-dark:hover { background: var(--ink); color: var(--ivory); }
.contact-card-foot {
  margin-top: 16px;
  font-size: .82rem;
  color: var(--muted);
  position: relative;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--ink);
  color: rgba(245,239,227,.7);
  padding: 36px 0 28px;
  border-top: 1px solid var(--line-on-dark);
}
.footer-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 24px;
  align-items: center;
}
@media (max-width: 720px) {
  .footer-row { grid-template-columns: 1fr; }
}
.footer-brand .brand-name { font-family: var(--serif); font-size: 1.2rem; color: var(--ivory); }
.footer-brand .brand-sub { display: block; font-size: .72rem; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }
.footer-meta p { margin: 0; font-size: .86rem; }
.footer-meta .footer-note { margin-top: 6px; color: rgba(245,239,227,.55); font-size: .82rem; }
.footer-links { display: flex; gap: 18px; }
.footer-links a {
  font-size: .9rem;
  color: var(--ivory);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease-out);
}
.footer-links a:hover { border-color: var(--gold); }

/* ===== Sticky mobile CTA ===== */
.sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  gap: 8px;
  z-index: 60;
  padding: 8px;
  background: rgba(10,22,18,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212,177,106,.3);
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  transform: translateY(140%);
  transition: transform .4s var(--ease-out);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; min-height: 46px; font-size: .94rem; padding: 0 .9rem; }
.sticky-cta .btn-secondary {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(245,239,227,.3);
}
.sticky-cta .btn-secondary:hover { background: var(--ivory); color: var(--ink); }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 80px; }
}

/* ===== Reveal animations (fail-open) ===== */
.reveal {
  opacity: 1;
  transform: none;
}
.has-js .reveal {
  opacity: 1;
  transform: none;
  animation: fadeUp .85s var(--ease-out) both;
  animation-delay: var(--reveal-delay, 0ms);
}
.has-js .reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes fadeUp {
  from { opacity: 1; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero stack on-load motion (independent of reveal observer) */
@keyframes float-1 { from { transform: translateY(18px) rotate(-1.4deg); opacity: 0; } to { transform: translateY(0) rotate(-1.4deg); opacity: 1; } }
@keyframes float-2 { from { transform: translateY(-14px) rotate(2.5deg); opacity: 0; } to { transform: translateY(0) rotate(2.5deg); opacity: 1; } }
@keyframes float-3 { from { transform: translateY(22px) rotate(-1.8deg); opacity: 0; } to { transform: translateY(0) rotate(-1.8deg); opacity: 1; } }

.has-js .scene-main { animation: float-1 1.1s var(--ease-out) .2s both; }
.has-js .scene-hall { animation: float-2 1.1s var(--ease-out) .35s both; }
.has-js .scene-table { animation: float-3 1.1s var(--ease-out) .5s both; }

.hero-line {
  transform: scaleX(0);
  animation: lineGrow 1.6s var(--ease-out) .9s forwards;
}
@keyframes lineGrow { to { transform: scaleX(1); } }

.has-js .reveal.is-visible .eyebrow-line {
  animation: lineDraw .9s var(--ease-out) .15s both;
}
@keyframes lineDraw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .has-js .reveal { opacity: 1; transform: none; }
  .has-js .scene-main, .has-js .scene-hall, .has-js .scene-table { animation: none; opacity: 1; }
  .hero-line { transform: scaleX(1); animation: none; }
  .steps-line { transform: scaleX(1); }
  .btn-ghost .dot { animation: none; box-shadow: none; }
  .ts-candle::before { animation: none; }
  .hero-glow-1, .hero-glow-2, .cta-orb-1, .cta-orb-2 { animation: none; }
}

/* No-JS fallback */
.no-js .reveal { opacity: 1; transform: none; }
