:root {
  --emerald: #0D3B2E;
  --emerald-deep: #092920;
  --emerald-soft: #154a3a;
  --gold: #D6AF37;
  --gold-soft: #e4c76a;
  --off-white: #F7F5F1;
  --cream: #F7F5F1;
  --white: #FFFFFF;
  --ink: #0D3B2E;
  --muted: #6b736f;
  --line: rgba(212, 175, 55, 0.35);

  --ivory: var(--off-white);
  --champagne: var(--gold);
  --soft-gold: var(--gold);
  --espresso: var(--emerald);
  --brown: var(--emerald-soft);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--off-white);
  color: var(--ink);
  overflow-x: hidden;
}
h1, h2, h3, h4, .font-display { font-family: 'Playfair Display', serif; }
.font-script {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--gold) !important;
}
.text-mask { overflow: hidden; }
.text-mask span { display: inline-block; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--emerald);
  color: var(--white);
  border: 1px solid var(--emerald);
  border-radius: 0.35rem;
  padding: 0.85rem 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary:hover { background: var(--emerald-soft); border-color: var(--emerald-soft); }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 0.35rem;
  padding: 0.85rem 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-secondary:hover { background: rgba(212, 175, 55, 0.1); }
.btn-secondary-light {
  color: var(--gold);
  border-color: var(--gold);
}
.btn-on-dark.btn-primary {
  background: var(--white);
  color: var(--emerald);
  border-color: var(--white);
}
.btn-ghost-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 0.35rem;
  padding: 0.75rem 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-ghost-gold:hover { background: rgba(212, 175, 55, 0.12); }

.section-eyebrow {
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 600;
}
.section-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 1rem auto 0;
}
.section-rule-left { margin-left: 0; }

.section-block { position: relative; }
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 12rem;
  margin: 0 auto 2.25rem;
  padding-top: 0.25rem;
}
.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.section-divider::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.section-divider span {
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.section-divider-on-dark { opacity: 0.95; }

.crew-banner {
  width: min(100vw - 2.5rem, 58rem);
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(214, 175, 55, 0.28);
  background: rgba(13, 59, 46, 0.06);
}
.crew-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .crew-banner img { aspect-ratio: 21 / 9; }
}

.crew-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
}
.crew-card {
  background: var(--white);
  border: 1px solid rgba(214, 175, 55, 0.25);
  border-radius: 0.55rem;
  padding: 0.85rem 0.85rem 1.35rem;
}
.crew-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0 auto 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 1px solid rgba(214, 175, 55, 0.35);
  background: rgba(13, 59, 46, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.crew-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.crew-initials {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--emerald);
  font-weight: 600;
}
.crew-name {
  margin: 0 0 0.25rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--emerald);
}
.crew-role {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.crew-bio {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
}
@media (min-width: 640px) {
  .crew-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
}
@media (min-width: 900px) {
  .crew-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.hero-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.35rem auto 1.5rem;
  max-width: 14rem;
}
.hero-ornament::before,
.hero-ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero-ornament::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.hero-ornament-diamond {
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}
.hero-overlay {
  background: linear-gradient(180deg, rgba(13,59,46,0.62) 0%, rgba(13,59,46,0.38) 42%, rgba(9,41,32,0.55) 100%);
}

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background 0.35s ease, transform 0.35s ease, opacity 0.35s ease, border-color 0.35s ease;
}
.site-nav {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.15rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Brand — left aligned, logo slot ready */
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  text-decoration: none;
}
.brand-logo-slot {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}
.brand-logo-slot.has-logo {
  display: inline-flex;
  border-color: rgba(214, 175, 55, 0.45);
}
.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.15rem;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}
.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.brand-tagline {
  margin-top: 0.2rem;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11rem;
}

.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

/* Desktop nav — hidden on mobile base */
.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.25rem;
}
.nav-link {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.85;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.nav-link:hover,
.nav-link.text-gold { opacity: 1; color: var(--gold); }
.nav-cta {
  padding: 0.55rem 1rem;
  font-size: 0.65rem;
}

.nav-drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, background 0.25s ease;
  background: transparent;
  border-top: none;
}
.nav-drawer.open {
  max-height: 520px;
  background: rgba(247, 245, 241, 0.98);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.nav-drawer-inner {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1.15rem 1.25rem;
}
.nav-drawer-link {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
}

.site-header.is-solid {
  background: rgba(247, 245, 241, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(214, 175, 55, 0.2);
}
.page-home .site-header:not(.is-solid) {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
}
/* Inner pages: solid nav from first paint (no transparent/white-on-cream flash) */
.page-inner .site-header {
  background: rgba(247, 245, 241, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(214, 175, 55, 0.2);
}
.page-inner .site-header .brand-name,
.page-inner .site-header .menu-icon,
.page-inner .site-header .nav-link { color: var(--emerald); }
.page-inner .site-header .brand-tagline { color: var(--gold); }
.page-inner .site-header .nav-cta {
  color: var(--gold);
  border-color: var(--gold);
}
.site-header.is-solid .brand-name,
.site-header.is-solid .menu-icon,
.site-header.is-solid .nav-link { color: var(--emerald); }
.site-header.is-solid .brand-tagline { color: var(--gold); }
.site-header.is-solid .nav-cta {
  color: var(--gold);
  border-color: var(--gold);
}

.site-header:not(.is-solid) .brand-name,
.site-header:not(.is-solid) .menu-icon,
.site-header:not(.is-solid) .nav-link { color: var(--white); }
.site-header:not(.is-solid) .brand-tagline { color: var(--gold); }
.site-header:not(.is-solid) .nav-cta {
  color: var(--gold);
  border-color: var(--gold);
}

/* Mobile-first → tablet/desktop */
@media (min-width: 768px) {
  .site-nav {
    padding: 0 2rem;
    height: 4.5rem;
  }
  .brand-name { font-size: 1.25rem; letter-spacing: 0.26em; }
  .brand-tagline { font-size: 0.6rem; max-width: 14rem; }
  .brand-logo-slot {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .menu-icon { display: none; }
  .nav-desktop { display: flex; }
  .nav-drawer { display: none !important; }
  .brand-logo-slot:not(.has-logo) {
    /* keep space reserved on desktop if you prefer; still hidden until logo exists */
    display: none;
  }
}

.nav-hidden { transform: translateY(-120%); opacity: 0; }
.nav-visible { transform: translateY(0); opacity: 1; }
#mobileMenu {
  /* legacy alias kept for any old refs — drawer uses .nav-drawer */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#mobileMenu.open { max-height: 420px; }

.service-icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon-wrap svg {
  width: 2rem;
  height: 2rem;
}
.service-icon-wrap:not(.is-custom) svg {
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-icon-wrap.is-custom svg {
  color: var(--gold);
  max-width: 2.15rem;
  max-height: 2.15rem;
}

.package-tile {
  background: var(--white);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.package-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(13, 59, 46, 0.1);
}
.package-tile img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.price-from {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.price-tag {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 600;
}
.package-includes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.package-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink);
}
.include-check {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
  border: 1px solid var(--gold);
  border-radius: 0.2rem;
  position: relative;
  background: rgba(214, 175, 55, 0.08);
}
.include-check::after {
  content: '';
  position: absolute;
  left: 0.28rem;
  top: 0.08rem;
  width: 0.28rem;
  height: 0.55rem;
  border: solid var(--gold);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.gallery-collage {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.75rem;
}
.gallery-collage .main { grid-row: span 2; }
.gallery-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.35rem;
}
.gallery-item { overflow: hidden; position: relative; }
.gallery-item img { transition: transform 0.7s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-zoom {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.gallery-zoom:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem;
  line-height: 0.8;
  color: var(--gold);
}
.testimonial-card {
  position: relative;
  background: #efe9df;
  border: 1px solid rgba(214, 175, 55, 0.28);
  border-radius: 0.65rem;
  padding: 2.25rem 1.5rem 1.75rem;
  text-align: center;
  margin: 0.75rem 0.35rem 0.5rem;
}
.testimonial-quote {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-size: 4.25rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.95;
  pointer-events: none;
}
.testimonial-quote-open {
  left: 0.85rem;
  top: 0.35rem;
}
.testimonial-quote-close {
  right: 0.85rem;
  bottom: -0.15rem;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
}
.testimonial-dots button {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: none;
  background: rgba(13, 59, 46, 0.2);
  padding: 0;
  cursor: pointer;
}
.testimonial-dots button.active { background: var(--gold); width: 18px; }
.testimonial-dots-on-dark button { background: rgba(255, 255, 255, 0.25); }
.testimonial-dots-on-dark button.active { background: var(--gold); }

.home-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--emerald-deep);
  border: 1px solid rgba(214, 175, 55, 0.35);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(13, 59, 46, 0.12);
}
.home-video video,
.home-video iframe,
.home-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border: 0;
  object-fit: cover;
  background: #092920;
}
.home-video.is-static .home-video-play {
  cursor: default;
}
.home-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 41, 32, 0.28);
  border: 0;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 2;
}
.home-video-play:hover,
.home-video-play:focus-visible {
  background: rgba(9, 41, 32, 0.4);
  outline: none;
}
.home-video-play-icon {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 999px;
  border: 1.5px solid var(--gold);
  background: rgba(13, 59, 46, 0.55);
  position: relative;
  box-shadow: 0 8px 24px rgba(9, 41, 32, 0.28);
  transition: transform 0.25s ease, background 0.25s ease;
}
.home-video-play:hover .home-video-play-icon,
.home-video-play:focus-visible .home-video-play-icon {
  transform: scale(1.06);
  background: rgba(13, 59, 46, 0.78);
}
.home-video-play-icon::after {
  content: '';
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.15rem;
  border-color: transparent transparent transparent var(--gold);
}
.home-video.is-playing .home-video-play {
  opacity: 0;
  pointer-events: none;
}
.home-video.is-playing video {
  object-fit: contain;
}

html.has-video-hero #floatingWa {
  opacity: 0 !important;
  pointer-events: none;
}
html.has-video-hero.is-past-video #floatingWa {
  opacity: 1 !important;
  pointer-events: auto;
}

.video-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  min-height: 560px;
  overflow: hidden;
  background: #092920;
}
.video-hero video,
.video-hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  max-height: none !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center top;
  background: #092920;
  display: block;
}
@media (min-width: 1024px) {
  .video-hero video,
  .video-hero img {
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
    min-height: 0;
    transform: none;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center center;
  }
}
.video-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  margin-left: -1.55rem;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(9, 41, 32, 0.55));
}
.video-hero-scroll svg {
  width: 2.35rem;
  height: 2.35rem;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: videoHeroScrollArrow 1.6s ease-in-out infinite;
}
@keyframes videoHeroScrollArrow {
  0%, 100% { transform: translateY(0); opacity: 0.95; }
  50% { transform: translateY(0.4rem); opacity: 0.55; }
}
@media (prefers-reduced-motion: reduce) {
  .video-hero-scroll svg { animation: none; }
}

.testimonial-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
.testimonial-shot {
  margin: 0;
  position: relative;
  background: #fff;
  border: 1px solid rgba(214, 175, 55, 0.28);
  border-radius: 0.5rem;
  overflow: hidden;
}
.testimonial-shot-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #efe9df;
  cursor: pointer;
}
.testimonial-shot-btn img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.testimonial-shot:hover .testimonial-shot-btn img {
  transform: scale(1.03);
}
.testimonial-shot-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.75rem 1rem 1rem;
  background: linear-gradient(180deg, rgba(9, 41, 32, 0) 0%, rgba(9, 41, 32, 0.82) 100%);
  pointer-events: none;
}
.testimonial-shot-caption p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0 0 0.4rem;
}
.testimonial-shot-caption span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.image-lightbox,
.testimonial-lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.image-lightbox.hidden,
.testimonial-lightbox.hidden { display: none; }
.image-lightbox-backdrop,
.testimonial-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 41, 32, 0.72);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.image-lightbox-frame,
.testimonial-lightbox-frame {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 920px);
  max-height: 90vh;
}
.image-lightbox-frame img,
.testimonial-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 0.4rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  background: #fff;
}
.image-lightbox-close,
.testimonial-lightbox-close {
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--emerald);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 640px) {
  .testimonial-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-video-play-icon { width: 5rem; height: 5rem; }
}
@media (min-width: 1024px) {
  .testimonial-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
}

@media (min-width: 640px) {
  .testimonial-card {
    padding: 2.5rem 2.25rem 2rem;
    margin: 0.85rem 0.5rem 0.5rem;
  }
  .testimonial-quote { font-size: 5rem; }
  .testimonial-quote-open { left: 1.15rem; top: 0.45rem; }
  .testimonial-quote-close { right: 1.15rem; }
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.footer-logo img {
  display: block;
  height: 3.5rem;
  width: auto;
  max-width: 12rem;
  object-fit: contain;
}
.footer-logo span {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  letter-spacing: 0.28em;
  color: var(--gold);
}
.floating-wa {
  background: var(--emerald);
  box-shadow: 0 8px 28px rgba(13, 59, 46, 0.3);
}
.modal-backdrop {
  background: rgba(9, 41, 32, 0.55);
  backdrop-filter: blur(8px);
}

.section-pad { padding: 4rem 0; }
@media (min-width: 768px) { .section-pad { padding: 6rem 0; } }
@media (min-width: 1024px) { .section-pad { padding: 7rem 0; } }

.page-hero {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  background: var(--off-white);
}

/* Package detail */
.pkg-detail {
  padding: 6.5rem 0 4rem;
  background: var(--off-white);
}
.pkg-detail-inner {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.pkg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.pkg-breadcrumb a {
  color: var(--muted);
  transition: color 0.2s ease;
}
.pkg-breadcrumb a:hover { color: var(--gold); }
.pkg-detail-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.pkg-detail-media {
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(214, 175, 55, 0.22);
  aspect-ratio: 4 / 5;
  background: #e8e4dc;
}
.pkg-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pkg-detail-copy {
  padding-top: 0.15rem;
}
.pkg-detail-label {
  margin: 0 0 0.85rem;
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 600;
}
.pkg-detail-title {
  margin: 0 0 1.1rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--emerald);
}
.pkg-detail-price {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.pkg-detail-price-label {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.pkg-detail-price-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.pkg-detail-rule {
  width: 2.5rem;
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.25rem;
}
.pkg-detail-lead {
  margin: 0 0 1rem;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
}
.pkg-detail-body {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  max-width: 34rem;
}
.pkg-detail-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
}
.pkg-detail-suitable {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.75rem;
  padding: 1rem 1.15rem;
  background: var(--white);
  border: 1px solid rgba(214, 175, 55, 0.28);
  border-radius: 0.4rem;
}
.pkg-detail-suitable-label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
}
.pkg-detail-suitable-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--emerald);
  font-weight: 500;
}
.pkg-detail-includes {
  margin-bottom: 1.75rem;
}
.pkg-detail-includes h2 {
  margin: 0 0 1rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--emerald);
}
.pkg-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.pkg-detail-note {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 28rem;
}
.pkg-related {
  padding: 0 0 5rem;
  background: var(--off-white);
}
.pkg-related-head {
  text-align: center;
  margin-bottom: 2rem;
}
.pkg-related-head h2 {
  margin: 0.35rem 0 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--emerald);
}
.pkg-related-grid {
  display: grid;
  gap: 1rem;
}
.pkg-related-card {
  display: block;
  background: var(--white);
  border: 1px solid rgba(214, 175, 55, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pkg-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(13, 59, 46, 0.1);
}
.pkg-related-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.pkg-related-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
}
.pkg-related-card-body h3 {
  margin: 0 0 0.35rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--emerald);
}
.pkg-related-price {
  margin: 0 0 0.5rem;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 600;
}
.pkg-related-card-body p:last-child {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 640px) {
  .pkg-detail-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pkg-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .pkg-detail {
    padding: 7.5rem 0 5rem;
  }
  .pkg-detail-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3.25rem;
  }
  .pkg-detail-copy {
    padding-top: 0.35rem;
  }
}

.alert-success {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--emerald);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.alert-error {
  background: rgba(180, 60, 60, 0.08);
  border: 1px solid rgba(180, 60, 60, 0.25);
  color: #7a2e2e;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.card-line { border: 1px solid var(--line); }
.card-champagne { border: 1px solid var(--line); }
.timeline-line {
  background: linear-gradient(180deg, var(--gold), rgba(212,175,55,0.2));
}

.home-consult,
section.home-consult {
  background-color: var(--emerald);
}
.home-consult h2,
.home-consult p {
  color: #fff;
}
.home-consult .section-eyebrow {
  color: var(--gold);
}
.home-consult .text-white\/75,
.home-consult p.text-white\/75 {
  color: rgba(255, 255, 255, 0.78);
}
.home-instagram {
  background: var(--off-white);
}
.ig-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 1.1rem;
  border: 1px solid rgba(214, 175, 55, 0.45);
  color: var(--gold);
  border-radius: 0.35rem;
}
.ig-feed-kicker {
  margin: 0 0 1rem;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.45rem, 4vw, 1.85rem);
  font-weight: 600;
  color: var(--emerald);
  letter-spacing: 0.01em;
}
.ig-feed-kicker span {
  color: var(--gold);
}
.ig-embed {
  max-width: 540px;
  margin: 0 auto;
}
.ig-embed .instagram-media {
  background: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  margin: 0 auto !important;
  max-width: 540px !important;
  min-width: 280px !important;
  padding: 0 !important;
  width: 100% !important;
}
.ig-embed iframe {
  width: 100% !important;
  max-width: 540px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
