/* Local-only mobile test treatment. */
:root {
  --test-night: #080706;
  --test-night-2: #11100d;
  --test-ivory: #f6efe3;
  --test-muted: rgba(246,239,227,0.62);
  --test-dim: rgba(246,239,227,0.44);
  --test-gold: #bfa36f;
  --test-paper: #e9dfcf;
  --test-ink: #14110d;
  --test-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

html {
  font-size: 20px;
  scroll-padding-top: calc(86px + env(safe-area-inset-top));
}

body {
  background: var(--test-night);
  color: var(--test-ivory);
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

body.menu-open { overflow: hidden; }

img,
video {
  max-width: 100%;
}

.site-header {
  height: calc(72px + env(safe-area-inset-top)) !important;
  padding: env(safe-area-inset-top) 22px 0 !important;
  background: linear-gradient(to bottom, rgba(8,7,6,0.74), rgba(8,7,6,0)) !important;
  box-shadow: none !important;
}

.site-header.scrolled {
  height: calc(66px + env(safe-area-inset-top)) !important;
  background: rgba(8,7,6,0.92) !important;
  border-bottom: 1px solid rgba(245,240,232,0.08) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-brand {
  font-size: 2.1rem !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  color: #fff !important;
}

.hamburger span {
  width: 30px !important;
  background: rgba(255,255,255,0.78) !important;
}

.drawer {
  background: var(--test-paper) !important;
}

.ph-hero,
.page-hero {
  min-height: 94svh !important;
  height: auto !important;
  padding: calc(112px + env(safe-area-inset-top)) 24px 88px !important;
  display: flex !important;
  align-items: flex-end !important;
  background: var(--test-night) !important;
  overflow: hidden !important;
}

.ph-bg,
.page-hero .ph-bg {
  opacity: 0.76 !important;
  filter: brightness(0.72) contrast(1.04) saturate(0.86) !important;
  transform: scale(1.02) !important;
  animation: none !important;
}

.hero-overlay,
.page-hero .ph-overlay {
  background:
    linear-gradient(180deg, rgba(8,7,6,0.32) 0%, rgba(8,7,6,0.18) 38%, rgba(8,7,6,0.92) 100%),
    linear-gradient(90deg, rgba(8,7,6,0.72), rgba(8,7,6,0.08) 78%) !important;
}

.hero-content,
.page-hero .ph-content {
  max-width: 17.6rem !important;
  width: 100% !important;
}

.hero-eyebrow,
.ph-eyebrow,
.section-eyebrow,
.form-eyebrow,
.faq-eyebrow,
.info-eyebrow,
.gallery-intro-label,
.testimonials-eyebrow,
.packages-eyebrow {
  font-size: 0.6rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: rgba(191,163,111,0.74) !important;
}

.hero-title,
.ph-title {
  max-width: 16.4rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(3rem, 14vw, 4.6rem) !important;
  line-height: 0.99 !important;
  font-weight: 300 !important;
  color: rgba(246,239,227,0.95) !important;
}

.hero-sub,
.ph-sub {
  max-width: 15rem !important;
  font-size: 0.94rem !important;
  line-height: 1.92 !important;
  color: rgba(246,239,227,0.72) !important;
}

.section-title,
.form-title,
.faq-title,
.gallery-intro-title,
.testimonials-title,
.package-title,
.cta-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

section {
  border-color: rgba(246,239,227,0.08) !important;
}

.intro-section,
.story-section,
.packages-section,
.mpkg-section,
.testimonials-section,
.video-gallery-section,
.gallery-section,
.faq-section,
.info-section {
  background:
    linear-gradient(180deg, #080706 0%, #11100d 48%, #080706 100%) !important;
  color: var(--test-ivory) !important;
}

.form-section {
  background: var(--test-paper) !important;
  color: var(--test-ink) !important;
}

.form-title,
.form-section .form-title,
.form-section p {
  color: var(--test-ink);
}

.info-card,
.testimonial-card,
.package-card,
.faq-item,
.video-card,
.value-card,
.guide-card,
.step-card,
.session-card,
.collection-card,
.service-card,
.detail-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)) !important;
  border: 1px solid rgba(246,239,227,0.08) !important;
  box-shadow: none !important;
  color: var(--test-ivory) !important;
}

.package-card.featured,
.collection-card.featured {
  border-color: rgba(191,163,111,0.28) !important;
}

.info-card-label,
.package-label,
.card-label,
.faq-q-text,
.faq-question-text {
  color: rgba(191,163,111,0.74) !important;
}

.info-card-value,
.package-price,
.card-title {
  color: rgba(246,239,227,0.9) !important;
}

.faq-answer,
.faq-answer p,
.package-card p,
.testimonial-card p,
.guide-card p,
.step-card p,
.session-card p,
.collection-card p,
.service-card p,
.detail-card p {
  color: rgba(246,239,227,0.66) !important;
}

.phil-body,
.step-body,
.cta-sub,
.fc-body,
.ef-list li,
.mpkg-card-list li,
.pkg-includes li,
.mpkg-card-info-body {
  color: rgba(246,239,227,0.68) !important;
}

.gallery-grid,
.fam-gallery-grid,
.video-grid {
  gap: 22px 12px !important;
}

.gallery-item,
.fam-gallery-item,
.m-item,
.video-thumb,
.video-card,
.film-card,
.image-card {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

.gallery-item::before,
.gallery-item::after,
.fam-gallery-item::before,
.fam-gallery-item::after,
.m-item::before,
.m-item::after {
  display: none !important;
}

.gallery-item img,
.fam-gallery-item img,
.m-item img,
.video-thumb img,
.image-card img,
.film-card img {
  filter: brightness(0.86) contrast(1.04) saturate(1.02) !important;
}

.fg-photo img,
.vi-frame img,
.vi-play-card::before {
  filter: brightness(0.84) contrast(1.04) saturate(1.02) !important;
}

.pkg-card,
.mpkg-card {
  background:
    linear-gradient(160deg, rgba(246,239,227,0.082), rgba(246,239,227,0.028) 58%, rgba(191,163,111,0.055)) !important;
  border: 1px solid rgba(246,239,227,0.14) !important;
  color: var(--test-ivory) !important;
  box-shadow: none !important;
}

.pkg-card.featured,
.mpkg-card.featured {
  background:
    linear-gradient(160deg, rgba(246,239,227,0.105), rgba(14,12,9,0.98) 50%, rgba(191,163,111,0.115)) !important;
  border: 1px solid rgba(216,195,145,0.44) !important;
  box-shadow: inset 0 1px 0 rgba(216,195,145,0.3) !important;
}

.pkg-badge,
.mpkg-card-tag {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.46) !important;
  color: rgba(216,195,145,0.86) !important;
}

.pkg-card.featured .pkg-name,
.mpkg-card.featured .mpkg-card-name,
.pkg-card.featured .pkg-price,
.mpkg-card.featured .mpkg-card-price {
  color: rgba(216,195,145,0.88) !important;
}

.pkg-card.featured .pkg-card-title,
.mpkg-card.featured .mpkg-card-title {
  color: rgba(246,239,227,0.96) !important;
}

.pkg-card.featured .pkg-includes li,
.mpkg-card.featured .mpkg-card-list li {
  color: rgba(246,239,227,0.78) !important;
  border-bottom-color: rgba(246,239,227,0.075) !important;
}

.pkg-card.featured .pkg-includes li::before,
.mpkg-card.featured .mpkg-card-list li::before {
  color: rgba(216,195,145,0.72) !important;
}

.pkg-card.featured .pkg-cta,
.mpkg-card.featured .mpkg-card-cta {
  background: transparent !important;
  border-color: rgba(216,195,145,0.44) !important;
  color: rgba(216,195,145,0.9) !important;
}

.pkg-name,
.mpkg-card-name {
  color: rgba(246,239,227,0.58) !important;
}

.pkg-card-title,
.mpkg-card-title {
  color: rgba(246,239,227,0.96) !important;
}

.pkg-price,
.mpkg-card-price {
  color: rgba(246,239,227,0.62) !important;
  border-bottom-color: rgba(246,239,227,0.1) !important;
}

.pkg-includes li,
.mpkg-card-list li,
.mpkg-card-info-list li {
  color: rgba(246,239,227,0.74) !important;
  border-bottom-color: rgba(246,239,227,0.075) !important;
}

.btn-gold,
.btn-ghost,
.btn-primary,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.text-link {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.btn-gold,
.btn-primary {
  background: rgba(191,163,111,0.94) !important;
  color: #17130d !important;
  border: 1px solid rgba(191,163,111,0.94) !important;
}

.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.text-link {
  background: transparent !important;
  color: rgba(246,239,227,0.84) !important;
  border: 1px solid rgba(191,163,111,0.48) !important;
}

.form-section .btn-ghost,
.form-section .btn-outline,
.form-section .text-link {
  color: rgba(20,17,13,0.78) !important;
  border-color: rgba(20,17,13,0.24) !important;
}

.context-links {
  display: flex;
  justify-content: center;
  gap: 38px;
  align-items: center;
  padding: 10px 24px 18px;
  margin: -18px -24px 18px;
  background: transparent;
}

.services-philosophy {
  padding-top: 28px !important;
}

.services-philosophy .context-links {
  margin-top: -28px;
  margin-bottom: 6px;
}

.context-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(216,195,145,0.78);
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
}

.context-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.22em;
  bottom: 8px;
  height: 1px;
  background: rgba(216,195,145,0.44);
}

.cat-wrap,
.mpkg-dropdown-wrap {
  padding: 0 24px 28px !important;
}

.cat-label {
  margin-bottom: 8px !important;
  color: rgba(191,163,111,0.68) !important;
  font-size: 0.54rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0.32em !important;
}

.cat-select-wrap,
.mpkg-dropdown-wrap {
  position: relative !important;
  overflow: visible !important;
}

.cat-select.lux-select-native,
.mpkg-select.lux-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip-path: inset(50%) !important;
}

.cat-arrow,
.mpkg-select-arrow {
  display: none !important;
}

.lux-select {
  position: relative;
  z-index: 12;
  width: 100%;
}

.lux-select.open {
  z-index: 120;
}

.lux-select-trigger {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 18px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(216,195,145,0.34);
  color: rgba(246,239,227,0.94);
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.72rem, 7.8vw, 2.18rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.015em;
  text-align: left;
  transition: border-color 360ms var(--test-ease), color 360ms var(--test-ease);
}

.lux-select-trigger:focus-visible,
.lux-select.open .lux-select-trigger {
  border-bottom-color: rgba(216,195,145,0.72);
  color: rgba(255,250,241,0.98);
  outline: none;
}

.lux-select-chevron {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216,195,145,0.26);
  border-radius: 999px;
  color: rgba(216,195,145,0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1;
  transform: translateY(1px);
  transition: transform 360ms var(--test-ease), color 360ms var(--test-ease), border-color 360ms var(--test-ease), background 360ms var(--test-ease);
}

.lux-select.open .lux-select-chevron {
  color: rgba(246,239,227,0.86);
  border-color: rgba(216,195,145,0.5);
  background: rgba(216,195,145,0.05);
  transform: translateY(1px) rotate(180deg);
}

.lux-select-menu {
  position: absolute;
  left: -4px;
  right: -4px;
  top: calc(100% + 12px);
  z-index: 130;
  display: grid;
  gap: 0;
  padding: 14px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(191,163,111,0.12), transparent 42%),
    linear-gradient(180deg, rgba(18,15,12,0.97), rgba(7,6,5,0.985));
  border: 1px solid rgba(216,195,145,0.22);
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.44);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 260ms var(--test-ease), transform 260ms var(--test-ease);
}

.lux-select.open .lux-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lux-select-option {
  position: relative;
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  background: transparent;
  border: 0;
  color: rgba(246,239,227,0.7);
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 5.8vw, 1.7rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: left;
  transition: color 260ms var(--test-ease), background 260ms var(--test-ease);
}

.lux-select-option + .lux-select-option::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: rgba(246,239,227,0.06);
}

.lux-select-option:hover,
.lux-select-option:focus-visible {
  color: rgba(255,250,241,0.96);
  background: rgba(246,239,227,0.035);
  outline: none;
}

.lux-select-option.is-active {
  color: rgba(216,195,145,0.94);
}

.lux-select-option.is-active::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: auto;
  background: rgba(216,195,145,0.54);
}

.sub-pills,
.mpkg-subtab-row {
  justify-content: center !important;
  gap: 22px !important;
  border: 0 !important;
}

.sub-pill,
.mpkg-subtab-btn {
  flex: 0 1 auto !important;
  min-height: 44px !important;
  padding: 0 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(191,163,111,0.22) !important;
  color: rgba(246,239,227,0.52) !important;
  font-size: 0.6rem !important;
  letter-spacing: 0.22em !important;
}

.sub-pill.active,
.mpkg-subtab-btn.active {
  background: transparent !important;
  border-bottom-color: rgba(191,163,111,0.72) !important;
  color: rgba(246,239,227,0.92) !important;
}

.pkg-arrow-controls,
.mpkg-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 18px 24px 2px;
}

.pkg-arrow-btn,
.mpkg-arrow {
  width: 52px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  color: rgba(216,195,145,0.78) !important;
  cursor: pointer !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.52rem !important;
  line-height: 1 !important;
  transition: color 320ms ease, opacity 320ms ease !important;
}

.pkg-arrow-btn::before {
  display: block;
  transform: translateY(-1px);
}

.pkg-arrow-btn[data-dir="prev"]::before {
  content: "‹";
}

.pkg-arrow-btn[data-dir="next"]::before {
  content: "›";
}

.pkg-arrow-btn:disabled,
.mpkg-arrow:disabled {
  opacity: 0.24;
  cursor: default;
}

.pkg-arrow-btn:not(:disabled):hover,
.pkg-arrow-btn:not(:disabled):focus-visible,
.mpkg-arrow:not(:disabled):hover,
.mpkg-arrow:not(:disabled):focus-visible {
  color: rgba(246,239,227,0.9);
}

.family-callout {
  background:
    linear-gradient(180deg, #e9dfcf 0%, #ded0be 100%) !important;
  color: var(--test-ink) !important;
}

.family-callout .fc-eyebrow {
  color: rgba(92,72,38,0.72) !important;
}

.family-callout .fc-title,
.family-callout .fc-body {
  color: rgba(20,17,13,0.86) !important;
}

.family-callout .btn-outline-dark {
  min-height: 58px !important;
  min-width: min(100%, 17rem) !important;
  color: rgba(20,17,13,0.92) !important;
  border-color: rgba(20,17,13,0.42) !important;
  background: rgba(20,17,13,0.035) !important;
}

.family-callout .btn-outline-dark:hover,
.family-callout .btn-outline-dark:focus-visible {
  color: #080706 !important;
  border-color: rgba(20,17,13,0.72) !important;
}

.cta-section {
  background: var(--test-night) !important;
  color: var(--test-ivory) !important;
}

.cta-bg {
  filter: brightness(0.34) saturate(0.82) !important;
}

.cta-overlay {
  background: rgba(8,7,6,0.46) !important;
}

footer {
  background: #080706 !important;
  border-top: 1px solid rgba(246,239,227,0.08) !important;
}

.footer-tagline,
.footer-social a,
.footer-col a,
.footer-bottom {
  color: rgba(246,239,227,0.48) !important;
}

@media (max-width: 430px) {
  .ph-hero,
  .page-hero {
    min-height: 94svh !important;
    padding: calc(110px + env(safe-area-inset-top)) 24px 84px !important;
  }

  .hero-title,
  .ph-title {
    font-size: clamp(3rem, 14.3vw, 4rem) !important;
    line-height: 0.99 !important;
  }

  .hero-sub,
  .ph-sub {
    font-size: 0.94rem !important;
  }
}

/* Hard visual pass: keep the test pages cinematic without making useful pages feel boxed. */
.gallery-item,
.fam-gallery-item {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
  box-shadow: none !important;
}

.gallery-section {
  background:
    radial-gradient(circle at 50% 8%, rgba(191,163,111,0.12), transparent 68vw),
    radial-gradient(circle at 10% 28%, rgba(246,239,227,0.045), transparent 62vw),
    linear-gradient(180deg, #050403 0%, #090807 48%, #020202 100%) !important;
}

.gallery-grid,
.fam-gallery-grid {
  gap: 28px 14px !important;
}

.gallery-item img,
.fam-gallery-item img {
  min-height: 100% !important;
  background: #080706 !important;
}

.fg-photo {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fg-photo::after {
  inset: 0 !important;
}

.featured-gallery {
  background:
    radial-gradient(circle at 10% 0%, rgba(191,163,111,0.1), transparent 60vw),
    linear-gradient(180deg, #070605, #0c0b09 48%, #050403) !important;
  border-color: rgba(191,163,111,0.1) !important;
}

.portfolio-intro,
.stats-section {
  background:
    radial-gradient(circle at 50% -10%, rgba(191,163,111,0.14), transparent 68vw),
    linear-gradient(180deg, #eadfce 0%, #ded0bd 100%) !important;
}

.intro-quote,
.stats-section .stat-value {
  color: rgba(20,17,13,0.9) !important;
}

.stats-section .stat-label,
.guide-section.cream .sec-body,
.body-dark,
.season-body,
.checklist-item span,
.dest-body {
  color: rgba(20,17,13,0.68) !important;
}

.origin-body,
.value-body,
.family-intro p,
.sec-body,
.body,
.rain-body,
.footer-tagline,
.footer-col a,
.loc-list li,
.outfit-rules li,
.props-list li,
.del-list li,
.tips-item-text,
.vendor-note,
.tl-quote,
.intro-body,
.mpkg-card-info-body,
.pkg-sub,
.pkg-note,
.faq-answer p,
.step-body,
.info-card-value span {
  color: rgba(246,239,227,0.68) !important;
}

.guide-section,
.testimonials-section,
.video-gallery-section,
.packages-section,
.process-section,
.faq-section,
.info-section,
.family-intro,
.origin-section,
.values-section,
.featured-galleries {
  background:
    radial-gradient(circle at 84% 2%, rgba(191,163,111,0.055), transparent 54vw),
    linear-gradient(180deg, #070605 0%, #0d0c0a 52%, #060504 100%) !important;
}

.guide-section.cream,
.family-callout,
.meet-section,
.form-section {
  background:
    radial-gradient(circle at 16% 0%, rgba(191,163,111,0.13), transparent 58vw),
    linear-gradient(180deg, #e9dfcf 0%, #ded0be 100%) !important;
}

.fl-card,
.loc-card,
.outfit-block,
.vendor-cat,
.tips-item,
.tl-card,
.layer-box,
.season-card,
.info-card,
.value-card,
.video-card,
.pkg-card,
.mpkg-card {
  background:
    linear-gradient(145deg, rgba(246,239,227,0.055), rgba(246,239,227,0.014)) !important;
  border: 1px solid rgba(246,239,227,0.09) !important;
  box-shadow: none !important;
}

.tl-card:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(246,239,227,0.04), rgba(246,239,227,0.012)) !important;
}

.guide-section.cream .fl-card,
.guide-section.cream .loc-card,
.guide-section.cream .outfit-block,
.guide-section.cream .vendor-cat,
.guide-section.cream .tips-item,
.guide-section.cream .layer-box,
.season-card {
  background: rgba(20,17,13,0.035) !important;
  border-color: rgba(20,17,13,0.11) !important;
}

.fl-card-title,
.vendor-name,
.tips-item-title,
.tl-couple,
.step-title,
.value-title,
.info-card-value,
.season-title,
.loc-card-title,
.outfit-title {
  color: rgba(246,239,227,0.92) !important;
}

.guide-section.cream .fl-card-title,
.guide-section.cream .vendor-name,
.guide-section.cream .tips-item-title,
.guide-section.cream .season-title,
.guide-section.cream .loc-card-title,
.guide-section.cream .outfit-title {
  color: rgba(20,17,13,0.88) !important;
}

.fl-card li,
.timeline-item,
.layer-item,
.checklist-item,
.pkg-includes li,
.mpkg-card-list li,
.faq-item {
  border-color: rgba(246,239,227,0.085) !important;
}

.guide-section.cream .checklist-item,
.guide-section.cream .layer-item {
  border-color: rgba(20,17,13,0.1) !important;
}

.ph-title,
.hero-title,
.sec-title,
.section-title,
.pkg-title,
.vg-title,
.intro-title,
.cta-title,
.origin-title,
.values-title,
.meet-title {
  color: rgba(246,239,227,0.96) !important;
}

.guide-section.cream .sec-title,
.meet-section .meet-title,
.form-section .form-title {
  color: rgba(20,17,13,0.9) !important;
}

.cat-wrap,
.mpkg-dropdown-wrap {
  max-width: 21rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lux-select-trigger {
  min-height: 72px !important;
  padding: 8px 2px 19px !important;
  border-bottom-color: rgba(216,195,145,0.42) !important;
}

.lux-select-trigger::before {
  content: "";
  width: 38px;
  height: 1px;
  margin-right: 8px;
  background: rgba(216,195,145,0.38);
}

.lux-select-menu {
  left: 0 !important;
  right: 0 !important;
  border-radius: 18px !important;
  border-color: rgba(216,195,145,0.3) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(216,195,145,0.13), transparent 46%),
    linear-gradient(180deg, rgba(20,17,13,0.985), rgba(8,7,6,0.995)) !important;
}

.lux-select-option {
  min-height: 62px !important;
  padding-inline: 24px !important;
}

.pkg-card,
.mpkg-card {
  min-width: calc(100vw - 40px) !important;
  max-width: calc(100vw - 40px) !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.pkg-cta,
.mpkg-card-cta {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.context-links a {
  font-size: 0.82rem !important;
  min-height: 50px !important;
}

.hb-wrap {
  background:
    radial-gradient(circle at 50% 0%, rgba(191,163,111,0.16), transparent 56vw),
    #e9dfcf !important;
}

.hb-skeleton {
  background:
    radial-gradient(circle at 50% 0%, rgba(191,163,111,0.12), transparent 62vw),
    #e9dfcf !important;
}

@media (max-width: 390px) {
  .pkg-card,
  .mpkg-card {
    min-width: calc(100vw - 34px) !important;
    max-width: calc(100vw - 34px) !important;
  }

  .gallery-grid,
  .fam-gallery-grid {
    gap: 24px 12px !important;
  }
}

/* Cinematic pass: make the test pages feel like one composed film, not separate templates. */
.ph-hero,
.page-hero {
  min-height: 96svh !important;
  padding-bottom: calc(104px + env(safe-area-inset-bottom)) !important;
}

.ph-bg,
.page-hero .ph-bg {
  opacity: 0.84 !important;
  filter: brightness(0.66) contrast(1.12) saturate(0.98) !important;
  transform: scale(1.045) !important;
}

.hero-overlay,
.page-hero .ph-overlay {
  background:
    radial-gradient(circle at 66% 28%, rgba(246,239,227,0.08), transparent 34%),
    linear-gradient(180deg, rgba(5,4,3,0.2) 0%, rgba(5,4,3,0.24) 35%, rgba(5,4,3,0.96) 100%),
    linear-gradient(90deg, rgba(5,4,3,0.8), rgba(5,4,3,0.1) 70%, rgba(5,4,3,0.66)) !important;
}

.hero-content,
.page-hero .ph-content {
  max-width: 18.4rem !important;
}

.hero-title,
.ph-title {
  max-width: 17.6rem !important;
  font-size: clamp(3.08rem, 14.6vw, 4.86rem) !important;
  line-height: 0.965 !important;
  letter-spacing: 0.005em !important;
  text-wrap: balance;
}

.hero-sub,
.ph-sub {
  max-width: 15.6rem !important;
  color: rgba(246,239,227,0.76) !important;
  text-wrap: pretty;
}

.hero-eyebrow,
.ph-eyebrow {
  margin-bottom: 30px !important;
}

.section-title,
.form-title,
.faq-title,
.gallery-intro-title,
.testimonials-title,
.package-title,
.cta-title,
.pkg-title,
.vg-title,
.intro-title,
.sec-title,
.origin-title,
.values-title,
.meet-title {
  text-wrap: balance;
}

.intro-section,
.story-section,
.packages-section,
.mpkg-section,
.testimonials-section,
.video-gallery-section,
.gallery-section,
.faq-section,
.info-section,
.guide-section,
.process-section,
.family-intro,
.origin-section,
.values-section,
.featured-galleries,
.film-intro {
  background:
    radial-gradient(circle at 86% 0%, rgba(191,163,111,0.085), transparent 58vw),
    radial-gradient(circle at 6% 38%, rgba(246,239,227,0.032), transparent 64vw),
    linear-gradient(180deg, #050403 0%, #0e0c0a 48%, #050403 100%) !important;
}

.portfolio-intro,
.stats-section,
.guide-section.cream,
.family-callout,
.meet-section,
.form-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(191,163,111,0.16), transparent 64vw),
    linear-gradient(180deg, #eee5d7 0%, #dbccb8 100%) !important;
}

.gallery-grid,
.fam-gallery-grid {
  gap: 34px 14px !important;
}

.gallery-item:nth-child(4n+1),
.fam-gallery-item:nth-child(4n+1) {
  margin-top: 18px !important;
}

.gallery-item:nth-child(5n+3),
.fam-gallery-item:nth-child(5n+3) {
  margin-top: -8px !important;
}

.gallery-item img,
.fam-gallery-item img,
.m-item img,
.video-thumb img,
.image-card img,
.film-card img,
.fg-photo img,
.vi-frame img {
  filter: brightness(0.9) contrast(1.1) saturate(1.08) !important;
}

.gallery-item:nth-child(6n+2) img,
.fam-gallery-item:nth-child(6n+2) img {
  filter: brightness(0.86) contrast(1.12) saturate(1.04) !important;
}

.featured-gallery,
.pkg-card,
.mpkg-card,
.testimonial-card,
.info-card,
.value-card,
.video-card,
.guide-card,
.step-card,
.session-card,
.collection-card,
.service-card,
.detail-card,
.fl-card,
.loc-card,
.outfit-block,
.vendor-cat,
.tips-item,
.tl-card,
.layer-box,
.season-card {
  background:
    radial-gradient(circle at 8% 0%, rgba(216,195,145,0.055), transparent 46%),
    linear-gradient(145deg, rgba(246,239,227,0.048), rgba(246,239,227,0.012)) !important;
  border-color: rgba(246,239,227,0.075) !important;
}

.pkg-card.featured,
.mpkg-card.featured {
  border-color: rgba(216,195,145,0.36) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(216,195,145,0.13), transparent 48%),
    linear-gradient(160deg, rgba(246,239,227,0.085), rgba(9,8,7,0.98) 56%, rgba(191,163,111,0.1)) !important;
}

.btn-gold,
.btn-primary {
  background: linear-gradient(180deg, #cfb879 0%, #b99d66 100%) !important;
  border-color: rgba(216,195,145,0.72) !important;
}

.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.text-link {
  border-color: rgba(216,195,145,0.34) !important;
}

.context-links {
  gap: 42px !important;
}

.context-links a {
  font-size: clamp(0.88rem, 4vw, 1.08rem) !important;
  letter-spacing: 0.22em !important;
  color: rgba(216,195,145,0.86) !important;
}

.context-links a::after {
  bottom: 5px !important;
  background: rgba(216,195,145,0.56) !important;
}

.lux-select-trigger {
  min-height: 76px !important;
  border-bottom-color: rgba(216,195,145,0.48) !important;
}

.lux-select-menu {
  background:
    radial-gradient(circle at 18% 0%, rgba(216,195,145,0.16), transparent 48%),
    linear-gradient(180deg, rgba(20,17,13,0.99), rgba(5,4,3,0.995)) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,0.52) !important;
}

.lux-select-option {
  color: rgba(246,239,227,0.78) !important;
}

.lux-select-option.is-active {
  color: rgba(226,207,158,0.98) !important;
}

/* Final comfort pass: keep the luxury, remove friction. */
.drawer-links a,
.footer-col a,
.footer-social a,
.footer-nav a,
.footer-links a,
.fg-link,
.text-link,
.service-link,
.portfolio-link,
.collection-link,
.context-links a {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.drawer-social {
  gap: 16px !important;
}

.drawer-social a {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.section-eyebrow,
.form-eyebrow,
.faq-eyebrow,
.info-eyebrow,
.gallery-intro-label,
.testimonials-eyebrow,
.packages-eyebrow,
.hero-eyebrow,
.ph-eyebrow,
.pkg-eyebrow,
.sec-eyebrow,
.intro-eyebrow,
.vg-eyebrow,
.cta-eyebrow,
.cat-label,
.sub-cat-label {
  letter-spacing: 0.24em !important;
}

.hero-sub,
.ph-sub,
.phil-body,
.intro-body,
.origin-body,
.value-body,
.family-intro p,
.sec-body,
.sec-body p,
.body,
.body p,
.rain-body,
.footer-tagline,
.footer-copy,
.loc-list li,
.outfit-rules li,
.props-list li,
.del-list li,
.tips-item-text,
.vendor-note,
.tl-quote,
.mpkg-card-info-body,
.pkg-sub,
.pkg-note,
.faq-answer p,
.step-body,
.info-card-value span,
.testimonial-card p,
.guide-card p,
.session-card p,
.collection-card p,
.service-card p,
.detail-card p,
.pkg-card p,
.mpkg-card p {
  color: rgba(246,239,227,0.74) !important;
}

/* Last word on this test pass: buttons, selectors, and family polish. */
.hero-in {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.test-hero-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: clamp(24px, 8vw, 40px) !important;
}

.btn-gold,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.pkg-book,
.pkg-cta,
.mpkg-card-cta,
.button.primary {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 17px 32px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(216,195,145,0.38) !important;
  border-bottom: 1px solid rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.02), rgba(216,195,145,0.2), rgba(216,195,145,0.02)) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.16) !important;
  color: rgba(246,239,227,0.96) !important;
  cursor: pointer !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 420ms var(--test-ease), background 420ms var(--test-ease), color 420ms var(--test-ease), box-shadow 420ms var(--test-ease) !important;
}

.pkg-cta,
.mpkg-card-cta {
  width: 100% !important;
}

.btn-gold::after,
.btn-primary::after,
.btn-ghost::after,
.btn-outline::after,
.btn-outline-dark::after,
.btn-accent-outline::after,
.pkg-book::after,
.pkg-cta::after,
.mpkg-card-cta::after,
.button.primary::after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  right: calc(31px + 0.16em) !important;
  bottom: 12px !important;
  width: auto !important;
  height: 1px !important;
  display: block !important;
  background: currentColor !important;
  opacity: 0.22 !important;
  transition: opacity 420ms var(--test-ease) !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.btn-accent-outline:hover,
.btn-accent-outline:focus-visible,
.pkg-book:hover,
.pkg-book:focus-visible,
.pkg-cta:hover,
.pkg-cta:focus-visible,
.mpkg-card-cta:hover,
.mpkg-card-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.04), rgba(216,195,145,0.24), rgba(216,195,145,0.04)) !important;
  color: rgba(246,239,227,0.98) !important;
  box-shadow: 0 18px 56px rgba(0,0,0,0.2) !important;
  outline: none !important;
}

.cream .btn-gold,
.cream .btn-primary,
.cream .btn-ghost,
.cream .btn-outline,
.cream .btn-outline-dark,
.guide-section.cream .btn-gold,
.guide-section.cream .btn-primary,
.guide-section.cream .btn-ghost,
.guide-section.cream .btn-outline,
.guide-section.cream .btn-outline-dark,
.form-section .btn-gold,
.form-section .btn-primary,
.form-section .btn-ghost,
.form-section .btn-outline,
.form-section .btn-outline-dark,
.family-callout .btn-gold,
.family-callout .btn-primary,
.family-callout .btn-ghost,
.family-callout .btn-outline,
.family-callout .btn-outline-dark,
.pkg-book {
  border-top-color: rgba(20,17,13,0.26) !important;
  border-bottom-color: rgba(20,17,13,0.22) !important;
  background:
    linear-gradient(90deg, rgba(20,17,13,0.02), rgba(20,17,13,0.12), rgba(20,17,13,0.02)) !important;
  color: rgba(20,17,13,0.82) !important;
  box-shadow: none !important;
}

.cat-wrap,
.mpkg-dropdown-wrap {
  max-width: min(100% - 48px, 22rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cat-select,
.mpkg-select,
.cat-select.lux-select-native,
.mpkg-select.lux-select-native {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.46) !important;
  background:
    linear-gradient(90deg, transparent, rgba(216,195,145,0.075), transparent) !important;
  box-shadow: none !important;
  color: rgba(246,239,227,0.94) !important;
  font-size: clamp(1.75rem, 8vw, 2.32rem) !important;
  padding: 10px 54px 16px 0 !important;
}

.cat-select:focus,
.mpkg-select:focus {
  border-bottom-color: rgba(226,207,158,0.86) !important;
  box-shadow: none !important;
}

.mpkg-dropdown-wrap::before,
.cat-select-wrap::before {
  right: 29px !important;
  width: 28px !important;
  background: rgba(216,195,145,0.34) !important;
}

.family-hero-actions {
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 28px !important;
  margin-top: 26px !important;
}

.family-hero-actions .btn-gold {
  box-sizing: border-box !important;
  width: min(100%, 13.8rem) !important;
  min-width: 0 !important;
  padding-inline: 24px !important;
}

.test-hero-actions .btn-gold {
  width: min(100%, 15.6rem) !important;
}

body.portfolio-page .ph-hero .test-hero-actions,
body.collections-page .page-hero .test-hero-actions {
  margin-top: auto !important;
  padding-top: clamp(58px, 12svh, 132px) !important;
}

body.guide-page .long-hero-title {
  max-width: 18.4rem !important;
  font-size: clamp(2.34rem, 10.2vw, 3.12rem) !important;
  line-height: 0.98 !important;
}

body.guide-page .long-hero-title ~ .ph-sub {
  max-width: 17rem !important;
  font-size: clamp(1rem, 4.25vw, 1.1rem) !important;
  line-height: 1.68 !important;
}

body.guide-page .page-hero .test-hero-actions {
  margin-top: auto !important;
  padding-top: clamp(34px, 7svh, 80px) !important;
}

body.film-page .ph-hero .hero-title {
  margin-top: clamp(0px, 1.5svh, 16px) !important;
}

body.film-page .ph-hero .test-hero-actions {
  margin-top: auto !important;
  padding-top: clamp(48px, 10svh, 116px) !important;
}

body.inquire-page .ph-hero {
  min-height: 84svh !important;
  padding-bottom: calc(50px + env(safe-area-inset-bottom)) !important;
}

body.inquire-page .ph-hero .hero-content {
  min-height: auto !important;
}

body.engagement-page .page-hero .ph-title {
  max-width: 18.5rem !important;
  font-size: clamp(2.54rem, 11.6vw, 3.42rem) !important;
  line-height: 0.98 !important;
  margin-bottom: 18px !important;
}

body.engagement-page .page-hero .ph-sub {
  max-width: 16.8rem !important;
  font-size: clamp(0.98rem, 4.1vw, 1.08rem) !important;
  line-height: 1.62 !important;
}

body.engagement-page .page-hero .test-hero-actions {
  margin-top: auto !important;
  padding-top: clamp(30px, 6svh, 72px) !important;
}

.ph-gallery-cta {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  color: rgba(216,195,145,0.82) !important;
  border-bottom-color: rgba(216,195,145,0.4) !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  line-height: 1.45 !important;
}

#fam-gallery-mobile .gallery-item,
#fam-gallery-mobile .gallery-item:nth-child(n) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#fam-gallery-mobile .gallery-item::before,
#fam-gallery-mobile .gallery-item::after,
#fam-gallery-mobile .gallery-item:nth-child(n)::before,
#fam-gallery-mobile .gallery-item:nth-child(n)::after {
  content: none !important;
  display: none !important;
}

#fam-gallery-mobile .gallery-item img,
#fam-gallery-mobile .gallery-item:nth-child(n) img {
  filter: brightness(0.86) contrast(1.08) saturate(0.96) !important;
}

@media (max-width: 430px) {
  .ph-hero .hero-title {
    font-size: clamp(2.72rem, 12.4vw, 3.52rem) !important;
  }

  .ph-hero .hero-sub {
    max-width: 15rem !important;
  }
}

/* Absolute final drawer footer lock. This must stay at the end of the file. */
.drawer-social {
  margin-top: auto !important;
  padding-top: 44px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 18px !important;
}

.drawer-social a {
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 11.2px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(17,16,14,0.52) !important;
  text-decoration: none !important;
}

.drawer-contact {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 0 !important;
  font-size: 10.1px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.055em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-align: left !important;
  text-transform: uppercase !important;
  color: rgba(17,16,14,0.52) !important;
}

@media (max-width: 360px) {
  .drawer-contact {
    font-size: 8.8px !important;
    letter-spacing: 0.03em !important;
  }
}

/* Cinematic conversion pass: cleaner final decisions, stronger booking path. */
.cta-section .btn-gold + .btn-ghost,
.cta-section .btn-primary + .btn-ghost,
.cta-btns .btn-gold + .btn-ghost,
.cta-btns .button.primary + .btn-ghost {
  margin-top: 14px !important;
}

.film-page .ph-hero {
  min-height: 92svh !important;
  box-shadow: inset 0 24px 0 rgba(0,0,0,0.72), inset 0 -24px 0 rgba(0,0,0,0.78) !important;
}

.film-page .ph-video-wrap::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.42), transparent 34%, transparent 66%, rgba(0,0,0,0.42)),
    linear-gradient(180deg, rgba(0,0,0,0.14), rgba(0,0,0,0.72)) !important;
}

.film-page .vi-frame {
  border-color: rgba(216,195,145,0.24) !important;
  box-shadow: 0 28px 84px rgba(0,0,0,0.36) !important;
}

.film-page .vi-frame::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  pointer-events: none !important;
  border-top: 10px solid rgba(0,0,0,0.72) !important;
  border-bottom: 10px solid rgba(0,0,0,0.72) !important;
}

.mpkg-card.featured,
.pkg-card.featured,
.collection-card.featured {
  border-color: rgba(216,195,145,0.48) !important;
  box-shadow: 0 24px 76px rgba(0,0,0,0.24), 0 0 0 1px rgba(216,195,145,0.08) !important;
}

body.menu-open .cyd-pill,
.cyd-pill[aria-hidden="true"] {
  opacity: 0 !important;
  transform: translateX(-50%) translateY(18px) scale(0.96) !important;
  pointer-events: none !important;
}

.mobile-action-bar {
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.menu-open .mobile-action-bar {
  opacity: 0 !important;
  transform: translateX(-50%) translateY(16px) scale(0.96) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Editorial luxury pass: remove the obvious component-box feeling. */
.btn-gold,
.btn-primary,
.button.primary,
.pkg-book,
.pkg-cta,
.mpkg-card-cta {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top-color: rgba(216,195,145,0.46) !important;
  border-bottom-color: rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, transparent, rgba(216,195,145,0.18), transparent),
    rgba(9,8,6,0.22) !important;
  box-shadow: none !important;
}

.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.text-link,
.fg-link {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pkg-card,
.mpkg-card,
.info-card,
.testimonial-card,
.package-card,
.video-card,
.value-card,
.guide-card,
.step-card,
.session-card,
.collection-card,
.service-card,
.detail-card,
.fl-card,
.loc-card,
.tl-card,
.mt-card,
.season-card {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top-color: rgba(216,195,145,0.16) !important;
  border-bottom-color: rgba(246,239,227,0.055) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(216,195,145,0.055), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 48%),
    rgba(8,7,6,0.18) !important;
  box-shadow: none !important;
}

.pkg-card.featured,
.mpkg-card.featured,
.collection-card.featured {
  border-left: 0 !important;
  border-right: 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(216,195,145,0.11), transparent 42%),
    rgba(8,7,6,0.24) !important;
  box-shadow: inset 0 1px 0 rgba(216,195,145,0.2) !important;
}

.cta-section {
  border-left: 0 !important;
  border-right: 0 !important;
  background:
    linear-gradient(180deg, rgba(216,195,145,0.025), transparent 32%),
    #050505 !important;
  box-shadow: none !important;
}

.inline-proof,
.page-pull-quote,
.family-callout,
.form-direct-note {
  border-left: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ph-cta .btn-gold,
.hero-actions .button.primary,
.test-hero-actions .btn-gold,
.cta-section > .btn-gold,
.cta-content > .btn-gold {
  width: auto !important;
  min-width: min(100%, 13.6rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.film-page .test-hero-actions .btn-gold {
  min-width: min(100%, 14.8rem) !important;
}

.pkg-cta,
.mpkg-card-cta,
.pkg-book {
  letter-spacing: 0.18em !important;
}

/* Site cleanup pass: keep mobile footers useful without letting them become another page. */
body > footer {
  padding: 42px 24px calc(28px + env(safe-area-inset-bottom)) !important;
}

body > footer .footer-brand {
  margin-bottom: 10px !important;
}

body > footer .footer-tagline {
  max-width: 19rem !important;
  margin-bottom: 18px !important;
  font-size: 0.74rem !important;
  line-height: 1.62 !important;
}

body > footer .footer-social {
  gap: 10px 18px !important;
  margin-bottom: 28px !important;
}

body > footer .footer-social a {
  min-height: 32px !important;
  font-size: 0.55rem !important;
}

body > footer .footer-cols {
  gap: 22px !important;
  margin-bottom: 24px !important;
}

body > footer .footer-col-title {
  margin-bottom: 10px !important;
}

body > footer .footer-col li {
  margin-bottom: 4px !important;
}

body > footer .footer-col a {
  min-height: 30px !important;
  font-size: 0.72rem !important;
}

body > footer .footer-bottom,
body > footer .footer-copy {
  padding-top: 16px !important;
  font-size: 0.62rem !important;
}

/* Final drawer lock: match the home menu after all readability overrides. */
.drawer {
  width: min(86vw, 360px) !important;
  padding: calc(32px + env(safe-area-inset-top)) 28px calc(34px + env(safe-area-inset-bottom)) !important;
  background: #f4efe6 !important;
  color: #12100d !important;
  font-size: 16px !important;
}

.drawer-top {
  margin-bottom: 42px !important;
}

.drawer-mark {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 28.8px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  color: #12100d !important;
}

.drawer-close {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #12100d !important;
  padding: 12px !important;
}

.drawer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.drawer-links a {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(17,16,14,0.1) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 27.5px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #12100d !important;
  text-decoration: none !important;
}

.drawer-social {
  margin-top: auto !important;
  padding-top: 44px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 18px !important;
}

.drawer-social a {
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 11.2px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(17,16,14,0.52) !important;
  text-decoration: none !important;
}

.drawer-contact {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 0 !important;
  font-size: 10.1px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.055em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-align: left !important;
  text-transform: uppercase !important;
  color: rgba(17,16,14,0.52) !important;
}

@media (max-width: 360px) {
  .drawer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .drawer-links a {
    font-size: 26px !important;
  }

  .drawer-contact {
    font-size: 8.8px !important;
    letter-spacing: 0.03em !important;
  }
}

/* Live readability pass: clearer small text and home-style hero rhythm. */
.ph-hero,
.page-hero {
  min-height: 100svh !important;
  padding: calc(104px + env(safe-area-inset-top)) 24px calc(76px + env(safe-area-inset-bottom)) !important;
  align-items: stretch !important;
}

.hero-content,
.page-hero .ph-content,
.ph-content {
  min-height: calc(100svh - 180px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  max-width: 27rem !important;
  transform: none !important;
}

.hero-title,
.ph-title {
  max-width: 22rem !important;
  margin-top: clamp(16px, 4svh, 46px) !important;
  margin-bottom: 24px !important;
  font-size: clamp(3.12rem, 14.4vw, 4.55rem) !important;
  line-height: 1.03 !important;
  color: rgba(255,250,241,0.98) !important;
  text-shadow: 0 2px 28px rgba(0,0,0,0.34) !important;
  text-wrap: balance !important;
}

.long-hero-title {
  font-size: clamp(2.62rem, 11.8vw, 3.52rem) !important;
  line-height: 1.0 !important;
}

.hero-sub,
.ph-sub {
  max-width: 18.8rem !important;
  font-size: clamp(1.06rem, 4.65vw, 1.2rem) !important;
  line-height: 1.78 !important;
  color: rgba(255,250,241,0.9) !important;
  text-shadow: 0 1px 22px rgba(0,0,0,0.36) !important;
}

.test-hero-actions,
.family-hero-actions {
  margin-top: auto !important;
  padding-top: clamp(92px, 18svh, 190px) !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 28px !important;
}

.test-hero-actions .btn-gold {
  box-sizing: border-box !important;
  width: min(100%, 15.6rem) !important;
  min-width: 0 !important;
}

.family-hero-actions .btn-gold {
  width: min(100%, 13.8rem) !important;
}

.hero-eyebrow,
.ph-eyebrow,
.section-eyebrow,
.form-eyebrow,
.faq-eyebrow,
.info-eyebrow,
.gallery-intro-label,
.testimonials-eyebrow,
.packages-eyebrow,
.pkg-eyebrow,
.sec-eyebrow,
.intro-eyebrow,
.vg-eyebrow,
.cta-eyebrow,
.cat-label,
.sub-cat-label,
.stats-eyebrow,
.tl-location,
.footer-col-title {
  font-size: clamp(0.68rem, 3vw, 0.82rem) !important;
  line-height: 1.58 !important;
  letter-spacing: 0.2em !important;
}

.copy,
.hero-sub,
.ph-sub,
.phil-body,
.intro-body,
.origin-body,
.value-body,
.family-intro p,
.sec-body,
.sec-body p,
.body,
.body p,
.rain-body,
.footer-tagline,
.footer-copy,
.loc-list li,
.outfit-rules li,
.props-list li,
.del-list li,
.tips-item-text,
.vendor-note,
.tl-quote,
.mpkg-card-info-body,
.pkg-sub,
.pkg-note,
.faq-answer p,
.step-body,
.info-card-value span,
.testimonial-card p,
.guide-card p,
.session-card p,
.collection-card p,
.service-card p,
.detail-card p,
.pkg-card p,
.mpkg-card p,
.cta-sub,
.fc-body,
.info-list li,
.pkg-includes li,
.mpkg-card-list li,
.mpkg-card-info-list li,
.addons-list,
.portfolio-intro p,
.featured-quote p,
.form-section p,
.form-section label,
.meet-section p,
.family-callout .fc-body,
.drawer-contact,
.drawer-social a,
.footer-social a,
.footer-col a,
.footer-bottom,
main [style*="font-size:0.52rem"],
main [style*="font-size:0.55rem"],
main [style*="font-size:0.56rem"],
main [style*="font-size:0.58rem"],
main [style*="font-size:0.6rem"],
main [style*="font-size:0.62rem"],
main [style*="font-size:0.65rem"],
main [style*="font-size:0.68rem"],
main [style*="font-size:0.72rem"],
main [style*="font-size:0.78rem"],
main [style*="font-size:0.82rem"],
main [style*="font-size:0.84rem"],
main [style*="font-size:0.86rem"],
main [style*="font-size:0.88rem"],
main [style*="font-size:0.92rem"],
main [style*="font-size:0.95rem"] {
  font-size: clamp(1rem, 4.25vw, 1.12rem) !important;
  line-height: 1.82 !important;
}

.btn-gold,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.pkg-book,
.pkg-cta,
.mpkg-card-cta,
.button.primary,
.text-link,
.ph-gallery-cta,
.context-links a,
.trust-actions a {
  font-size: clamp(0.78rem, 3.55vw, 0.92rem) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.16em !important;
}

.ph-gallery-cta {
  padding-bottom: 6px !important;
}

.ph-bg,
.page-hero .ph-bg {
  opacity: 0.84 !important;
  filter: brightness(0.82) contrast(1.04) saturate(0.92) !important;
}

.hero-overlay,
.page-hero .ph-overlay {
  background:
    linear-gradient(180deg, rgba(8,7,6,0.24) 0%, rgba(8,7,6,0.14) 38%, rgba(8,7,6,0.9) 100%),
    linear-gradient(90deg, rgba(8,7,6,0.68), rgba(8,7,6,0.06) 78%) !important;
}

@media (max-width: 430px) {
  .hero-title,
  .ph-title,
  .ph-hero .hero-title {
    font-size: clamp(3.08rem, 14.2vw, 4.08rem) !important;
  }

  .long-hero-title {
    font-size: clamp(2.58rem, 11.4vw, 3.34rem) !important;
  }

  .hero-content,
  .page-hero .ph-content,
  .ph-content {
    min-height: calc(100svh - 178px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
  }
}

/* Absolute last word for the current mobile test pass. */
.hero-in {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.test-hero-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: clamp(24px, 8vw, 40px) !important;
}

.btn-gold,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.pkg-book,
.pkg-cta,
.mpkg-card-cta,
.button.primary {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 17px 32px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(216,195,145,0.38) !important;
  border-bottom: 1px solid rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.02), rgba(216,195,145,0.2), rgba(216,195,145,0.02)) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.16) !important;
  color: rgba(246,239,227,0.96) !important;
  cursor: pointer !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 420ms var(--test-ease), background 420ms var(--test-ease), color 420ms var(--test-ease), box-shadow 420ms var(--test-ease) !important;
}

.pkg-cta,
.mpkg-card-cta {
  width: 100% !important;
}

.btn-gold::after,
.btn-primary::after,
.btn-ghost::after,
.btn-outline::after,
.btn-outline-dark::after,
.btn-accent-outline::after,
.pkg-book::after,
.pkg-cta::after,
.mpkg-card-cta::after,
.button.primary::after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  right: calc(31px + 0.16em) !important;
  bottom: 12px !important;
  width: auto !important;
  height: 1px !important;
  display: block !important;
  background: currentColor !important;
  opacity: 0.22 !important;
  transition: opacity 420ms var(--test-ease) !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.btn-accent-outline:hover,
.btn-accent-outline:focus-visible,
.pkg-book:hover,
.pkg-book:focus-visible,
.pkg-cta:hover,
.pkg-cta:focus-visible,
.mpkg-card-cta:hover,
.mpkg-card-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.04), rgba(216,195,145,0.24), rgba(216,195,145,0.04)) !important;
  color: rgba(246,239,227,0.98) !important;
  box-shadow: 0 18px 56px rgba(0,0,0,0.2) !important;
  outline: none !important;
}

.cream .btn-gold,
.cream .btn-primary,
.cream .btn-ghost,
.cream .btn-outline,
.cream .btn-outline-dark,
.guide-section.cream .btn-gold,
.guide-section.cream .btn-primary,
.guide-section.cream .btn-ghost,
.guide-section.cream .btn-outline,
.guide-section.cream .btn-outline-dark,
.form-section .btn-gold,
.form-section .btn-primary,
.form-section .btn-ghost,
.form-section .btn-outline,
.form-section .btn-outline-dark,
.family-callout .btn-gold,
.family-callout .btn-primary,
.family-callout .btn-ghost,
.family-callout .btn-outline,
.family-callout .btn-outline-dark,
.pkg-book {
  border-top-color: rgba(20,17,13,0.26) !important;
  border-bottom-color: rgba(20,17,13,0.22) !important;
  background:
    linear-gradient(90deg, rgba(20,17,13,0.02), rgba(20,17,13,0.12), rgba(20,17,13,0.02)) !important;
  color: rgba(20,17,13,0.82) !important;
  box-shadow: none !important;
}

.cat-wrap,
.mpkg-dropdown-wrap {
  max-width: min(100% - 48px, 22rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cat-select,
.mpkg-select,
.cat-select.lux-select-native,
.mpkg-select.lux-select-native {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.46) !important;
  background:
    linear-gradient(90deg, transparent, rgba(216,195,145,0.075), transparent) !important;
  box-shadow: none !important;
  color: rgba(246,239,227,0.94) !important;
  font-size: clamp(1.75rem, 8vw, 2.32rem) !important;
  padding: 10px 54px 16px 0 !important;
}

.cat-select:focus,
.mpkg-select:focus {
  border-bottom-color: rgba(226,207,158,0.86) !important;
  box-shadow: none !important;
}

.mpkg-dropdown-wrap::before,
.cat-select-wrap::before {
  right: 29px !important;
  width: 28px !important;
  background: rgba(216,195,145,0.34) !important;
}

.family-hero-actions {
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 28px !important;
  margin-top: 26px !important;
}

.family-hero-actions .btn-gold {
  box-sizing: border-box !important;
  width: min(100%, 13.8rem) !important;
  min-width: 0 !important;
  padding-inline: 24px !important;
}

.test-hero-actions .btn-gold {
  width: min(100%, 15.6rem) !important;
}

.ph-gallery-cta {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  color: rgba(216,195,145,0.82) !important;
  border-bottom-color: rgba(216,195,145,0.4) !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  line-height: 1.45 !important;
}

#fam-gallery-mobile .gallery-item,
#fam-gallery-mobile .gallery-item:nth-child(n) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#fam-gallery-mobile .gallery-item::before,
#fam-gallery-mobile .gallery-item::after,
#fam-gallery-mobile .gallery-item:nth-child(n)::before,
#fam-gallery-mobile .gallery-item:nth-child(n)::after {
  content: none !important;
  display: none !important;
}

#fam-gallery-mobile .gallery-item img,
#fam-gallery-mobile .gallery-item:nth-child(n) img {
  filter: brightness(0.86) contrast(1.08) saturate(0.96) !important;
}

@media (max-width: 430px) {
  .ph-hero .hero-title {
    font-size: clamp(2.72rem, 12.4vw, 3.52rem) !important;
  }

  .ph-hero .hero-sub {
    max-width: 15rem !important;
  }
}

/* Final mobile polish pass. */
.test-hero-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: clamp(24px, 8vw, 40px) !important;
}

.btn-gold,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.pkg-book,
.pkg-cta,
.mpkg-card-cta,
.button.primary {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 17px 32px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(216,195,145,0.38) !important;
  border-bottom: 1px solid rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.02), rgba(216,195,145,0.2), rgba(216,195,145,0.02)) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.16) !important;
  color: rgba(246,239,227,0.96) !important;
  cursor: pointer !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 420ms var(--test-ease), background 420ms var(--test-ease), color 420ms var(--test-ease), box-shadow 420ms var(--test-ease) !important;
}

.pkg-cta,
.mpkg-card-cta {
  width: 100% !important;
}

.btn-gold::after,
.btn-primary::after,
.btn-ghost::after,
.btn-outline::after,
.btn-outline-dark::after,
.btn-accent-outline::after,
.pkg-book::after,
.pkg-cta::after,
.mpkg-card-cta::after,
.button.primary::after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  right: calc(31px + 0.16em) !important;
  bottom: 12px !important;
  width: auto !important;
  height: 1px !important;
  display: block !important;
  background: currentColor !important;
  opacity: 0.22 !important;
  transition: opacity 420ms var(--test-ease) !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.btn-accent-outline:hover,
.btn-accent-outline:focus-visible,
.pkg-book:hover,
.pkg-book:focus-visible,
.pkg-cta:hover,
.pkg-cta:focus-visible,
.mpkg-card-cta:hover,
.mpkg-card-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.04), rgba(216,195,145,0.24), rgba(216,195,145,0.04)) !important;
  color: rgba(246,239,227,0.98) !important;
  box-shadow: 0 18px 56px rgba(0,0,0,0.2) !important;
  outline: none !important;
}

.btn-gold:hover::after,
.btn-gold:focus-visible::after,
.btn-primary:hover::after,
.btn-primary:focus-visible::after,
.btn-ghost:hover::after,
.btn-ghost:focus-visible::after,
.btn-outline:hover::after,
.btn-outline:focus-visible::after,
.btn-outline-dark:hover::after,
.btn-outline-dark:focus-visible::after,
.btn-accent-outline:hover::after,
.btn-accent-outline:focus-visible::after,
.pkg-book:hover::after,
.pkg-book:focus-visible::after,
.pkg-cta:hover::after,
.pkg-cta:focus-visible::after,
.mpkg-card-cta:hover::after,
.mpkg-card-cta:focus-visible::after,
.button.primary:hover::after,
.button.primary:focus-visible::after {
  opacity: 0.34 !important;
}

.cream .btn-gold,
.cream .btn-primary,
.cream .btn-ghost,
.cream .btn-outline,
.cream .btn-outline-dark,
.guide-section.cream .btn-gold,
.guide-section.cream .btn-primary,
.guide-section.cream .btn-ghost,
.guide-section.cream .btn-outline,
.guide-section.cream .btn-outline-dark,
.form-section .btn-gold,
.form-section .btn-primary,
.form-section .btn-ghost,
.form-section .btn-outline,
.form-section .btn-outline-dark,
.family-callout .btn-gold,
.family-callout .btn-primary,
.family-callout .btn-ghost,
.family-callout .btn-outline,
.family-callout .btn-outline-dark,
.pkg-book {
  border-top-color: rgba(20,17,13,0.26) !important;
  border-bottom-color: rgba(20,17,13,0.22) !important;
  background:
    linear-gradient(90deg, rgba(20,17,13,0.02), rgba(20,17,13,0.12), rgba(20,17,13,0.02)) !important;
  color: rgba(20,17,13,0.82) !important;
  box-shadow: none !important;
}

.cat-wrap,
.mpkg-dropdown-wrap {
  max-width: min(100% - 48px, 22rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cat-select,
.mpkg-select,
.cat-select.lux-select-native,
.mpkg-select.lux-select-native {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.46) !important;
  background:
    linear-gradient(90deg, transparent, rgba(216,195,145,0.075), transparent) !important;
  box-shadow: none !important;
  color: rgba(246,239,227,0.94) !important;
  font-size: clamp(1.75rem, 8vw, 2.32rem) !important;
  padding: 10px 54px 16px 0 !important;
}

.cat-select:focus,
.mpkg-select:focus {
  border-bottom-color: rgba(226,207,158,0.86) !important;
  box-shadow: none !important;
}

.mpkg-dropdown-wrap::before,
.cat-select-wrap::before {
  right: 29px !important;
  width: 28px !important;
  background: rgba(216,195,145,0.34) !important;
}

.cat-arrow,
.mpkg-select-arrow {
  right: 0 !important;
  color: rgba(216,195,145,0.72) !important;
}

.family-hero-actions {
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 22px !important;
  margin-top: 26px !important;
}

.family-hero-actions .btn-gold {
  min-width: min(100%, 14.8rem) !important;
}

.ph-gallery-cta {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  color: rgba(216,195,145,0.82) !important;
  border-bottom-color: rgba(216,195,145,0.4) !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  line-height: 1.45 !important;
}

#fam-gallery-mobile .gallery-item,
#fam-gallery-mobile .gallery-item:nth-child(n) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#fam-gallery-mobile .gallery-item::before,
#fam-gallery-mobile .gallery-item::after,
#fam-gallery-mobile .gallery-item:nth-child(n)::before,
#fam-gallery-mobile .gallery-item:nth-child(n)::after {
  content: none !important;
  display: none !important;
}

#fam-gallery-mobile .gallery-item img,
#fam-gallery-mobile .gallery-item:nth-child(n) img {
  filter: brightness(0.86) contrast(1.08) saturate(0.96) !important;
}

.kind-words-inline-cta {
  padding: 64px 24px 68px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(191,163,111,0.11), transparent 66vw),
    linear-gradient(180deg, #050403 0%, #0b0907 100%) !important;
  border-top: 1px solid rgba(246,239,227,0.06) !important;
  border-bottom: 1px solid rgba(246,239,227,0.06) !important;
}

.kind-words-inline-cta .cta-title {
  max-width: 18rem !important;
  margin: 0 auto 28px !important;
}

@media (max-width: 430px) {
  .test-hero-actions {
    margin-top: 26px !important;
  }

  .ph-hero .hero-content,
  .page-hero .ph-content {
    max-width: min(100%, 17.2rem) !important;
  }

  .ph-hero .hero-title {
    font-size: clamp(2.72rem, 12.4vw, 3.52rem) !important;
  }

  .ph-hero .hero-sub {
    max-width: 15rem !important;
  }

  .family-hero-actions .btn-gold,
  .test-hero-actions .btn-gold {
    width: min(100%, 15.6rem) !important;
  }
}

/* Final-order CTA override. Keep every major action quiet and editorial. */
.btn-gold,
.btn-primary,
.pkg-cta,
.mpkg-card-cta {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 17px 32px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(216,195,145,0.38) !important;
  border-bottom: 1px solid rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.02), rgba(216,195,145,0.2), rgba(216,195,145,0.02)) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.16) !important;
  color: rgba(246,239,227,0.96) !important;
  cursor: pointer !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 420ms var(--test-ease), background 420ms var(--test-ease), color 420ms var(--test-ease), box-shadow 420ms var(--test-ease) !important;
}

.pkg-cta,
.mpkg-card-cta {
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.btn-gold::after,
.btn-primary::after,
.pkg-cta::after,
.mpkg-card-cta::after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  right: calc(31px + 0.16em) !important;
  bottom: 12px !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: 0.22 !important;
  transition: opacity 420ms var(--test-ease) !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.pkg-cta:hover,
.pkg-cta:focus-visible,
.mpkg-card-cta:hover,
.mpkg-card-cta:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.04), rgba(216,195,145,0.24), rgba(216,195,145,0.04)) !important;
  color: rgba(246,239,227,0.98) !important;
  box-shadow: 0 18px 56px rgba(0,0,0,0.2) !important;
  outline: none !important;
}

.btn-gold:hover::after,
.btn-gold:focus-visible::after,
.btn-primary:hover::after,
.btn-primary:focus-visible::after,
.pkg-cta:hover::after,
.pkg-cta:focus-visible::after,
.mpkg-card-cta:hover::after,
.mpkg-card-cta:focus-visible::after {
  opacity: 0.34 !important;
}

.cream .btn-gold,
.cream .btn-primary,
.guide-section.cream .btn-gold,
.guide-section.cream .btn-primary,
.form-section .btn-gold,
.form-section .btn-primary,
.family-callout .btn-gold,
.family-callout .btn-primary {
  border-top-color: rgba(20,17,13,0.26) !important;
  border-bottom-color: rgba(20,17,13,0.22) !important;
  background:
    linear-gradient(90deg, rgba(20,17,13,0.02), rgba(20,17,13,0.12), rgba(20,17,13,0.02)) !important;
  color: rgba(20,17,13,0.82) !important;
  box-shadow: none !important;
}

/* Final CTA treatment: quiet editorial control instead of a solid gold box. */
.btn-gold,
.btn-primary,
.pkg-cta,
.mpkg-card-cta {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 17px 32px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(216,195,145,0.38) !important;
  border-bottom: 1px solid rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.02), rgba(216,195,145,0.2), rgba(216,195,145,0.02)) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.16) !important;
  color: rgba(246,239,227,0.96) !important;
  cursor: pointer !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 420ms var(--test-ease), background 420ms var(--test-ease), color 420ms var(--test-ease), box-shadow 420ms var(--test-ease) !important;
}

.pkg-cta,
.mpkg-card-cta {
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.btn-gold::after,
.btn-primary::after,
.pkg-cta::after,
.mpkg-card-cta::after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  right: calc(31px + 0.16em) !important;
  bottom: 12px !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: 0.22 !important;
  transition: opacity 420ms var(--test-ease) !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.pkg-cta:hover,
.pkg-cta:focus-visible,
.mpkg-card-cta:hover,
.mpkg-card-cta:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.04), rgba(216,195,145,0.24), rgba(216,195,145,0.04)) !important;
  color: rgba(246,239,227,0.98) !important;
  box-shadow: 0 18px 56px rgba(0,0,0,0.2) !important;
  outline: none !important;
}

.btn-gold:hover::after,
.btn-gold:focus-visible::after,
.btn-primary:hover::after,
.btn-primary:focus-visible::after,
.pkg-cta:hover::after,
.pkg-cta:focus-visible::after,
.mpkg-card-cta:hover::after,
.mpkg-card-cta:focus-visible::after {
  opacity: 0.34 !important;
}

.cream .btn-gold,
.cream .btn-primary,
.guide-section.cream .btn-gold,
.guide-section.cream .btn-primary,
.form-section .btn-gold,
.form-section .btn-primary,
.family-callout .btn-gold,
.family-callout .btn-primary {
  border-top-color: rgba(20,17,13,0.26) !important;
  border-bottom-color: rgba(20,17,13,0.22) !important;
  background:
    linear-gradient(90deg, rgba(20,17,13,0.02), rgba(20,17,13,0.12), rgba(20,17,13,0.02)) !important;
  color: rgba(20,17,13,0.82) !important;
  box-shadow: none !important;
}

/* Native collection selectors: one quiet control, no generated menu layer. */
.cat-wrap,
.mpkg-dropdown-wrap {
  max-width: min(100% - 48px, 24rem) !important;
  margin: 0 auto clamp(26px, 7vw, 40px) !important;
  padding: 0 !important;
}

.cat-select-wrap,
.mpkg-dropdown-wrap {
  position: relative !important;
  overflow: visible !important;
}

.lux-select {
  display: none !important;
}

.cat-select,
.mpkg-select,
.cat-select.lux-select-native,
.mpkg-select.lux-select-native {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  clip-path: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.52) !important;
  background:
    linear-gradient(90deg, transparent, rgba(216,195,145,0.055) 18%, rgba(216,195,145,0.09) 50%, transparent 100%) !important;
  color: rgba(246,239,227,0.94) !important;
  cursor: pointer !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 9.2vw, 2.72rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.04 !important;
  outline: none !important;
  padding: 12px 58px 18px 0 !important;
  text-align: left !important;
}

.cat-select:focus,
.mpkg-select:focus {
  border-bottom-color: rgba(226,207,158,0.88) !important;
  color: rgba(255,250,241,0.98) !important;
}

.cat-select option,
.mpkg-select option {
  background: #080706 !important;
  color: rgba(246,239,227,0.94) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.cat-arrow,
.mpkg-select-arrow {
  display: block !important;
  position: absolute !important;
  right: 2px !important;
  top: 50% !important;
  transform: translateY(-52%) !important;
  color: rgba(216,195,145,0.74) !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.mpkg-dropdown-wrap::before,
.cat-select-wrap::before {
  content: "";
  position: absolute;
  right: 31px;
  top: 50%;
  width: 34px;
  height: 1px;
  background: rgba(216,195,145,0.38);
  transform: translateY(-50%);
  pointer-events: none;
}

.context-links {
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(34px, 11vw, 64px) !important;
  margin: 0 auto clamp(22px, 7vw, 36px) !important;
  padding: 0 !important;
  text-align: center !important;
}

.context-links a,
.context-links a:visited {
  color: rgba(216,195,145,0.88) !important;
  display: inline-flex !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: clamp(0.92rem, 4.6vw, 1.18rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.2em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.context-links a::after {
  background: rgba(216,195,145,0.58) !important;
  bottom: -0.42rem !important;
}

.pkg-track,
.mpkg-swipe {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.pkg-track::-webkit-scrollbar,
.mpkg-swipe::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

@media (max-width: 520px) {
  body {
    font-size: 21px;
  }

  .hero-sub,
  .ph-sub {
    font-size: 1.02rem !important;
    line-height: 1.85 !important;
  }

  .phil-body,
  .intro-body,
  .origin-body,
  .value-body,
  .family-intro p,
  .sec-body,
  .sec-body p,
  .body,
  .body p,
  .rain-body,
  .footer-tagline,
  .footer-copy,
  .loc-list li,
  .outfit-rules li,
  .props-list li,
  .del-list li,
  .tips-item-text,
  .vendor-note,
  .tl-quote,
  .mpkg-card-info-body,
  .pkg-sub,
  .pkg-note,
  .faq-answer p,
  .step-body,
  .info-card-value span,
  .testimonial-card p,
  .guide-card p,
  .session-card p,
  .collection-card p,
  .service-card p,
  .detail-card p,
  .pkg-card p,
  .mpkg-card p {
    font-size: 0.96rem !important;
    line-height: 1.9 !important;
  }

  .pkg-includes li,
  .mpkg-card-list li,
  .mpkg-card-info-list li {
    font-size: 0.86rem !important;
    line-height: 1.85 !important;
  }

  .hero-eyebrow,
  .ph-eyebrow,
  .section-eyebrow,
  .form-eyebrow,
  .faq-eyebrow,
  .info-eyebrow,
  .gallery-intro-label,
  .testimonials-eyebrow,
  .packages-eyebrow,
  .pkg-eyebrow,
  .sec-eyebrow,
  .intro-eyebrow,
  .vg-eyebrow,
  .cta-eyebrow {
    font-size: 0.64rem !important;
    line-height: 1.6 !important;
  }

  .context-links a {
    font-size: clamp(0.96rem, 4.4vw, 1.14rem) !important;
  }

  .footer-col a,
  .footer-social a,
  .footer-nav a {
    font-size: 0.78rem !important;
  }
}

.pkg-includes li,
.mpkg-card-list li,
.mpkg-card-info-list li,
.faq-item {
  border-color: rgba(246,239,227,0.1) !important;
}

.pkg-includes li,
.mpkg-card-list li,
.mpkg-card-info-list li {
  color: rgba(246,239,227,0.78) !important;
  line-height: 1.82 !important;
}

.pkg-card,
.mpkg-card {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.pkg-card-title,
.mpkg-card-title,
.pkg-title,
.mpkg-title,
.faq-title,
.cta-title,
.section-title {
  letter-spacing: 0.005em !important;
}

.faq-question,
.faq-q,
.faq-item button {
  min-height: 58px !important;
  align-items: center !important;
}

.faq-q-text,
.faq-question-text {
  color: rgba(246,239,227,0.84) !important;
}

.gallery-intro-title,
.testimonials-title,
.package-title,
.pkg-title,
.vg-title,
.intro-title,
.sec-title,
.origin-title,
.values-title,
.meet-title {
  line-height: 1.06 !important;
}

.gallery-intro,
.pkg-header,
.mpkg-header,
.vg-header,
.cta-content,
.intro-section > .fu,
.packages-section > .fu,
.testimonials-section > .fu {
  max-width: 21rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn-gold,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline {
  min-height: 58px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(180deg, #d8c58c 0%, #c2a66d 100%) !important;
}

.guide-section.cream .sec-body,
.guide-section.cream .sec-body p,
.guide-section.cream .body-dark,
.guide-section.cream .body-dark p,
.guide-section.cream .checklist-item span,
.guide-section.cream .season-body,
.guide-section.cream .dest-body,
.guide-section.cream .tips-item-text,
.guide-section.cream .vendor-note,
.form-section p,
.form-section label,
.meet-section p,
.family-callout .fc-body {
  color: rgba(20,17,13,0.72) !important;
}

.guide-section.cream .sec-title,
.meet-section .meet-title,
.form-section .form-title,
.family-callout .fc-title {
  color: rgba(20,17,13,0.92) !important;
}

.portfolio-intro,
.stats-section,
.guide-section.cream,
.family-callout,
.meet-section,
.form-section {
  color: rgba(20,17,13,0.82) !important;
}

.site-header {
  border-bottom-color: rgba(246,239,227,0.055) !important;
}

.site-header.scrolled {
  background: rgba(8,7,6,0.94) !important;
}

.guide-section.cream .fu,
.guide-section.cream .sec-body.fu,
.guide-section.cream .body-dark.fu {
  opacity: 1 !important;
  transform: none !important;
}

.guide-section.cream .sec-body,
.guide-section.cream .sec-body p,
.guide-section.cream .body-dark,
.guide-section.cream .body-dark p,
.guide-section.cream .checklist-item span,
.guide-section.cream .season-body,
.guide-section.cream .dest-body,
.guide-section.cream .tips-item-text,
.guide-section.cream .vendor-note {
  color: rgba(20,17,13,0.68) !important;
}

.guide-section.cream .sec-eyebrow,
.guide-section.cream .timeline-time,
.guide-section.cream .checklist-label {
  color: rgba(92,72,38,0.72) !important;
}

.cta-bg,
.final-bg,
.ph-cta-bg {
  filter: brightness(0.36) contrast(1.08) saturate(0.88) !important;
}

.cta-section,
.final-cta,
.footer-cta {
  background:
    radial-gradient(circle at 50% 12%, rgba(191,163,111,0.08), transparent 64vw),
    #050403 !important;
}

@media (max-width: 430px) {
  .ph-hero,
  .page-hero {
    min-height: 96svh !important;
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }

  .hero-title,
  .ph-title {
    font-size: clamp(3.12rem, 14.8vw, 4.2rem) !important;
  }

  .gallery-grid,
  .fam-gallery-grid {
    gap: 30px 12px !important;
  }
}

/* Final-order legibility overrides. */
.guide-section.cream .sec-body,
.guide-section.cream .sec-body p,
.guide-section.cream .body-dark,
.guide-section.cream .body-dark p,
.guide-section.cream .checklist-item span,
.guide-section.cream .season-body,
.guide-section.cream .dest-body,
.guide-section.cream .tips-item-text,
.guide-section.cream .vendor-note,
.form-section p,
.form-section label,
.meet-section p,
.family-callout .fc-body {
  color: rgba(20,17,13,0.72) !important;
}

.hero-sub,
.ph-sub,
.phil-body,
.intro-body,
.origin-body,
.value-body,
.family-intro p,
.sec-body,
.sec-body p,
.body,
.body p,
.rain-body,
.footer-tagline,
.footer-copy,
.loc-list li,
.outfit-rules li,
.props-list li,
.del-list li,
.tips-item-text,
.vendor-note,
.tl-quote,
.mpkg-card-info-body,
.pkg-sub,
.pkg-note,
.faq-answer p,
.step-body,
.info-card-value span,
.testimonial-card p,
.guide-card p,
.session-card p,
.collection-card p,
.service-card p,
.detail-card p,
.pkg-card p,
.mpkg-card p {
  color: rgba(246,239,227,0.74) !important;
}

/* Last word on this test pass: buttons, selectors, and family polish. */
.hero-in {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.context-links a,
.context-links a:link,
.context-links a:visited,
.context-links a:hover,
.context-links a:focus-visible {
  color: rgba(216,195,145,0.88) !important;
  text-decoration: none !important;
  -webkit-text-fill-color: rgba(216,195,145,0.88) !important;
}

.test-hero-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: clamp(24px, 8vw, 40px) !important;
}

.btn-gold,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-dark,
.btn-accent-outline,
.pkg-book,
.pkg-cta,
.mpkg-card-cta,
.button.primary {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 17px 32px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(216,195,145,0.38) !important;
  border-bottom: 1px solid rgba(216,195,145,0.34) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.02), rgba(216,195,145,0.2), rgba(216,195,145,0.02)) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.16) !important;
  color: rgba(246,239,227,0.96) !important;
  cursor: pointer !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 420ms var(--test-ease), background 420ms var(--test-ease), color 420ms var(--test-ease), box-shadow 420ms var(--test-ease) !important;
}

.pkg-cta,
.mpkg-card-cta {
  width: 100% !important;
}

.btn-gold::after,
.btn-primary::after,
.btn-ghost::after,
.btn-outline::after,
.btn-outline-dark::after,
.btn-accent-outline::after,
.pkg-book::after,
.pkg-cta::after,
.mpkg-card-cta::after,
.button.primary::after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  right: calc(31px + 0.16em) !important;
  bottom: 12px !important;
  width: auto !important;
  height: 1px !important;
  display: block !important;
  background: currentColor !important;
  opacity: 0.22 !important;
  transition: opacity 420ms var(--test-ease) !important;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.btn-accent-outline:hover,
.btn-accent-outline:focus-visible,
.pkg-book:hover,
.pkg-book:focus-visible,
.pkg-cta:hover,
.pkg-cta:focus-visible,
.mpkg-card-cta:hover,
.mpkg-card-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(90deg, rgba(216,195,145,0.04), rgba(216,195,145,0.24), rgba(216,195,145,0.04)) !important;
  color: rgba(246,239,227,0.98) !important;
  box-shadow: 0 18px 56px rgba(0,0,0,0.2) !important;
  outline: none !important;
}

.cream .btn-gold,
.cream .btn-primary,
.cream .btn-ghost,
.cream .btn-outline,
.cream .btn-outline-dark,
.guide-section.cream .btn-gold,
.guide-section.cream .btn-primary,
.guide-section.cream .btn-ghost,
.guide-section.cream .btn-outline,
.guide-section.cream .btn-outline-dark,
.form-section .btn-gold,
.form-section .btn-primary,
.form-section .btn-ghost,
.form-section .btn-outline,
.form-section .btn-outline-dark,
.family-callout .btn-gold,
.family-callout .btn-primary,
.family-callout .btn-ghost,
.family-callout .btn-outline,
.family-callout .btn-outline-dark,
.pkg-book {
  border-top-color: rgba(20,17,13,0.26) !important;
  border-bottom-color: rgba(20,17,13,0.22) !important;
  background:
    linear-gradient(90deg, rgba(20,17,13,0.02), rgba(20,17,13,0.12), rgba(20,17,13,0.02)) !important;
  color: rgba(20,17,13,0.82) !important;
  box-shadow: none !important;
}

.cat-wrap,
.mpkg-dropdown-wrap {
  max-width: min(100% - 48px, 21rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

.cat-select,
.mpkg-select,
.cat-select.lux-select-native,
.mpkg-select.lux-select-native {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.46) !important;
  background:
    linear-gradient(90deg, transparent, rgba(216,195,145,0.075), transparent) !important;
  box-shadow: none !important;
  color: rgba(246,239,227,0.94) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.72rem, 7.8vw, 2.26rem) !important;
  letter-spacing: 0.01em !important;
  padding: 8px 50px 15px 0 !important;
}

.cat-select:focus,
.mpkg-select:focus {
  border-bottom-color: rgba(226,207,158,0.86) !important;
  box-shadow: none !important;
}

.mpkg-dropdown-wrap::before,
.cat-select-wrap::before {
  right: 29px !important;
  width: 28px !important;
  background: rgba(216,195,145,0.34) !important;
}

.cat-arrow,
.mpkg-select-arrow {
  color: rgba(216,195,145,0.72) !important;
}

.sub-pills {
  border: 0 !important;
  gap: 10px !important;
  justify-content: center !important;
}

.sub-pill {
  border: 0 !important;
  border-bottom: 1px solid rgba(216,195,145,0.32) !important;
  background: transparent !important;
  color: rgba(246,239,227,0.56) !important;
  padding: 12px 4px 10px !important;
}

.sub-pill.active {
  background: transparent !important;
  color: rgba(216,195,145,0.92) !important;
  border-bottom-color: rgba(216,195,145,0.82) !important;
}

.family-hero-actions {
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 28px !important;
  margin-top: 26px !important;
}

.family-hero-actions .btn-gold {
  box-sizing: border-box !important;
  width: min(100%, 13.8rem) !important;
  min-width: 0 !important;
  padding-inline: 24px !important;
}

.test-hero-actions .btn-gold {
  width: min(100%, 15.6rem) !important;
}

.ph-gallery-cta {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  color: rgba(216,195,145,0.82) !important;
  border-bottom-color: rgba(216,195,145,0.4) !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  line-height: 1.45 !important;
}

#fam-gallery-mobile .gallery-item,
#fam-gallery-mobile .gallery-item:nth-child(n) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#fam-gallery-mobile .gallery-item::before,
#fam-gallery-mobile .gallery-item::after,
#fam-gallery-mobile .gallery-item:nth-child(n)::before,
#fam-gallery-mobile .gallery-item:nth-child(n)::after {
  content: none !important;
  display: none !important;
}

#fam-gallery-mobile .gallery-item img,
#fam-gallery-mobile .gallery-item:nth-child(n) img {
  filter: brightness(0.86) contrast(1.08) saturate(0.96) !important;
}

@media (max-width: 430px) {
  .ph-hero .hero-title {
    font-size: clamp(2.72rem, 12.4vw, 3.52rem) !important;
  }

  .ph-hero .hero-sub {
    max-width: 15rem !important;
  }
}

/* EOF drawer footer lock: final winning menu footer sizing for all mobile pages. */
.drawer-social {
  margin-top: auto !important;
  padding-top: 44px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 18px !important;
}

.drawer-social a {
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 11.2px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(17,16,14,0.52) !important;
  text-decoration: none !important;
}

.drawer-contact {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 0 !important;
  font-size: 10.1px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.055em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-align: left !important;
  text-transform: uppercase !important;
  color: rgba(17,16,14,0.52) !important;
}

@media (max-width: 360px) {
  .drawer-contact {
    font-size: 8.8px !important;
    letter-spacing: 0.03em !important;
  }
}

/* True EOF final editorial lock: keep mobile cinematic, readable, and less boxed. */
.ph-bg,
.page-hero .ph-bg {
  opacity: 0.9 !important;
  filter: brightness(0.82) contrast(1.04) saturate(0.94) !important;
}

.film-page .ph-bg {
  filter: grayscale(1) brightness(0.76) contrast(1.08) saturate(0.9) !important;
}

.hero-overlay,
.ph-overlay,
.page-hero .ph-overlay {
  background:
    linear-gradient(180deg, rgba(8,7,6,0.16) 0%, rgba(8,7,6,0.08) 34%, rgba(8,7,6,0.78) 100%),
    linear-gradient(90deg, rgba(8,7,6,0.52), rgba(8,7,6,0.04) 76%) !important;
}

.hero-eyebrow,
.ph-eyebrow {
  color: rgba(216,195,145,0.86) !important;
}

.hero-title,
.ph-title {
  color: rgba(255,255,255,0.94) !important;
  text-shadow: 0 2px 30px rgba(0,0,0,0.46) !important;
}

.hero-sub,
.ph-sub {
  color: rgba(246,239,227,0.74) !important;
  text-shadow: 0 1px 20px rgba(0,0,0,0.4) !important;
}

.ph-hero .test-hero-actions .btn-gold,
.page-hero .test-hero-actions .btn-gold,
.hero-content .test-hero-actions .btn-gold,
.ph-content .test-hero-actions .btn-gold,
.inquire-page .test-hero-actions .btn-gold,
.film-page .test-hero-actions .btn-gold,
.collections-page .test-hero-actions .btn-gold {
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100vw - 76px) !important;
  padding-inline: 34px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  white-space: normal !important;
}

.film-page .ph-hero .test-hero-actions .btn-gold {
  padding-inline: 30px !important;
}

.cta-section > .btn-gold,
.cta-content > .btn-gold,
.form-section .btn-gold,
.guide-section.cream .btn-gold,
.family-callout .btn-gold {
  width: auto !important;
  min-width: 0 !important;
  max-width: min(100% - 48px, 20rem) !important;
  padding-inline: 34px !important;
}

/* Mobile masthead footer: same editorial credit feel as the desktop home page. */
body > footer.mobile-mag-credits {
  position: relative !important;
  padding: 76px 24px calc(36px + env(safe-area-inset-bottom)) !important;
  overflow: hidden !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(197,170,114,0.08), transparent 42%),
    linear-gradient(180deg, #070604 0%, #020202 100%) !important;
  border-top: 1px solid rgba(197,170,114,0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
}

body > footer.mobile-mag-credits::before {
  content: "" !important;
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  top: 28px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(197,170,114,0.34), transparent) !important;
}

.mobile-mag-mark {
  margin: 0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.35rem, 14vw, 4.2rem) !important;
  line-height: 0.92 !important;
  font-weight: 300 !important;
  letter-spacing: 0.18em !important;
  text-transform: lowercase !important;
  color: rgba(246,239,227,0.88) !important;
}

.mobile-mag-tag {
  max-width: 17rem !important;
  margin: 18px auto 44px !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.02rem !important;
  font-style: italic !important;
  line-height: 1.55 !important;
  color: rgba(246,239,227,0.5) !important;
}

.mobile-mag-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 30px 20px !important;
  width: min(100%, 25rem) !important;
  margin: 0 auto 42px !important;
  text-align: left !important;
}

.mobile-mag-col {
  min-width: 0 !important;
}

.mobile-mag-label {
  margin: 0 0 12px !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.58rem !important;
  line-height: 1.55 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
  color: rgba(197,170,114,0.62) !important;
}

.mobile-mag-value {
  margin: 0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1rem !important;
  font-style: italic !important;
  line-height: 1.55 !important;
  color: rgba(246,239,227,0.62) !important;
}

.mobile-mag-value a {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(197,170,114,0.28) !important;
  padding-bottom: 2px !important;
}

.mobile-mag-col:last-child {
  grid-column: 1 / -1 !important;
  text-align: center !important;
}

.mobile-mag-col:last-child .mobile-mag-value {
  font-size: clamp(0.78rem, 3.7vw, 0.98rem) !important;
  letter-spacing: 0.01em !important;
}

.mobile-mag-col:last-child .mobile-mag-value a {
  overflow-wrap: anywhere !important;
}

.mobile-mag-rule {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  width: min(13rem, 68vw) !important;
  margin: 0 auto 28px !important;
  color: rgba(197,170,114,0.62) !important;
}

.mobile-mag-rule::before,
.mobile-mag-rule::after {
  content: "" !important;
  height: 1px !important;
  flex: 1 !important;
  background: rgba(197,170,114,0.2) !important;
}

.mobile-mag-nav,
.mobile-mag-social {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 16px 22px !important;
  margin: 0 auto !important;
  max-width: 21rem !important;
}

.mobile-mag-social {
  margin-top: 24px !important;
}

.mobile-mag-nav a,
.mobile-mag-social a {
  min-height: 0 !important;
  padding: 0 !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.58rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0.27em !important;
  text-transform: uppercase !important;
  color: rgba(246,239,227,0.52) !important;
  text-decoration: none !important;
}

.mobile-mag-social a {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.28em !important;
  color: rgba(197,170,114,0.78) !important;
}

.mobile-mag-base {
  display: grid !important;
  gap: 10px !important;
  margin-top: 34px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(246,239,227,0.065) !important;
  font-family: "Jost", system-ui, sans-serif !important;
  font-size: 0.54rem !important;
  line-height: 1.7 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(246,239,227,0.28) !important;
}

@media (max-width: 360px) {
  .mobile-mag-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .mobile-mag-nav,
  .mobile-mag-social {
    gap: 14px 18px !important;
  }
}
