/* =========================================================
   RAO MARRIAGE HOME — Design tokens
   ========================================================= */
:root {
  --charcoal: #121212;
  --charcoal-raised: #1B1915;
  --charcoal-card: #1E1C17;
  --hairline: rgba(212, 175, 55, 0.22);

  --gold: #D4AF37;
  --gold-light: #F0D77B;
  --gold-deep: #9B7B22;

  --ivory: #F5F1E8;
  --ivory-dim: #C9C3B4;
  --muted: #8C8778;

  --font-display: 'Cormorant Garamond', 'Noto Sans Devanagari', 'Georgia', serif;
  --font-body: 'Jost', 'Noto Sans Devanagari', 'Segoe UI', sans-serif;

  --container: 1160px;
  --radius-soft: 2px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mandala-texture: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22160%22%20height%3D%22160%22%20viewBox%3D%220%200%20160%20160%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%23D4AF37%22%20stroke-width%3D%221%22%20opacity%3D%220.06%22%3E%20%3Ccircle%20cx%3D%2280%22%20cy%3D%2280%22%20r%3D%2234%22/%3E%20%3Ccircle%20cx%3D%2280%22%20cy%3D%2280%22%20r%3D%2224%22/%3E%20%3Ccircle%20cx%3D%2280%22%20cy%3D%2280%22%20r%3D%224%22/%3E%20%3Cpath%20d%3D%22M80%2046%20L84%2060%20L80%2066%20L76%2060%20Z%22/%3E%20%3Cpath%20d%3D%22M80%20114%20L84%20100%20L80%2094%20L76%20100%20Z%22/%3E%20%3Cpath%20d%3D%22M46%2080%20L60%2084%20L66%2080%20L60%2076%20Z%22/%3E%20%3Cpath%20d%3D%22M114%2080%20L100%2084%20L94%2080%20L100%2076%20Z%22/%3E%20%3Cpath%20d%3D%22M57%2057%20L67%2063%20L67%2071%20L61%2067%20Z%22/%3E%20%3Cpath%20d%3D%22M103%20103%20L93%2097%20L93%2089%20L99%2093%20Z%22/%3E%20%3Cpath%20d%3D%22M103%2057%20L93%2063%20L93%2071%20L99%2067%20Z%22/%3E%20%3Cpath%20d%3D%22M57%20103%20L67%2097%20L67%2089%20L61%2093%20Z%22/%3E%20%3Ccircle%20cx%3D%220%22%20cy%3D%220%22%20r%3D%2210%22/%3E%20%3Ccircle%20cx%3D%22160%22%20cy%3D%220%22%20r%3D%2210%22/%3E%20%3Ccircle%20cx%3D%220%22%20cy%3D%22160%22%20r%3D%2210%22/%3E%20%3Ccircle%20cx%3D%22160%22%20cy%3D%22160%22%20r%3D%2210%22/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* =========================================================
   Reset
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  background-color: var(--charcoal);
  background-image: var(--mandala-texture);
  background-repeat: repeat;
  background-size: 160px 160px;
  color: var(--ivory);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 600; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }

:focus-visible {
  outline: 1.5px solid var(--gold-light);
  outline-offset: 3px;
}

.section-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 400;
}
.eyebrow--center { text-align: center; }

.section-title {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 600;
  color: var(--ivory);
  line-height: 1.2;
  max-width: 620px;
}
.section-title--center { max-width: 640px; margin: 0 auto; text-align: center; }

.section-subtitle {
  margin-top: 18px;
  max-width: 560px;
  color: var(--ivory-dim);
  font-size: 1.02rem;
  font-weight: 300;
}
.section-title--center + .section-subtitle { margin-left: auto; margin-right: auto; text-align: center; }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  border-radius: var(--radius-soft);
  transition: transform 0.35s var(--ease), background 0.35s var(--ease), border-color 0.35s var(--ease), color 0.35s var(--ease);
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
  color: #211a08;
  font-weight: 500;
  box-shadow: 0 10px 26px -12px rgba(212, 175, 55, 0.55);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(212, 175, 55, 0.7); }

.btn-ghost {
  border-color: rgba(245, 241, 232, 0.35);
  color: var(--ivory);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }

.btn-wide { width: 100%; }

.btn-whatsapp {
  background: #1E7A46;
  color: #F5F1E8;
  font-weight: 500;
  box-shadow: 0 10px 26px -14px rgba(30, 122, 70, 0.6);
}
.btn-whatsapp svg { width: 19px; height: 19px; }
.btn-whatsapp:hover { transform: translateY(-2px); background: #22894F; }

.btn-gold-outline {
  border-color: var(--gold);
  color: var(--gold-light);
  background: transparent;
  font-weight: 500;
}
.btn-gold-outline svg { width: 19px; height: 19px; }
.btn-gold-outline:hover { transform: translateY(-2px); background: rgba(212, 175, 55, 0.1); }

.btn-pill { border-radius: 999px; padding: 15px 32px; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), padding 0.4s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(18, 18, 18, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: padding 0.4s var(--ease);
}
.site-header.is-scrolled .header-inner { padding: 14px 32px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 26px; height: 26px; color: var(--gold); flex-shrink: 0; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-size: 1.32rem; font-weight: 600; color: var(--ivory); letter-spacing: 0.01em; }
.brand-loc { font-size: 0.68rem; color: var(--gold); letter-spacing: 0.08em; margin-top: 2px; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.nav-link {
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s var(--ease);
}
.nav-link::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.3s var(--ease);
}
.nav-link:hover { color: var(--ivory); }
.nav-link:hover::after { width: 100%; }

.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold-light);
  padding: 10px 22px;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.nav-cta:hover { background: var(--gold); color: #211a08; }

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 3px;
  flex-shrink: 0;
}
.lang-btn {
  background: none;
  border: none;
  color: var(--ivory-dim);
  font-family: var(--font-body);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  padding: 6px 13px;
  border-radius: 999px;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.lang-btn:hover { color: var(--gold-light); }
.lang-btn.is-active { background: var(--gold); color: #211a08; }
.lang-btn.is-active:hover { color: #211a08; }

.nav-toggle {
  display: none;
  width: 30px; height: 22px;
  background: none; border: none;
  flex-direction: column; justify-content: space-between;
  padding: 0;
}
.nav-toggle span { display: block; height: 1px; width: 100%; background: var(--gold); transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(10.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10.5px) rotate(-45deg); }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  padding: 168px 0 0;
  overflow: hidden;
  text-align: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    var(--mandala-texture),
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(212, 175, 55, 0.20), transparent 72%),
    linear-gradient(180deg, rgba(18,18,18,0.74) 0%, rgba(18,18,18,0.88) 50%, var(--charcoal) 100%),
    url("hero-bg-building.jpg");
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: 160px 160px, auto, auto, cover;
  background-position: center, center, center, center 25%;
  z-index: -1;
}
.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: heroReveal 1s var(--ease) 0.15s forwards;
}
@keyframes heroReveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 22px;
}

.hero-title {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  color: var(--ivory);
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.hero-slogan-primary {
  margin-top: 20px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  color: var(--gold-light);
}

.hero-frame {
  position: relative;
  margin: 52px auto 44px;
  width: min(420px, 82vw);
}

.hero-frame--banner {
  width: min(880px, 100%);
  margin: 40px auto 36px;
}
.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--gold);
  border-radius: 6px;
  box-shadow: 0 30px 70px -28px rgba(0,0,0,0.85), 0 0 0 1px rgba(212,175,55,0.2);
}

.hero-tagline {
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.7vw, 1.08rem);
  letter-spacing: 0.06em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.arch-frame {
  position: relative;
  border: 1px solid var(--gold);
  border-bottom: none;
  border-radius: 220px 220px 6px 6px / 130px 130px 6px 6px;
  padding: 8px;
  background: var(--charcoal-raised);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7);
}
.arch-frame::before {
  content: '';
  position: absolute; inset: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-bottom: none;
  border-radius: 210px 210px 2px 2px / 122px 122px 2px 2px;
  pointer-events: none;
}
.arch-frame--hero { aspect-ratio: 3 / 4; }
.arch-frame--tall { aspect-ratio: 3 / 4; max-width: 420px; margin: 0 auto; }

.placeholder-media {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 210px 210px 2px 2px / 122px 122px 2px 2px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(212,175,55,0.16), transparent 55%),
    repeating-linear-gradient(135deg, rgba(212,175,55,0.05) 0px, rgba(212,175,55,0.05) 1px, transparent 1px, transparent 14px),
    linear-gradient(160deg, #201d17 0%, #171512 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold);
}
.placeholder-media svg { width: 30%; height: 30%; opacity: 0.85; }
.placeholder-caption {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  color: var(--ivory-dim);
}

.placeholder-media--photo {
  background: var(--charcoal-raised);
  padding: 0;
}
.placeholder-media--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.placeholder-caption--overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 30px 20px 16px;
  color: var(--ivory);
  background: linear-gradient(0deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0) 100%);
  text-align: center;
}

.capacity-badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 118px; height: 118px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--gold-light), var(--gold) 55%, var(--gold-deep));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #211a08;
  box-shadow: 0 16px 34px -10px rgba(0,0,0,0.6), 0 0 0 6px var(--charcoal);
  text-align: center;
  line-height: 1.05;
}
.capacity-number { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; }
.capacity-word { font-size: 0.72rem; letter-spacing: 0.06em; font-weight: 500; margin-top: 2px; }
.capacity-sub { font-size: 0.6rem; letter-spacing: 0.1em; opacity: 0.75; margin-top: 1px; }

.hero-slogan-secondary {
  max-width: 460px;
  color: var(--ivory-dim);
  font-size: 1.05rem;
  font-weight: 300;
}

.hero-benefits {
  margin: 32px 0 0;
  padding: 0;
  max-width: 480px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory-dim);
  font-size: 0.98rem;
}
.hero-benefits svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
}

.hero-actions {
  margin-top: 40px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-divider {
  height: 20px;
  color: var(--gold);
  opacity: 0.6;
}
.hero-divider svg { width: 100%; height: 100%; }

/* =========================================================
   About
   ========================================================= */
.about { padding: 120px 0; border-top: 1px solid var(--hairline); }
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.about-text { color: var(--ivory-dim); margin-top: 18px; font-size: 1rem; }
.about-text + .about-text { margin-top: 14px; }

.about-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--hairline);
}
.about-stat { display: flex; flex-direction: column; }
.about-stat-num { font-family: var(--font-display); font-size: 1.9rem; color: var(--gold); font-weight: 600; }
.about-stat-label { font-size: 0.8rem; color: var(--muted); margin-top: 4px; }

/* =========================================================
   Facilities
   ========================================================= */
.facilities { padding: 120px 0; background-color: var(--charcoal-raised); background-image: var(--mandala-texture); background-repeat: repeat; background-size: 160px 160px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }

.facility-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}

.facility-card {
  background: var(--charcoal-raised);
  padding: 42px 34px;
  transition: background 0.35s var(--ease);
}
.facility-card:hover { background: var(--charcoal-card); }

.facility-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  margin-bottom: 22px;
}
.facility-icon svg { width: 24px; height: 24px; }

.facility-title { font-size: 1.22rem; color: var(--ivory); font-weight: 600; margin-bottom: 10px; }
.facility-desc { color: var(--ivory-dim); font-size: 0.92rem; font-weight: 300; }

/* =========================================================
   Gallery
   ========================================================= */
.gallery { padding: 120px 0; }
.gallery-grid-v2 {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  overflow: hidden;
  background: var(--charcoal-raised);
  cursor: default;
  appearance: none;
  outline: none;
  font: inherit;
  color: inherit;
  text-align: left;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-zoom { display: none; }
.gallery-item-caption {
  display: block;
  padding: 12px 14px;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--ivory-dim);
  text-align: center;
}

.video-showcase { margin-top: 88px; }
.video-showcase-heading { margin-bottom: 0; }
.video-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}
.video-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid var(--hairline);
  background: var(--charcoal-raised);
  padding: 10px;
  border-radius: 4px;
}
.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 2px;
  background: #000;
  display: block;
}
.video-caption {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  color: var(--ivory-dim);
  text-align: center;
  padding-bottom: 4px;
}

/* =========================================================
   Decor style inspiration
   ========================================================= */
.decor-styles { padding: 100px 0 120px; }
.decor-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.decor-card {
  margin: 0;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  overflow: hidden;
  background: var(--charcoal-raised);
}
.decor-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.decor-card:hover img { transform: scale(1.04); }
.decor-card figcaption {
  padding: 14px 16px;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  color: var(--ivory-dim);
  text-align: center;
}
.decor-note {
  margin-top: 28px;
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
}

/* =========================================================
   Contact banner
   ========================================================= */
.contact-banner {
  background-image: var(--mandala-texture), linear-gradient(120deg, #17150F 0%, #201B10 55%, #171410 100%);
  background-repeat: repeat, no-repeat;
  background-size: 160px 160px, cover;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 76px 0;
}
.contact-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-heading { font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--ivory); }
.contact-address {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ivory-dim);
  font-size: 0.95rem;
  transition: color 0.3s var(--ease);
}
.contact-address svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.contact-address:hover { color: var(--gold-light); }

.contact-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.contact-phone {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold-light);
  font-weight: 600;
}
.contact-phone svg { width: 20px; height: 20px; color: var(--gold); }

.contact-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  color: var(--gold-light);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.contact-instagram svg { width: 20px; height: 20px; }
.contact-instagram:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* =========================================================
   Quote form
   ========================================================= */
.quote { padding: 120px 0 140px; }
.quote-inner { max-width: 680px; }
.quote-heading { text-align: center; }
.quote-heading .section-subtitle { margin-top: 18px; }

.quote-form {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-row { display: flex; flex-direction: column; gap: 9px; }
.form-row--split { flex-direction: row; gap: 24px; }
.form-field { flex: 1; display: flex; flex-direction: column; gap: 9px; }

label { font-size: 0.82rem; letter-spacing: 0.04em; color: var(--ivory-dim); }
.optional { color: var(--muted); font-style: italic; }

input, textarea {
  background: var(--charcoal-raised);
  border: 1px solid var(--hairline);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 0.98rem;
  padding: 14px 16px;
  border-radius: var(--radius-soft);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
input::placeholder, textarea::placeholder { color: var(--muted); }
input:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #201d17;
}
textarea { resize: vertical; min-height: 110px; }

/* Native date/number spinner tint (best-effort, non-critical) */
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(78%) sepia(35%) saturate(500%) hue-rotate(2deg); cursor: pointer; }

.form-status {
  min-height: 20px;
  font-size: 0.9rem;
  color: var(--gold-light);
  text-align: center;
}

.quote-alt {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.quote-alt-line { flex: 1; height: 1px; background: var(--hairline); }
.quote-alt-text { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.06em; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background-color: var(--charcoal-raised); background-image: var(--mandala-texture); background-repeat: repeat; background-size: 160px 160px; border-top: 1px solid var(--hairline); padding: 56px 0 0; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 44px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { width: 24px; height: 24px; color: var(--gold); }
.footer-name { font-family: var(--font-display); font-size: 1.12rem; color: var(--ivory); font-weight: 600; }
.footer-loc { display: block; font-size: 0.76rem; color: var(--muted); margin-top: 3px; transition: color 0.3s var(--ease); }
.footer-loc:hover { color: var(--gold); }

.footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { font-size: 0.88rem; color: var(--ivory-dim); transition: color 0.3s var(--ease); }
.footer-links a:hover { color: var(--gold); }

.footer-contact { font-size: 0.88rem; color: var(--ivory-dim); display: flex; flex-direction: column; gap: 8px; text-align: right; align-items: flex-end; }
.footer-contact a { color: var(--gold-light); }
.footer-social-row { display: flex; gap: 18px; }
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light) !important;
  font-size: 0.86rem;
  transition: color 0.3s var(--ease);
}
.footer-social svg { width: 17px; height: 17px; }
.footer-social:hover { color: var(--gold) !important; }

.footer-bottom {
  border-top: 1px solid var(--hairline);
  padding: 20px 32px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
}

/* =========================================================
   Floating WhatsApp
   ========================================================= */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1E7A46;
  color: #F5F1E8;
  padding: 13px 18px 13px 13px;
  border-radius: 999px;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.6);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(0,0,0,0.7); }
.whatsapp-float svg { width: 24px; height: 24px; flex-shrink: 0; }
.whatsapp-label { font-family: var(--font-body); font-size: 0.86rem; font-weight: 500; white-space: nowrap; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-media { max-width: 380px; margin: 0 auto; }
  .facility-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid-v2 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .main-nav {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: min(300px, 78vw);
    background: rgba(18,18,18,0.98);
    border-left: 1px solid var(--hairline);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 0 40px;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease);
  }
  .main-nav.is-open { transform: translateX(0); }
  .nav-toggle { display: flex; }

  .hero { padding-top: 132px; }
  .contact-banner-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .contact-actions { width: 100%; justify-content: space-between; }

  .form-row--split { flex-direction: column; gap: 24px; }
  .facility-grid { grid-template-columns: 1fr; }
  .gallery-grid-v2 { grid-template-columns: 1fr; }

  .whatsapp-label { display: none; }
  .whatsapp-float { padding: 13px; }

  .footer-contact { text-align: left; align-items: flex-start; }
  .footer-inner { flex-direction: column; }
}
