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

:root {
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --black: #080808;
  --deep: #0d0d0d;
  --surface: #1a1a1a;
  --text: #e8e0d0;
  --text-muted: #9a9080;
  --cream: #F5F0E8;
  --border: rgba(201,168,76,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--text); font-family: 'Jost', sans-serif; font-weight: 300; overflow-x: hidden; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ── NAV ── */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 10px 64px;
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(to bottom, rgba(8,8,8,0.96), transparent);
  transition: all 0.4s ease;
}
#site-nav.scrolled {
  background: rgba(8,8,8,0.99);
  padding: 8px 64px;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.nav-logo { font-family: 'Cinzel', serif; font-size: 1.2rem; font-weight: 600; letter-spacing: 0.28em; color: var(--gold); }
.nav-logo span { color: var(--text); font-weight: 400; }
.nav-links { display: flex; gap: 38px; list-style: none; align-items: center; }
.nav-links a { font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--black); background: var(--gold); padding: 11px 26px;
  transition: all 0.3s; white-space: nowrap;
}
.nav-cta:hover { background: var(--gold-light); }
.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 6px; }
.nav-burger span { display: block; width: 24px; height: 1px; background: var(--gold); transition: all 0.3s; }

@media (max-width: 900px) {
  #site-nav { padding: 8px 28px; }
  #site-nav.scrolled { padding: 6px 28px; }
  .nav-burger { display: flex; }
  .nav-links {
    position: fixed; top: 0; right: -100%; width: 280px; height: 100vh;
    flex-direction: column; gap: 0; background: var(--deep);
    border-left: 1px solid var(--border); padding-top: 80px;
    transition: right 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    align-items: flex-start;
  }
  .nav-links.open { right: 0; }
  .nav-links li { width: 100%; border-bottom: 1px solid rgba(201,168,76,0.07); }
  .nav-links a { display: block; padding: 18px 32px; font-size: 0.82rem; }
  .nav-cta { display: none; }
}

/* ── FOOTER ── */
#site-footer { background: var(--deep); padding: 70px 64px 30px; border-top: 1px solid var(--border); }
.footer-grid { max-width: 1200px; margin: 0 auto 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.footer-logo { font-family: 'Cinzel', serif; font-size: 1rem; letter-spacing: 0.22em; color: var(--gold); margin-bottom: 14px; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; color: var(--text-muted); line-height: 1.65; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-socials a { font-family: 'Jost', sans-serif; font-size: 0.63rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); border: 1px solid rgba(201,168,76,0.22); padding: 7px 16px; transition: all 0.3s; }
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }
.footer-col-title { font-family: 'Cinzel', serif; font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.footer-contact-item { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--text-muted); padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.04); transition: color 0.3s; }
.footer-contact-item:last-child { border-bottom: none; }
.footer-contact-item:hover { color: var(--gold); }
.footer-faq-item { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.footer-faq-item:last-child { border-bottom: none; }
.footer-faq-q { font-family: 'Cinzel', serif; font-size: 0.7rem; letter-spacing: 0.06em; color: var(--cream); margin-bottom: 5px; }
.footer-faq-a { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--text-muted); line-height: 1.58; }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.04); display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.footer-copy { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.05em; }
.footer-faq-link { font-family: 'Cinzel', serif; font-size: 0.76rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,0.45); padding: 10px 26px; transition: all 0.3s; }
.footer-faq-link:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); }
@media(max-width:900px){
  #site-footer { padding: 50px 28px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; margin-bottom: 36px; }
}

/* ── FAQ ACCORDION ── */
.faq-wrap { max-width: 820px; }
.faq-item { border-bottom: 1px solid rgba(201,168,76,0.12); }
.faq-item:first-child { border-top: 1px solid rgba(201,168,76,0.12); }
.faq-btn {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; cursor: pointer; background: none; border: none; width: 100%;
  text-align: left; color: var(--cream); font-family: 'Cinzel', serif;
  font-size: 0.88rem; letter-spacing: 0.06em; transition: color 0.3s; gap: 20px;
}
.faq-btn:hover { color: var(--gold); }
.faq-icon { font-size: 1.3rem; color: var(--gold); flex-shrink: 0; transition: transform 0.35s; line-height: 1; font-weight: 300; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body { display: none; padding-bottom: 22px; }
.faq-item.open .faq-body { display: block; }
.faq-body p { font-family: 'Cormorant Garamond', serif; font-size: 1.22rem; line-height: 1.78; color: var(--text-muted); max-width: 100%; }

/* Light theme FAQ */
html[data-theme="light"] .faq-item { border-bottom-color: rgba(184,148,63,0.18); }
html[data-theme="light"] .faq-item:first-child { border-top-color: rgba(184,148,63,0.18); }
html[data-theme="light"] .faq-btn { color: #1E1B16; }
html[data-theme="light"] .faq-body p { color: #5A5248; }
html[data-theme="light"] .footer-faq-link { color: #5A5248; }
html[data-theme="light"] .footer-bottom { border-top-color: rgba(184,148,63,0.15); }

/* ── TYPOGRAPHY UTILITIES ── */
.section-label { font-family: 'Jost', sans-serif; font-size: 0.64rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: block; }
.section-title { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 400; letter-spacing: 0.05em; color: var(--cream); line-height: 1.2; }
.section-title em { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-size: 1.1em; }
.section-intro { font-family: 'Cormorant Garamond', serif; font-size: 1.38rem; font-weight: 300; line-height: 1.82; color: var(--text-muted); max-width: 680px; }
.divider { width: 60px; height: 1px; background: linear-gradient(to right, var(--gold), transparent); margin: 26px 0; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block; font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--black); background: linear-gradient(135deg, var(--gold), var(--gold-light));
  padding: 16px 44px; cursor: pointer; border: none;
  transition: all 0.35s cubic-bezier(0.25,0.46,0.45,0.94);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.3); }
.btn-secondary {
  display: inline-block; font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); background: transparent;
  padding: 15px 44px; border: 1px solid rgba(201,168,76,0.4);
  cursor: pointer; transition: all 0.35s;
}
.btn-secondary:hover { border-color: var(--gold); background: rgba(201,168,76,0.05); }
.btn-ghost {
  display: inline-block; font-family: 'Jost', sans-serif; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); background: transparent; border: 1px solid rgba(201,168,76,0.3);
  padding: 12px 28px; cursor: pointer; transition: all 0.3s;
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(201,168,76,0.06); }

/* ── SECTIONS ── */
.content-section { padding: 110px 64px; }
.content-section.dark { background: var(--deep); }
.content-section.black { background: var(--black); }
.section-inner { max-width: 1200px; margin: 0 auto; }
@media(max-width:900px){ .content-section { padding: 72px 28px; } }

/* ── GRIDS ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.grid-2-asym { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; }
@media(max-width:960px){ .grid-2, .grid-3, .grid-2-asym { grid-template-columns: 1fr; gap: 40px; } }

/* ── HOME HERO ── */
.home-hero { position: relative; height: 100vh; min-height: 680px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.home-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.28); }
.home-hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201,168,76,0.08) 0%, transparent 70%),
              linear-gradient(160deg, rgba(13,13,13,0.85) 0%, rgba(8,8,8,0.6) 100%);
}
.home-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(201,168,76,0.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(201,168,76,0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 80%);
}
.home-hero-content { position: relative; z-index: 2; text-align: center; max-width: 920px; padding: 0 40px; }
.hero-logo { height: 140px; width: auto; display: block; margin: 0 auto 32px; filter: drop-shadow(0 0 20px rgba(201,168,76,0.45)); animation: fadeInDown 1s ease both; }
.hero-badge { display: inline-block; font-family: 'Jost', sans-serif; font-size: 0.67rem; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,0.4); padding: 8px 26px; margin-bottom: 40px; animation: fadeInDown 1s ease 0.2s both; }
.hero-title { font-family: 'Cinzel', serif; font-size: clamp(3.2rem,9vw,7.5rem); font-weight: 400; line-height: 0.95; letter-spacing: 0.05em; color: var(--cream); margin-bottom: 16px; animation: fadeInUp 1.2s ease 0.4s both; }
.hero-title em { font-style: italic; font-family: 'Cormorant Garamond', serif; color: var(--gold); font-size: 1.12em; }
.hero-subtitle { font-family: 'Cormorant Garamond', serif; font-size: clamp(1rem,2.5vw,1.55rem); font-weight: 300; font-style: italic; color: var(--text-muted); letter-spacing: 0.08em; margin-bottom: 58px; animation: fadeInUp 1.2s ease 0.6s both; }
.hero-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; animation: fadeInUp 1.2s ease 0.8s both; }
.hero-scroll { position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; animation: fadeIn 2s ease 1.5s both; }
.hero-scroll span { font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-muted); }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s ease-in-out infinite; }

/* ── PAGE HERO ── */
.page-hero { position: relative; height: 58vh; min-height: 420px; display: flex; align-items: flex-end; overflow: hidden; padding-bottom: 72px; }
.page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.3); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,8,0.92) 0%, rgba(8,8,8,0.35) 55%, transparent 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 0 64px; max-width: 980px; }
.page-hero-title { font-family: 'Cinzel', serif; font-size: clamp(2.2rem,6vw,5rem); font-weight: 400; letter-spacing: 0.05em; color: var(--cream); line-height: 1.05; }
.page-hero-title em { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); }
.page-hero-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic; color: var(--text-muted); margin-top: 14px; }
@media(max-width:900px){ .page-hero { height: 46vh; padding-bottom: 50px; } .page-hero-content { padding: 0 28px; } }

/* ── IMAGE DIVIDER ── */
.img-divider { position: relative; height: 300px; overflow: hidden; }
.img-divider img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.38); }
.img-divider-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(8,8,8,0.65), transparent 50%, rgba(8,8,8,0.65)); }
.img-divider-text { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.img-divider-text p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem,3vw,2rem); font-style: italic; color: var(--cream); letter-spacing: 0.06em; text-align: center; padding: 0 60px; max-width: 820px; line-height: 1.55; }
@media(max-width:900px){ .img-divider { height: 210px; } .img-divider-text p { padding: 0 28px; } }

/* ── CARDS ── */
.card { padding: 44px 38px; background: var(--surface); border: 1px solid rgba(255,255,255,0.04); transition: all 0.4s; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s; }
.card:hover::before { opacity: 1; }
.card:hover { border-color: rgba(201,168,76,0.22); transform: translateY(-4px); }
.card-num { font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 0.32em; color: var(--gold); opacity: 0.7; margin-bottom: 22px; }
.card-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 28px; filter: brightness(0.82); transition: filter 0.4s; }
.card:hover .card-img { filter: brightness(1); }
.card-title { font-family: 'Cinzel', serif; font-size: 0.95rem; font-weight: 500; letter-spacing: 0.08em; color: var(--cream); margin-bottom: 14px; }
.card-desc { font-family: 'Cormorant Garamond', serif; font-size: 1.22rem; line-height: 1.72; color: var(--text-muted); margin-bottom: 24px; }
.card-arrow { font-family: 'Jost', sans-serif; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 8px; }
.card-arrow::after { content: '→'; transition: transform 0.3s; }
.card:hover .card-arrow::after { transform: translateX(4px); }

/* ── FEATURE LIST ── */
.feature-list { list-style: none; margin-top: 18px; }
.feature-list li { font-family: 'Cormorant Garamond', serif; font-size: 1.22rem; line-height: 1.7; color: var(--text-muted); padding: 9px 0 9px 22px; border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; }
.feature-list li::before { content: '›'; position: absolute; left: 0; color: var(--gold); }
.feature-list li:last-child { border-bottom: none; }

/* ── STAT CARDS ── */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.stat-card { padding: 34px; border: 1px solid rgba(201,168,76,0.12); background: rgba(201,168,76,0.02); position: relative; overflow: hidden; transition: all 0.4s; }
.stat-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.45s; }
.stat-card:hover::after { width: 100%; }
.stat-card:hover { border-color: rgba(201,168,76,0.3); }
.stat-num { font-family: 'Cinzel', serif; font-size: 2.5rem; font-weight: 400; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.stat-label { font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }

/* ── MODALITY CARDS ── */
.modality-card { padding: 46px; border: 1px solid rgba(201,168,76,0.15); background: rgba(201,168,76,0.02); position: relative; }
.modality-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--gold), transparent); }
.modality-badge { display: inline-block; font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); background: rgba(201,168,76,0.1); padding: 6px 16px; margin-bottom: 26px; }
.modality-title { font-family: 'Cinzel', serif; font-size: 1.5rem; font-weight: 400; color: var(--cream); margin-bottom: 16px; }
.modality-desc { font-family: 'Cormorant Garamond', serif; font-size: 1.28rem; line-height: 1.84; color: var(--text-muted); }

/* ── CONTENT IMAGES ── */
.content-img { width: 100%; height: 440px; object-fit: cover; filter: brightness(0.78); }
.content-img-sm { width: 100%; height: 300px; object-fit: cover; filter: brightness(0.8); }

/* ── PRICE BOX ── */
.price-box { padding: 50px; border: 1px solid rgba(201,168,76,0.25); background: linear-gradient(160deg, rgba(201,168,76,0.05) 0%, var(--surface) 50%); position: relative; }
.price-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--gold), transparent); }
.price-box-title { font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.price-row:last-of-type { border-bottom: none; }
.price-label { font-family: 'Jost', sans-serif; font-size: 0.8rem; color: var(--text-muted); }
.price-amount { font-family: 'Cinzel', serif; font-size: 1.2rem; color: var(--cream); }
.price-amount sup { font-size: 0.65rem; color: var(--gold); vertical-align: super; margin-right: 2px; }
.price-amount small { font-size: 0.65rem; color: var(--text-muted); }
.price-note-italic { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-style: italic; color: var(--text-muted); margin-top: 20px; line-height: 1.65; }

/* ── TESTIMONIALS ── */
.testi-card { padding: 44px 36px; background: var(--surface); border: 1px solid rgba(255,255,255,0.04); position: relative; transition: all 0.4s; }
.testi-card:hover { border-color: rgba(201,168,76,0.2); }
.testi-deco { position: absolute; top: 22px; right: 26px; font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: rgba(201,168,76,0.06); line-height: 1; pointer-events: none; }
.testi-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 20px; letter-spacing: 0.08em; }
.testi-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; line-height: 1.78; color: var(--text); font-style: italic; margin-bottom: 24px; }
.testi-author { font-family: 'Cinzel', serif; font-size: 0.75rem; letter-spacing: 0.15em; color: var(--gold); }

/* ── CONTACT ── */
.contact-item-block { padding: 34px 28px; background: var(--surface); border: 1px solid rgba(255,255,255,0.04); transition: border-color 0.3s; }
.contact-item-block:hover { border-color: var(--border); }
.contact-item-label { font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.contact-item-value { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--cream); }
.contact-item-value a { color: var(--cream); transition: color 0.3s; }
.contact-item-value a:hover { color: var(--gold); }
.social-btn { font-family: 'Jost', sans-serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); border: 1px solid rgba(201,168,76,0.2); padding: 10px 22px; transition: all 0.3s; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ── STAGE ITEMS ── */
.stage-item { display: grid; grid-template-columns: 64px 1fr; gap: 28px; align-items: start; padding: 32px; background: var(--surface); border-left: 2px solid rgba(201,168,76,0.22); margin-bottom: 14px; transition: border-color 0.3s; }
.stage-item:hover { border-left-color: var(--gold); }
.stage-num { font-family: 'Cinzel', serif; font-size: 2.4rem; font-weight: 400; color: rgba(201,168,76,0.28); line-height: 1; }
.stage-name { font-family: 'Cormorant Garamond', serif; font-size: 1.28rem; font-weight: 600; font-style: normal; letter-spacing: 0.03em; color: var(--gold); margin-bottom: 10px; }
.stage-desc { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; line-height: 1.75; color: var(--text-muted); }

/* ── ABOUT HOME ── */
.about-img-wrap { position: relative; }
.about-img { width: 100%; height: 520px; object-fit: cover; filter: brightness(0.78); }
.about-img-label { position: absolute; bottom: -18px; right: -18px; background: var(--gold); color: var(--black); font-family: 'Cinzel', serif; font-size: 0.62rem; letter-spacing: 0.3em; padding: 14px 22px; text-transform: uppercase; }

/* ── COMING SOON ── */
.coming-soon-wrap { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; position: relative; overflow: hidden; }
.coming-soon-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.22); }
.coming-soon-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(8,8,8,0.5) 0%, rgba(8,8,8,0.88) 80%); }
.coming-soon-content { position: relative; z-index: 2; max-width: 620px; }
.coming-soon-title { font-family: 'Cinzel', serif; font-size: clamp(2.5rem,7vw,5rem); font-weight: 400; letter-spacing: 0.06em; color: var(--cream); line-height: 1.05; margin-bottom: 22px; }
.coming-soon-sub { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-style: italic; color: var(--text-muted); line-height: 1.72; margin-bottom: 42px; }

/* ── ANIMATIONS ── */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scrollPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }

/* ── MISC ── */
.note-box { margin-top: 24px; padding: 20px 24px; border-left: 2px solid rgba(201,168,76,0.3); background: rgba(201,168,76,0.03); }
.note-box p { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--text-muted); font-style: italic; line-height: 1.65; }

/* ── NAV LOGO IMAGE ── */
.nav-logo { display: flex; align-items: center; }
.nav-logo-img { height: 108px; width: auto; display: block; object-fit: contain; }
@media(max-width:900px){ .nav-logo-img { height: 52px; } }

/* ── THEME TOGGLE ── */
.theme-toggle {
  background: none; border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold); cursor: pointer;
  height: 36px; padding: 0 14px;
  font-family: 'Jost', sans-serif; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
  transition: all 0.3s; flex-shrink: 0; white-space: nowrap;
}
.theme-toggle:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); }

/* ── COMING SOON PAGE (new layout: title / img / text / buttons) ── */
.cs-page-section {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: var(--black); padding: 120px 40px 80px;
}
.cs-page-inner { max-width: 740px; margin: 0 auto; text-align: center; }
.cs-page-img { width: 100%; max-width: 680px; display: block; margin: 34px auto; border-radius: 2px; }
@media(max-width:900px){ .cs-page-section { padding: 90px 28px 60px; } }

/* ── LIGHT THEME ── */
html[data-theme="light"] {
  --gold: #A07830;
  --gold-light: #C49A48;
  --black: #FEFCF8;
  --deep: #F5F1E9;
  --surface: #FEFCF8;
  --text: #1A1714;
  --text-muted: #4A4540;
  --cream: #1A1714;
  --border: rgba(160,120,48,0.18);
}
html[data-theme="light"] body { background: var(--black); color: var(--text); }

/* Nav — warm pearl with gold shimmer in light mode */
html[data-theme="light"] #site-nav,
html[data-theme="light"] #site-nav.scrolled {
  background: linear-gradient(180deg, rgba(255,253,248,0.97) 0%, rgba(250,244,234,0.96) 100%);
  border-bottom: 1px solid rgba(160,120,48,0.22);
  backdrop-filter: blur(22px) saturate(1.25);
  box-shadow:
    0 4px 36px rgba(120,80,10,0.07),
    inset 0 -1px 0 rgba(201,168,76,0.12);
}
/* Gold shimmer accent line across the top of the nav */
html[data-theme="light"] #site-nav::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.45) 20%, rgba(232,201,106,0.75) 50%, rgba(201,168,76,0.45) 80%, transparent 100%);
  pointer-events: none;
}
html[data-theme="light"] .nav-links a { color: #4A4540; }
html[data-theme="light"] .nav-links a:hover,
html[data-theme="light"] .nav-links a.active { color: var(--gold); }
/* Mobile drawer background only */
@media (max-width: 900px) {
  html[data-theme="light"] .nav-links { background: #F7F6F4; border-left: 1px solid rgba(160,120,48,0.18); }
}

/* Heroes keep light text over dark-overlaid images */
html[data-theme="light"] .page-hero-title,
html[data-theme="light"] .hero-title { color: #F5F0E8; }
html[data-theme="light"] .page-hero-subtitle,
html[data-theme="light"] .hero-subtitle { color: rgba(245,240,232,0.82); }
html[data-theme="light"] .page-hero-img { filter: brightness(0.65) sepia(0.15) contrast(1.05) saturate(0.9); }

/* Home hero — warm cinematic treatment for light mode */
html[data-theme="light"] .home-hero-img {
  filter: brightness(0.65) sepia(0.18) contrast(1.06) saturate(0.9);
}
html[data-theme="light"] .home-hero-overlay {
  background:
    radial-gradient(ellipse 90% 70% at 20% 55%, rgba(201,168,76,0.13) 0%, transparent 58%),
    linear-gradient(158deg, rgba(235,215,165,0.24) 0%, rgba(22,16,8,0.58) 48%, rgba(12,9,4,0.80) 100%);
}
html[data-theme="light"] .home-hero-grid {
  background-image:
    linear-gradient(rgba(201,168,76,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.06) 1px, transparent 1px);
}

/* Section backgrounds */
html[data-theme="light"] .content-section.dark { background: #F7F6F4; }
html[data-theme="light"] .content-section.black { background: #FEFCF8; }

/* Cards */
html[data-theme="light"] .card { background: linear-gradient(150deg, #FEFCF8 0%, #FAF5EC 100%); border: 1px solid rgba(160,120,48,0.18); box-shadow: 0 4px 28px rgba(0,0,0,0.07); }
html[data-theme="light"] .card-title { color: #1A1714; }
html[data-theme="light"] .card-img { filter: brightness(1) saturate(1.02); }
html[data-theme="light"] .card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.11); }

/* Content images — remove darkening in light mode */
html[data-theme="light"] .content-img { filter: brightness(0.97) saturate(1.03); }
html[data-theme="light"] .about-img { filter: brightness(0.97) saturate(1.03); }

/* Price box */
html[data-theme="light"] .price-box {
  background: linear-gradient(150deg, #FEFCF8 0%, #FAF5EC 100%);
  border: 1px solid rgba(160,120,48,0.22);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
html[data-theme="light"] .price-row { border-bottom-color: rgba(0,0,0,0.06); }
html[data-theme="light"] .price-amount { color: #1A1714; }

/* Modality cards */
html[data-theme="light"] .modality-card {
  background: linear-gradient(150deg, #FEFCF8 0%, #FAF5EC 100%);
  border: 1px solid rgba(160,120,48,0.2);
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
html[data-theme="light"] .modality-title { color: #1A1714; }

/* Testimonials */
html[data-theme="light"] .testi-card {
  background: linear-gradient(150deg, #FEFCF8 0%, #FAF5EC 100%);
  border: 1px solid rgba(160,120,48,0.15);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
html[data-theme="light"] .testi-quote { color: #2A2520; }

/* Contact items */
html[data-theme="light"] .contact-item-block {
  background: linear-gradient(150deg, #FEFCF8 0%, #FAF5EC 100%);
  border: 1px solid rgba(160,120,48,0.15);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
html[data-theme="light"] .contact-item-value { color: #1A1714; }
html[data-theme="light"] .contact-item-value a { color: #1A1714; }
html[data-theme="light"] .social-btn { color: #4A4540; border-color: rgba(160,120,48,0.25); }

/* Stage items */
html[data-theme="light"] .stage-item {
  background: linear-gradient(150deg, #FEFCF8 0%, #FAF5EC 100%);
  border-left: 2px solid rgba(160,120,48,0.35);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
html[data-theme="light"] .stage-desc { color: #4A4540; }
html[data-theme="light"] .stage-name { color: var(--gold); }

/* Feature list */
html[data-theme="light"] .feature-list li { border-bottom-color: rgba(0,0,0,0.06); }

/* Img divider — brighter in light mode, overlay handles text contrast */
html[data-theme="light"] .img-divider img { filter: brightness(0.58) sepia(0.12) contrast(1.04) saturate(0.92); }
html[data-theme="light"] .img-divider-text p { color: #F5F0E8; }

/* Note box */
html[data-theme="light"] .note-box { background: rgba(160,120,48,0.04); border-left: 2px solid rgba(160,120,48,0.4); }
html[data-theme="light"] .note-box p { color: #4A4540; }

/* Hero badge — light background in light mode */
html[data-theme="light"] .hero-badge {
  background: rgba(255,255,255,0.82);
  border-color: rgba(160,120,48,0.55);
  color: var(--gold);
  backdrop-filter: blur(8px);
}

/* Footer */
html[data-theme="light"] #site-footer { background: #F5F1E9; border-top: 1px solid rgba(160,120,48,0.18); }
html[data-theme="light"] .footer-copy { color: #7A746E; }
html[data-theme="light"] .footer-contact-item { color: #4A4540; border-bottom-color: rgba(0,0,0,0.06); }
html[data-theme="light"] .footer-faq-item { border-bottom-color: rgba(160,120,48,0.15); }
html[data-theme="light"] .footer-faq-q { color: #1A1714; }
html[data-theme="light"] .footer-faq-a { color: #4A4540; }
html[data-theme="light"] .footer-tagline { color: #4A4540; }
html[data-theme="light"] .footer-socials a { color: #4A4540; border-color: rgba(160,120,48,0.28); }
html[data-theme="light"] .footer-bottom { border-top-color: rgba(0,0,0,0.07); }
html[data-theme="light"] .footer-faq-link { border-color: rgba(160,120,48,0.4); }

/* CS page */
html[data-theme="light"] .cs-page-section { background: var(--black); }
html[data-theme="light"] .coming-soon-bg { filter: brightness(0.48) sepia(0.15) contrast(1.04) saturate(0.9); }

/* Scrollbar */
html[data-theme="light"] ::-webkit-scrollbar-track { background: #FFFFFF; }
