/* ──────────────── WEDDINGS: LIGHT THEME OVERRIDES ──────────────── */

body {
  --w-bg: #faf9f7;
  --w-surface: #ffffff;
  --w-surface-raised: #f3f1ee;
  --w-border: #e4e0da;
  --w-text: #2a2a2a;
  --w-text-muted: #6b6560;
  --w-accent: #b08d57;
  --w-accent-hover: #977840;
}

/* Override base dark styles for all sections on this page */

body {
  background: var(--w-bg);
  color: var(--w-text);
}

.nav {
  background: rgba(255, 255, 255, 0.6);
}

.nav.scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: var(--w-border);
}

.nav-logo {
  color: var(--w-text);
}

.nav-logo:hover {
  color: var(--w-accent);
}

.nav-links a {
  color: var(--w-text-muted);
}

.nav-links a:hover {
  color: var(--w-text);
}

.nav-toggle span {
  background: var(--w-text);
}

@media (max-width: 768px) {
  .nav {
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav.scrolled {
    background: #ffffff;
  }

  .nav-links {
    background-color: #ffffff;
    background-image: none;
    justify-content: flex-start;
    padding-top: 32px;
    gap: 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    isolation: isolate;
  }

  .nav-links a {
    padding: 12px 16px;
  }
}

/* ──────────────────────────────── WEDDINGS HERO */

.weddings-hero {
  position: relative;
  height: 80vh;
  height: 80svh;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1a1a1a;
}

.weddings-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.weddings-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
}

.weddings-hero-content {
  position: relative;
  text-align: center;
  padding: 0 24px;
}

.weddings-hero-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.weddings-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.weddings-hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  max-width: 480px;
  margin: 0 auto 40px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.weddings-hero .hero-cta {
  border-color: #fff;
  color: #fff;
}

.weddings-hero .hero-cta:hover {
  background: #fff;
  color: var(--w-text);
}

/* ──────────────────────────────── SECTION OVERRIDES */

.section {
  background: var(--w-bg);
}

.section-heading {
  color: var(--w-text);
}

.section-intro {
  color: var(--w-text-muted);
}

.section-intro em {
  color: var(--w-text);
}

/* ──────────────────────────────── INTRO */

.weddings-intro-section {
  background: var(--w-bg);
}

.weddings-intro .section-heading {
  max-width: 580px;
}

.weddings-intro p {
  color: var(--w-text-muted);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 18px;
}

.weddings-intro .intro-highlight {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--w-text);
  margin: 28px 0;
}

/* ──────────────────────────────── FEATURED FILM */

.weddings-film-section {
  background: var(--w-surface);
  padding: 64px 0;
}

.featured-film {
  max-width: 900px;
  margin: 0 auto;
}

.video-embed-large {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--w-border);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.video-embed-large iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-embed-large .video-thumb-play {
  width: 64px;
  height: 64px;
  bottom: 20px;
  left: 20px;
}

.video-embed-large .video-thumb-play::after {
  border-width: 11px 0 11px 19px;
}

/* ──────────────────────────────── APPROACH */

.weddings-approach-section {
  background: var(--w-bg);
}

/* ──────────────────────────────── IDEA CALLOUT */

.weddings-idea-section {
  background: var(--w-surface);
  padding: 64px 0;
}

.idea-callout {
  max-width: 680px;
  border-left: 3px solid var(--w-accent);
  padding-left: 28px;
}

.idea-callout p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--w-text);
  line-height: 1.7;
}

/* ──────────────────────────────── PACKAGES */

.weddings-packages-section {
  background: var(--w-surface);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 32px;
}

.package-card {
  position: relative;
  padding: 40px 32px;
  background: var(--w-bg);
  border: 1px solid var(--w-border);
  border-radius: 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.package-card:hover {
  border-color: var(--w-accent);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.package-card.featured {
  border-color: var(--w-accent);
}

.package-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  background: var(--w-accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 0 0 6px 6px;
}

.package-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--w-text);
}

.package-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.package-card li {
  font-size: 0.95rem;
  color: var(--w-text-muted);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.package-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--w-accent);
}

.packages-note {
  color: var(--w-text-muted);
  font-size: 0.9rem;
  font-style: italic;
}

/* ──────────────────────────────── PROCESS */

.weddings-process-section {
  background: var(--w-bg);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.process-step {
  position: relative;
}

.process-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--w-accent);
  opacity: 0.35;
  margin-bottom: 12px;
  line-height: 1;
}

.process-step h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--w-text);
}

.process-step p {
  color: var(--w-text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ──────────────────────────────── FAQ */

.weddings-faq-section {
  background: var(--w-surface);
}

.faq-list {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid var(--w-border);
}

.faq-item summary {
  padding: 20px 0;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--w-text);
  transition: color 0.2s;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--w-accent);
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item summary:hover {
  color: var(--w-accent);
}

.faq-item p {
  padding-bottom: 20px;
  color: var(--w-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 640px;
}

/* ──────────────────────────────── CONTACT OVERRIDES */

.contact-section {
  background: var(--w-bg);
}

.contact-method h4 {
  color: var(--w-text-muted);
}

.contact-method a {
  color: var(--w-accent);
}

.contact-method a:hover {
  color: var(--w-accent-hover);
}

.form-group label {
  color: var(--w-text-muted);
}

.form-group input,
.form-group textarea {
  background: var(--w-surface);
  border-color: var(--w-border);
  color: var(--w-text);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--w-accent);
}

.btn-submit {
  background: var(--w-accent);
  color: #fff;
}

.btn-submit:hover {
  background: var(--w-accent-hover);
}

/* ──────────────────────────────── FOOTER OVERRIDES */

.footer {
  border-top-color: var(--w-border);
  background: var(--w-bg);
}

.footer p {
  color: var(--w-text-muted);
}

.footer-link {
  color: var(--w-accent);
}

.footer-link:hover {
  color: var(--w-accent-hover);
}

/* ──────────────────────────────── WEDDING FORM ROWS */

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .weddings-hero {
    height: 90vh;
    height: 90svh;
    min-height: 400px;
  }

  .weddings-hero-subtitle {
    margin-bottom: 28px;
  }

  .weddings-intro p {
    font-size: 0.95rem;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .package-card {
    padding: 28px 24px;
  }

  .package-card:hover {
    border-color: var(--w-border);
    box-shadow: none;
  }

  .package-card.featured:hover {
    border-color: var(--w-accent);
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .idea-callout p {
    font-size: 1.05rem;
  }
}

@media (max-width: 480px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
