/* Denver Zen Den homepage: Golden Hour */

:root {
  --void: #fff9f2;
  --deep-space: #f9e8da;
  --nebula-dark: #f1cdbd;
  --nebula-mid: #eab29a;
  --star-white: #3b2436;
  --cosmic-blue: #b75f56;
  --cosmic-blue-light: #d37d6b;
  --nebula-purple: #6f405c;
  --nebula-purple-light: #9b607d;
  --gold: #b87935;
  --gold-light: #e2ad65;
  --gold-dim: rgba(184, 121, 53, 0.12);
  --aurora-teal: #6f765f;
  --aurora-teal-dim: rgba(111, 118, 95, 0.12);
  --stardust: rgba(59, 36, 54, 0.08);
  --gh-ivory: #fff9f2;
  --gh-paper: #fffdf9;
  --gh-peach: #f8ddcd;
  --gh-amber: #e8a75f;
  --gh-coral: #d77a68;
  --gh-plum: #3b2436;
  --gh-plum-soft: #715669;
  --gh-sage: #72755f;
  --gh-line: rgba(78, 45, 65, 0.16);
  --gh-shadow: 0 28px 70px rgba(105, 59, 52, 0.12);
  --font-serif: 'Libre Baskerville', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--gh-ivory);
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  overflow-x: hidden;
  color: var(--gh-plum);
  background-color: var(--gh-ivory);
  background-image:
    linear-gradient(180deg, rgba(255, 249, 242, 0.94) 0%, rgba(250, 224, 207, 0.84) 34%, rgba(255, 249, 242, 0.96) 68%, #f7e8df 100%);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.65;
}

h1,
h2,
h3,
h4 {
  font-variant-ligatures: none;
  font-feature-settings: 'liga' 0, 'clig' 0;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: '';
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.golden-hour-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.75), rgba(248, 218, 198, 0.42) 48%, rgba(239, 189, 164, 0.22));
}

.golden-hour-ambient::before {
  position: absolute;
  top: calc(-18rem + var(--gh-light-shift, 0px));
  left: 54%;
  width: min(96vw, 76rem);
  aspect-ratio: 1;
  border-radius: 50%;
  content: '';
  transform: translateX(-50%) scale(var(--gh-light-scale, 1));
  opacity: var(--gh-light-opacity, 0.78);
  background: radial-gradient(circle,
    rgba(255, 239, 180, 0.95) 0%,
    rgba(249, 190, 120, 0.65) 26%,
    rgba(222, 121, 104, 0.30) 49%,
    rgba(255, 249, 242, 0) 72%);
  filter: blur(4px);
  animation: golden-hour-breathe 14s ease-in-out infinite;
  will-change: opacity, transform;
}

.golden-hour-ambient::after {
  position: absolute;
  right: -18rem;
  bottom: -24rem;
  width: 52rem;
  height: 52rem;
  border-radius: 50%;
  content: '';
  opacity: 0.2;
  background: radial-gradient(circle, rgba(215, 122, 104, 0.75), rgba(215, 122, 104, 0));
}

@keyframes golden-hour-breathe {
  0%, 100% { opacity: calc(var(--gh-light-opacity, 0.78) - 0.06); }
  50% { opacity: var(--gh-light-opacity, 0.78); }
}

@keyframes ember-glow-pulse {
  0%, 100% { opacity: 0.76; transform: scale(0.98); }
  50% { opacity: 0.96; transform: scale(1.02); }
}

@keyframes ember-rays-breathe {
  0%, 100% { opacity: 0.46; transform: rotate(-1deg); }
  50% { opacity: 0.78; transform: rotate(1deg); }
}

/* Remove the old cosmic surface while keeping its DOM hooks available to legacy scripts. */
.cosmos-progress,
#starfield.astral-sunrise,
#skyColorBand,
.sunrise-atmosphere,
.sunrise-glow,
.aurora,
.green-horizon,
.hero-particles,
.shooting-star,
.card-stars,
.offering-card-glow {
  display: none !important;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(183, 95, 86, 0.38);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 5rem;
}

.banner {
  position: relative;
  top: auto;
  left: auto;
  z-index: 51;
  width: 100%;
  min-height: 52px;
  padding: 0.78rem 1.5rem;
  color: #fffaf5;
  background: var(--gh-plum);
  border: 0;
  text-align: center;
}

.banner p {
  color: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.45;
}

.banner a {
  color: #f3c47f;
  text-decoration-color: rgba(243, 196, 127, 0.48);
  text-underline-offset: 3px;
}

#mainNav {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  width: 100%;
  padding: 0;
  color: var(--gh-plum);
  background: rgba(255, 249, 242, 0.97);
  border-bottom: 1px solid var(--gh-line);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 300ms ease, box-shadow 300ms ease;
}

#mainNav.scrolled {
  padding: 0;
  background: rgba(255, 249, 242, 0.95);
  box-shadow: 0 14px 40px rgba(85, 48, 53, 0.07);
}

.nav-row {
  width: min(1180px, calc(100% - 3rem));
  min-height: 74px;
  margin: 0 auto;
  padding: 0;
}

.nav-logo {
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.nav-links {
  gap: clamp(1rem, 2.4vw, 2rem);
}

.nav-links a {
  color: var(--gh-plum-soft) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: none;
  text-shadow: none !important;
}

.nav-links a:hover {
  color: var(--gh-coral) !important;
}

.nav-links .nav-cta {
  padding: 0.72rem 1.25rem !important;
  color: #fffaf5 !important;
  background: var(--gh-plum) !important;
  border: 1px solid var(--gh-plum) !important;
  border-radius: 999px;
  box-shadow: none;
}

.nav-links .nav-cta:hover {
  color: #fffaf5 !important;
  background: #5a354e !important;
  transform: translateY(-1px);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  flex: 0 0 44px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: var(--gh-plum);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--gh-line);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 1px;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(2.2rem, 3vw, 3rem) max(1.5rem, calc((100vw - 1180px) / 2)) 1.5rem;
  overflow: hidden;
  color: var(--gh-plum);
  background: transparent;
  align-items: center;
  justify-content: flex-start;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  top: 5%;
  right: -8%;
  width: min(50vw, 42rem);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 121, 53, 0.16);
  border-radius: 50%;
  content: '';
}

.hero::after {
  position: absolute;
  top: 12%;
  right: 4%;
  width: min(34vw, 27rem);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 121, 53, 0.14);
  border-radius: 50%;
  content: '';
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 224, 172, 0.72), rgba(246, 195, 164, 0.2) 34%, transparent 57%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(248, 221, 205, 0.7));
}

.hero-bg::before,
.hero-bg::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.78fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: auto;
  max-width: 660px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.hero-content .hero-location {
  margin: 0 0 0.8rem;
  color: var(--gh-plum-soft) !important;
  font-size: 0.76rem !important;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-badge {
  display: inline-flex;
  width: auto;
  margin: 0 0 1.5rem;
  padding: 0.55rem 0.95rem;
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(78, 45, 65, 0.18);
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
  backdrop-filter: blur(8px);
}

.hero h1 {
  width: min(100%, 660px);
  max-width: none;
  margin: 0;
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: clamp(2.9rem, 5.3vw, 4.9rem);
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 em {
  color: var(--gh-coral);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  font-weight: 500;
}

.hero-content > p:not(.hero-location) {
  width: min(100%, 660px);
  max-width: none;
  margin: 1.3rem 0 0;
  color: var(--gh-plum-soft);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  font-weight: 400;
  line-height: 1.65;
}

.hero-actions {
  justify-content: flex-start;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.hero-actions .btn {
  min-width: 158px;
  width: auto;
  min-height: 56px;
  padding: 1.05rem 1.85rem;
  font-size: 0.95rem;
  font-weight: 650;
}

.hero-senses {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.4rem;
  color: var(--gh-plum-soft);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
}

.hero-senses span + span::before {
  margin-right: 0.7rem;
  color: var(--gh-coral);
  content: '/';
  font-style: normal;
}

.hero-studio-card {
  position: relative;
  z-index: 3;
  min-width: 0;
  margin: 0;
}

.hero-studio-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3.25;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 48% 48% 2rem 2rem;
  box-shadow: var(--gh-shadow);
  background: #d9a37e;
}

.hero-studio-frame::after {
  position: absolute;
  inset: 0;
  content: '';
  background:
    linear-gradient(180deg, rgba(255, 230, 182, 0.12), rgba(89, 39, 62, 0.22)),
    radial-gradient(circle at 28% 18%, rgba(255, 242, 194, 0.56), transparent 38%);
  mix-blend-mode: soft-light;
}

.hero-studio-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 54%;
  filter: saturate(0.86) sepia(0.12) brightness(1.08);
  transform: translate3d(0, var(--hero-image-shift, 0px), 0) scale(1.12);
  transform-origin: 50% 50%;
  will-change: transform;
}

.hero-embers {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-embers span {
  position: absolute;
  bottom: -7%;
  left: var(--x);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #ffd88a;
  box-shadow:
    0 0 5px rgba(255, 188, 88, 0.95),
    0 0 12px rgba(232, 109, 65, 0.62);
  opacity: 0;
  animation: heroEmberRise var(--duration) linear infinite;
  animation-delay: var(--delay);
}

@keyframes heroEmberRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.55);
  }
  12% { opacity: 0.86; }
  54% { opacity: 0.62; }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), -420px, 0) scale(0.16);
  }
}

.hero-studio-card figcaption {
  position: relative;
  z-index: 3;
  width: min(84%, 25rem);
  margin: -2.3rem 0 0 -2rem;
  padding: 1.2rem 1.4rem;
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.91);
  border: 1px solid rgba(78, 45, 65, 0.13);
  border-radius: 0 1.4rem 1.4rem 1.4rem;
  box-shadow: 0 18px 44px rgba(81, 41, 51, 0.12);
  font-family: var(--font-serif);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.3;
}

.scroll-indicator {
  display: none;
}

.recognition-bar {
  position: relative;
  z-index: 4;
  width: min(1180px, 100%);
  margin: 1.2rem auto 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.recognition {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: clamp(1rem, 2.4vw, 2rem);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.15rem 1.45rem;
  color: #321b2b;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(78, 45, 65, 0.2);
  border-radius: 1.25rem;
  backdrop-filter: blur(12px);
  align-items: center;
}

.recognition-item {
  min-width: 0;
  text-align: left;
}

.recognition-divider {
  width: 1px;
  height: 2.4rem;
  background: rgba(78, 45, 65, 0.24);
}

.recognition-eyebrow,
.recognition-title,
.recognition-source,
.recognition-stars {
  color: #321b2b;
  font-size: 0.76rem;
  line-height: 1.25;
}

.recognition-eyebrow,
.recognition-stars {
  margin: 0 0 0.2rem;
  color: #ad4f43;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.recognition-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
}

.recognition-source {
  color: #5d4354;
  font-size: 0.7rem;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  min-width: 0;
  width: auto;
  height: auto;
  min-height: 56px;
  padding: 1.05rem 1.85rem;
  justify-content: center;
  align-items: center;
  color: var(--gh-plum);
  background: transparent;
  border: 1px solid rgba(78, 45, 65, 0.28);
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.015em;
  text-transform: none;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-nebula,
.btn-cosmic,
.btn-aurora,
.btn-prism,
.btn-teal {
  color: #fffaf5;
  background: var(--gh-plum);
  border-color: var(--gh-plum);
  box-shadow: 0 12px 30px rgba(79, 39, 57, 0.15);
}

.btn-primary:hover,
.btn-nebula:hover,
.btn-cosmic:hover,
.btn-aurora:hover,
.btn-prism:hover,
.btn-teal:hover {
  color: #fffaf5;
  background: #5b354f;
  border-color: #5b354f;
  box-shadow: 0 15px 34px rgba(79, 39, 57, 0.19);
}

.btn-ghost {
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.42);
  border-color: rgba(78, 45, 65, 0.28);
}

.btn-ghost:hover {
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.88);
  border-color: rgba(78, 45, 65, 0.42);
}

.section-label {
  margin-bottom: 0.9rem;
  color: var(--gh-coral) !important;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-title {
  color: var(--gh-plum) !important;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-subtitle,
section .section-subtitle {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;
  width: auto !important;
  height: auto !important;
  color: var(--gh-plum-soft) !important;
  background: none !important;
  filter: none !important;
  opacity: 1 !important;
  animation: none !important;
  pointer-events: auto !important;
  font-size: 1.02rem;
  line-height: 1.72;
}

section p.body {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;
  height: auto !important;
  background: none !important;
  filter: none !important;
  opacity: 1 !important;
  animation: none !important;
}

.hero-video,
.intro,
.offerings,
.benefits,
.wizard-section,
.field-notes,
.testimonials {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(5.5rem, 10vw, 9rem) max(1.5rem, calc((100vw - 1180px) / 2));
  color: var(--gh-plum);
  background: transparent;
}

.hero-video {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background: rgba(255, 253, 249, 0.45);
}

.hero-video-eyebrow {
  width: min(980px, 100%);
  margin: 0 auto 1.2rem;
  color: #9f453f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.lite-yt {
  width: min(980px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(78, 45, 65, 0.12);
  border-radius: 1.75rem;
  box-shadow: var(--gh-shadow);
}

.lite-yt::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(255, 225, 184, 0.04), rgba(59, 36, 54, 0.18));
  pointer-events: none;
}

.lite-yt-play {
  z-index: 2;
  background: rgba(255, 249, 242, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 38px rgba(55, 25, 40, 0.22);
}

.lite-yt-play::after {
  border-left-color: var(--gh-plum);
}

.intro {
  background: rgba(255, 249, 242, 0.72);
  padding-top: clamp(3.5rem, 6vw, 5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: clamp(2rem, 4.5vw, 4.5rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

.intro-carousel {
  min-width: 0;
}

.intro-carousel-frame {
  position: relative;
  min-height: clamp(390px, 43vw, 540px);
  overflow: hidden;
  background: #d7ad9e;
  border: 1px solid rgba(78, 45, 65, 0.14);
  border-radius: 1.7rem 1.7rem 5.5rem 1.7rem;
  box-shadow: 0 26px 64px rgba(74, 39, 52, 0.14);
}

.intro-carousel-frame::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: '';
  background: linear-gradient(180deg, transparent 60%, rgba(47, 25, 38, 0.28));
  pointer-events: none;
}

.intro-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  opacity: 0;
  filter: saturate(0.88) contrast(0.98) brightness(1.02);
  transform: scale(1.035);
  transition: opacity 900ms ease, transform 5.8s ease;
}

.intro-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.intro-carousel-status {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
  color: #fffaf5;
  background: rgba(50, 27, 43, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.intro p.intro-carousel-caption {
  margin: 0.75rem 0 0;
  color: #6b5061;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-copy {
  display: grid;
  align-content: center;
}

.intro p.intro-tagline {
  margin: 0 0 1.15rem;
  color: var(--gh-coral) !important;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  opacity: 1;
}

.intro .section-title {
  max-width: 8.8ch;
  margin: 0 0 1.2rem;
  font-size: clamp(3.35rem, 5vw, 4.35rem);
}

.intro .section-subtitle {
  max-width: 42ch;
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.55;
}

.intro-features {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0.5rem 0 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.58);
  border: 1px solid var(--gh-line);
  border-radius: 1.4rem;
}

.intro-feature {
  display: grid;
  grid-template-columns: 2.85rem minmax(0, 1fr);
  gap: 0 1.15rem;
  padding: 1.45rem;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--gh-line);
  border-bottom: 0;
  border-radius: 0;
  text-align: left;
}

.intro-feature:last-child {
  border-right: 0;
}

.intro-feature-icon {
  display: grid;
  grid-row: 1 / span 2;
  width: 2.85rem;
  height: 2.85rem;
  color: var(--gh-coral);
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid var(--gh-line);
  border-radius: 0.9rem;
  place-items: center;
}

.intro-feature-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-feature h4 {
  margin: 0 0 0.15rem;
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.intro-feature p {
  color: var(--gh-plum-soft);
  font-size: 0.92rem;
  line-height: 1.52;
}

.discovery-cta {
  display: flex;
  gap: 1rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.65rem max(1.5rem, calc((100vw - 1180px) / 2));
  color: #fffaf5;
  background: var(--gh-plum);
  border: 0;
  justify-content: center;
  align-items: center;
}

.discovery-cta p {
  color: rgba(255, 250, 245, 0.74);
  font-family: var(--font-serif);
  font-size: 1.2rem;
}

.discovery-cta .btn {
  padding: 0.72rem 1.25rem;
  color: var(--gh-plum);
  background: #f3c47f;
  border-color: #f3c47f;
  box-shadow: none;
}

.offerings {
  background: linear-gradient(180deg, rgba(247, 220, 204, 0.72), rgba(255, 249, 242, 0.76));
  padding-top: clamp(3.8rem, 6vw, 5.4rem);
  padding-bottom: clamp(2.6rem, 4vw, 3.6rem);
}

.offerings-header,
.benefits > div,
.wizard-section > div,
.field-notes-header,
.testimonials-header {
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: left;
}

.offerings-header {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.offerings-header .section-title,
.benefits .section-title,
.wizard-section .section-title,
.field-notes .section-title,
.testimonials .section-title {
  max-width: 12ch;
}

.offerings-header .section-subtitle,
.benefits > div > .section-subtitle,
.wizard-section > div > .section-subtitle,
.field-notes-header .section-subtitle,
.testimonials-header .section-subtitle {
  max-width: 58ch;
  margin: 1.25rem 0 0;
}

.offerings-header .section-subtitle,
.benefits > div > .section-subtitle {
  font-size: clamp(1.08rem, 1.2vw, 1.18rem);
  line-height: 1.65;
}

.offerings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--gh-line);
  border: 1px solid var(--gh-line);
  border-radius: 1.75rem;
  box-shadow: var(--gh-shadow);
}

.offering-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: clamp(215px, 22vw, 270px) auto;
  min-height: 0;
  overflow: hidden;
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.9);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: background 240ms ease;
}

.offering-card:hover {
  background: #fffdf9;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.offering-card-visual {
  position: relative;
  min-height: 0;
  background: linear-gradient(180deg, var(--card-a, #f0c7ae), var(--card-b, #d6816e)) !important;
  border: 0;
}

.offering-card-visual.first-timer { --card-a: #f6d8c2; --card-b: #da8c72; }
.offering-card-visual.adventure { --card-a: #efd3a9; --card-b: #c9795f; }
.offering-card-visual.signature { --card-a: #ead3cf; --card-b: #9c6279; }
.offering-card-visual.predesigned { --card-a: #e7d6ba; --card-b: #76765f; }

.offering-card-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: '';
  background:
    linear-gradient(180deg, rgba(42, 22, 34, 0.04) 38%, rgba(42, 22, 34, 0.26) 100%),
    radial-gradient(circle at 50% 22%, rgba(255, 241, 204, 0.18), transparent 48%);
  pointer-events: none;
}

.offering-card-visual::before {
  display: none !important;
  content: none !important;
  animation: none !important;
}

.offering-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.88) contrast(0.96) brightness(1.02);
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 400ms ease;
}

.offering-card:hover .offering-art {
  filter: saturate(0.98) contrast(0.98) brightness(1.04);
  transform: scale(1.035);
}

.offering-card-glow,
.card-stars,
.offering-card-visual-label .offering-icon {
  display: none !important;
}

.offering-card-visual-label {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.75rem 0.85rem;
  color: var(--gh-plum);
  background: rgba(255, 249, 242, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(46, 24, 35, 0.14);
  text-align: left;
  backdrop-filter: blur(10px);
}

.offering-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.15rem;
  color: rgba(59, 36, 54, 0.76);
}

.offering-card-visual-label .tag {
  color: rgba(59, 36, 54, 0.7);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.offering-card-visual-label h3 {
  margin-top: 0.22rem;
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
  font-weight: 500;
  line-height: 1;
}

.offering-card-body {
  display: grid;
  grid-auto-rows: max-content;
  gap: 0.65rem;
  min-height: 0;
  padding: clamp(0.85rem, 1.5vw, 1.1rem) clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 1.8vw, 1.25rem);
  color: var(--gh-plum-soft);
  background: transparent;
  align-content: start;
  justify-content: stretch;
}

.offering-card-body > p {
  color: var(--gh-plum-soft);
  font-size: clamp(0.94rem, 1vw, 1.03rem);
  line-height: 1.58;
  margin: 0;
}

.offering-details {
  gap: 0.34rem;
  margin: 0;
}

.offering-detail {
  padding: 0.35rem 0.65rem;
  color: var(--gh-plum-soft) !important;
  background: rgba(248, 221, 205, 0.52);
  border: 1px solid var(--gh-line);
  border-radius: 999px;
  font-size: 0.76rem !important;
  text-shadow: none;
}

.offering-detail-icon {
  color: var(--gh-coral);
}

.offering-card .btn {
  margin-top: 0.08rem;
}

.benefits {
  padding-top: clamp(2.8rem, 4.5vw, 4rem);
  padding-bottom: clamp(4rem, 6vw, 5.5rem);
  background: rgba(255, 249, 242, 0.84);
}

.benefits > div {
  margin-bottom: 0;
}

.benefits > div > .section-subtitle {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.resonance-strip {
  width: 100%;
  margin: 0;
  padding: clamp(4.25rem, 7vw, 6.5rem) max(1.5rem, calc((100vw - 1180px) / 2));
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.62);
  border-top: 1px solid var(--gh-line);
  border-bottom: 1px solid var(--gh-line);
  text-align: center;
}

.resonance-strip .section-title {
  max-width: 12ch;
  margin: 0 auto 1.25rem;
}

.resonance-strip .section-subtitle {
  max-width: 58ch;
  margin: 0 auto;
}

.offering-price-line {
  margin: 0.85rem 0 0;
  color: var(--gh-plum-soft);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(1180px, 100%);
  margin: 0 auto;
  background: transparent;
  border-top: 1px solid var(--gh-line);
}

.benefit-item {
  --benefit-tap-x: 50%;
  --benefit-tap-y: 50%;
  min-height: 220px;
  padding: 2rem 1.5rem;
  color: var(--gh-plum);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--gh-line);
  border-bottom: 1px solid var(--gh-line);
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 320ms ease, box-shadow 320ms ease, transform 180ms ease;
}

.benefit-item::before {
  content: "";
  position: absolute;
  z-index: 4;
  width: 2.75rem;
  height: 2.75rem;
  left: var(--benefit-tap-x);
  top: var(--benefit-tap-y);
  border: 1px solid rgba(229, 127, 103, 0.76);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 226, 180, 0.42) 0 18%, rgba(229, 127, 103, 0.2) 19% 34%, transparent 36%);
  box-shadow: 0 0 0 1px rgba(255, 226, 180, 0.2), 0 0 26px rgba(229, 127, 103, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.2);
}

.benefit-item:nth-child(3n) {
  border-right: 0;
}

.benefit-item:hover {
  background: rgba(248, 221, 205, 0.36);
  border-color: var(--gh-line);
  box-shadow: none;
  transform: none;
}

.benefit-item:focus {
  background: transparent;
  border-color: var(--gh-line);
  box-shadow: none;
  transform: none;
}

.benefit-item:focus-visible {
  outline: 2px solid rgba(229, 127, 103, 0.68);
  outline-offset: -3px;
}

.benefit-item.is-pressing {
  transform: scale(0.988);
}

.benefit-item.is-blooming::before {
  animation: benefit-bloom 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.benefit-item.is-blooming .benefit-quote {
  animation: benefit-quote-settle 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
  box-shadow: 0 18px 52px rgba(54, 31, 48, 0.28), 0 0 0 1px rgba(255, 226, 180, 0.2);
}

.benefit-item.is-releasing .benefit-quote {
  opacity: 0;
  transform: translateY(-4px) scale(0.985);
  transition-duration: 620ms;
}

.benefit-item.is-resting .benefit-quote {
  opacity: 0 !important;
  transform: translateY(8px) scale(0.98) !important;
}

@keyframes benefit-bloom {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  18% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(8.5);
  }
}

@keyframes benefit-quote-settle {
  0% { transform: translateY(0) scale(1); }
  24% { transform: translateY(1px) scale(0.985); }
  62% { transform: translateY(-1px) scale(1.006); }
  100% { transform: translateY(0) scale(1); }
}

.benefit-icon {
  width: 2.65rem;
  height: 2.65rem;
  margin: 0 0 1.5rem;
  color: var(--gh-coral);
  background: rgba(248, 221, 205, 0.52);
  border: 0;
}

.benefit-item h4 {
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.benefit-item p {
  color: var(--gh-plum-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.benefit-item:hover .benefit-quote,
.benefit-item:focus-visible .benefit-quote,
.benefit-item.is-quote-open .benefit-quote {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wizard-section {
  padding: clamp(4rem, 7vw, 5.5rem) clamp(1rem, 4vw, 3rem);
  color: var(--gh-plum);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 226, 180, 0.76), transparent 34%),
    linear-gradient(155deg, #f2c9b7, #e6a98a 58%, #d88a74);
}

.wizard-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.wizard-intro {
  position: sticky;
  top: 8.5rem;
  padding-top: 1rem;
}

.wizard-intro .section-label {
  color: #9f453f;
  font-weight: 700;
}

.wizard-intro .section-title {
  max-width: 7ch;
  margin: 0.8rem 0 1.25rem;
  font-size: clamp(3.2rem, 5.4vw, 5.1rem);
  line-height: 0.92;
}

.wizard-intro .section-subtitle {
  max-width: 33rem;
  margin: 0;
  text-align: left;
}

.wizard-section .section-subtitle a {
  color: var(--gh-plum) !important;
  text-decoration: underline;
  text-decoration-color: rgba(59, 36, 54, 0.28);
  text-underline-offset: 4px;
}

.wizard-container {
  width: min(880px, 100%);
  margin: 0;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 2rem;
  box-shadow: 0 30px 70px rgba(95, 46, 48, 0.16);
  backdrop-filter: blur(14px);
}

.wizard-progress {
  margin-bottom: 2.5rem;
}

.wizard-dot {
  width: 8px;
  height: 8px;
  background: rgba(59, 36, 54, 0.18);
  border: 0;
}

.wizard-dot.active,
.wizard-dot.completed {
  background: var(--gh-coral);
  box-shadow: none;
}

.wizard-question {
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
}

.wizard-hint {
  color: var(--gh-plum-soft) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

.wizard-options {
  gap: 0.65rem;
}

.wizard-option {
  min-height: 0;
  padding: 1.1rem;
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.52);
  border: 1px solid var(--gh-line);
  border-radius: 1.15rem;
  box-shadow: none;
}

.wizard-option:hover,
.wizard-option.selected {
  color: var(--gh-plum);
  background: rgba(248, 221, 205, 0.62);
  border-color: rgba(183, 95, 86, 0.46);
  box-shadow: none;
  transform: translateY(-1px);
}

.wizard-option[role="button"]:focus-visible {
  outline: 3px solid rgba(183, 95, 86, 0.42);
  outline-offset: 4px;
}

.wizard-option-icon {
  color: var(--gh-coral);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--gh-line);
}

.wizard-option-text h5,
.wizard-option-text p {
  color: var(--gh-plum);
}

.wizard-option-text p {
  color: var(--gh-plum-soft) !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
}

.party-toggle {
  width: min(100%, 34rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.party-pill {
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gh-line);
  border-radius: 0.85rem;
  background: rgba(255, 253, 249, 0.5);
  color: var(--gh-plum-soft);
  font-weight: 500;
}

.party-pill:hover {
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.82);
  border-color: rgba(59, 36, 54, 0.32);
}

.party-pill.selected {
  color: #fffaf5;
  background: var(--gh-plum);
  border-color: var(--gh-plum);
  box-shadow: 0 8px 18px rgba(59, 36, 54, 0.12);
}

@media (max-width: 480px) {
  .party-toggle { gap: 0.4rem; }
  .party-pill { padding: 0.7rem 0.4rem; font-size: 0.8rem; }
}

.wizard-back {
  color: var(--gh-plum-soft);
}

.summary-card,
.booking-contact {
  color: var(--gh-plum);
  background: rgba(248, 221, 205, 0.42);
  border-color: var(--gh-line);
}

.summary-card {
  margin-bottom: 1rem;
  padding: 0.65rem 1.25rem;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(78, 45, 65, 0.18);
  border-radius: 1rem;
}

.summary-row {
  gap: 1.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 0;
}

.summary-row:not(:last-child) {
  border-bottom-color: rgba(78, 45, 65, 0.13);
}

.summary-label {
  color: #765769;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.summary-value {
  color: #321b2b;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: right;
}

.booking-contact {
  gap: 0.45rem;
  margin-top: 0.8rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.booking-contact label,
.contact-hint,
.wizard-alt-booking,
.wizard-alt-booking a {
  color: var(--gh-plum-soft);
}

.booking-contact label {
  color: #604657;
  font-weight: 700;
}

.booking-contact label .req {
  color: #b45447;
}

.booking-contact label .opt {
  color: #7a5d6d;
}

.booking-contact .contact-hint {
  margin: 0.25rem 0 0.5rem;
  color: #6b5061;
  line-height: 1.5;
}

.booking-contact input {
  min-height: 3.05rem;
  color: var(--gh-plum);
  background: #fffdf9;
  border-color: rgba(78, 45, 65, 0.22);
  border-radius: 0.75rem;
}

.booking-contact input:focus {
  border-color: #c76052;
  box-shadow: 0 0 0 3px rgba(199, 96, 82, 0.12);
}

.wizard-alt-booking {
  color: #604657 !important;
  text-align: center;
  font-weight: 500;
}

.wizard-alt-booking a {
  color: #8f3f47 !important;
  font-weight: 600;
}

.field-notes {
  padding-top: clamp(3.2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.4rem, 3.5vw, 3.2rem);
  background: rgba(255, 249, 242, 0.88);
}

.field-notes-header {
  margin-bottom: clamp(2rem, 3.5vw, 2.8rem);
}

.field-notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 1rem;
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
}

.field-note-card {
  min-height: 320px;
  align-self: start;
  padding: 2rem;
  color: var(--gh-plum);
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid var(--gh-line);
  border-radius: 1.4rem;
  box-shadow: none;
}

.field-note-card:hover {
  background: #fffdf9;
  border-color: rgba(183, 95, 86, 0.38);
  box-shadow: 0 18px 38px rgba(95, 46, 48, 0.08);
  transform: translateY(-3px);
}

.field-note-tag,
.field-note-meta {
  color: var(--gh-coral);
}

.field-note-card h3 {
  color: var(--gh-plum);
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.12;
}

.field-note-card p {
  color: var(--gh-plum-soft);
}

.field-notes-footer {
  width: min(1180px, 100%);
  margin: 2rem auto 0;
  text-align: left;
}

.testimonials {
  padding-top: clamp(3rem, 4.5vw, 4rem);
  padding-bottom: clamp(4rem, 6vw, 5.5rem);
  background: linear-gradient(180deg, rgba(248, 221, 205, 0.62), rgba(255, 249, 242, 0.82));
}

.feedspace-wrap {
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 1rem;
  background: rgba(255, 253, 249, 0.66);
  border: 1px solid var(--gh-line);
  border-radius: 1.5rem;
}

.about-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 560px;
  color: var(--gh-plum);
  background: #f4ded0;
}

.about-strip-visual {
  position: relative;
  display: flex;
  min-height: 500px;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(54, 27, 42, 0.02) 28%, rgba(54, 27, 42, 0.64) 100%),
    url('../images/how-we-got-here-hero.jpg') center 34% / cover no-repeat;
}

.about-strip-visual-text {
  position: relative;
  z-index: 2;
  width: min(100%, 640px);
  padding: clamp(1rem, 2.4vw, 1.7rem);
  color: #fffaf5;
  background: rgba(49, 25, 40, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 400;
  line-height: 1.03;
  text-shadow: 0 3px 30px rgba(51, 23, 39, 0.28);
  backdrop-filter: blur(8px);
}

.about-strip-visual-text em {
  color: #f3c47f;
}

.about-strip-content {
  display: flex;
  max-width: 720px;
  padding: clamp(3.4rem, 6vw, 5.5rem) clamp(2rem, 5.5vw, 5rem);
  flex-direction: column;
  justify-content: center;
}

.about-strip-content .section-title {
  max-width: 17ch;
  margin-bottom: 1.4rem;
  font-size: clamp(2.25rem, 3.8vw, 3.7rem);
  line-height: 1.02;
}

.about-strip-content p {
  max-width: 50ch;
  color: var(--gh-plum-soft);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.68;
}

.about-strip-content .founder-line {
  margin: 0 0 0.7rem;
  color: #8f3f47;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-strip-content .btn {
  margin-top: 1.4rem;
}

.gift-cards-strip {
  padding: clamp(3.5rem, 5vw, 4.8rem) max(1.5rem, calc((100vw - 1180px) / 2));
  color: var(--gh-plum);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 234, 186, 0.78), transparent 36%),
    linear-gradient(135deg, #efc7ad, #d98671);
}

.gift-cards-strip-inner {
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.gift-cards-strip .section-title {
  max-width: 12ch;
}

.gift-cards-strip p {
  max-width: 56ch;
  margin-right: 0;
  margin-left: 0;
  color: var(--gh-plum-soft);
}

.gift-cards-strip-actions {
  justify-content: flex-start;
}

.gift-cards-strip-meta {
  color: rgba(59, 36, 54, 0.68) !important;
}

/* Gift strip: two-column grid with the interactive card on the right */

.gift-strip-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gift-card-visual {
  display: flex;
  justify-content: center;
  perspective: 1100px;
}

.gift-card-scene {
  position: relative;
  width: min(420px, 100%);
}

/* Warm glow seating the card into the gradient */
.gift-card-scene::before {
  content: "";
  position: absolute;
  inset: -18% -12%;
  background: radial-gradient(ellipse at 50% 55%, rgba(255, 236, 200, 0.55), transparent 62%);
  filter: blur(6px);
  pointer-events: none;
}

.gift-card-tilt {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  animation: gift-card-float 7s ease-in-out infinite;
}

@keyframes gift-card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

.gift-card-face {
  position: relative;
  aspect-ratio: 1.586;
  border-radius: 18px;
  padding: clamp(1.2rem, 2vw, 1.7rem) clamp(1.35rem, 2.2vw, 1.9rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #f6e8da;
  background:
    radial-gradient(circle at 82% 8%, rgba(226, 173, 101, 0.28), transparent 46%),
    linear-gradient(128deg, #462a40 0%, #3b2436 52%, #2c1a29 100%);
  box-shadow:
    0 34px 70px rgba(75, 38, 45, 0.38),
    0 8px 22px rgba(75, 38, 45, 0.25),
    inset 0 1px 0 rgba(255, 240, 220, 0.14);
}

/* Moving light sweep, driven by --sheen-x / --sheen-y from JS */
.gift-card-sheen {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 48% at var(--sheen-x, 50%) var(--sheen-y, 45%),
    rgba(255, 226, 178, 0.20),
    transparent 70%
  );
  pointer-events: none;
}

.gift-card-top,
.gift-card-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.gift-card-brand {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fdf3e7;
}

.gift-card-tag {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* Concentric ripple arcs, the light-and-sound motif */
.gift-card-ripples {
  position: absolute;
  right: -22%;
  bottom: -38%;
  width: 78%;
  aspect-ratio: 1;
  pointer-events: none;
}

.gift-card-ripples span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(226, 173, 101, 0.30);
  border-radius: 50%;
}

.gift-card-ripples span:nth-child(2) {
  inset: 16%;
  border-color: rgba(226, 173, 101, 0.42);
}

.gift-card-ripples span:nth-child(3) {
  inset: 32%;
  border-color: rgba(226, 173, 101, 0.55);
}

.gift-card-for {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.gift-card-for-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 232, 218, 0.62);
}

.gift-card-for-name {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  color: #fdf3e7;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.gift-card-for-name.is-fading {
  opacity: 0;
}

.gift-card-bottom {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 232, 218, 0.55);
}

@media (max-width: 900px) {
  .gift-strip-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .gift-card-scene {
    width: min(360px, 92%);
  }

  .gift-card-brand {
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .gift-card-bottom {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gift-card-tilt {
    animation: none;
  }

  .gift-card-for-name {
    transition: none;
  }
}

footer {
  padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 1180px) / 2)) 2.5rem;
  color: rgba(255, 250, 245, 0.74);
  background: var(--gh-plum);
  border: 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
}

.footer-brand .nav-logo {
  color: #fffaf5;
}

.footer-brand p,
.footer-col a {
  color: rgba(255, 250, 245, 0.67);
}

.footer-col h5,
.footer-col h5 a {
  color: #f3c47f;
}

.footer-col a:hover,
.footer-col h5 a:hover {
  color: #fffaf5;
}

.footer-bottom {
  width: min(1180px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 250, 245, 0.5);
  border-color: rgba(255, 255, 255, 0.14);
}

.footer-social a {
  color: rgba(255, 250, 245, 0.72);
}

.fade-in {
  opacity: 1;
  transform: none;
}

.reveal,
.reveal-soft,
.reveal-card,
.reveal-stagger > * {
  transition-duration: 720ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (max-width: 1100px) {
  .nav-row {
    width: min(100% - 2rem, 1180px);
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem !important;
    z-index: 100;
    width: auto;
    height: auto !important;
    max-width: none;
    max-height: 0;
    padding: 0 1rem;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    color: var(--gh-plum);
    background: #fffaf5;
    border: 1px solid var(--gh-line);
    border-radius: 0 0 1.2rem 1.2rem;
    box-shadow: 0 24px 50px rgba(66, 34, 49, 0.2);
  }

  .nav-links.open {
    max-height: 420px;
    padding: 1rem;
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    color: var(--gh-plum);
    border-bottom: 1px solid var(--gh-line);
  }

  .nav-links li:last-child a {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    grid-template-columns: 1fr 0.72fr;
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 8.2vw, 5.8rem);
  }

  .offering-card {
    grid-template-columns: 1fr;
    grid-template-rows: 250px auto;
  }

  .footer-inner {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 4rem;
  }

  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 650px;
  }

  .hero-studio-card {
    width: min(620px, 100%);
  }

  .hero-studio-card figcaption {
    margin-left: 1rem;
  }

  .recognition {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .recognition-divider {
    display: none;
  }

  .intro-inner {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .intro-carousel-frame {
    min-height: clamp(390px, 72vw, 540px);
  }

  .intro-copy {
    max-width: 680px;
  }

  .intro-features {
    margin-top: 0;
  }

  .wizard-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wizard-intro {
    position: static;
    padding-top: 0;
  }

  .wizard-intro .section-title {
    max-width: 10ch;
  }

  .offerings-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .field-notes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-item:nth-child(3n) {
    border-right: 1px solid var(--gh-line);
  }

  .benefit-item:nth-child(2n) {
    border-right: 0;
  }

  .about-strip {
    grid-template-columns: 1fr;
  }

  .about-strip-visual {
    min-height: 480px;
  }
}

@media (max-width: 600px) {
  .banner p {
    font-size: 0.75rem !important;
    letter-spacing: 0.035em;
    line-height: 1.35;
  }

  .nav-row {
    min-height: 66px;
  }

  .hero {
    padding: 2.2rem 1rem 1.5rem;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-bg::before {
    display: block !important;
    position: absolute;
    top: 2%;
    right: -22%;
    width: 112vw;
    aspect-ratio: 1;
    content: '' !important;
    border-radius: 50%;
    background: radial-gradient(circle,
      rgba(255, 245, 198, 0.94) 0%,
      rgba(255, 205, 126, 0.6) 12%,
      rgba(229, 127, 103, 0.22) 32%,
      transparent 67%);
    filter: blur(5px);
    opacity: 0.86;
    animation: ember-glow-pulse 9s ease-in-out infinite;
  }

  .hero-bg::after {
    display: block !important;
    position: absolute;
    inset: 0;
    content: '' !important;
    background: conic-gradient(from -18deg at 77% 27%,
      transparent 0deg 13deg,
      rgba(255, 222, 157, 0.24) 13deg 19deg,
      transparent 19deg 34deg,
      rgba(218, 111, 99, 0.14) 34deg 43deg,
      transparent 43deg 59deg,
      rgba(255, 222, 157, 0.22) 59deg 66deg,
      transparent 66deg 86deg,
      rgba(218, 111, 99, 0.12) 86deg 95deg,
      transparent 95deg 360deg);
    -webkit-mask-image: radial-gradient(ellipse at 77% 27%, #000 0 8%, transparent 72%);
    mask-image: radial-gradient(ellipse at 77% 27%, #000 0 8%, transparent 72%);
    mix-blend-mode: screen;
    opacity: 0.68;
    transform-origin: 77% 27%;
    animation: ember-rays-breathe 12s ease-in-out infinite;
  }

  .hero-location {
    font-size: 0.75rem !important;
  }

  .hero-badge {
    margin-bottom: 1.2rem;
    font-size: 0.75rem;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.4rem);
    line-height: 0.94;
    letter-spacing: -0.02em;
  }

  .hero-content > p:not(.hero-location) {
    margin-top: 1.4rem;
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-senses {
    justify-content: center;
  }

  .hero-studio-frame {
    border-radius: 44% 44% 1.4rem 1.4rem;
  }

  .hero-studio-card {
    display: none;
  }

  .recognition-bar {
    margin-top: 0.5rem;
  }

  .recognition {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
    padding: 0.85rem;
  }

  .recognition-item {
    min-width: 0;
    padding: 0;
    border: 0;
  }

  .recognition-title {
    font-size: 0.86rem;
  }

  .recognition-eyebrow,
  .recognition-stars,
  .recognition-source {
    font-size: 0.75rem;
  }

  .offering-card-visual-label,
  .intro-carousel-caption,
  .intro-carousel-status,
  .offering-card-heading .tag,
  .benefit-quote-eyebrow,
  .field-note-tag,
  .field-note-meta {
    font-size: 0.75rem !important;
  }

  .hero-video,
  .intro,
  .offerings,
  .benefits,
  .wizard-section,
  .field-notes,
  .testimonials {
    padding: 4.5rem 1rem;
  }

  .offerings {
    padding-top: 3.25rem;
    padding-bottom: 2.25rem;
  }

  .benefits {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }

  .field-notes {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .field-notes-header {
    margin-bottom: 2rem;
  }

  .testimonials {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .intro {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .lite-yt {
    border-radius: 1.1rem;
  }

  .section-title {
    font-size: clamp(2.6rem, 13vw, 3.7rem);
  }

  .intro-feature {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0 0.9rem;
    padding: 1.15rem 1.25rem;
  }

  .intro-feature-icon {
    width: 2.8rem;
    height: 2.8rem;
  }

  .discovery-cta {
    display: grid;
    padding: 1.25rem 1rem;
    text-align: center;
  }

  .offering-card {
    grid-template-columns: 1fr;
    grid-template-rows: 215px auto;
    min-height: 0;
  }

  .intro {
    padding: 3.25rem 1rem;
  }

  .intro-carousel-frame {
    min-height: 410px;
    border-radius: 1.35rem 1.35rem 3.8rem 1.35rem;
  }

  .intro .section-title {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
  }

  .intro-features {
    grid-template-columns: 1fr;
  }

  .intro-feature,
  .intro-feature:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--gh-line);
  }

  .intro-feature:last-child {
    border-bottom: 0;
  }

  .offering-card-visual {
    min-height: 220px;
  }

  .benefits-grid,
  .field-notes-grid {
    grid-template-columns: 1fr;
  }

  .benefit-item,
  .benefit-item:nth-child(2n),
  .benefit-item:nth-child(3n) {
    min-height: 0;
    border-right: 0;
  }

  .wizard-container {
    padding: 1.15rem;
    border-radius: 1.3rem;
  }

  .wizard-option {
    grid-template-columns: 2.4rem 1fr;
    padding: 0.95rem;
  }

  .wizard-option-icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .about-strip-visual {
    min-height: 390px;
  }

  .about-strip-content {
    padding: 3.4rem 1rem;
  }

  .gift-cards-strip {
    padding: 3.25rem 1rem;
  }

  .gift-cards-strip-actions {
    display: grid;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .golden-hour-ambient::before {
    animation: none;
    transform: translateX(-50%);
  }

  .hero-studio-frame img {
    transform: scale(1.06);
  }

  .hero-embers {
    display: none;
  }
}
