/* Marè Deluxe Beauty — Premium glass · Calistoga · natural luxury */

@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500&display=swap');

:root {
  --font-display: 'Calistoga', Georgia, serif;
  --font-body: 'Nunito Sans', sans-serif;
  --green-nav: #0f2418;
  --green-deep: #163320;
  --green-rich: #1e4a2c;
  --green-sage: #4a7a52;
  --green-mid: #6b9e73;
  --green-soft: #9db892;
  --green-light: #c8dbbf;
  --green-fade: #e8f0e4;
  --gold: #c4a574;
  --gold-light: #dcc99a;
  --text-on-light: #1a3324;
  --text-muted: #4a6350;
  --glass: rgba(255, 255, 255, 0.12);
  --glass-strong: rgba(255, 255, 255, 0.2);
  --glass-border: rgba(255, 255, 255, 0.22);
  --glass-dark: rgba(8, 18, 12, 0.55);
  --shadow-soft: 0 8px 32px rgba(15, 36, 24, 0.12);
  --shadow-glass: 0 8px 40px rgba(15, 36, 24, 0.18);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-pill: 999px;
  --page-gradient: linear-gradient(165deg, #1a3d28 0%, #2d5a38 18%, #5a8f62 42%, #8cb892 68%, #c5dcc0 88%, #edf3ea 100%);
  --site-header-height: 108px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

html.scroll-locked {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

body.scroll-locked-soft {
  overflow: hidden !important;
  touch-action: none;
  width: 100%;
  max-width: 100vw;
  overscroll-behavior: none;
}

body.mare-intro-active {
  overflow: hidden !important;
  touch-action: none;
  padding-top: 0 !important;
}

body.mare-intro-active .site-header,
body.mare-intro-active .scroll-progress,
body.mare-intro-active .live-location-btn,
body.mare-intro-active .back-trigger-btn {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.mare-intro-revealing .site-header,
body.mare-intro-revealing .scroll-progress,
body.mare-intro-revealing .hero-inner,
body.mare-intro-revealing .live-location-btn,
body.mare-intro-revealing .back-trigger-btn {
  visibility: visible !important;
  pointer-events: auto !important;
}

body.mare-intro-revealing {
  overflow: hidden !important;
  touch-action: none;
}

/* Hero video hidden during intro — buffers only */
body.mare-intro-active .hero-bg-video {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Desktop — skip intro entirely (no loader, no hidden chrome) */
@media (min-width: 901px) {
  body.mare-intro-active {
    overflow: auto !important;
    touch-action: auto;
    padding-top: var(--site-header-height, 0) !important;
  }

  body.mare-intro-active .site-header,
  body.mare-intro-active .scroll-progress,
  body.mare-intro-active .live-location-btn,
  body.mare-intro-active .back-trigger-btn {
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.mare-intro-active .hero-bg-video {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

body.mare-intro-revealing .hero-bg-video.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ── Intro loader (Apple Hello–style reveal) ── */
.mare-intro-loader {
  position: fixed;
  inset: 0;
  z-index: 100001;
  background: #0f2418;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.58s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
  pointer-events: auto;
}

/* Intro animation — phone only */
@media (min-width: 901px) {
  .mare-intro-loader {
    display: none !important;
  }
}

.mare-intro-loader.is-revealing {
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
}

.mare-intro-stage {
  text-align: center;
  padding: 24px;
  max-width: 92vw;
  transform: translateZ(0);
}

.mare-intro-welcome {
  font-family: var(--font-body);
  font-size: clamp(13px, 3.2vw, 17px);
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(200, 219, 191, 0.88);
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  line-height: 1.4;
}

.mare-intro-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.mare-intro-mare-svg {
  width: min(78vw, 340px);
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: visible;
}

.mare-intro-mare-text {
  font-family: var(--font-display), Calistoga, Georgia, serif;
  font-size: 68px;
  fill: transparent;
  stroke: var(--gold-light);
  stroke-width: 1.4px;
  paint-order: stroke fill;
  will-change: stroke-dashoffset, fill;
}

.mare-intro-flourish {
  stroke: rgba(196, 165, 116, 0.75);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  will-change: stroke-dashoffset;
}

@keyframes mareIntroChar {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes mareIntroMareDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes mareIntroMareFill {
  to { fill: #dcc99a; }
}

@keyframes mareIntroFlourish {
  to { stroke-dashoffset: 0; }
}

.mare-intro-loader.is-animating .mare-intro-char {
  animation: mareIntroChar 0.32s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(var(--mare-char-i, 0) * 35ms);
}

.mare-intro-loader.is-animating .mare-intro-mare-text {
  animation:
    mareIntroMareDraw 0.62s ease-in-out 0.2s forwards,
    mareIntroMareFill 0.22s ease-out 0.75s forwards;
}

.mare-intro-loader.is-animating .mare-intro-flourish {
  animation: mareIntroFlourish 0.48s ease-in-out 0.38s forwards;
}

.mare-intro-loader.is-reduced-intro .mare-intro-char {
  opacity: 1;
  transform: none;
  animation: none !important;
}

.mare-intro-loader.is-reduced-intro .mare-intro-mare-text {
  fill: #dcc99a;
  stroke-dashoffset: 0;
  animation: none !important;
}

.mare-intro-loader.is-reduced-intro .mare-intro-flourish {
  stroke-dashoffset: 0;
  animation: none !important;
}

body {
  font-family: var(--font-body) !important;
  font-weight: 300;
  background: var(--page-gradient) fixed !important;
  color: var(--text-on-light) !important;
  -webkit-font-smoothing: antialiased;
  padding-top: var(--site-header-height, 108px);
}

h1, h2, h3, h4, .section-title, .hero-title, .faq-title,
.product-card-name, .cart-header h3, .checkout-header h3,
.service-card h3, .about-story-block h3, .mystery-title {
  font-family: var(--font-display) !important;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.scroll-progress {
  top: var(--site-header-height, 108px) !important;
  z-index: 401 !important;
}

/* ── Fixed header (announcement + nav stay with scroll) ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  width: 100%;
  overflow: visible;
}

/* ── NAV (fixed height, cropped logo) ── */
nav {
  background: #9bc4a8 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  padding: 0 32px !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
}
.nav-right {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nav-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  overflow: visible;
  margin: 0;
  flex-shrink: 0;
}

.nav-logo-gif,
.nav-logo-still,
.nav-logo-frozen {
  display: block;
  height: 72px !important;
  width: auto !important;
  max-width: min(460px, 80vw) !important;
  object-fit: contain;
  object-position: left center;
}

.hero-eyebrow::before { display: none !important; }
.hero-eyebrow {
  display: block !important;
  gap: 0 !important;
}

.nav-links a { color: rgba(15, 36, 24, 0.82) !important; font-size: 11px; letter-spacing: 0.14em; }
.nav-links a:hover { color: var(--green-deep) !important; }

.nav-toggle,
.nav-toggle-label {
  color: rgba(15, 36, 24, 0.88) !important;
}

/* ── Burger button — Framer rNJo3cv3H port ── */
.burger-btn {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  background: none !important;
  border: none !important;
  cursor: pointer;
  z-index: 20;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.burger-lines-wrap,
.burger-line {
  pointer-events: none;
}
.burger-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: rgb(15, 36, 24);
  transition: background-color 0.55s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.burger-btn:hover::before,
.burger-btn:focus-visible::before {
  background: rgb(28, 48, 34);
}
.burger-lines-wrap {
  position: relative;
  width: 20px;
  height: 14px;
  z-index: 1;
  flex-shrink: 0;
}
.burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  border-radius: 1px;
  transition:
    transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
    opacity 0.2s ease,
    top 0.28s ease,
    bottom 0.28s ease;
  transform-origin: center center;
}
.burger-line-top,
.burger-line-bot {
  position: absolute;
  left: 0;
  right: 0;
}
.burger-line-top { top: 0; }
.burger-line-mid { top: 6px; position: absolute; left: 0; right: 0; }
.burger-line-bot { bottom: 0; }
.burger-btn.open .burger-line-top { top: 6px; transform: rotate(45deg); }
.burger-btn.open .burger-line-mid { opacity: 0; transform: scaleX(0.2); }
.burger-btn.open .burger-line-bot { bottom: 6px; transform: rotate(-45deg); }
.burger-btn .nav-toggle-label { display: none !important; }

.nav-cart-btn {
  background: var(--glass) !important;
  border: 1px solid var(--glass-border) !important;
  border-radius: var(--radius-pill) !important;
  backdrop-filter: blur(8px);
  color: #fff !important;
}

.announcement-bar {
  background: #7aab82 !important;
  color: #f5f0e4 !important;
  text-align: center;
  padding: 10px 16px !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.45;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  -webkit-text-fill-color: #f5f0e4;
  font-weight: 500;
}
.announcement-bar span {
  color: #fff8e8 !important;
  font-weight: 600;
}

.mobile-menu {
  display: none !important;
  background: #dcebd8 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
}

/* ── Services: folder + business card (PC) ── */
.services-specialties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  max-width: 1080px;
  margin: 28px auto 0;
  padding: 0 8px;
}
.services-folder-col .mare-folder {
  margin: 0 auto;
}
.services-bizcard-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.bizcard-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  margin: 0;
}
.bizcard-flip-btn {
  margin: 0;
  padding: 8px 18px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a3324;
  background: #dcebd8;
  border: 1px solid rgba(74, 122, 82, 0.35);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bizcard-flip-btn:hover,
.bizcard-flip-btn:focus-visible {
  background: #c8dbbf;
  transform: translateY(-1px);
}
.bizcard-flip-scene {
  position: relative;
  width: min(460px, 100%);
  height: min(280px, 58vw);
  perspective: 1200px;
  will-change: transform;
  transition: transform 0.15s ease-out;
  cursor: pointer;
}
.bizcard-flip-card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.34, 1.1, 0.48, 1);
  will-change: transform;
}
.bizcard-flip-scene.is-flipped .bizcard-flip-card {
  transform: rotateY(180deg);
}
.bizcard-flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.bizcard-flip-front,
.bizcard-flip-back {
  width: 100%;
  height: 100%;
}
.bizcard-flip-back {
  transform: rotateY(180deg);
}
.bizcard-flip-back .bizcard-tilt-inner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform: rotate(90deg);
  transform-origin: center center;
}
.bizcard-tilt-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 74, 44, 0.45), rgba(15, 36, 24, 0.78));
  border: 1px solid rgba(106, 158, 115, 0.28);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-glass);
}
.bizcard-tilt-inner {
  position: absolute;
  inset: 14px;
  background: #d4e8cc;
  border: 1px solid rgba(74, 122, 82, 0.22);
  border-radius: calc(var(--radius-lg) - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.bizcard-flip-face .bizcard-tilt-inner img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: calc(var(--radius-lg) - 8px);
  filter: drop-shadow(0 20px 40px rgba(15, 36, 24, 0.18));
}
.bizcard-flip-scene:not(.is-flipped):hover .bizcard-flip-front .bizcard-tilt-inner img {
  transform: translateY(-4px) scale(1.02);
  transition: transform 0.25s ease;
}

/* ── Reviews carousel ── */
.reviews-carousel-wrap {
  position: relative;
  margin-top: 32px;
  max-width: 100%;
}
.reviews-carousel {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: none;
  scrollbar-width: none;
  padding: 4px 0 12px;
  cursor: grab;
  touch-action: pan-x;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}
.reviews-carousel.is-dragging {
  cursor: grabbing;
}
.reviews-carousel::-webkit-scrollbar {
  display: none;
}
.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.reviews-track .testimonial-card {
  flex: 0 0 min(320px, 82vw);
  scroll-snap-align: start;
  max-width: min(320px, 82vw);
}
.testimonial-text {
  color: var(--text-on-light) !important;
}
.author-name {
  color: var(--green-deep) !important;
}
.author-detail {
  color: var(--text-muted) !important;
}

/* ── TYPEWRITER ── */
.typewriter-line {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  min-height: 1.2em;
}
.type-cursor {
  display: inline-block;
  width: 2px;
  height: 0.85em;
  background: currentColor;
  margin-left: 3px;
  animation: cursorBlink 0.55s step-end infinite;
  vertical-align: baseline;
}
.type-cursor.done { opacity: 0; animation: none; }
@keyframes cursorBlink { 50% { opacity: 0; } }

/* ── HERO — video background ── */
.hero {
  display: block !important;
  grid-template-columns: unset !important;
  min-height: calc(100vh - var(--site-header-height, 108px)) !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  background: transparent !important;
  text-align: unset !important;
}

.hero-liquid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-liquid-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,18,12,0.22) 0%, rgba(8,18,12,0.55) 100%);
  pointer-events: none;
}

.hero-bg-video {
  position: absolute;
  inset: -8%;
  width: calc(100% + 16%);
  height: calc(100% + 16%);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) brightness(0.75);
  pointer-events: none;
  will-change: transform;
  transition: transform 0.1s linear, opacity 0.45s ease, visibility 0.45s ease;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  min-height: calc(100vh - var(--site-header-height, 108px));
  padding: 48px clamp(20px, 5vw, 80px);
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.hero-content-centered {
  flex: 1;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

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

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.hero-title {
  font-size: clamp(36px, 6vw, 64px) !important;
  line-height: 1.08 !important;
  color: #fff !important;
  margin-bottom: 16px;
  text-align: center;
}
.hero-title em { color: var(--green-light); font-style: italic; }

.hero-type-line {
  display: block;
  font-family: var(--font-body) !important;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 400;
  color: rgba(255,255,255,0.88);
  min-height: 1.6em;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.hero-content-centered .typewriter-line {
  justify-content: center;
  width: 100%;
}

.section-type-line {
  display: block;
  max-width: 520px;
  margin: 10px auto 0;
  font-size: 15px;
  color: var(--text-muted);
  min-height: 1.4em;
  line-height: 1.6;
  text-align: center;
}

.hero-subtitle { display: none; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

/* Rw0sr50sZ — Framer Glassy button (no heavy black shadow) */
.glassy-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: none !important;
  border-radius: 40px !important;
  padding: 14px 28px !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer;
  color: rgb(26, 26, 26) !important;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(201, 201, 201) 9%,
    rgb(161, 161, 161) 32%,
    rgb(117, 117, 117) 73%,
    rgb(255, 255, 255) 100%
  ) !important;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 2px 8px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.glassy-btn::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 37px;
  background: linear-gradient(150deg, rgb(208, 208, 208) 0%, rgb(204, 204, 204) 50%, rgb(200, 200, 200) 100%);
  z-index: -1;
  pointer-events: none;
  transition: background 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.glassy-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.05),
    0 6px 16px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}
.glassy-btn:hover::before {
  background: linear-gradient(150deg, rgb(208, 208, 208) 0%, rgb(232, 232, 232) 50%, rgb(200, 200, 200) 100%);
}
.glassy-btn:active {
  transform: translateY(0);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.05),
    inset 0 1px 2px rgba(0, 0, 0, 0.06) !important;
}

.hero-ctas .glassy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-cart-btn.glassy-btn {
  padding: 8px 14px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-card .glassy-btn.add-to-cart,
.bundle-card .glassy-btn.add-to-cart {
  padding: 11px 18px !important;
  font-size: 11px !important;
}
.bundle-card .glassy-btn.add-to-cart {
  width: 100%;
}
.btn-checkout-cart.glassy-btn,
.btn-checkout.glassy-btn {
  width: 100%;
  padding: 15px 24px !important;
}
.panorama-trigger.glassy-btn {
  padding: 14px 28px !important;
}
.mystery-submit.glassy-btn {
  padding: 14px 20px !important;
  white-space: nowrap;
}

.btn-ghost, .hero-btn-ghost {
  background: var(--glass) !important;
  border: 1px solid var(--glass-border) !important;
  color: #fff !important;
  border-radius: var(--radius-pill) !important;
  backdrop-filter: blur(8px);
}

/* ── 3D CAROUSEL (Carousel_3D — JS rotateY in premium-ui.js) ── */
.hero-carousel-col {
  flex: 0 0 auto;
  width: min(340px, 34vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  perspective: 900px;
  overflow: visible;
}

.carousel-3d-stage {
  width: 100%;
  height: 290px;
  position: relative;
  perspective: 900px;
  overflow: visible;
  transform-style: preserve-3d;
}

#heroCarouselRing.carousel-3d-ring {
  transform-style: preserve-3d;
}

#heroCarouselRing .carousel-3d-item img {
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.35));
  transition: transform 0.4s ease;
}
#heroCarouselRing .carousel-3d-item:hover img {
  transform: scale(1.12);
}

.carousel-3d-item { margin: 0; cursor: pointer; }

.hero-inner { overflow: visible; }

.hero-carousel-hint {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* ── GLASS SECTIONS ── */
.products-section, .services-section, .bundles-section, .ingredients-section,
.testimonials-section, .faq-section, .about-section,
.product-detail-section, .product-page-section, .commitment-strip,
.spray-experience, .panorama-section {
  background: transparent !important;
  position: relative;
}

.glass-panel, .product-card, .service-card, .bundle-card, .ingredient-card,
.testimonial-card, .faq-item, .about-story-block, .why-item,
.cart-drawer, .mystery-box, .quiz-box {
  background: var(--glass) !important;
  backdrop-filter: blur(20px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border: 1px solid var(--glass-border) !important;
  box-shadow: var(--shadow-glass) !important;
  border-radius: var(--radius-lg) !important;
}

.section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0f2418;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 24px);
}

.section-title {
  font-size: clamp(28px, 4.5vw, 48px) !important;
  color: var(--text-on-light);
  line-height: 1.12 !important;
}
.section-title em { color: #163320; font-style: italic; font-weight: 400; }

.commitment-strip {
  margin: 0 clamp(16px, 4vw, 40px);
  padding: 28px 32px !important;
  border-radius: var(--radius-lg);
  text-align: center;
  line-height: 1.85;
  color: var(--text-muted);
  font-size: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.commitment-strip p { margin: 0; }
.commitment-strip strong { color: var(--green-rich); font-weight: 600; }

.products-section {
  padding: clamp(72px, 9vw, 110px) clamp(16px, 4vw, 40px) 64px;
}
.products-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  height: auto !important;
  max-height: 320px;
  min-height: 240px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(165deg, rgba(232,245,236,0.95), rgba(200,220,205,0.85)) !important;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

/* ── ACTIVITY BADGES ── */
.activity-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 10px;
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.activity-dot-wrap {
  position: relative;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  overflow: visible;
}
.activity-dot-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--badge-color, #31EE33);
  z-index: 3;
}
.activity-dot-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--badge-color, #31EE33);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: scale(1);
  animation: none;
}
.activity-dot-wrap.badge-in-view .activity-dot-ring {
  animation: activityRingPulse 0.9s ease-out infinite;
}
@keyframes activityRingPulse {
  0% { transform: scale(1); opacity: 0; }
  2% { transform: scale(1); opacity: 0.75; }
  80% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(1.3); opacity: 0; }
}
.activity-badge-label { position: relative; z-index: 1; }
.activity-badge.in-stock {
  background: rgba(74, 122, 82, 0.2);
  color: #2d5a38;
  border: 1px solid rgba(74, 122, 82, 0.35);
}
.activity-badge.low-stock {
  background: rgba(196, 165, 116, 0.25);
  color: #7a5c20;
  border: 1px solid rgba(196, 165, 116, 0.4);
}
.activity-badge.out-stock {
  background: rgba(80, 80, 80, 0.15);
  color: #555;
  border: 1px solid rgba(80, 80, 80, 0.25);
}
.activity-badge.low-stock .activity-dot-wrap { --badge-color: #FFBB00; }
.activity-badge.out-stock .activity-dot-wrap { --badge-color: #FF0000; }

.product-tag { display: none; }
.product-card-img,
.product-card-img-photo {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  flex: 1 1 auto;
  object-fit: contain !important;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(15, 36, 24, 0.15));
}
.product-card:hover .product-card-img,
.product-card:hover .product-card-img-photo {
  transform: none;
}
.product-card {
  overflow: hidden !important;
  border-radius: var(--radius-lg) !important;
  display: flex;
  flex-direction: column;
}
.product-card-img-wrap .activity-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  overflow: visible !important;
}

/* ── SERVICES & ABOUT glass boxes ── */
.content-glass-box {
  max-width: 1100px;
  margin: 32px auto 0;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-lg);
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass);
  text-align: left;
}

.services-section,
.about-section {
  padding: 64px clamp(16px, 4vw, 40px);
  text-align: center;
}

.services-section {
  overflow: visible !important;
}

/* Mare folder — Framer Sg9JccdNn port (green document folder) */
.mare-folder {
  --folder-w: 318px;
  --folder-h: 398px;
  --folder-doc-w: 267px;
  --folder-doc-h: 333px;
  width: min(var(--folder-w), calc(100vw - 32px));
  margin: 0 auto;
  overflow: visible;
  transition: width 1s cubic-bezier(0.34, 1.15, 0.64, 1);
}
.mare-folder.open,
.mare-folder.pulling,
.mare-folder.closing {
  width: min(var(--folder-w), calc(100vw - 32px));
}
.mare-folder.open .mare-folder-viewport,
.mare-folder.pulling .mare-folder-viewport,
.mare-folder.closing .mare-folder-viewport {
  width: var(--folder-w);
}
.mare-folder-viewport {
  position: relative;
  width: var(--folder-w);
  max-width: 100%;
  height: var(--folder-h);
  margin: 0 auto;
  perspective: 1400px;
  overflow: visible;
  transition: width 1s cubic-bezier(0.34, 1.15, 0.64, 1);
}
.mare-folder-back {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgb(22, 51, 32);
  box-shadow: 0 18px 44px rgba(15, 36, 24, 0.24);
  transform: translateY(4px);
}
.mare-folder-stack {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.mare-folder-doc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--folder-doc-w);
  height: var(--folder-doc-h);
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    transform 1.05s cubic-bezier(0.34, 1.15, 0.64, 1),
    opacity 0.55s ease,
    visibility 0.55s ease,
    box-shadow 0.6s ease;
}
.mare-folder.pulling .mare-folder-doc,
.mare-folder.open .mare-folder-doc,
.mare-folder.closing .mare-folder-doc {
  opacity: 1;
  visibility: visible;
}
.mare-folder-doc-sheet {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #fff;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(15, 36, 24, 0.08);
}
.mare-folder-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 40;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(74, 122, 82, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--green-deep);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(15, 36, 24, 0.08);
  transition: background 0.2s ease, color 0.2s ease;
}
.mare-folder.open .mare-folder-close {
  display: inline-flex;
}
.mare-folder-close:hover {
  background: var(--green-deep);
  color: #fff;
}
.mare-folder-sheet-stack {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.mare-folder-sheet {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(15, 36, 24, 0.1);
  transform-origin: left center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    transform 0.55s cubic-bezier(0.34, 1.15, 0.64, 1),
    opacity 0.45s ease,
    visibility 0.45s ease;
}
.mare-folder-sheet-tab {
  position: absolute;
  top: -12px;
  left: 18px;
  padding: 5px 14px 4px;
  background: rgba(232, 245, 236, 0.98);
  border: 1px solid rgba(74, 122, 82, 0.22);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-deep);
  z-index: 2;
  box-shadow: 0 -2px 8px rgba(15, 36, 24, 0.06);
}
.mare-folder-sheet.peek,
.mare-folder-sheet.active {
  opacity: 1;
  visibility: visible;
}
.mare-folder.pulling .mare-folder-sheet.active,
.mare-folder.closing .mare-folder-sheet.active {
  opacity: 1;
  visibility: visible;
}
.mare-folder-sheet.peek {
  pointer-events: none;
}
.mare-folder.open .mare-folder-sheet.active {
  pointer-events: auto;
  transform: translate(0, 0) rotate(0deg);
  z-index: 20;
}
.mare-folder-sheet.flipping-out {
  opacity: 0;
  transform: translateX(-6%) rotateY(-88deg);
  z-index: 25;
  visibility: visible;
  pointer-events: none;
}
.mare-folder-sheet.flipping-in {
  opacity: 1;
  visibility: visible;
  animation: folderSheetIn 0.55s cubic-bezier(0.34, 1.15, 0.64, 1) forwards;
  z-index: 22;
  pointer-events: none;
}
@keyframes folderSheetIn {
  from { transform: translateX(6%) rotateY(18deg); opacity: 0.6; }
  to { transform: translateX(0) rotateY(0deg); opacity: 1; }
}
.mare-folder-sheet-content {
  padding: 28px 22px 22px;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mare-folder.open .mare-folder-sheet-content {
  cursor: pointer;
}
.mare-folder-sheet-content h3 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--green-deep);
  margin-bottom: 10px;
}
.mare-folder-sheet-content p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.mare-folder-sheet-content ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.7;
}
.mare-folder-why-grid {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}
.mare-folder-why-grid .why-item {
  padding: 10px 12px !important;
  border-radius: 12px !important;
}
.mare-folder-doc-spine {
  position: absolute;
  right: -28px;
  top: 84px;
  transform: rotate(90deg);
  transform-origin: center center;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.72);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.mare-folder.open .mare-folder-doc-spine,
.mare-folder.pulling .mare-folder-doc-spine,
.mare-folder.closing .mare-folder-doc-spine {
  opacity: 1;
}
.mare-folder-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  background: linear-gradient(180deg, #4a8f62 0%, #2d5a38 100%);
  box-shadow:
    inset 0 3px 2px rgba(255, 255, 255, 0.22),
    0 14px 36px rgba(15, 36, 24, 0.22);
  transform-origin: 0% 50%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  filter: none;
  transition:
    transform 0.85s cubic-bezier(0.34, 1.15, 0.64, 1),
    box-shadow 0.35s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.mare-folder-cover-face {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 28px 24px 32px;
  text-align: left;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mare-folder-cover-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}
.mare-folder-cover-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 4.5vw, 36px);
  line-height: 1.05;
  color: #fff;
  margin-bottom: 10px;
}
.mare-folder-cover-title em { font-style: italic; color: var(--gold-light); }
.mare-folder-cover-hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
}

/* Hover — cover hinges only, no paper bleed-through */
.mare-folder.is-hover:not(.open):not(.pulling):not(.closing) .mare-folder-cover {
  transform: rotateY(-43deg);
}
.mare-folder.is-hover:not(.open):not(.pulling):not(.closing) .mare-folder-doc {
  opacity: 0;
  visibility: hidden;
}

/* Tap cover — page rises over the cover face */
.mare-folder.pulling .mare-folder-cover {
  transform: rotateY(-43deg);
  z-index: 1;
}
.mare-folder.pulling .mare-folder-doc {
  left: 50%;
  right: auto;
  top: 50%;
  width: var(--folder-doc-w);
  height: var(--folder-doc-h);
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0.6;
  z-index: 3;
  pointer-events: none;
}

/* Open — white page sits on top of "Spa-infused beauty" */
.mare-folder.open .mare-folder-cover {
  transform: rotateY(0deg);
  z-index: 1;
  pointer-events: none;
}
.mare-folder.open .mare-folder-doc {
  left: 50%;
  right: auto;
  top: 50%;
  width: var(--folder-doc-w);
  height: var(--folder-doc-h);
  min-width: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 4;
  pointer-events: auto;
  box-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.06),
    0 16px 36px rgba(15, 36, 24, 0.18),
    0 32px 64px rgba(15, 36, 24, 0.12);
}
.mare-folder.open .mare-folder-cover-hint {
  opacity: 0;
}

/* Close — page drops, cover hinges shut */
.mare-folder.closing .mare-folder-cover {
  transform: rotateY(-43deg);
  z-index: 2;
}
.mare-folder.closing .mare-folder-doc {
  left: 50%;
  right: auto;
  top: 50%;
  width: var(--folder-doc-w);
  height: var(--folder-doc-h);
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .mare-folder {
    --folder-w: min(318px, calc(100vw - 32px));
    --folder-h: 360px;
    --folder-doc-w: 88%;
    --folder-doc-h: 300px;
  }
  .mare-folder.pulling .mare-folder-sheet,
  .mare-folder.closing .mare-folder-sheet {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .mare-folder.open .mare-folder-doc,
  .mare-folder.pulling .mare-folder-doc,
  .mare-folder.closing .mare-folder-doc {
    width: 88%;
    height: min(300px, 58vh);
  }
}

/* ── BUNDLES ── */
.bundles-section {
  padding: 64px clamp(16px, 4vw, 40px);
  text-align: center;
}
.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 32px auto 0;
}
.bundle-card {
  padding: 36px 28px !important;
  text-align: center;
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bundle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 36, 24, 0.15) !important;
}
.bundle-card.featured {
  border-color: rgba(196, 165, 116, 0.55) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}
.bundle-name {
  font-family: var(--font-display) !important;
  font-size: clamp(22px, 2.5vw, 28px);
  color: var(--text-on-light);
  margin-bottom: 8px;
}
.bundle-save {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}
.bundle-items {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 22px;
}
.bundle-price {
  font-family: var(--font-display) !important;
  font-size: 32px;
  color: var(--green-deep);
  margin-bottom: 20px;
}
.bundle-price span {
  font-size: 16px;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-right: 8px;
  opacity: 0.7;
}
.bundle-card .add-to-cart {
  width: 100%;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  padding: 28px 24px !important;
  text-align: left;
  height: 100%;
}
.services-glass-box .service-card,
.about-glass-box .about-story-block {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: none !important;
}
.service-card h3 {
  font-size: clamp(20px, 2.5vw, 24px);
  margin-bottom: 12px;
  color: var(--text-on-light);
}
.service-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.why-item {
  padding: 18px 16px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
.why-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-on-light);
}
.why-item span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── SPLIT COMPARE ── */
.split-compare-section { padding: 64px clamp(16px, 4vw, 40px); }
.split-hint {
  max-width: 520px;
  margin: 12px auto 0;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 15px;
  text-align: center;
}

.split-compare {
  position: relative;
  max-width: 900px;
  margin: 32px auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  box-shadow: var(--shadow-glass);
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}
.split-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.split-layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.split-after { z-index: 0; background: #dcebd8; }
.split-before-layer { z-index: 1; background: #d4e8cc; }
.split-divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}
.split-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.split-handle-dots {
  width: 28px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.split-handle-dots i {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
.split-labels {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 12px auto 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav-links { display: none !important; }

.nav-tabs-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 0 8px;
}

.nav-tabs-scroller {
  max-width: min(520px, 52vw);
}

.nav-smooth-tabs {
  background: rgba(255, 255, 255, 0.58) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 1px 3px rgba(15, 36, 24, 0.08);
}

.nav-smooth-tabs .smooth-tab {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 15px;
  min-height: 36px;
  color: rgba(15, 36, 24, 0.55);
}

.nav-smooth-tabs .smooth-tab.active,
.nav-smooth-tabs .smooth-tab[aria-selected="true"] {
  color: var(--green-deep);
}

/* ── SMOOTH TABS (Framer SmoothTabs port — w3ufd8rpFJmwvxpilELg) ── */
.smooth-tabs-shell {
  max-width: 760px;
  margin: 24px auto 0;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.smooth-tabs-scroller {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  justify-content: center;
  touch-action: pan-x;
}
.smooth-tabs-scroller::-webkit-scrollbar { display: none; width: 0; height: 0; }

.smooth-tabs {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  width: max-content;
  max-width: none;
  background: rgba(245, 245, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 212, 212, 0.95);
  border-radius: 30px;
  padding: 4px;
  gap: 2px;
  box-shadow: none;
}

.smooth-tab-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 0;
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  z-index: 0;
  pointer-events: none;
  will-change: transform, width;
}

.smooth-tab {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 12px 20px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #89899a;
  cursor: pointer;
  border-radius: 26px;
  white-space: nowrap;
  user-select: none;
  outline: none;
  transition: color 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 44px;
  box-sizing: border-box;
}
.smooth-tab.active,
.smooth-tab[aria-selected="true"] {
  color: #232329;
}

.smooth-tab-panels {
  margin-top: 27px;
  min-height: 200px;
  text-align: left;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  border: 1px solid rgba(212, 212, 212, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  padding: 28px 32px;
}
.smooth-tab-panel { display: none; }
.smooth-tab-panel.active { display: block; }
.smooth-tab-panels .product-page-content {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 15px;
}
.smooth-tab-panels .product-page-content h4 {
  font-family: var(--font-display) !important;
  font-size: 22px;
  color: var(--text-on-light);
  margin-bottom: 14px;
}

/* ── PREMIUM FAQ (XypzAWksI glass) ── */
.faq-glass-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 4px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
}
.faq-premium .faq-list { max-width: none; margin: 0; }

.faq-premium .faq-item {
  margin-bottom: 2px;
  overflow: hidden;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 22px !important;
  transition: background 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.faq-premium .faq-item.open {
  background: rgba(255,255,255,0.06) !important;
  box-shadow: none !important;
}

.faq-premium .faq-question {
  width: 100%;
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(17px, 2.5vw, 22px);
  color: var(--text-on-light);
  text-align: left;
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.faq-premium .faq-question span {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(74,122,82,0.15);
  font-size: 18px;
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.faq-premium .faq-item.open .faq-question span { transform: rotate(45deg); }

.faq-premium .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.faq-premium .faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-premium .faq-answer-inner { overflow: hidden; }
.faq-premium .faq-answer-inner p {
  padding: 0 26px 22px;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 15px;
  margin: 0;
}

.faq-title { max-width: 360px; margin: 0 auto; text-align: center; }

/* ── CART & CHECKOUT GLASS ── */
.cart-drawer {
  background: linear-gradient(180deg, #e8f0e4 0%, #d8ead4 45%, #c8dbbf 100%) !important;
  backdrop-filter: blur(20px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100vh;
  height: 100dvh;
  border-left: 1px solid rgba(74, 122, 82, 0.25) !important;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg) !important;
  overflow: hidden !important;
}
.cart-header {
  flex-shrink: 0;
  border-top-left-radius: var(--radius-lg);
  background: var(--green-deep) !important;
  color: #f2f6ef !important;
}
.cart-header h3 { color: #f2f6ef !important; }
.cart-close { color: #f2f6ef !important; }
.cart-items {
  background: #d0e4cc !important;
}
.cart-items-wrap {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #dcebd8 0%, #c8dbbf 100%) !important;
}
#cartItems {
  background: #d0e4cc !important;
}
.cart-footer {
  flex-shrink: 0;
  background: rgba(200, 219, 191, 0.92) !important;
  border-top: 1px solid rgba(74, 122, 82, 0.22) !important;
}
.cart-subtotal,
.cart-footer p { color: var(--text-on-light) !important; }
.cart-empty { color: var(--text-muted) !important; }
.cart-item { border-bottom-color: rgba(74, 122, 82, 0.15) !important; }
.cart-backdrop.active { backdrop-filter: blur(4px); }

/* ── Slide to buy — Framer slide-button pattern ── */
.slide-buy {
  margin-top: 8px;
  user-select: none;
  -webkit-user-select: none;
}
.slide-buy-track {
  position: relative;
  height: 56px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(106, 158, 115, 0.35);
  overflow: hidden;
  touch-action: pan-y;
  box-sizing: border-box;
}
.slide-buy.dragging .slide-buy-track {
  touch-action: none;
}
.slide-buy-hint {
  position: absolute;
  inset: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px 0 52px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eef6ea;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
  transition: opacity 0.12s linear;
}
.slide-buy-fill {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  width: 0;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, rgba(196, 165, 116, 0.35), rgba(196, 165, 116, 0.55));
  pointer-events: none;
  z-index: 0;
}
.slide-buy-thumb {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f2418;
  background: linear-gradient(145deg, #dcc99a, #c4a574);
  box-shadow: 0 4px 14px rgba(8, 15, 10, 0.35);
  transform: translate3d(0, 0, 0);
  z-index: 2;
  touch-action: none;
  will-change: transform;
  margin: 0;
}
.slide-buy.dragging .slide-buy-thumb { cursor: grabbing; }
.slide-buy.complete .slide-buy-thumb {
  background: linear-gradient(145deg, #e8d5a3, #c4a574);
}
.slide-buy.complete .slide-buy-hint { opacity: 0; }
.slide-buy.disabled { opacity: 0.5; pointer-events: none; }

.checkout-modal {
  background: rgba(8, 15, 10, 0.88) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.checkout-modal.active {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
}

.checkout-box {
  background: #163320 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(540px, 94vw) !important;
  max-height: min(92vh, 860px) !important;
  height: min(92vh, 860px) !important;
  overflow: hidden !important;
  border-radius: var(--radius-lg) !important;
  border: 1px solid rgba(106, 158, 115, 0.28) !important;
  box-shadow: 0 24px 64px rgba(8, 15, 10, 0.45) !important;
}

.checkout-header {
  flex-shrink: 0;
  background: #0f2418 !important;
  color: #eef6ea !important;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 24px 32px !important;
}
.checkout-header h3 { color: #eef6ea !important; }
.modal-close { color: #eef6ea !important; }

.checkout-scroll-wrap,
.checkout-body {
  background: #163320 !important;
  color: #e8f0e4 !important;
}

.checkout-order-summary {
  background: #0f2418 !important;
  border: 1px solid rgba(106, 158, 115, 0.28) !important;
  color: #e8dfcd !important;
}

.order-item {
  color: #c8dbbf !important;
  border-bottom-color: rgba(106, 158, 115, 0.22) !important;
}
.order-total {
  color: #eef6ea !important;
}

.checkout-section-label {
  color: rgba(200, 219, 191, 0.75) !important;
}

.form-group label {
  color: rgba(200, 219, 191, 0.8) !important;
}

.form-group input,
.form-group select,
.mare-dropdown-btn {
  background: #0f2418 !important;
  border-color: rgba(106, 158, 115, 0.35) !important;
  color: #eef6ea !important;
}

.form-group input::placeholder {
  color: rgba(200, 219, 191, 0.45) !important;
}

.payment-icon {
  background: #0f2418 !important;
  border-color: rgba(106, 158, 115, 0.3) !important;
  color: rgba(200, 219, 191, 0.75) !important;
}

.secure-badge {
  color: rgba(200, 219, 191, 0.75) !important;
}

.checkout-demo-note {
  color: rgba(200, 219, 191, 0.55) !important;
}

.checkout-success {
  display: none;
  text-align: center;
  padding: 48px 24px 56px;
  color: #eef6ea;
  min-height: 260px;
  box-sizing: border-box;
  background: #163320 !important;
}
.checkout-success.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.checkout-success-icon {
  font-size: 56px;
  margin-bottom: 16px;
  color: var(--gold-light);
}
.checkout-success h3,
.checkout-success-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  color: #eef6ea !important;
  margin-bottom: 8px;
}
.checkout-success p,
.checkout-success-text {
  color: rgba(200, 219, 191, 0.85) !important;
  font-size: 14px;
  max-width: 280px;
  line-height: 1.6;
}

/* Mystery popup — prevent iOS zoom + layout jump */
.mystery-overlay {
  touch-action: none;
  overflow: hidden !important;
  overscroll-behavior: contain;
  padding: 16px;
  box-sizing: border-box;
}
.mystery-overlay.active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mystery-box {
  width: min(480px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: min(88dvh, 600px);
  overflow: hidden;
  box-sizing: border-box;
}
.mystery-top {
  padding: 36px 24px 28px !important;
}
.mystery-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(88dvh - 200px);
  padding: 24px 20px 28px !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.mystery-title {
  font-size: clamp(28px, 7vw, 36px) !important;
}
.mystery-input-group input {
  flex: 1;
  min-width: 0;
  font-size: 16px !important;
  min-height: 48px;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 12px 16px;
  color: #111111 !important;
  -webkit-text-fill-color: #111111;
  caret-color: #111111;
}
.mystery-input-group input::placeholder {
  color: #6b7280 !important;
  opacity: 1;
}
.mystery-input-group .mystery-submit,
.mystery-input-group .mystery-submit.glassy-btn {
  border-radius: 0 !important;
  flex-shrink: 0;
  margin: 0;
  min-height: 48px;
  box-shadow: none !important;
}
.mystery-input-group .mystery-submit.glassy-btn::before {
  border-radius: 0 !important;
  inset: 0;
}
.mystery-input-group {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(74, 122, 82, 0.28);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
body.mystery-open .mystery-overlay {
  touch-action: none;
}
body.mystery-open,
body.mobile-nav-open,
body.checkout-open {
  overflow: hidden;
}

.checkout-scroll-wrap {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.checkout-scroll-wrap .checkout-scroll,
.checkout-scroll-wrap [data-custom-scroll],
.cart-items[data-custom-scroll] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  scrollbar-width: thin;
  scrollbar-color: rgba(74,122,82,0.45) transparent;
}
.checkout-scroll-wrap .checkout-scroll::-webkit-scrollbar,
.checkout-scroll-wrap [data-custom-scroll]::-webkit-scrollbar,
.cart-items[data-custom-scroll]::-webkit-scrollbar {
  width: 8px;
}
.checkout-scroll-wrap .checkout-scroll::-webkit-scrollbar-thumb,
.checkout-scroll-wrap [data-custom-scroll]::-webkit-scrollbar-thumb,
.cart-items[data-custom-scroll]::-webkit-scrollbar-thumb {
  background: rgba(74,122,82,0.45);
  border-radius: 4px;
}

.custom-scroll-track {
  position: absolute;
  top: 8px;
  right: 4px;
  bottom: 8px;
  width: 5px;
  border-radius: 4px;
  background: rgba(15,36,24,0.06);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.custom-scroll-thumb {
  width: 100%;
  border-radius: 4px;
  background: rgba(74,122,82,0.45);
  min-height: 28px;
}

.checkout-box .mare-dropdown-menu {
  background: #0f2418 !important;
  border-color: rgba(106, 158, 115, 0.35) !important;
  backdrop-filter: none !important;
}
.checkout-box .mare-dropdown-menu button {
  color: #eef6ea !important;
}
.checkout-box .mare-dropdown-menu button:hover {
  background: rgba(106, 158, 115, 0.2) !important;
}
.checkout-box .mare-dropdown-menu button.selected {
  background: rgba(196, 165, 116, 0.22) !important;
  color: #eef6ea !important;
}

/* ── CUSTOM DROPDOWN ── */
.mare-dropdown { position: relative; }
.mare-dropdown-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(74,122,82,0.2);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  cursor: pointer;
  text-align: left;
}
.mare-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  box-shadow: var(--shadow-glass);
  max-height: 220px;
  overflow-y: auto;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}
.mare-dropdown.open .mare-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mare-dropdown-chevron {
  display: flex;
  align-items: center;
  margin-left: 8px;
  opacity: 0.5;
  transition: transform 0.2s ease;
}
.mare-dropdown-chevron.open { transform: rotate(180deg); }
.mare-dropdown-menu button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 14px;
  border: none;
  background: none;
  text-align: left;
  font-family: var(--font-body);
  font-size: 14px;
  cursor: pointer;
  color: var(--text-on-light);
  border-left: 2px solid transparent;
  border-radius: 6px;
  transition: background 0.2s, border-color 0.2s;
}
.mare-dropdown-menu button:hover {
  background: rgba(74, 122, 82, 0.08);
  border-left-color: rgba(74, 122, 82, 0.4);
}
.mare-dropdown-menu button.selected {
  background: rgba(74, 122, 82, 0.12);
  color: var(--green-rich);
  font-weight: 500;
}
.mare-dropdown-check {
  opacity: 0;
  flex-shrink: 0;
  color: var(--green-rich);
}
.mare-dropdown-menu button.selected .mare-dropdown-check { opacity: 1; }

/* ── PANORAMA ── */
.panorama-section {
  padding: 64px clamp(16px, 4vw, 40px);
  text-align: center;
}
.panorama-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 28px;
  background: var(--glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-on-light);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}
.panorama-trigger:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.panorama-modal {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(8,15,10,0.92);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.panorama-modal.open { opacity: 1; visibility: visible; }

.panorama-inner {
  width: min(960px, 100%);
  background: var(--glass-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.panorama-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
}
.panorama-viewport {
  width: 100%;
  height: min(420px, 55vh);
  overflow: hidden;
  cursor: grab;
  position: relative;
  background: #111;
}
.panorama-viewport canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.panorama-hint {
  padding: 12px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

body.panorama-open { overflow: hidden; }

/* ── PRODUCT DETAIL & PAGES ── */
.product-detail-section,
.product-tabs-section {
  padding: 56px clamp(16px, 4vw, 40px);
}

.product-detail-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.product-detail-visual {
  padding: 32px;
  text-align: center;
}

.product-detail-visual img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 20px;
  display: block;
}

.product-detail-price {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--text-on-light);
  margin-bottom: 16px;
}
.product-detail-price span {
  font-size: 18px;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-left: 8px;
}

.product-nav-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.product-tabs-section {
  text-align: center;
  padding: 56px clamp(16px, 4vw, 40px);
}
.product-tabs-section .smooth-tabs-shell {
  margin: 24px auto 0;
}
.product-tabs-section .smooth-tabs {
  margin: 0 auto;
  background: rgba(212, 232, 208, 0.92) !important;
  border: 1px solid rgba(74, 122, 82, 0.28) !important;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.08) !important;
}
.product-tabs-section .smooth-tab-pill {
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 1px 4px rgba(15, 36, 24, 0.1) !important;
}
.product-tabs-section .smooth-tab {
  color: rgba(26, 51, 36, 0.55) !important;
}
.product-tabs-section .smooth-tab.active,
.product-tabs-section .smooth-tab[aria-selected="true"] {
  color: var(--green-deep) !important;
}
.product-tabs-section .smooth-tab-panels {
  background: linear-gradient(165deg, rgba(220, 235, 216, 0.95), rgba(196, 219, 191, 0.9)) !important;
  backdrop-filter: blur(22px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.12) !important;
  border: 1px solid rgba(74, 122, 82, 0.28) !important;
  box-shadow: var(--shadow-glass) !important;
  border-radius: var(--radius-lg) !important;
}
.product-tabs-section .smooth-tab-panels .product-page-content {
  color: var(--text-muted);
}
.product-tabs-section .smooth-tab-panels .product-page-content h4 {
  color: var(--text-on-light);
}

/* ── LIVE LOCATION (Framer LiveLocation port) ── */
.live-location-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 8800;
  display: inline-flex;
  align-items: center;
  gap: 0;
  max-width: 52px;
  padding: 0;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgb(132 171 149 / 88%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--green-deep);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.14);
  overflow: hidden;
  transition: max-width 0.45s cubic-bezier(0.34, 1.4, 0.64, 1), gap 0.35s ease, box-shadow 0.3s ease;
}
.live-location-btn.ready {
  max-width: min(280px, calc(100vw - 48px));
  gap: 8px;
  padding: 0 16px 0 14px;
}
.live-location-btn:hover {
  box-shadow: 0 6px 24px rgba(15, 36, 24, 0.18);
}
.live-location-icon {
  flex-shrink: 0;
  margin-left: 17px;
}
.live-location-btn.ready .live-location-icon {
  margin-left: 0;
}
.live-location-dot {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31ee33;
  opacity: 0;
  margin-left: 2px;
  transition: opacity 0.3s;
}
.live-location-dot.pulse {
  opacity: 1;
  animation: liveLocPulse 1.6s ease-out infinite;
}
@keyframes liveLocPulse {
  0% { box-shadow: 0 0 0 0 rgba(49, 238, 51, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(49, 238, 51, 0); }
  100% { box-shadow: 0 0 0 0 rgba(49, 238, 51, 0); }
}
.live-location-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-width 0.45s ease;
}
.live-location-btn.ready .live-location-label {
  opacity: 1;
  max-width: 220px;
}

/* ── BACK TRIGGER (Framer BackTrigger port — mobile) ── */
.back-trigger-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 8800;
  width: 52px;
  height: 52px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgb(132 171 149 / 88%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--green-deep);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.14);
  opacity: 0;
  transform: translateY(12px) scale(0.92);
  pointer-events: none;
  transition:
    opacity 0.35s cubic-bezier(0.34, 1.4, 0.64, 1),
    transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.3s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.back-trigger-btn.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.back-trigger-btn:active {
  transform: translateY(0) scale(0.94);
}
.back-trigger-btn:hover {
  box-shadow: 0 6px 24px rgba(15, 36, 24, 0.18);
}

@media (max-width: 900px) {
  .back-trigger-btn {
    display: flex;
  }
}

@media (min-width: 901px) {
  .back-trigger-btn {
    display: none !important;
  }
}

.product-page-section {
  padding: 48px clamp(16px, 4vw, 40px);
}

.product-page-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 32px;
  background: var(--glass) !important;
  backdrop-filter: blur(20px) saturate(1.15);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-glass);
}

.product-page-back {
  display: inline-block;
  font-size: 13px;
  color: var(--green-rich);
  text-decoration: none;
  margin-bottom: 20px;
  opacity: 0.85;
}
.product-page-back:hover { opacity: 1; }

.product-page-content {
  margin-top: 20px;
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 15px;
}
.product-page-content h4 {
  font-family: var(--font-display) !important;
  font-size: 22px;
  color: var(--text-on-light);
  margin-bottom: 14px;
}
.product-page-content ul {
  list-style: none;
  padding: 0;
}
.product-page-content li {
  padding: 10px 0 10px 24px;
  position: relative;
  border-bottom: 1px solid rgba(74,122,82,0.12);
}
.product-page-content li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--green-sage);
  font-size: 11px;
}
.product-page-content blockquote {
  margin: 16px 0;
  padding: 16px 20px;
  border-left: 3px solid var(--green-mid);
  background: rgba(255,255,255,0.15);
  border-radius: 0 12px 12px 0;
  font-style: italic;
}

/* ── SPRAY SECTION ── */
.spray-experience { padding: 0 !important; }
.spray-wrap { position: relative; z-index: 2; }

.about-visual { display: none !important; }

.about-story {
  max-width: none;
  margin: 0;
  display: grid;
  gap: 24px;
  padding: 0;
}
.about-story-block {
  padding: 28px 32px !important;
  text-align: left;
}
.about-story-block h3 {
  font-size: clamp(22px, 3vw, 28px);
  color: var(--text-on-light);
  margin-bottom: 14px;
}
.about-story-block p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.about-story-block p:last-child { margin-bottom: 0; }
.about-story-block em { color: var(--green-rich); font-style: italic; }
.about-story-block strong { color: var(--green-rich); }

/* ── FOOTER ── */
footer {
  background: rgba(15, 36, 24, 0.92) !important;
  backdrop-filter: blur(16px);
  padding: 64px clamp(20px, 4vw, 60px) 0 !important;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: 48px;
  align-items: start;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(238, 232, 213, 0.65);
  max-width: 320px;
}
.footer-logo-img {
  max-width: 160px;
  height: auto;
  margin-bottom: 16px;
  display: block;
}
.footer-location {
  font-size: 12px !important;
  margin-top: 12px !important;
  opacity: 0.7;
}
.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  font-size: 13px;
  color: rgba(238, 232, 213, 0.65);
  text-decoration: none;
}
.footer-email-group {
  display: flex;
  gap: 0;
  max-width: 100%;
}
.footer-email-group input {
  flex: 1;
  min-width: 0;
  padding: 11px 12px;
  border-radius: 8px 0 0 8px;
  border: 1px solid rgba(238, 232, 213, 0.2);
  border-right: none;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 13px;
}
.footer-subscribe {
  padding: 11px 14px;
  border-radius: 0 8px 8px 0;
  border: none;
  background: var(--gold);
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.footer-bottom {
  border-top: 1px solid rgba(238, 232, 213, 0.12);
  padding: 20px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p {
  font-size: 12px;
  color: rgba(238, 232, 213, 0.45);
  margin: 0;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.footer-legal a {
  font-size: 12px;
  color: rgba(238, 232, 213, 0.45);
  text-decoration: none;
  cursor: pointer;
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  .services-specialties-grid {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .services-bizcard-col {
    display: none !important;
  }
  .services-folder-col .mare-folder {
    margin: 20px auto 0;
  }
  nav {
    padding: 0 10px !important;
    gap: 8px !important;
    justify-content: flex-start !important;
  }
  .nav-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    margin-right: 4px;
  }
  .nav-tabs-wrap { display: none !important; }
  .nav-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    margin-left: auto;
    position: relative;
    z-index: 30;
    order: 99;
  }
  .nav-cart-btn {
    order: 1;
  }
  .burger-btn,
  .nav-toggle {
    order: 2;
  }
  .mobile-menu {
    display: flex !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    min-width: 210px;
    max-width: calc(100vw - 20px);
    padding: 10px !important;
    background: #dcebd8 !important;
    border: 1px solid rgba(74, 122, 82, 0.38) !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 40px rgba(15, 36, 24, 0.22);
    flex-direction: column;
    gap: 0;
    z-index: 450;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.88) translateY(-6px) !important;
    transform-origin: top right;
    transition:
      opacity 0.4s cubic-bezier(0.34, 1.4, 0.64, 1),
      transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1),
      visibility 0.4s ease;
    pointer-events: none;
  }
  .mobile-menu.open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) translateY(0) !important;
    pointer-events: auto !important;
    background: #dcebd8 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .mobile-menu a {
    display: block;
    padding: 10px 12px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a3324 !important;
    text-decoration: none;
    border-radius: 10px;
    border-bottom: none !important;
    text-transform: none;
    letter-spacing: 0;
    touch-action: manipulation;
    background: #dcebd8 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    color: #0f2418 !important;
    background: #c8dbbf !important;
  }
  .nav-toggle,
  .burger-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .nav-toggle-label {
    display: none !important;
  }
  .nav-cart-btn {
    padding: 8px 11px !important;
    gap: 6px;
    font-size: 12px;
  }
  .cart-count {
    font-size: 11px;
    min-width: 18px;
    line-height: 1;
  }
  .nav-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none !important;
    z-index: 1;
  }
  .nav-logo-wrap {
    height: 68px;
    max-width: 100%;
  }
  .nav-logo-gif,
  .nav-logo-still,
  .nav-logo-frozen {
    height: 68px !important;
    max-width: min(260px, 56vw) !important;
  }
  .nav-tabs-wrap { display: none !important; }
  .hero {
    min-height: auto !important;
  }
  .hero-inner {
    flex-direction: column;
    min-height: auto;
    padding: 64px 20px 40px;
    align-items: center;
    text-align: center;
  }
  .hero-content-centered {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 520px;
  }
  .hero-title {
    font-size: clamp(28px, 8.5vw, 40px) !important;
    margin-bottom: 12px;
    text-align: center;
  }
  .hero-eyebrow { text-align: center; }
  .hero-type-line {
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-ctas {
    justify-content: center !important;
  }
  .hero-liquid-bg { z-index: 0; }
  .commitment-strip,
  .products-section {
    position: relative;
    z-index: 2;
  }
  .commitment-strip {
    margin: 0 !important;
    max-width: none !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: linear-gradient(
      165deg,
      rgba(232, 245, 236, 0.95) 0%,
      rgba(200, 220, 205, 0.85) 100%
    ) !important;
    padding: 28px clamp(16px, 4vw, 24px) !important;
  }
  .commitment-strip p {
    color: var(--text-muted) !important;
  }
  .commitment-strip strong {
    color: var(--green-rich) !important;
  }
  .split-compare .split-layer img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  .split-before-layer,
  .split-after {
    background: #dcebd8;
  }
  .hero-carousel-col { display: none !important; }
  .product-detail-wrap { grid-template-columns: 1fr; }
  .product-page-inner { padding: 28px 22px; }
  .smooth-tabs-scroller { justify-content: flex-start; }
  .smooth-tabs { width: max-content; }
  .product-tabs-section .smooth-tabs-shell {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .product-tabs-section .smooth-tabs-scroller {
    width: 100%;
    overflow: visible;
    padding: 0;
  }
  .product-tabs-section .smooth-tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100% !important;
    min-width: 0 !important;
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
  }
  .product-tabs-section .smooth-tab-pill {
    display: none !important;
  }
  .product-tabs-section .smooth-tab {
    width: 100% !important;
    padding: 14px 10px !important;
    font-size: 11px !important;
    min-height: 48px;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.35);
  }
  .product-tabs-section .smooth-tab.active,
  .product-tabs-section .smooth-tab[aria-selected="true"] {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(15, 36, 24, 0.08);
  }
  .product-tabs-section .smooth-tab-panels {
    margin-top: 14px;
    padding: 20px 18px !important;
    border-radius: 20px !important;
    min-height: 140px;
  }
  .product-tabs-section .smooth-tab-panel[hidden] { display: none !important; }
  .product-tabs-section .smooth-tab-panel.active { display: block !important; }
  footer { padding: 48px 18px 0 !important; }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-bottom: 32px !important;
  }
  .footer-brand { text-align: center; }
  .footer-brand p { max-width: none; margin: 0 auto; }
  .footer-logo-img { margin: 0 auto 14px; }
  .footer-col { text-align: center; }
  .footer-col ul { display: flex; flex-direction: column; align-items: center; }
  .footer-email-group {
    flex-direction: column;
    gap: 8px;
  }
  .footer-email-group input {
    border-radius: 10px !important;
    border-right: 1px solid rgba(238, 232, 213, 0.2) !important;
    width: 100%;
  }
  .footer-subscribe {
    width: 100%;
    border-radius: 10px !important;
    padding: 13px 14px !important;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 0 32px !important;
  }
  .footer-legal {
    justify-content: center;
    gap: 10px 16px;
  }
  .split-compare { aspect-ratio: 3/4; touch-action: none; min-height: 280px; }
  .split-handle-dots { width: 36px; height: 56px; }
  .faq-premium .faq-question { padding: 18px 20px; font-size: 17px; }
  .panorama-viewport { height: 50vh; }
  .product-card-img-wrap {
    aspect-ratio: 3 / 4;
    max-height: none !important;
    min-height: 300px !important;
    height: min(72vw, 340px) !important;
    padding: 6px !important;
  }
  .product-card-img,
  .product-card-img-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  .cart-drawer {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 92dvh !important;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0 !important;
    border-left: none !important;
    transform: translateY(100%) !important;
  }
  .cart-drawer.open {
    transform: translateY(0) !important;
  }
  .cart-header {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0 !important;
  }
  .bundles-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .announcement-bar {
    font-size: 11px;
    padding: 9px 12px !important;
    line-height: 1.5;
    background: #6b9e73 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
  }
  .announcement-bar span {
    color: #f8f4e8 !important;
  }
  .mystery-overlay {
    padding: 12px !important;
  }
  .mystery-box {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: min(86dvh, 520px) !important;
    animation: mysteryFadeIn 0.35s ease !important;
  }
  @keyframes mysteryFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
  }
  .mystery-top {
    padding: 28px 18px 22px !important;
  }
  .mystery-body {
    padding: 20px 16px 24px !important;
    max-height: calc(86dvh - 170px);
  }
  .footer-legal {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .mystery-input-group {
    flex-direction: column;
    gap: 10px;
    border-radius: 0;
    overflow: visible;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .mystery-input-group input {
    border-radius: 12px !important;
    border: 1px solid rgba(28, 58, 42, 0.15) !important;
    background: #ffffff !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    caret-color: #111111 !important;
  }
  .mystery-input-group .mystery-submit,
  .mystery-input-group .mystery-submit.glassy-btn {
    width: 100%;
    border-radius: 999px !important;
    padding: 14px 12px !important;
    font-size: 11px !important;
    letter-spacing: 0.05em !important;
    white-space: nowrap;
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.04),
      0 2px 8px rgba(0, 0, 0, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
  }
  .mystery-input-group .mystery-submit.glassy-btn::before {
    border-radius: 37px !important;
    inset: 3px;
  }
  .why-grid { grid-template-columns: 1fr; }
}

@media (min-width: 901px) {
  .hero-inner {
    justify-content: space-between;
    text-align: center;
  }
  .hero-content-centered { margin: 0 auto; text-align: center; }
  .hero-ctas { justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 901px) {
  .mare-folder:not(.is-hover):not(.open):not(.pulling):not(.closing) .mare-folder-viewport {
    perspective: none;
  }
  .mare-folder.is-hover .mare-folder-viewport,
  .mare-folder.open .mare-folder-viewport,
  .mare-folder.pulling .mare-folder-viewport,
  .mare-folder.closing .mare-folder-viewport {
    perspective: 1400px;
  }
  .mare-folder:not(.is-hover):not(.open):not(.pulling):not(.closing) .mare-folder-cover {
    transform: none;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
  }
  .mare-folder-sheet-content h3,
  .mare-folder-sheet-content p,
  .mare-folder-sheet-content li,
  .mare-folder-sheet-tab,
  .mare-folder-cover-eyebrow,
  .mare-folder-cover-title,
  .mare-folder-cover-hint,
  .mare-folder-doc-spine {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }
}

@media (prefers-reduced-motion: reduce) {
  .type-cursor { animation: none; }
  .activity-dot-ring { animation: none; }
  .hero-bg-video { transition: none; }
}

/* Mobile menu — solid light green panel (override legacy dark menu styles) */
@media (max-width: 900px) {
  nav .mobile-menu,
  nav .mobile-menu.open {
    background: #dcebd8 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
  }
  nav .mobile-menu a {
    background: #dcebd8 !important;
    color: #1a3324 !important;
    border-bottom: none !important;
  }
}
