/* ============================================
   PETRA — Premium & Elegant Design System
   Refined · Subtle · Unforgettable
   ============================================ */

:root {
  --gold: #c4ab72;
  --gold-light: #e8dcc0;
  --gold-muted: rgba(196, 171, 114, 0.5);
  --gold-glow: rgba(196, 171, 114, 0.12);
  --gold-line: rgba(196, 171, 114, 0.28);

  --royal-night: #050408;
  --royal-deep: #0a090f;
  --royal-mid: #12101a;
  --royal-plum: #1a1724;
  --royal-pearl: #faf9f6;
  --royal-mist: #f0ece6;
  --royal-cream: #f7f4ef;

  --text-on-light: #141218;
  --text-muted-light: #3d3848;
  --text-soft-light: #5a5563;
  --text-label-light: #7a6340;
  --text-heading-light: #0f0d14;

  --glass-blur: blur(24px);
  --glass-blur-heavy: blur(36px);
  --glass-bg: rgba(255, 255, 255, 0.035);
  --glass-border: rgba(255, 255, 255, 0.07);
  --glass-gold-border: rgba(196, 171, 114, 0.2);

  --glass-light-bg: rgba(255, 255, 255, 0.62);
  --glass-light-border: rgba(196, 171, 114, 0.14);

  --shadow-glass: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 20px 50px rgba(0, 0, 0, 0.18);
  --shadow-glow: 0 0 100px rgba(196, 171, 114, 0.05);
  --shadow-card: 0 32px 64px rgba(0, 0, 0, 0.2);
  --shadow-soft: 0 12px 40px rgba(15, 14, 18, 0.06);

  --font-body: 'Jost', system-ui, sans-serif;
  --ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --transition: 0.8s var(--ease-luxury);
  --transition-fast: 0.4s var(--ease-out-expo);

  --nav-height: 100px;
  --section-pad: clamp(6rem, 16vw, 11rem);
  --container: min(1080px, 86vw);
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
}

/* ——— Atmosphere ——— */
body::before {
  background:
    radial-gradient(ellipse 100% 70% at 50% -20%, rgba(196, 171, 114, 0.07), transparent 55%),
    radial-gradient(ellipse 40% 30% at 0% 50%, rgba(80, 70, 100, 0.06), transparent 50%),
    linear-gradient(180deg, var(--royal-night) 0%, var(--royal-deep) 60%, var(--royal-mid) 100%);
}

body::after {
  opacity: 0.012;
}

.grain-overlay {
  opacity: 0.022;
}

body {
  font-weight: 300;
  font-size: 1.0625rem;
  letter-spacing: 0.015em;
  line-height: 1.8;
}

/* ——— Typography ——— */
h1, h2, h3, h4 {
  font-weight: 400;
  letter-spacing: 0.1em;
}

h1 {
  font-size: clamp(3.25rem, 9vw, 6rem);
  font-weight: 300;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  line-height: 1;
}

h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h3 {
  letter-spacing: 0.08em;
}

.section-label {
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  color: var(--gold-muted);
  margin-bottom: 1.5rem;
  display: block;
}

.section-title {
  margin-bottom: clamp(4rem, 8vw, 6rem);
}

.section-title p {
  font-size: 0.975rem;
  font-weight: 300;
  line-height: 2;
  max-width: 440px;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}

.section-title h2::after {
  content: '';
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--gold-line), transparent);
  margin: 1.75rem auto 0;
}

.welcome .section-title h2::after,
.welcome-text h2::after {
  margin-left: 0;
  margin-right: auto;
}

/* Ornament */
.ornament {
  gap: 1.5rem;
  margin: 2.25rem auto;
  max-width: 320px;
}

.ornament::before,
.ornament::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-line), transparent);
}

.ornament span {
  color: var(--gold);
  font-size: 0.45rem;
  opacity: 0.9;
}

.shimmer-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.45;
  margin: 2rem 0;
}

/* ——— Glass & cards ——— */
.glass {
  border-radius: 0;
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass);
}

.glass-glow::before {
  display: none;
}

.welcome .glass,
.features .glass,
.about-story .glass,
.events-showcase .glass,
.contact-wrap .glass,
.faq-section .glass,
.vision-card,
.facility-card,
.stat-item,
.contact-card,
.contact-form-panel,
.faq-item {
  background: var(--glass-light-bg);
  border: 1px solid var(--glass-light-border);
  box-shadow: var(--shadow-soft);
}

/* ——— Buttons (override base styles) ——— */
.btn {
  padding: 1.1rem 2.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  border-radius: 0;
  transition: var(--transition-fast);
}

.btn-primary {
  background: transparent !important;
  color: var(--royal-pearl) !important;
  border: 1px solid var(--gold) !important;
  box-shadow: none !important;
  transform: none !important;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(196, 171, 114, 0.1);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform var(--transition-fast);
  z-index: -1;
}

.btn-primary:hover {
  transform: none !important;
  box-shadow: 0 0 48px var(--gold-glow) !important;
  color: var(--gold-light) !important;
  border-color: var(--gold-light) !important;
}

.btn-primary:hover::before {
  transform: scaleY(1);
}

.btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: var(--royal-pearl) !important;
  backdrop-filter: none !important;
  transform: none !important;
}

.btn-outline:hover {
  border-color: var(--gold) !important;
  color: var(--gold-light) !important;
  background: rgba(196, 171, 114, 0.05) !important;
  transform: none !important;
}

.welcome .btn-outline,
.features .btn-outline {
  border-color: rgba(15, 14, 18, 0.12) !important;
  color: var(--text-on-light) !important;
}

.welcome .btn-outline:hover {
  border-color: var(--gold) !important;
  color: var(--gold) !important;
  background: rgba(196, 171, 114, 0.06) !important;
}

/* ——— Navigation ——— */
.navbar {
  padding: 1.25rem 0;
  transition: var(--transition);
}

.page-home .navbar {
  background: linear-gradient(180deg, rgba(5, 4, 8, 0.92) 0%, rgba(5, 4, 8, 0.75) 70%, rgba(5, 4, 8, 0.4) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(196, 171, 114, 0.25);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body:not(.page-home) .navbar {
  background: rgba(5, 4, 8, 0.96);
  border-bottom: 1px solid rgba(196, 171, 114, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Logo */
.navbar .logo-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  margin-left: 0.15em;
  color: #ffffff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.navbar .logo-mark {
  font-size: 0.5625rem;
  letter-spacing: 0.55em;
  color: #e8dcc0 !important;
  font-weight: 500;
  margin-bottom: 0.4rem;
  opacity: 1;
}

.navbar .logo-byline {
  color: #d4c4a0 !important;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  opacity: 1;
  margin-top: 0.4rem;
}

/* Menu links */
.navbar .nav-links a {
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  font-weight: 500;
  color: #f5f2fa !important;
  opacity: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.navbar .nav-links a:hover {
  color: #ffffff !important;
}

.navbar .nav-links a.active {
  color: #f0e0a8 !important;
}

.nav-links {
  gap: 2.5rem;
}

.nav-links a::after {
  height: 2px;
  bottom: -10px;
  background: #c4ab72;
  transition: width 0.5s var(--ease-out-expo);
}

.nav-links a.active::after {
  width: 100%;
  background: #e8dcc0;
}

.nav-links a:hover::after {
  width: 100%;
}

/* Reserve button in header */
.navbar .nav-cta.btn-primary {
  padding: 0.9rem 1.75rem;
  letter-spacing: 0.24em;
  font-weight: 600;
  color: #ffffff !important;
  border: 1px solid #d4bc8a !important;
  background: rgba(196, 171, 114, 0.15) !important;
  text-shadow: none;
}

.navbar .nav-cta.btn-primary:hover {
  background: rgba(196, 171, 114, 0.28) !important;
  color: #ffffff !important;
  border-color: #f0e0a8 !important;
}

.navbar .nav-hamburger span {
  background: #ffffff !important;
  height: 2px;
}

/* ——— Hero ——— */
.hero {
  min-height: 100dvh;
}

.hero-bg {
  animation: heroKenBurns 32s var(--ease-luxury) infinite alternate;
  filter: saturate(0.88) contrast(1.03) brightness(0.92);
}

@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.05); }
}

.hero-overlay {
  background:
    radial-gradient(ellipse 120% 100% at 50% 100%, rgba(5, 4, 8, 0.97), transparent 50%),
    radial-gradient(ellipse 80% 60% at 50% 30%, transparent 30%, rgba(5, 4, 8, 0.4) 100%),
    linear-gradient(180deg, rgba(5, 4, 8, 0.15) 0%, rgba(5, 4, 8, 0.55) 55%, rgba(5, 4, 8, 0.92) 100%);
}

.hero-content {
  max-width: 720px;
  padding-bottom: 5rem;
}

.hero-eyebrow {
  background: none;
  border: none;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  padding: 0.9rem 0;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
  font-size: 0.5rem;
  letter-spacing: 0.55em;
  color: var(--gold-light);
}

.hero h1 {
  margin: 2rem 0 0;
  text-shadow: none;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 2;
  opacity: 0.75;
  margin-top: 0.5rem;
}

.hero-actions {
  margin-top: 3.5rem;
  gap: 1rem;
}

.hero-scroll {
  font-size: 0.5rem;
  letter-spacing: 0.45em;
  opacity: 0.35;
}

.hero-scroll::after {
  height: 48px;
  opacity: 0.5;
}

/* Prestige strip */
.prestige-strip {
  background: var(--royal-night);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  padding: 1.5rem 0;
}

.prestige-item {
  font-size: 0.5625rem;
  letter-spacing: 0.28em;
  color: rgba(250, 249, 246, 0.4);
}

.prestige-item strong {
  color: var(--gold-light);
  font-weight: 400;
}

/* ——— Light sections ——— */
.welcome,
.features,
.about-story,
.events-showcase,
.contact-wrap,
.faq-section,
.map-section,
.gallery-section {
  background: var(--royal-cream);
  color: var(--text-on-light);
}

.welcome .section-label,
.features .section-label,
.about-story .section-label,
.events-showcase .section-label,
.contact-wrap .section-label,
.faq-section .section-label,
.gallery-section .section-label,
.trust-strip .section-label {
  color: var(--text-label-light);
  font-weight: 600;
  opacity: 1;
}

.welcome h2, .welcome h3,
.features h2, .features h3,
.about-story h2, .about-story h3,
.events-showcase h2, .events-showcase h3,
.contact-wrap h2, .contact-wrap h3,
.faq-section h2, .faq-section h4 {
  color: var(--text-heading-light);
}

.welcome p, .features p, .about-story p, .events-showcase p,
.contact-wrap p, .faq-section p, .map-section p {
  color: var(--text-muted-light);
  opacity: 1;
}

/* Section intros on light backgrounds */
.features .section-title p,
.welcome .section-title p,
.about-story .section-title p,
.events-showcase .section-title p,
.contact-wrap .section-title p,
.faq-section .section-title p,
.gallery-section .section-title p {
  color: var(--text-muted-light) !important;
  font-weight: 400;
  opacity: 1;
}

.features .section-title h2,
.welcome .section-title h2,
.about-story .section-title h2 {
  color: var(--text-heading-light) !important;
}

.welcome::before,
.features::before {
  width: 120px;
  height: 1px;
  background: var(--gold-line);
}

.welcome-grid {
  gap: clamp(5rem, 10vw, 8rem);
  align-items: center;
}

.welcome-text p {
  font-size: 0.975rem;
  line-height: 2.05;
  max-width: 42ch;
}

.welcome-text p + p {
  margin-top: 1.25rem;
  opacity: 1;
  color: var(--text-soft-light);
}

.welcome-img-wrap {
  position: relative;
}

.welcome-img-wrap::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid var(--gold-line);
  pointer-events: none;
  z-index: 1;
}

.welcome-img-wrap img {
  filter: contrast(1.02);
}

.welcome-float-card {
  padding: 2.25rem 2.5rem;
  margin-top: -3rem;
  margin-left: 2rem;
  position: relative;
  z-index: 2;
  max-width: 300px;
}

.welcome-float-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.welcome-float-card p {
  font-size: 0.875rem;
  line-height: 1.85;
  margin-top: 0.5rem;
  color: var(--text-muted-light);
}

.welcome-float-card h3 {
  color: var(--text-heading-light);
}

.welcome-float-card .section-label {
  color: var(--text-label-light);
}

/* Interlude quote band */
.interlude {
  padding: clamp(5rem, 12vw, 8rem) 1.5rem;
  text-align: center;
  background: var(--royal-deep);
  position: relative;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.interlude::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(196, 171, 114, 0.04), transparent 70%);
  pointer-events: none;
}

.interlude blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: rgba(250, 249, 246, 0.88);
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.interlude cite {
  display: block;
  margin-top: 2rem;
  font-family: var(--font-body);
  font-size: 0.5625rem;
  font-style: normal;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--gold-line);
  border: 1px solid var(--gold-line);
}

@media (max-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature-card {
  padding: 3.5rem 2.5rem;
  background: var(--royal-pearl) !important;
  border: none !important;
  border-radius: 0;
  transition: background var(--transition-fast);
}

.feature-card:hover {
  transform: none;
  background: var(--royal-cream) !important;
  box-shadow: none;
}

.feature-icon {
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
  border-radius: 0;
  border: 1px solid #a68b4b;
  background: rgba(196, 171, 114, 0.08);
  color: #8a7340;
  margin-bottom: 1.75rem;
}

.feature-card h3 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: 1rem;
  color: var(--text-heading-light) !important;
}

.feature-card p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--text-muted-light) !important;
  opacity: 1;
  font-weight: 400;
}

/* Cinematic */
.cinematic {
  min-height: 80vh;
}

.cinematic-overlay {
  background:
    linear-gradient(180deg, rgba(5, 4, 8, 0.5) 0%, rgba(5, 4, 8, 0.88) 100%),
    radial-gradient(ellipse at center, rgba(196, 171, 114, 0.06), transparent 65%);
}

.cinematic-content {
  padding: 5rem 1.5rem;
}

.cinematic-content h2 {
  font-weight: 300;
}

.cinematic-content p {
  font-size: 0.975rem;
  line-height: 2;
  opacity: 0.8;
}

/* Ambiance */
.ambiance {
  padding-top: var(--section-pad);
}

.ambiance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-line);
}

@media (max-width: 900px) {
  .ambiance-grid {
    grid-template-columns: 1fr;
  }
}

.ambiance-card {
  position: relative;
  overflow: hidden;
}

.ambiance-card img {
  transition: transform 1.6s var(--ease-out-expo), filter 1.2s ease;
  filter: saturate(0.85) brightness(0.95);
}

.ambiance-card:hover img {
  transform: scale(1.04);
  filter: saturate(0.95) brightness(1);
}

.ambiance-overlay {
  background: linear-gradient(to top, rgba(5, 4, 8, 0.92) 0%, transparent 50%);
  padding: 2.5rem;
}

.ambiance-overlay h3 {
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 500;
}

/* Events preview */
.events-preview {
  background: var(--royal-night);
  padding: var(--section-pad) 0;
}

.events-preview .section-label {
  color: var(--gold-muted);
}

.events-scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(196, 171, 114, 0.15);
}

@media (max-width: 1100px) {
  .events-scroll {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .events-scroll {
    grid-template-columns: 1fr;
  }
}

.event-card {
  border-radius: 0;
  transition: opacity var(--transition-fast);
}

.event-card:hover {
  transform: none;
  opacity: 0.92;
}

.event-card-glass h3 {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 500;
}

.event-card-glass p {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.65;
}

/* Testimonials */
.testimonials {
  padding: var(--section-pad) 0;
  background: var(--royal-mid);
}

.testimonials-grid {
  gap: 2rem;
}

.testimonial-card {
  padding: 3.5rem 3rem;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(196, 171, 114, 0.12) !important;
  box-shadow: none !important;
}

.testimonial-card::before {
  font-size: 3.5rem;
  opacity: 0.08;
  top: 1.5rem;
}

.testimonial-text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(250, 249, 246, 0.9);
}

.testimonial-author {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gold-line);
  display: inline-block;
}

/* Final CTA */
.final-cta {
  padding: clamp(8rem, 18vw, 12rem) 1.5rem;
}

.final-cta::before {
  background: var(--royal-deep);
}

.final-cta h2 {
  font-weight: 300;
  letter-spacing: 0.2em;
}

.final-cta p {
  font-size: 0.975rem;
  opacity: 0.65;
  max-width: 400px;
  margin-inline: auto 2rem;
  line-height: 2;
}

/* Page heroes */
.page-hero {
  min-height: 52vh;
}

.page-hero-overlay {
  background: linear-gradient(180deg, rgba(5, 4, 8, 0.35), var(--royal-cream) 92%);
}

.page-hero-content h1 {
  letter-spacing: 0.2em;
  font-weight: 300;
}

/* Footer */
.footer {
  background: var(--royal-night);
  padding-top: 5rem;
  border-top: 1px solid var(--gold-line);
}

.footer-grid {
  gap: 4rem;
  padding-bottom: 4rem;
}

.footer h4 {
  letter-spacing: 0.3em;
  margin-bottom: 1.5rem;
}

.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.9;
  opacity: 0.45;
  margin-top: 1.25rem;
}

.footer-bottom {
  padding: 2rem;
  letter-spacing: 0.2em;
  font-size: 0.625rem;
  opacity: 0.35;
}

/* Gallery & events pages */
.gallery-item {
  border-radius: 0;
}

.gallery-overlay {
  background: linear-gradient(to top, rgba(5, 4, 8, 0.9), transparent 45%);
  padding: 2rem;
}

.event-showcase {
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid var(--gold-line);
}

.event-showcase-visual::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  border: 1px solid var(--gold-line);
  z-index: 1;
  pointer-events: none;
}

.event-showcase-content h2 {
  font-weight: 400;
}

.event-features li {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.map-visual img {
  filter: saturate(0.9);
}

.map-caption {
  border-radius: 0;
}

/* Reveal */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    animation-duration: 1.2s;
    animation-timing-function: var(--ease-out-expo);
  }

  @keyframes revealUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

::selection {
  background: rgba(196, 171, 114, 0.2);
  color: var(--royal-pearl);
}

/* Responsive */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .welcome-float-card {
    margin-left: 0;
    margin-top: 1.5rem;
    max-width: 100%;
  }

  .welcome-img-wrap::before {
    display: none;
  }

  h1 {
    letter-spacing: 0.2em;
  }

  .nav-links {
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .map-caption {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
    padding: 1.5rem;
  }

  .prestige-divider {
    display: none;
  }

  .prestige-inner {
    gap: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-title h2::after {
    height: 32px;
  }
}

a:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

/* ——— Delight Party Lawns · Parent brand ——— */
.logo-byline {
  display: block;
  font-family: var(--font-body);
  font-size: 0.45rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-top: 0.5rem;
  opacity: 0.85;
}

.delight-heritage {
  padding: clamp(5rem, 12vw, 7rem) 0;
  background: var(--royal-night);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  position: relative;
}

.delight-heritage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(196, 171, 114, 0.05), transparent 55%);
  pointer-events: none;
}

.delight-grid {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: center;
}

.delight-mark {
  text-align: left;
}

.delight-mark .section-label {
  color: var(--gold-muted);
}

.delight-mark h2 {
  color: var(--royal-pearl);
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.delight-mark p {
  color: rgba(250, 249, 246, 0.62);
  font-size: 0.95rem;
  line-height: 2;
  max-width: 38ch;
}

.delight-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.delight-badge-name {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.delight-badge-tag {
  font-size: 0.5rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

.delight-cards {
  display: grid;
  gap: 1px;
  background: var(--gold-line);
  border: 1px solid var(--gold-line);
}

.delight-card {
  padding: 2rem 2.25rem;
  background: rgba(255, 255, 255, 0.03);
  transition: background var(--transition-fast);
}

.delight-card:hover {
  background: rgba(255, 255, 255, 0.05);
}

.delight-card h3 {
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}

.delight-card p {
  font-size: 0.9rem;
  line-height: 1.85;
  color: rgba(250, 249, 246, 0.55);
}

.footer-parent {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(196, 171, 114, 0.15);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-muted);
  line-height: 1.8;
}

.footer-parent strong {
  display: block;
  color: var(--gold-light);
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 0.35rem;
}

.trust-strip {
  padding: 3.5rem 0;
  background: var(--royal-cream);
  border-bottom: 1px solid var(--gold-line);
}

.trust-strip-inner {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.trust-item h4 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--text-heading-light);
  margin-bottom: 0.35rem;
}

.trust-item p {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  font-weight: 500;
}

/* Readable text on all light sections */
.vision-card h3,
.facility-card h3,
.stat-item h4,
.contact-card h4,
.faq-item h4,
.event-showcase-content h2 {
  color: var(--text-heading-light) !important;
}

.vision-card p,
.facility-card p,
.stat-item p,
.contact-card p,
.faq-item p,
.event-showcase-content p,
.event-features li,
.heritage-pattern p {
  color: var(--text-muted-light) !important;
  opacity: 1;
}

.stat-item h4 {
  color: var(--text-label-light) !important;
}

.form-group label {
  color: var(--text-muted-light) !important;
  font-weight: 600;
}

.map-caption h3 {
  color: var(--text-heading-light) !important;
}

.map-caption p {
  color: var(--text-muted-light) !important;
}

.facility-num {
  color: var(--text-label-light) !important;
  opacity: 0.7;
}

/* Mobile menu — clear readable links */
@media (max-width: 900px) {
  .nav-links {
    background: rgba(8, 7, 12, 0.99) !important;
  }

  .nav-links a {
    font-size: 0.75rem !important;
    letter-spacing: 0.2em !important;
    color: #ffffff !important;
    padding: 0.35rem 0;
    width: 100%;
  }

  .nav-links a.active {
    color: #f0e0a8 !important;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-toggle:checked ~ .nav-cta-wrap {
    display: block !important;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 2.5rem;
    width: min(320px, 85vw);
    padding: 0 2.5rem;
    z-index: 1001;
  }

  .nav-toggle:checked ~ .nav-cta-wrap .nav-cta {
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media (max-width: 600px) {
  .navbar .logo-byline {
    font-size: 0.45rem;
    letter-spacing: 0.28em;
  }
}

@media (max-width: 900px) {
  .delight-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
