﻿/* ============ GARDEN OF EDEN — PAGE ============ */
body.garden-page {
  background: #030303;
}

.garden-page {
  background: #030303;
  color: #f5eee0;
  overflow-x: hidden;
}

.garden-page.garden-intro-active {
  overflow: hidden;
}

.garden-nav__actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 20px);
}

.garden-nav__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(245, 238, 224, 0.78);
  transition: color 0.25s ease, transform 0.25s ease;
}

.garden-nav__instagram svg {
  width: 18px;
  height: 18px;
}

.garden-nav__instagram:hover,
.garden-nav__instagram:focus-visible {
  color: rgba(214, 169, 71, 0.95);
  transform: translateY(-1px);
  outline: none;
}

.garden-page .brand-logo {
  height: clamp(70px, 7.25vw, 90px);
  width: auto;
}

/* ============ GARDEN HERO (Phase 1 — static split layout) ============ */
.garden-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 72px);
  padding:
    clamp(96px, 11vh, 128px)
    clamp(24px, 4vw, 56px)
    clamp(40px, 5vh, 72px);
  overflow: hidden;
}

@media (min-width: 901px) {
  .garden-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    column-gap: clamp(56px, 6vw, 100px);
    align-items: center;
    justify-content: center;
  }
}

.garden-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 78% 50%, rgba(180, 120, 40, 0.14) 0%, transparent 62%),
    radial-gradient(ellipse 40% 50% at 12% 80%, rgba(74, 103, 65, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #030303 0%, #050505 48%, #030303 100%);
  pointer-events: none;
  z-index: 0;
}

.garden-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  z-index: 0;
}

.garden-hero__video-shell {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: min(88vw, 400px);
  height: auto;
  aspect-ratio: 4 / 5;
  max-height: min(75vh, 640px);
  border: none;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(180, 120, 40, 0.06);
  overflow: hidden;
  border-radius: 0;
}

@media (min-width: 901px) {
  .garden-hero__video-shell {
    width: min(
      clamp(300px, 38vw, 480px),
      calc(min(78vh, 680px) * 4 / 5)
    );
    height: auto;
    aspect-ratio: 4 / 5;
    justify-self: center;
    transform: translateY(36px);
  }
}

/* Intro: video shell position driven by GSAP (Marea-style roll-up) */
.garden-hero--intro .garden-hero__video-shell {
  flex: none;
  border: none;
  transform: none;
  opacity: 0;
}

.garden-hero--intro .garden-hero__content,
.garden-hero--measuring .garden-hero__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.garden-hero--landed .garden-hero__content {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.garden-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.garden-hero__video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.15) 0%, rgba(3, 3, 3, 0.55) 100%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.35) 0%, transparent 42%);
  pointer-events: none;
}

.garden-hero__content {
  position: relative;
  z-index: 2;
  flex: 0 1 42%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

@media (min-width: 901px) {
  .garden-hero__content {
    flex: none;
    max-width: none;
    width: 100%;
    padding-top: clamp(8px, 1.2vh, 20px);
    padding-left: clamp(32px, 4vw, 56px);
  }
}

.garden-hero__logo {
  display: block;
  width: min(240px, 36vw);
  height: auto;
  margin-bottom: clamp(20px, 2.5vw, 32px);
  object-fit: contain;
}

.garden-hero__eyebrow {
  margin: 0 0 clamp(14px, 1.8vw, 22px);
  font-family: var(--sans);
  font-size: clamp(0.62rem, 0.75vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(214, 169, 71, 0.88);
}

.garden-hero__headline {
  margin: 0 0 clamp(16px, 2vw, 24px);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(4.25rem, 6vw, 7.2rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: #f5eee0;
}

.garden-hero__headline-lead {
  font-style: italic;
}

.garden-hero__title-image {
  display: inline-block;
  font-size: 1.58em;
  background-image: url("../images/GOE photos/garden-text-bg.png");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px rgba(232, 200, 120, 0.55);
  paint-order: stroke fill;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .garden-hero__title-image {
    color: #d6a947;
    -webkit-text-fill-color: #d6a947;
    background: none;
    -webkit-text-stroke: 0.5px rgba(232, 200, 120, 0.55);
  }
}

.garden-hero__body {
  margin: 0 0 clamp(24px, 3vw, 36px);
  max-width: 480px;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(245, 238, 224, 0.82);
}

.garden-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 2vw, 20px);
}

.garden-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 14px 26px;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid transparent;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.garden-hero__btn--primary {
  color: #0a0807;
}

.garden-hero__btn--ghost {
  color: rgba(255, 245, 220, 0.92);
}

/* ============ GARDEN SHARED TYPOGRAPHY ============ */
.garden-label {
  margin: 0 0 clamp(18px, 2vw, 24px);
  font-family: var(--sans);
  font-size: clamp(0.62rem, 0.72vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(214, 169, 71, 0.82);
}

.garden-line {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.35rem, 4.8vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #f5eee0;
  max-width: 14ch;
}

.garden-line--compact {
  max-width: 18ch;
}

.garden-body {
  margin: clamp(20px, 2.5vw, 28px) 0 0;
  max-width: 38ch;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245, 238, 224, 0.78);
}

.garden-page .reveal figure img {
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.garden-page .reveal.visible figure img {
  transform: scale(1);
}

.garden-page .reveal figure img {
  transform: scale(1.03);
}

.garden-line--center {
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.garden-body--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 42ch;
}

/* ============ GOE VENUE — intro + immersive gallery ============ */
.goe-venue {
  background: #030303;
  overflow: hidden;
}

.goe-venue__intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(100px, 14vw, 180px) clamp(24px, 5vw, 48px);
}

.goe-venue__label {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-family: var(--sans);
  font-size: clamp(0.62rem, 0.72vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(214, 169, 71, 0.88);
}

.goe-venue__headline {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.5rem, 6vw, 7rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #f5eee0;
}

.goe-venue__gallery {
  position: relative;
  width: 100%;
  height: min(100svh, 920px);
  background: #030303;
  overflow: hidden;
  outline: none;
}

.goe-venue__gallery.is-dragging {
  cursor: grabbing;
}

.goe-venue__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.goe-venue__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.85s;
  pointer-events: none;
  will-change: opacity, transform;
}

.goe-venue__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
  pointer-events: auto;
}

.goe-venue__slide.is-entering {
  transform: scale(1.02);
}

.goe-venue__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.goe-venue__swipe-hint {
  width: fit-content;
  margin: 0 0 clamp(6px, 1.2vw, 10px) clamp(14px, 2.5vw, 22px);
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.75rem;
  color: rgba(255, 245, 220, 0.7);
  letter-spacing: 0.15em;
  pointer-events: none;
  opacity: 0.75;
}

.goe-venue__controls {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 5vh, 48px);
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.goe-venue__dot {
  padding: 8px 4px;
  border: none;
  background: transparent;
  font-size: 1.3rem;
  line-height: 1;
  color: rgba(245, 238, 224, 0.38);
  cursor: pointer;
  transition:
    color 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
}

.goe-venue__dot:hover {
  color: rgba(245, 238, 224, 0.72);
}

.goe-venue__dot.is-active,
.goe-venue__dot[aria-selected="true"] {
  color: rgba(214, 169, 71, 0.95);
  transform: scale(1.18);
  opacity: 1;
}

.goe-venue__dot:focus-visible {
  outline: 1px solid rgba(214, 169, 71, 0.65);
  outline-offset: 6px;
}

/* ============ GARDEN NIGHT — editorial spread ============ */
.garden-night {
  background: #030303;
  padding: clamp(96px, 11vw, 140px) clamp(24px, 5vw, 64px);
  overflow: hidden;
}

.garden-night__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.garden-night__frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.12fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

.garden-night__media {
  width: 100%;
  min-width: 0;
}

.garden-night__visual {
  position: relative;
  width: 100%;
  max-width: min(100%, 520px);
  margin: 0;
  padding:
    clamp(28px, 4.5vw, 44px)
    clamp(56px, 8vw, 80px)
    clamp(60px, 9vw, 88px)
    clamp(24px, 4vw, 40px);
}

.garden-night__image {
  margin: 0;
  overflow: hidden;
  background: #030303;
}

.garden-night__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.garden-night__dominant {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: min(72vh, 580px);
  box-shadow: inset 0 0 0 1px rgba(196, 154, 89, 0.1);
}

.garden-night__accent {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(196, 154, 89, 0.08);
  will-change: transform;
}

.garden-night__accent--tl {
  top: -4px;
  left: calc(clamp(24px, 4vw, 40px) - 23%);
  width: 46%;
  aspect-ratio: 1 / 1;
  z-index: 3;
}

.garden-night__accent--br {
  right: -4px;
  bottom: -4px;
  width: 54%;
  aspect-ratio: 4 / 3;
  z-index: 2;
}

.garden-night__copy {
  align-self: center;
  text-align: left;
  max-width: min(100%, 480px);
  padding-left: clamp(4px, 1.5vw, 16px);
}

.garden-night__label {
  margin: 0 0 clamp(20px, 2.8vw, 32px);
  font-family: var(--sans);
  font-size: clamp(0.62rem, 0.72vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(214, 169, 71, 0.88);
}

.garden-night__headline {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.35rem, 5.75vw, 6.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f5eee0;
}

.garden-night__headline-lead {
  display: block;
  white-space: nowrap;
}

.garden-night__headline-rest {
  display: block;
  margin-top: 0.06em;
}

.garden-night__disco {
  display: inline-block;
  background-image: linear-gradient(
    110deg,
    #f5eee0 0%,
    #d6a947 14%,
    #ff9ecd 28%,
    #7ee8fa 42%,
    #e6c485 56%,
    #f5eee0 68%,
    #c49a59 80%,
    #b8f0ff 92%,
    #f5eee0 100%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gardenNightDisco 5s ease-in-out infinite;
  filter:
    drop-shadow(0 0 10px rgba(214, 169, 71, 0.35))
    drop-shadow(0 0 22px rgba(255, 158, 205, 0.12));
}

@keyframes gardenNightDisco {
  0%, 100% {
    background-position: 0% 50%;
    filter:
      drop-shadow(0 0 8px rgba(214, 169, 71, 0.45))
      drop-shadow(0 0 20px rgba(255, 158, 205, 0.18));
  }

  33% {
    background-position: 55% 50%;
    filter:
      drop-shadow(0 0 12px rgba(126, 232, 250, 0.4))
      drop-shadow(0 0 24px rgba(214, 169, 71, 0.22));
  }

  66% {
    background-position: 100% 50%;
    filter:
      drop-shadow(0 0 10px rgba(255, 158, 205, 0.35))
      drop-shadow(0 0 18px rgba(230, 196, 133, 0.28));
  }
}

.garden-night__copy:not(.is-visible) {
  opacity: 0;
  transform: translateY(40px);
}

/* ============ SIGNATURE DRINKS — stacked depth carousel ============ */
.garden-drinks {
  background: #050505;
  padding: clamp(96px, 11vw, 140px) clamp(20px, 4vw, 48px) clamp(88px, 10vw, 120px);
  overflow: hidden;
}

.garden-drinks__header {
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
}

.garden-drinks__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 5vw, 56px);
}

.garden-drinks__menu-btn {
  min-width: 220px;
}

.garden-drink-carousel {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 36px);
}

.garden-drink-carousel__stage {
  position: relative;
  height: clamp(520px, 48vw, 700px);
  margin: clamp(60px, 7vw, 110px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1200px;
  touch-action: manipulation;
}

.garden-drink-card {
  position: absolute;
  left: 50%;
  top: 40%;
  width: clamp(220px, 24vw, 320px);
  margin: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    filter 0.45s ease;
  will-change: transform, opacity, filter;
  cursor: grab;
  user-select: none;
}

.garden-drink-card.is-active {
  cursor: default;
}

.garden-drink-card__visual {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #0a0a0a;
  border-radius: clamp(14px, 1.4vw, 20px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.garden-drink-card.is-active .garden-drink-card__visual {
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(214, 169, 71, 0.1);
}

.garden-drink-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.garden-drink-card__meta {
  padding: clamp(8px, 1vw, 12px) 0 0;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.garden-drink-card.is-active .garden-drink-card__meta {
  opacity: 1;
  transform: translateY(0);
  margin-top: -2px;
}

.garden-drink-card__name {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(214, 169, 71, 0.95);
}

.garden-drink-card__desc {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  font-weight: 300;
  line-height: 1.45;
  color: rgba(245, 238, 224, 0.72);
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
}

/* Stack positions — transforms applied via JS */
.garden-drink-card[data-pos="0"] {
  z-index: 10;
}

.garden-drink-card[data-pos="-1"],
.garden-drink-card[data-pos="1"] {
  z-index: 8;
}

.garden-drink-card[data-pos="-2"],
.garden-drink-card[data-pos="2"] {
  z-index: 6;
}

.garden-drink-card[data-pos="-3"],
.garden-drink-card[data-pos="3"] {
  z-index: 4;
}

.garden-drink-carousel__nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  z-index: 12;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(214, 169, 71, 0.35);
  background: rgba(3, 3, 3, 0.65);
  color: rgba(214, 169, 71, 0.9);
  font-family: var(--sans);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 0.35s ease,
    background-color 0.35s ease,
    color 0.35s ease;
}

.garden-drink-carousel__nav:hover {
  border-color: rgba(214, 169, 71, 0.7);
  background: rgba(214, 169, 71, 0.12);
  color: #e8c878;
}

.garden-drink-carousel__nav--prev {
  left: calc(50% - clamp(210px, 22vw, 300px));
  transform: translate(-100%, -50%);
}

.garden-drink-carousel__nav--next {
  right: calc(50% - clamp(210px, 22vw, 300px));
  transform: translate(100%, -50%);
}

/* ============ WEEKLY EVENTS ============ */
.garden-events {
  background: #030303;
  padding: clamp(96px, 11vw, 140px) clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(214, 169, 71, 0.06);
}

.garden-events__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.garden-events__header {
  margin-bottom: clamp(48px, 6vw, 72px);
}

.garden-events__header .garden-line {
  max-width: 16ch;
}

.garden-events__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: stretch;
}

.garden-text-glow {
  color: #e8c878;
  text-shadow:
    0 0 10px rgba(214, 169, 71, 0.95),
    0 0 22px rgba(214, 169, 71, 0.7),
    0 0 40px rgba(196, 154, 89, 0.45);
}

.garden-text-energy {
  display: inline-block;
  background-image: linear-gradient(
    90deg,
    #c49a59 0%,
    #e8c878 14%,
    #fff4d6 28%,
    #ffffff 40%,
    #8ec8ff 52%,
    #fffef5 64%,
    #ffd966 76%,
    #5eb0ff 88%,
    #e8c878 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gardenTextEnergy 2.4s ease-in-out infinite;
  filter:
    drop-shadow(0 0 6px rgba(94, 176, 255, 0.5))
    drop-shadow(0 0 14px rgba(255, 214, 102, 0.35));
}

@keyframes gardenTextEnergy {
  0%, 100% {
    background-position: 0% 50%;
    filter:
      drop-shadow(0 0 6px rgba(94, 176, 255, 0.5))
      drop-shadow(0 0 14px rgba(255, 214, 102, 0.35));
  }

  33% {
    background-position: 55% 50%;
    filter:
      drop-shadow(0 0 12px rgba(255, 255, 255, 0.75))
      drop-shadow(0 0 22px rgba(94, 176, 255, 0.55));
  }

  66% {
    background-position: 100% 50%;
    filter:
      drop-shadow(0 0 10px rgba(255, 217, 102, 0.7))
      drop-shadow(0 0 20px rgba(142, 200, 255, 0.45));
  }
}

.garden-events__media {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: clamp(8px, 2vw, 24px);
  background: #030303;
  min-height: 0;
}

.garden-events__media-frame {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #030303;
}

.garden-events__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 950ms ease,
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.garden-events__image.is-visible {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.garden-events__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: clamp(8px, 2vw, 24px);
}

.garden-event {
  position: relative;
  display: grid;
  grid-template-columns: clamp(88px, 10vw, 120px) 1fr;
  gap: clamp(20px, 3vw, 36px);
  width: 100%;
  margin: 0;
  padding: clamp(22px, 3vw, 32px) clamp(12px, 2vw, 20px);
  border: none;
  border-bottom: 1px solid rgba(214, 169, 71, 0.18);
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    background 400ms ease,
    transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 400ms ease;
}

.garden-event:first-child {
  border-top: 1px solid rgba(214, 169, 71, 0.18);
}

.garden-event::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: rgba(214, 169, 71, 0.75);
  opacity: 0;
  transition: opacity 300ms ease;
}

.garden-event.is-active {
  background: linear-gradient(90deg, rgba(214, 169, 71, 0.08), transparent 65%);
  transform: translateX(5px);
  border-bottom-color: rgba(214, 169, 71, 0.28);
}

.garden-event.is-active::before {
  opacity: 1;
}

.garden-event:focus-visible {
  outline: 1px solid rgba(214, 169, 71, 0.55);
  outline-offset: 2px;
}

.garden-event__day {
  font-family: var(--sans);
  font-size: clamp(0.62rem, 0.72vw, 0.68rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(214, 169, 71, 0.72);
  padding-top: 4px;
  transition: color 350ms ease;
}

.garden-event.is-active .garden-event__day {
  color: #d6a947;
}

.garden-event__title {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
  color: rgba(245, 238, 224, 0.82);
  transition: color 350ms ease;
}

.garden-event.is-active .garden-event__title {
  color: #f5eee0;
}

.garden-event__text {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(245, 238, 224, 0.68);
  max-width: 36ch;
}

.garden-events__note {
  margin: clamp(40px, 5vw, 56px) 0 clamp(24px, 3vw, 32px);
  font-family: var(--serif);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: rgba(245, 238, 224, 0.5);
  max-width: 48ch;
}

.garden-events__cta {
  display: inline-flex;
}

@media (prefers-reduced-motion: reduce) {
  .garden-events__image {
    transition: opacity 0.2s ease;
    transform: none;
  }

  .garden-event {
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .garden-event.is-active {
    transform: none;
  }
}

/* ============ SOCIAL GALLERY ============ */
.garden-social {
  background: #030303;
  color: #f5eee0;
  overflow: hidden;
  border-top: 1px solid rgba(214, 169, 71, 0.08);
}

.garden-social__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(72px, 8vw, 110px) clamp(28px, 5vw, 72px) clamp(36px, 5vw, 64px);
  max-width: 1560px;
  margin: 0 auto;
}

.garden-social__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.2vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #f5eee0;
}

.garden-social__handle {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 3.25rem);
  line-height: 1;
  text-decoration: none;
  color: rgba(214, 169, 71, 0.92);
  white-space: nowrap;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.garden-social__handle:hover {
  color: #e8c878;
  opacity: 0.9;
}

.garden-social__viewport {
  overflow: hidden;
  padding-bottom: clamp(56px, 7vw, 88px);
  width: 100%;
}

.garden-social__track {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.5vw, 56px);
  width: max-content;
  animation: garden-social-marquee 52s linear infinite;
  will-change: transform;
}

@keyframes garden-social-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.garden-social__post {
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.garden-social__post:hover {
  opacity: 0.88;
}

.garden-social__post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.garden-social__post--sm {
  width: clamp(160px, 14vw, 240px);
  aspect-ratio: 1 / 1;
}

.garden-social__post--md {
  width: clamp(220px, 18vw, 340px);
  aspect-ratio: 4 / 5;
}

.garden-social__post--lg {
  width: clamp(280px, 22vw, 420px);
  aspect-ratio: 16 / 11;
}

.garden-social__post--wide {
  width: clamp(300px, 26vw, 480px);
  aspect-ratio: 5 / 3;
}

.garden-social__post--tall {
  width: clamp(200px, 17vw, 320px);
  aspect-ratio: 4 / 5;
}

.garden-social__post:nth-child(8n + 1) { transform: translateY(72px); }
.garden-social__post:nth-child(8n + 2) { transform: translateY(12px); }
.garden-social__post:nth-child(8n + 3) { transform: translateY(-18px); }
.garden-social__post:nth-child(8n + 4) { transform: translateY(56px); }
.garden-social__post:nth-child(8n + 5) { transform: translateY(0); }
.garden-social__post:nth-child(8n + 6) { transform: translateY(88px); }
.garden-social__post:nth-child(8n + 7) { transform: translateY(28px); }
.garden-social__post:nth-child(8n + 8) { transform: translateY(-6px); }

/* ============ RESERVE THE NIGHT — fixed-bg parallax ============ */
.garden-reserve {
  background: #030303;
  width: 100vw;
  margin-top: clamp(56px, 7vw, 88px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(64px, 8vw, 96px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.garden-reserve__window {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 48vh, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../images/GOE photos/instagram/crowd3.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.garden-reserve__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.85) 100%),
    linear-gradient(180deg, rgba(10, 8, 7, 0.4) 0%, rgba(10, 8, 7, 0.1) 30%, rgba(10, 8, 7, 0.1) 70%, rgba(10, 8, 7, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.garden-reserve__panel {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: clamp(48px, 6vw, 72px) 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.garden-reserve__headline {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5.25rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}

.garden-reserve__body {
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
  margin: 0 0 20px;
}

.garden-reserve__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 900px) {
  .garden-reserve {
    margin-top: 48px;
    padding: 48px 0;
  }

  .garden-reserve__window {
    min-height: clamp(320px, 42vh, 440px);
  }

  .garden-reserve__headline {
    font-size: clamp(2.25rem, 8vw, 3.5rem);
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 899px) {
  .garden-hero__botanical,
  .garden-hero__leaf {
    animation: none !important;
  }

  .garden-hero__bloom,
  .garden-hero__bloom--green {
    animation: none;
    width: 100vw;
    opacity: 0.45;
    filter: blur(12px);
  }

  .garden-hero__bloom--green {
    filter: blur(16px);
  }

  .firefly:nth-child(n + 9) {
    display: none;
  }

  .firefly {
    animation: fireflyPulseMobile 4s ease-in-out infinite !important;
    box-shadow: 0 0 4px 1px rgba(255, 217, 122, 0.45);
  }

  .firefly:nth-child(1) { animation-delay: 0s; }
  .firefly:nth-child(2) { animation-delay: 0.6s; }
  .firefly:nth-child(3) { animation-delay: 1.2s; }
  .firefly:nth-child(4) { animation-delay: 1.8s; }
  .firefly:nth-child(5) { animation-delay: 2.4s; }
  .firefly:nth-child(6) { animation-delay: 3s; }
  .firefly:nth-child(7) { animation-delay: 3.6s; }
  .firefly:nth-child(8) { animation-delay: 4.2s; }

  .garden-hero--mobile-fade.garden-hero--landed .garden-hero__video-shell,
  .garden-hero--mobile-fade.garden-hero--landed .garden-hero__content {
    opacity: 0;
    animation: gardenHeroMobileFadeIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .garden-hero--mobile-fade.garden-hero--landed .garden-hero__content {
    animation-delay: 0.2s;
  }
}

@keyframes gardenHeroMobileFadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fireflyPulseMobile {
  0%, 100% { opacity: 0.15; }
  50% { opacity: 0.65; }
}

@media (max-width: 899px) and (prefers-reduced-motion: reduce) {
  .garden-hero--mobile-fade.garden-hero--landed .garden-hero__video-shell,
  .garden-hero--mobile-fade.garden-hero--landed .garden-hero__content {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 899px) {
  .garden-hero--landed .garden-hero__video-shell {
    position: relative;
    inset: auto;
    width: min(88vw, 400px);
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: min(68vh, 520px);
    margin-inline: auto;
    z-index: 1;
    left: auto;
    top: auto;
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 799px) and (orientation: portrait) {
  .garden-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    column-gap: clamp(14px, 2.2vw, 24px);
    align-items: center;
    padding-left: clamp(14px, 2.5vw, 20px);
    padding-right: clamp(14px, 2.5vw, 20px);
  }

  .garden-hero__video-shell,
  .garden-hero--landed .garden-hero__video-shell {
    width: min(clamp(220px, 36vw, 280px), calc(min(62vh, 480px) * 4 / 5));
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: min(62vh, 480px);
    margin-inline: auto;
    transform: translateY(12px);
  }

  .garden-hero__content {
    flex: none;
    max-width: none;
    width: 100%;
    min-width: 0;
    padding-left: clamp(4px, 1.5vw, 12px);
  }

  .garden-hero__headline {
    font-size: clamp(2.5rem, 7vw, 3.5rem);
    line-height: 0.96;
  }

  .garden-hero__title-image {
    font-size: 1.45em;
  }

  .garden-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .garden-hero__btn {
    width: 100%;
    min-width: 0;
    padding: 12px 18px;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .garden-hero {
    column-gap: clamp(56px, 6vw, 96px);
    padding-left: clamp(20px, 3vw, 32px);
    padding-right: clamp(20px, 3vw, 32px);
  }

  .garden-hero__video-shell {
    width: min(
      clamp(280px, 34vw, 420px),
      calc(min(76vh, 640px) * 4 / 5)
    );
    height: auto;
    aspect-ratio: 4 / 5;
    transform: translateY(32px);
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .garden-drinks__header .garden-line,
  .garden-events__header .garden-line {
    font-size: clamp(2.65rem, 5.6vw, 4.5rem);
  }
}

@media (max-width: 1100px) {
  .garden-events__layout {
    grid-template-columns: 1fr;
  }

  .garden-events__header {
    text-align: center;
  }

  .garden-events__header .garden-label,
  .garden-events__header .garden-line {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .garden-events__media {
    min-height: clamp(420px, 52vh, 560px);
    height: auto;
  }

  .garden-events__media-frame {
    min-height: clamp(420px, 52vh, 560px);
  }
}

@media (max-width: 767px) {
  .garden-hero {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: clamp(28px, 5vw, 40px);
    padding-top: clamp(88px, 12vh, 104px);
    padding-bottom: clamp(32px, 6vh, 48px);
  }

  .garden-hero__video-shell {
    width: min(85vw, 380px);
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: min(72vh, 560px);
    margin-inline: auto;
    order: -1;
  }

  .garden-hero__content {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0 clamp(4px, 2vw, 8px);
  }

  .garden-hero__logo {
    width: min(200px, 58vw);
    margin-bottom: 24px;
  }

  .garden-hero__headline {
    font-size: clamp(3rem, 15vw, 4.8rem);
    line-height: 0.94;
  }

  .garden-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .garden-hero__btn {
    width: 100%;
    min-width: 0;
  }

  .goe-venue__intro {
    padding: clamp(72px, 12vw, 120px) clamp(20px, 5vw, 32px);
  }

  .goe-venue__headline {
    font-size: clamp(2.5rem, 10vw, 3.75rem);
    line-height: 1.02;
  }

  .goe-venue__gallery {
    height: clamp(70svh, 78svh, 82svh);
    touch-action: pan-y;
  }

  .goe-venue__dot {
    font-size: 1.15rem;
    padding: 10px 6px;
  }

  .garden-drink-carousel {
    padding: 0 clamp(12px, 3vw, 20px);
  }

  .garden-drink-carousel__stage {
    height: clamp(460px, 78vw, 620px);
    margin-top: clamp(40px, 8vw, 80px);
  }

  .garden-drink-card {
    width: clamp(172px, 40vw, 250px);
    top: 38%;
  }

  .garden-drink-carousel__nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .garden-drink-carousel__nav--prev {
    left: calc(50% - clamp(148px, 34vw, 210px));
  }

  .garden-drink-carousel__nav--next {
    right: calc(50% - clamp(148px, 34vw, 210px));
  }

  .garden-events__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .garden-events__media {
    min-height: clamp(420px, 52vh, 560px);
    height: auto;
    order: -1;
  }

  .garden-events__media-frame {
    min-height: clamp(420px, 52vh, 560px);
  }

  .garden-event {
    grid-template-columns: 1fr;
    gap: 8px;
    transform: none;
  }

  .garden-event.is-active {
    transform: translateX(4px);
  }

  .garden-events__cta {
    width: 100%;
    justify-content: center;
  }

  .garden-social__header {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .garden-social__handle {
    white-space: normal;
  }

  .garden-social__post:nth-child(n) {
    transform: translateY(0) !important;
  }

  .garden-social__track {
    gap: 20px;
    animation-duration: 40s;
  }

  .garden-reserve__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .garden-reserve__actions .garden-hero__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .garden-drink-carousel__stage {
    height: clamp(400px, 108vw, 500px);
    margin-top: clamp(32px, 7vw, 56px);
  }

  .garden-drink-card {
    width: clamp(148px, 44vw, 188px);
  }

  .garden-drink-carousel__nav {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .garden-drink-carousel__nav--prev {
    left: calc(50% - clamp(112px, 36vw, 156px));
  }

  .garden-drink-carousel__nav--next {
    right: calc(50% - clamp(112px, 36vw, 156px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .garden-social__track {
    animation: none;
  }

  .garden-drink-card {
    transition: none;
    filter: none !important;
  }

  .garden-drink-card__meta {
    transition: none;
  }

  .goe-venue__slide {
    transition: none;
  }

  .garden-night__dominant,
  .garden-night__accent {
    transform: none !important;
  }

  .garden-night__disco {
    animation: none;
    background: none;
    color: #e8c878;
    -webkit-text-fill-color: #e8c878;
    filter: none;
  }

  .garden-text-energy {
    animation: none;
    background: none;
    color: #e8c878;
    -webkit-text-fill-color: #e8c878;
    filter: none;
  }
}

@media (max-width: 900px) {
  .garden-night {
    padding: 72px 40px;
  }

  .garden-night__frame {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .garden-night__visual {
    max-width: min(100%, 420px);
    margin: 0 auto;
    padding:
      20px
      clamp(40px, 9vw, 52px)
      clamp(48px, 10vw, 64px)
      20px;
  }

  .garden-night__dominant {
    aspect-ratio: 4 / 5;
    max-height: min(62vh, 480px);
  }

  .garden-night__accent--tl {
    top: 0;
    left: calc(20px - 20%);
    width: 40%;
  }

  .garden-night__accent--br {
    right: 0;
    bottom: 0;
    width: 46%;
  }

  .garden-night__copy {
    max-width: none;
    padding-left: 0;
  }

  .garden-night__headline {
    font-size: clamp(2.75rem, 9vw, 4.5rem);
    line-height: 1.12;
  }
}

@media (max-width: 600px) {
  .garden-night {
    padding: 64px 24px;
  }

  .garden-night__visual {
    padding:
      12px
      28px
      36px
      12px;
  }

  .garden-night__dominant {
    max-height: min(56vh, 420px);
  }

  .garden-night__accent--tl {
    left: calc(12px - 18%);
    width: 36%;
  }

  .garden-night__accent--br {
    width: 42%;
  }

  .garden-night__headline {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
    line-height: 1.14;
  }

  .garden-night__headline-rest {
    margin-top: 0.08em;
  }
}

@media (max-width: 767px) {
  .garden-night {
    padding: clamp(56px, 12vw, 72px) 20px;
  }

  .garden-night__frame {
    display: flex;
    flex-direction: column;
    gap: clamp(36px, 9vw, 48px);
  }

  .garden-night__copy {
    order: -1;
    max-width: none;
    padding-left: 0;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .garden-night__media {
    order: 1;
    width: 100%;
  }

  .garden-night__visual {
    max-width: min(100%, 360px);
    margin: 0 auto;
    padding:
      clamp(24px, 6vw, 32px)
      clamp(24px, 6vw, 32px)
      clamp(28px, 7vw, 40px)
      clamp(16px, 4vw, 24px);
    overflow: visible;
  }

  .garden-night__dominant {
    aspect-ratio: 4 / 5;
    max-height: min(50vh, 400px);
  }

  .garden-night__accent--tl {
    top: -14px;
    left: 0;
    width: 38%;
    max-width: 140px;
  }

  .garden-night__accent--br {
    right: 0;
    bottom: 0;
    width: 44%;
    max-width: 165px;
  }

  .garden-night__label {
    margin-bottom: 16px;
  }

  .garden-night__headline {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1.15;
  }

  .garden-night__headline-lead {
    white-space: normal;
  }

  .garden-night__headline-rest {
    margin-top: 0.1em;
  }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }

  nav {
    padding: 18px 20px;
  }

  nav.scrolled {
    padding: 14px 20px;
  }

  .brand {
    font-size: 16px;
  }

  .cta-btn {
    padding: 10px 18px;
    font-size: 9.5px;
    letter-spacing: 0.25em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .garden-hero__video {
    display: none;
  }

  .garden-hero__video-shell {
    background: url('../images/goeoutdoors.webp') center / cover no-repeat;
  }
}

/* ============ GARDEN HERO — ATMOSPHERIC LAYERS ============ */

/* DEEP FOREST BACKGROUND */
.garden-hero {
  background:
    radial-gradient(ellipse at top left, rgba(26, 58, 42, 0.35) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(18, 40, 33, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse at center, #0a1410 0%, #050807 60%, #000 100%);
}

/* Z-INDEX — decorative layers between video and content */
.garden-hero__video-shell {
  z-index: 0;
}

.garden-hero__content {
  position: relative;
  z-index: 4;
}

/* BOTANICAL CORNERS */
.garden-hero__botanicals {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.garden-hero__botanical {
  position: absolute;
  width: 360px;
  height: 360px;
  filter: drop-shadow(0 0 12px rgba(196, 154, 89, 0.15));
}

.garden-hero__botanical--tl {
  top: -40px;
  left: -40px;
}

.garden-hero__botanical--tr {
  top: -40px;
  right: -40px;
}

.garden-hero__botanical--bl {
  bottom: -40px;
  left: -40px;
}

.garden-hero__botanical--br {
  bottom: -40px;
  right: -40px;
}

@keyframes botanicalSway {
  0%, 100% { transform: rotate(0deg) translate(0, 0); }
  50% { transform: rotate(1.2deg) translate(2px, -3px); }
}

.garden-hero__botanical--tl {
  animation: botanicalSway 12s ease-in-out infinite;
  transform-origin: top left;
}

.garden-hero__botanical--tr {
  animation: botanicalSway 14s ease-in-out infinite reverse;
  transform-origin: top right;
}

.garden-hero__botanical--bl {
  animation: botanicalSway 13s ease-in-out infinite reverse;
  transform-origin: bottom left;
}

.garden-hero__botanical--br {
  animation: botanicalSway 15s ease-in-out infinite;
  transform-origin: bottom right;
}

/* LARGE GREEN FOLIAGE */
.garden-hero__foliage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.garden-hero__leaf {
  position: absolute;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
}

.garden-hero__leaf--tl {
  top: -120px;
  left: -100px;
  width: 520px;
  height: 520px;
  --rot: -12deg;
  animation: leafSway 18s ease-in-out infinite;
  transform-origin: top left;
}

.garden-hero__leaf--tr {
  top: -80px;
  right: -120px;
  width: 540px;
  height: 540px;
  --rot: 8deg;
  opacity: 0.7;
  animation: leafSway 20s ease-in-out infinite reverse;
  transform-origin: top right;
}

.garden-hero__leaf--bl {
  bottom: -140px;
  left: -130px;
  width: 560px;
  height: 560px;
  --rot: -8deg;
  animation: leafSway 22s ease-in-out infinite reverse;
  transform-origin: bottom left;
}

.garden-hero__leaf--br {
  bottom: -120px;
  right: -110px;
  width: 540px;
  height: 540px;
  --rot: 10deg;
  opacity: 0.7;
  animation: leafSway 19s ease-in-out infinite;
  transform-origin: bottom right;
}

.garden-hero__leaf--depth {
  width: 700px;
  height: 700px;
  filter: blur(28px);
  opacity: 0.7;
}

.garden-hero__leaf--depth-left {
  top: 30%;
  left: -200px;
  transform: rotate(-15deg);
}

.garden-hero__leaf--depth-right {
  bottom: 20%;
  right: -200px;
  transform: rotate(20deg);
}

@keyframes leafSway {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translate(0, 0); }
  50% { transform: rotate(calc(var(--rot, 0deg) + 1.5deg)) translate(3px, -4px); }
}

/* FIREFLY PARTICLES */
.garden-hero__fireflies {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.firefly {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffd97a;
  box-shadow: 0 0 6px 2px rgba(255, 217, 122, 0.6);
  opacity: 0;
}

@keyframes fireflyDrift {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 0.8; }
  50% { opacity: 0.6; }
  90% { opacity: 0.4; }
  100% { transform: translate(var(--dx, 80px), var(--dy, -120px)); opacity: 0; }
}

@keyframes fireflyPulse {
  0%, 100% { box-shadow: 0 0 6px 2px rgba(255, 217, 122, 0.6); }
  50% { box-shadow: 0 0 10px 3px rgba(255, 217, 122, 0.9); }
}

.firefly:nth-child(1) { top: 80%; left: 10%; animation: fireflyDrift 18s linear infinite, fireflyPulse 2.5s ease-in-out infinite; --dx: 60px; --dy: -300px; }
.firefly:nth-child(2) { top: 90%; left: 30%; width: 2px; height: 2px; animation: fireflyDrift 22s linear infinite 3s, fireflyPulse 3s ease-in-out infinite; --dx: -40px; --dy: -400px; }
.firefly:nth-child(3) { top: 70%; left: 55%; width: 4px; height: 4px; animation: fireflyDrift 16s linear infinite 6s, fireflyPulse 2s ease-in-out infinite; --dx: 80px; --dy: -250px; }
.firefly:nth-child(4) { top: 85%; left: 75%; animation: fireflyDrift 20s linear infinite 2s, fireflyPulse 2.8s ease-in-out infinite; --dx: -60px; --dy: -350px; }
.firefly:nth-child(5) { top: 60%; left: 20%; width: 2px; height: 2px; animation: fireflyDrift 24s linear infinite 5s, fireflyPulse 3.2s ease-in-out infinite; --dx: 100px; --dy: -200px; }
.firefly:nth-child(6) { top: 95%; left: 45%; width: 5px; height: 5px; animation: fireflyDrift 17s linear infinite 8s, fireflyPulse 2.3s ease-in-out infinite; --dx: -80px; --dy: -380px; }
.firefly:nth-child(7) { top: 75%; left: 85%; animation: fireflyDrift 21s linear infinite 4s, fireflyPulse 2.7s ease-in-out infinite; --dx: -120px; --dy: -280px; }
.firefly:nth-child(8) { top: 65%; left: 5%; width: 3px; height: 3px; animation: fireflyDrift 19s linear infinite 7s, fireflyPulse 2.4s ease-in-out infinite; --dx: 140px; --dy: -260px; }
.firefly:nth-child(9) { top: 88%; left: 60%; width: 2px; height: 2px; animation: fireflyDrift 23s linear infinite 1s, fireflyPulse 3.1s ease-in-out infinite; --dx: 50px; --dy: -420px; }
.firefly:nth-child(10) { top: 78%; left: 35%; width: 4px; height: 4px; animation: fireflyDrift 18s linear infinite 9s, fireflyPulse 2.6s ease-in-out infinite; --dx: -90px; --dy: -310px; }
.firefly:nth-child(11) { top: 92%; left: 90%; animation: fireflyDrift 20s linear infinite 4s, fireflyPulse 2.2s ease-in-out infinite; --dx: -150px; --dy: -340px; }
.firefly:nth-child(12) { top: 55%; left: 70%; width: 2px; height: 2px; animation: fireflyDrift 25s linear infinite 6s, fireflyPulse 3s ease-in-out infinite; --dx: 70px; --dy: -180px; }
.firefly:nth-child(13) { top: 82%; left: 15%; width: 3px; height: 3px; animation: fireflyDrift 19s linear infinite 2s, fireflyPulse 2.5s ease-in-out infinite; --dx: 110px; --dy: -290px; }
.firefly:nth-child(14) { top: 70%; left: 95%; width: 4px; height: 4px; animation: fireflyDrift 22s linear infinite 7s, fireflyPulse 2.8s ease-in-out infinite; --dx: -180px; --dy: -240px; }
.firefly:nth-child(15) { top: 87%; left: 50%; animation: fireflyDrift 17s linear infinite 5s, fireflyPulse 2.4s ease-in-out infinite; --dx: 30px; --dy: -360px; }
.firefly:nth-child(16) { top: 60%; left: 80%; width: 2px; height: 2px; animation: fireflyDrift 24s linear infinite 8s, fireflyPulse 3.3s ease-in-out infinite; --dx: -100px; --dy: -200px; }
.firefly:nth-child(17) { top: 93%; left: 25%; width: 3px; height: 3px; animation: fireflyDrift 21s linear infinite 3s, fireflyPulse 2.7s ease-in-out infinite; --dx: 90px; --dy: -390px; }
.firefly:nth-child(18) { top: 68%; left: 65%; width: 5px; height: 5px; animation: fireflyDrift 16s linear infinite 6s, fireflyPulse 2.1s ease-in-out infinite; --dx: -70px; --dy: -270px; }

/* WARM LIGHT BLOOM (right side, behind text) */
.garden-hero__bloom {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 70vw;
  height: 80vh;
  background: radial-gradient(
    ellipse at center,
    rgba(196, 154, 89, 0.12) 0%,
    rgba(196, 154, 89, 0.06) 30%,
    rgba(255, 140, 60, 0.03) 50%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
  filter: blur(20px);
  animation: bloomBreathe 8s ease-in-out infinite;
}

@keyframes bloomBreathe {
  0%, 100% { opacity: 0.85; transform: translateY(-50%) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

.garden-hero__bloom--green {
  top: 50%;
  left: -10%;
  right: auto;
  transform: translateY(-50%);
  width: 60vw;
  height: 70vh;
  background: radial-gradient(ellipse at center,
    rgba(74, 124, 92, 0.22) 0%,
    rgba(45, 90, 61, 0.12) 30%,
    rgba(26, 58, 42, 0.06) 55%,
    transparent 75%);
  filter: blur(30px);
  animation: bloomBreathe 10s ease-in-out infinite 2s;
}

/* FILM GRAIN OVERLAY */
.garden-hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.8'/></svg>");
  background-size: 200px 200px;
}

/* VIDEO FRAME — gold hairline + inset vignette */
.garden-hero__video-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(196, 154, 89, 0.25),
    inset 0 0 120px 20px rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* HEADLINE ITALIC "the" */
.garden-hero__headline-em {
  font-style: italic;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.01em;
}

/* EYEBROW ORNAMENTAL SEPARATOR */
.garden-hero__eyebrow-sep {
  display: inline-block;
  margin: 0 10px;
  color: #c49a59;
  font-size: 0.7em;
  transform: translateY(-1px);
  opacity: 0.8;
}

/* SCROLL CUE */
.garden-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  z-index: 4;
  opacity: 0.75;
  pointer-events: none;
  animation: scrollFloat 3.5s ease-in-out infinite;
}

.garden-hero__scroll-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(255, 245, 220, 0.7);
  letter-spacing: 0.15em;
}

.garden-hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, rgba(196, 154, 89, 0.6), transparent);
}

@keyframes scrollFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.75; }
  50% { transform: translateX(-50%) translateY(6px); opacity: 1; }
}

/* ATMOSPHERIC LAYERS — REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .garden-hero__botanical,
  .garden-hero__leaf,
  .firefly,
  .garden-hero__bloom,
  .garden-hero__bloom--green,
  .garden-hero__scroll {
    animation: none !important;
  }

  .firefly {
    opacity: 0.5;
  }
}

/* ATMOSPHERIC LAYERS — MOBILE */
@media (max-width: 768px) {
  .garden-hero__botanical {
    width: 200px;
    height: 200px;
  }

  .garden-hero__leaf {
    width: 320px !important;
    height: 320px !important;
  }

  .garden-hero__leaf--depth {
    display: none;
  }

  .garden-hero__scroll {
    position: relative;
    bottom: auto;
    left: auto;
    align-self: center;
    margin: clamp(12px, 3vw, 20px) auto 0;
    transform: none;
    animation: scrollFloatMobile 3.5s ease-in-out infinite;
  }

  .garden-hero__scroll-line {
    height: 32px;
  }
}

@keyframes scrollFloatMobile {
  0%, 100% { transform: translateY(0); opacity: 0.75; }
  50% { transform: translateY(6px); opacity: 1; }
}

/* ============ GARDEN PAGE — CANDLELIT HOVER INTERACTIONS ============ */

/* NAV LINK HOVERS */
.garden-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 4px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    color 0.4s ease,
    letter-spacing 0.5s ease,
    text-shadow 0.5s ease;
}

.garden-page .nav-links a::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -2px;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    #c49a59 20%,
    #e6c485 50%,
    #c49a59 80%,
    transparent 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0.9;
}

.garden-page .nav-links a::before {
  content: '❦';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  color: #c49a59;
  font-size: 0.7em;
  opacity: 0;
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}

.garden-page .nav-links a:hover,
.garden-page .nav-links a:focus-visible {
  color: rgba(255, 245, 220, 0.98);
  letter-spacing: 0.23em;
  text-shadow:
    0 0 12px rgba(196, 154, 89, 0.45),
    0 0 24px rgba(196, 154, 89, 0.2);
  outline: none;
}

.garden-page .nav-links a:hover::after,
.garden-page .nav-links a:focus-visible::after {
  transform: scaleX(1);
  width: auto;
}

.garden-page .nav-links a:hover::before,
.garden-page .nav-links a:focus-visible::before {
  opacity: 0.85;
  transform: translateY(-50%) translateX(0);
}

/* PRIMARY BUTTONS — nav CTA + hero filled gold */
.garden-page .cta-btn,
.garden-hero__btn--primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0a0807;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg,
    #8b6a30 0%,
    #c49a59 25%,
    #e6c485 50%,
    #c49a59 75%,
    #8b6a30 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 220, 150, 0.1) inset;
  transition:
    background-position 0.9s ease,
    box-shadow 0.5s ease,
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    letter-spacing 0.5s ease;
}

.garden-page .cta-btn::before,
.garden-hero__btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,
    transparent 30%,
    rgba(255, 250, 220, 0.45) 50%,
    transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}

.garden-page .cta-btn > *,
.garden-hero__btn--primary > * {
  position: relative;
  z-index: 2;
}

.garden-page .cta-btn:hover,
.garden-page .cta-btn:focus-visible,
.garden-hero__btn--primary:hover,
.garden-hero__btn--primary:focus-visible {
  background-position: 100% 50%;
  letter-spacing: 0.26em;
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(196, 154, 89, 0.35),
    0 0 32px rgba(196, 154, 89, 0.25),
    0 0 0 1px rgba(255, 220, 150, 0.3) inset;
  outline: none;
  color: #0a0807;
  border-color: transparent;
}

.garden-page .cta-btn:hover::before,
.garden-page .cta-btn:focus-visible::before,
.garden-hero__btn--primary:hover::before,
.garden-hero__btn--primary:focus-visible::before {
  transform: translateX(120%);
}

.garden-page .cta-btn:active,
.garden-hero__btn--primary:active {
  transform: translateY(0);
  transition-duration: 0.15s;
}

/* GHOST / OUTLINE BUTTONS */
.garden-hero__btn--ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(196, 154, 89, 0.55);
  border-radius: 2px;
  cursor: pointer;
  overflow: visible;
  transition:
    color 0.4s ease,
    border-color 0.5s ease,
    letter-spacing 0.5s ease,
    background 0.6s ease,
    box-shadow 0.5s ease,
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.garden-hero__btn--ghost::before,
.garden-hero__btn--ghost::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #e6c485;
  opacity: 0;
  transition:
    opacity 0.5s ease,
    width 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    right 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    bottom 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}

.garden-hero__btn--ghost::before {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
}

.garden-hero__btn--ghost::after {
  bottom: -3px;
  right: -3px;
  border-left: none;
  border-top: none;
}

.garden-hero__btn--ghost:hover,
.garden-hero__btn--ghost:focus-visible {
  color: #fff;
  border-color: rgba(230, 196, 133, 0.85);
  letter-spacing: 0.26em;
  background: radial-gradient(ellipse at center,
    rgba(196, 154, 89, 0.12) 0%,
    rgba(196, 154, 89, 0.04) 60%,
    transparent 100%);
  box-shadow:
    0 0 24px rgba(196, 154, 89, 0.25),
    inset 0 0 20px rgba(196, 154, 89, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.garden-hero__btn--ghost:hover::before,
.garden-hero__btn--ghost:focus-visible::before {
  opacity: 1;
  top: -6px;
  left: -6px;
  width: 18px;
  height: 18px;
}

.garden-hero__btn--ghost:hover::after,
.garden-hero__btn--ghost:focus-visible::after {
  opacity: 1;
  bottom: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
}

.garden-hero__btn--ghost:active {
  transform: translateY(0);
  transition-duration: 0.15s;
}

/* BRAND LOGO LINK */
.garden-page #nav .brand {
  transition:
    color 0.4s ease,
    text-shadow 0.5s ease,
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.garden-page #nav .brand:hover,
.garden-page #nav .brand:focus-visible {
  text-shadow:
    0 0 16px rgba(196, 154, 89, 0.5),
    0 0 28px rgba(196, 154, 89, 0.2);
  transform: translateY(-1px);
  outline: none;
}

.garden-page #nav .brand .brand-logo {
  transition: filter 0.5s ease;
}

.garden-page #nav .brand:hover .brand-logo,
.garden-page #nav .brand:focus-visible .brand-logo {
  filter: drop-shadow(0 0 8px rgba(196, 154, 89, 0.55));
}

/* HOVER INTERACTIONS — MOBILE */
@media (max-width: 768px) {
  .garden-page .nav-links a:hover,
  .garden-page .nav-links a:focus-visible {
    letter-spacing: 0.2em;
  }

  .garden-page .cta-btn:hover,
  .garden-page .cta-btn:focus-visible,
  .garden-hero__btn--primary:hover,
  .garden-hero__btn--primary:focus-visible,
  .garden-hero__btn--ghost:hover,
  .garden-hero__btn--ghost:focus-visible {
    letter-spacing: 0.24em;
  }
}

/* ============ GARDEN FOOTER ============ */
.garden-footer {
  background: #030303;
  color: #f5eee0;
  padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(214, 169, 71, 0.14);
}

.garden-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  max-width: 1280px;
  margin: 0 auto clamp(28px, 4vw, 40px);
}

.garden-footer__socials {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 20px);
  justify-self: start;
}

.garden-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 238, 224, 0.78);
  transition: color 0.25s ease, transform 0.25s ease;
}

.garden-footer__socials a:hover,
.garden-footer__socials a:focus-visible {
  color: rgba(214, 169, 71, 0.95);
  transform: translateY(-1px);
}

.garden-footer__socials svg {
  width: 18px;
  height: 18px;
}

.garden-footer__colmena {
  width: 52px;
  height: 52px;
}

.garden-footer__colmena img {
  display: block;
  width: auto;
  height: 34px;
  max-width: 52px;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.garden-footer__colmena:hover img,
.garden-footer__colmena:focus-visible img {
  opacity: 1;
}

.garden-footer__links {
  display: flex;
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  justify-self: center;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  padding: 0;
  margin: 0;
}

.garden-footer__links a,
.garden-footer__links span {
  font-family: var(--serif);
  font-size: clamp(0.78rem, 0.9vw, 0.88rem);
  letter-spacing: 0.06em;
  color: rgba(245, 238, 224, 0.72);
}

.garden-footer__links a {
  text-decoration: none;
  transition: color 0.25s ease;
}

.garden-footer__links a:hover,
.garden-footer__links a:focus-visible {
  color: rgba(214, 169, 71, 0.95);
}

.garden-footer__contact {
  justify-self: end;
  text-align: right;
  margin-left: auto;
}

.garden-footer__phone {
  display: block;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 400;
  color: #f5eee0;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.25s ease;
}

.garden-footer__phone:hover,
.garden-footer__phone:focus-visible {
  color: rgba(214, 169, 71, 0.95);
}

.garden-footer__address {
  font-family: var(--serif);
  font-style: normal;
  font-size: clamp(0.78rem, 0.88vw, 0.86rem);
  line-height: 1.55;
  color: rgba(245, 238, 224, 0.62);
  text-align: right;
}

.garden-footer__bottom {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.garden-footer__copyright {
  margin: 0;
  text-align: center;
  font-family: var(--sans);
  font-size: clamp(0.65rem, 0.72vw, 0.72rem);
  letter-spacing: 0.08em;
  color: rgba(245, 238, 224, 0.45);
}

.garden-footer__credit {
  margin: 0;
  text-align: center;
  font-family: var(--sans);
  font-size: clamp(0.65rem, 0.72vw, 0.72rem);
  letter-spacing: 0.08em;
  color: #f5eee0;
}

@media (max-width: 767px) {
  .garden-footer {
    text-align: center;
  }

  .garden-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: clamp(20px, 4vw, 28px);
  }

  .garden-footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    justify-self: center;
  }

  .garden-footer__socials a {
    flex-shrink: 0;
  }

  .garden-footer__links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .garden-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0;
    width: 100%;
    justify-self: center;
  }

  .garden-footer__phone {
    text-align: center;
  }

  .garden-footer__address {
    text-align: center;
    margin: 0 auto;
  }

  .garden-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
  }
}

/* HOVER INTERACTIONS — REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .garden-page .nav-links a,
  .garden-page .nav-links a::before,
  .garden-page .nav-links a::after,
  .garden-page .cta-btn,
  .garden-page .cta-btn::before,
  .garden-hero__btn--primary,
  .garden-hero__btn--primary::before,
  .garden-hero__btn--ghost,
  .garden-hero__btn--ghost::before,
  .garden-hero__btn--ghost::after,
  .garden-page #nav .brand {
    transition-duration: 0.15s !important;
    animation: none !important;
  }

  .garden-page .cta-btn:hover,
  .garden-hero__btn--primary:hover,
  .garden-hero__btn--ghost:hover {
    transform: none;
  }
}
