:root {
  --bg: #012F2A;
  --fg: #FAFAF7;
  --gold: #D8C27A;
  --ivory: #F5F1E8;
  --text-body: rgba(250, 250, 247, 0.96);
  --text-muted: rgba(250, 250, 247, 0.88);
  --text-soft: rgba(250, 250, 247, 0.82);
  --text-faint: rgba(250, 250, 247, 0.72);
  --muted: var(--text-muted);
  --border: rgba(216, 194, 122, 0.14);
  --gutter: clamp(34px, 6vw, 96px);
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: var(--font-serif);
  --nav-font-size: 15px;
  --nav-letter-spacing: 2px;
  --nav-font-weight: 500;
  --text-base: 17px;
  --text-md: 16px;
  --text-sm: 15px;
  --text-xs: 14px;
  --ui-font-size: 14px;
  --ui-font-size-sm: 13px;
  --ui-font-weight: 500;
  /* Editorial headings — match homepage lux-section-head scale */
  --heading-section: clamp(1.75rem, 3.2vw, 2.65rem);
  --heading-section-sm: clamp(1.35rem, 6.2vw, 1.8rem);
  --heading-section-line: 1.14;
  --heading-section-track: -0.018em;
  --heading-page: clamp(2.25rem, 4.2vw, 3.5rem);
  --heading-page-line: 1.1;
  --heading-page-track: -0.01em;
  --heading-newsletter: clamp(2.25rem, 4.8vw, 3.75rem);
  --heading-newsletter-line: 1.15;
  --eyebrow-editorial: clamp(12px, 0.5vw + 10px, 13px);
  --eyebrow-editorial-track: 0.28em;
  --section-sub: clamp(1.0625rem, 1.2vw, 1.1875rem);
  --section-sub-line: 1.75;
}

* { box-sizing: border-box; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--text-base);
  background: var(--bg);
  color: var(--fg);
  overflow-x: clip;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
img,
video {
  max-width: 100%;
  height: auto;
}

.figma-wrap {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

header.topbar,
main,
footer {
  padding-left: max(0px, env(safe-area-inset-left));
  padding-right: max(0px, env(safe-area-inset-right));
}

/* Hard guard: never let sections stick to viewport edges */
main > section,
main > article,
main > .shop-page,
footer > .figma-wrap,
.topbar {
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(1, 47, 42, 0.93);
  backdrop-filter: blur(5px);
  gap: 14px;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.2vw, 48px);
  min-width: 0;
}
.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 861px) {
  .main-nav {
    flex: 1;
    justify-content: flex-start;
    margin-left: clamp(20px, 2vw, 48px);
    min-width: 0;
  }
}
.main-nav a:last-child {
  margin-right: 0;
}

.site-logo {
  --logo-title-size: clamp(22px, 2.4vw, 30px);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(10px, 1.2vw, 14px);
  text-decoration: none;
  color: var(--gold);
  flex-shrink: 0;
  font-size: var(--logo-title-size);
}

.site-logo__mark {
  width: 2.45em;
  height: 2.45em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-sunburst,
.site-logo__mark svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  animation: none;
}

.site-logo .logo-sunburst,
.site-logo .logo-sunburst line {
  animation: none !important;
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.site-logo__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
}

.site-logo__sub {
  margin-top: 0.22em;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.38em;
  letter-spacing: 0.16em;
  margin-right: -0.16em;
  text-transform: uppercase;
  color: rgba(230, 215, 130, 0.92);
  line-height: 1;
}

.foot-brand-col .site-logo {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-self: flex-start;
  margin-bottom: 18px;
  color: var(--gold);
}

.foot-brand-col p {
  margin-top: 0;
  color: var(--text-body);
  font-size: clamp(16px, 0.35vw + 15px, 18px);
  line-height: 1.72;
}

.main-nav a {
  font-family: var(--font-sans);
  text-decoration: none;
  color: rgba(250, 248, 241, 0.92);
  margin-right: 22px;
  text-transform: uppercase;
  letter-spacing: var(--nav-letter-spacing);
  font-size: var(--nav-font-size);
  font-weight: var(--nav-font-weight);
  line-height: 1.2;
}
.main-nav a:hover { color: var(--gold); }
.main-nav a.is-active {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.nav-right a:last-child { margin-right: 0; }
.nav-right { display: flex; align-items: center; gap: 4px; }
.topbar-end {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.nav-toggle {
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0 0 0 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--fg);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.nav-toggle:hover { color: var(--gold); }
.nav-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  color: var(--gold);
}
.nav-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.nav-toggle__icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nav-toggle__icon--close { display: none; }
body.mobile-nav-open .nav-toggle__icon--open { display: none; }
body.mobile-nav-open .nav-toggle__icon--close { display: inline-flex; }
.mobile-menu {
  display: none;
}
.mobile-menu a {
  font-family: var(--font-sans);
  text-decoration: none;
  color: rgba(250, 248, 241, 0.95);
  text-transform: uppercase;
  font-weight: var(--nav-font-weight);
  line-height: 1.3;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu a.is-active {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 38;
  background: rgba(0, 16, 12, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-nav-backdrop[hidden] {
  display: none !important;
  pointer-events: none !important;
}
body.mobile-nav-open .mobile-nav-backdrop:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(216, 194, 122, 0.48);
  border-radius: 999px;
  overflow: hidden;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.18);
}
.lang-switch__btn {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-right: 0 !important;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.94);
  text-decoration: none;
  line-height: 1.1;
}
.lang-switch__btn:hover {
  color: var(--gold);
  background: rgba(216, 194, 122, 0.1);
}
.lang-switch--mobile {
  display: none;
}
.lang-switch__btn.is-active {
  background: var(--gold);
  color: var(--bg);
  font-weight: 700;
}
.icon-link {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px !important;
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.icon-link svg {
  width: 28px;
  height: 28px;
  stroke: var(--fg);
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}
.icon-link:hover svg { stroke: var(--gold); }
.cart-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-color: var(--fg);
  transition: background-color 0.2s ease;
  -webkit-mask-image: url(/public/assets/img/shopping-bag.png);
  mask-image: url(/public/assets/img/shopping-bag.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.icon-link--cart:hover .cart-icon {
  background-color: var(--gold);
}
.admin-lang-block h3 {
  margin: 18px 0 8px;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--gold);
}
table textarea {
  width: 100%;
  min-width: 180px;
  min-height: 52px;
  resize: vertical;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--bg);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 16px);
  z-index: 10001;
  background: var(--gold);
  color: var(--bg);
  padding: 12px 22px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.cart-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px var(--gutter);
  width: 100%;
}
.section { border-top: 1px solid var(--border); padding: clamp(88px, 10vh, 120px) 0; }

.hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  padding-top: 38px;
}

.eyebrow-box {
  display: inline-block;
  border: 1px solid rgba(230, 215, 130, 0.28);
  color: var(--gold);
  padding: 10px 18px;
  font-size: 15px;
  letter-spacing: 5px;
}

.hero-content h1 {
  margin: 22px 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(72px, 8vw, 108px);
  line-height: 0.9;
  font-weight: 500;
}
.hero-content h1 span { color: var(--gold); }
.hero-content p {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.6;
  margin-bottom: 24px;
}

.hero-image img {
  width: 100%;
  min-height: clamp(320px, 62vh, 700px);
  object-fit: cover;
}

.btn,
.btn-outline {
  display: inline-block;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--font-serif);
  font-size: var(--ui-font-size);
  font-weight: var(--ui-font-weight);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding: 14px 24px;
}
.btn { background: var(--gold); color: var(--bg); }
.btn-outline { border: 1px solid var(--gold); color: var(--fg); background: transparent; }

.section-head.center { text-align: center; }
.eyebrow {
  color: var(--gold);
  letter-spacing: var(--eyebrow-editorial-track);
  font-size: var(--eyebrow-editorial);
  text-transform: uppercase;
  font-weight: 500;
}
.section-head h2,
.left-title {
  margin: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(1rem, 2vw, 1.25rem);
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.section-head .eyebrow {
  display: block;
  margin: 0 0 clamp(0.75rem, 1.6vw, 1.15rem);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  margin-top: 28px;
}
.collection-grid > *,
.shop-grid > *,
.testimonials > *,
.insta-grid > *,
.foot-grid > *,
.story-values-grid > *,
.ingredients-standards-grid > *,
.pd-related-grid > *,
.cart-related__grid > * {
  min-width: 0;
}
.collection-item img { width: 100%; height: 455px; object-fit: cover; }
.collection-item h3 {
  margin: 16px 0 6px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.4vw, 44px);
  font-weight: 500;
}
.collection-item p { margin: 0 0 8px; color: var(--muted); font-size: clamp(15px, 1.1vw, 18px); }
.collection-item span { color: var(--gold); font-size: 15px; letter-spacing: 2px; }

.split { display: grid; grid-template-columns: 1fr 0.95fr; gap: 44px; align-items: center; }
.left-title span { color: var(--gold); }
.muted { color: var(--muted); line-height: 1.78; font-size: clamp(16px, 1.1vw, 20px); max-width: 640px; margin-bottom: 20px; letter-spacing: 0.01em; }
.block-image { width: 100%; min-height: 640px; object-fit: cover; }

.brand-video {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 48vh, 640px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.brand-video__el {
  display: block;
  width: 100%;
  min-height: clamp(360px, 48vh, 640px);
  object-fit: cover;
  object-position: center;
  background: var(--bg);
  pointer-events: none;
}
.brand-video.is-playing .brand-video__el {
  pointer-events: auto;
}
.brand-video__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 24px;
  border: 0;
  background: linear-gradient(180deg, rgba(1, 47, 42, 0.18), rgba(1, 47, 42, 0.52));
  color: var(--text);
  cursor: pointer;
  transition: background 0.35s ease, opacity 0.35s ease;
}
.brand-video__play:hover {
  background: linear-gradient(180deg, rgba(1, 47, 42, 0.28), rgba(1, 47, 42, 0.62));
}
.brand-video__play-icon {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(216, 194, 122, 0.55);
  border-radius: 50%;
  background: rgba(1, 47, 42, 0.55);
  box-shadow: 0 8px 32px rgba(1, 47, 42, 0.35);
  position: relative;
}
.brand-video__play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--gold);
}
.brand-video__play-text {
  font-size: 15px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.92);
}
.brand-video__label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 8px 12px;
  font-size: var(--ui-font-size);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.88);
  background: rgba(1, 47, 42, 0.62);
  backdrop-filter: blur(6px);
  transition: opacity 0.35s ease;
}
.brand-video.is-playing .brand-video__play,
.brand-video.is-playing .brand-video__label {
  opacity: 0;
  pointer-events: none;
}

.story-brand-promo__head {
  margin-bottom: clamp(28px, 4vw, 44px);
}
.story-brand-promo .brand-video {
  max-width: 980px;
  margin: 0 auto;
}
.brand-video--story {
  border: 1px solid var(--border);
}

.brand-video--philosophy {
  min-height: clamp(280px, 42vh, 520px);
}
.brand-video--philosophy .brand-video__el {
  min-height: clamp(280px, 42vh, 520px);
}

.link-gold { color: var(--gold); text-decoration: underline; text-underline-offset: 6px; letter-spacing: 3px; font-size: 14px; }

.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 16px; }
.quote-card { border: 1px solid var(--border); padding: 44px; min-height: 360px; background: rgba(255, 255, 255, 0.01); }
.quote-mark { color: var(--gold); font-family: var(--font-serif); font-size: 78px; line-height: 0.7; }
.quote-card p { color: rgba(250, 248, 241, 0.82); font-size: clamp(15px, 1.1vw, 20px); line-height: 1.55; margin: 14px 0 28px; }
.quote-card h4 { margin: 0; font-size: clamp(16px, 1vw, 20px); font-weight: 500; }
.quote-card small { color: var(--text-muted); }

.insta-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.insta-grid img { width: 100%; height: 320px; object-fit: cover; }

.newsletter { text-align: center; }
.newsletter h2 {
  font-size: var(--heading-newsletter);
  line-height: var(--heading-newsletter-line);
  letter-spacing: var(--heading-section-track);
  font-weight: 300;
}
.newsletter h2 span { color: var(--gold); }
.center-muted {
  margin: 0 auto clamp(1rem, 2vw, 1.5rem);
  max-width: min(34rem, 100%);
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
}
.section-head .muted {
  max-width: min(34rem, 100%);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
}

/* Shop newsletter — match homepage underline input */
.shop-page .newsletter .lux-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  margin: 2rem auto 0;
  gap: 1rem;
}

.shop-page .newsletter .lux-newsletter__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  width: 100%;
}

.shop-page .newsletter .lux-newsletter__input {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0.95rem 0;
  border: 0 !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.shop-page .newsletter .lux-newsletter__input::placeholder {
  color: rgba(250, 250, 247, 0.38);
}

.shop-page .newsletter .lux-newsletter__input:focus {
  outline: none;
  border-bottom-color: var(--gold) !important;
}

.shop-page .newsletter .lux-newsletter__input:-webkit-autofill,
.shop-page .newsletter .lux-newsletter__input:-webkit-autofill:hover,
.shop-page .newsletter .lux-newsletter__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--bg) inset !important;
  box-shadow: 0 0 0 1000px var(--bg) inset !important;
  -webkit-text-fill-color: var(--fg) !important;
  caret-color: var(--fg);
  border-bottom-color: var(--gold) !important;
  transition: background-color 99999s ease-out;
}

.shop-page .newsletter .lux-newsletter__feedback {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--gold);
  text-align: center;
}

.shop-page .newsletter .lux-newsletter__feedback.is-error {
  color: #e8a8a8;
}

.shop-page .newsletter .lux-newsletter__feedback.is-info {
  color: rgba(201, 169, 98, 0.92);
}

.site-footer {
  position: relative;
  z-index: 12;
  margin-top: 24px;
  border-top: 1px solid var(--border);
  padding-top: clamp(72px, 9vh, 96px);
}
.foot-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: clamp(40px, 5vw, 56px); }
.site-footer h5 {
  font-family: var(--font-sans);
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: var(--nav-letter-spacing);
  font-size: var(--nav-font-size);
  font-weight: var(--nav-font-weight);
  color: var(--fg);
  line-height: 1.2;
}
.site-footer p {
  max-width: min(270px, 100%);
  color: var(--text-body);
  line-height: 1.65;
  font-size: clamp(14px, 1vw, 16px);
  margin: 0 0 18px;
}
.foot-grid > * { min-width: 0; }
.foot-nav {
  position: relative;
  z-index: 3;
  isolation: isolate;
}
.foot-brand-col .site-logo { max-width: 100%; }
.site-footer .foot-grid a:not(.site-logo),
.site-footer .foot-nav__link {
  font-family: var(--font-sans);
  display: block;
  position: relative;
  z-index: 2;
  color: var(--text-soft);
  text-decoration: none;
  margin-bottom: 11px;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: var(--nav-font-size);
  font-weight: 400;
  line-height: 1.35;
  pointer-events: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(216, 194, 122, 0.2);
  transition: color 0.28s ease, opacity 0.28s ease;
}

.site-footer .foot-grid a:not(.site-logo):hover,
.site-footer .foot-nav__link:hover {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.socials { display: flex; gap: 14px; align-items: center; }
.socials a {
  display: inline-flex;
  margin: 0;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}
.socials a:hover { opacity: 1; }
.socials a svg {
  width: 24px;
  height: 24px;
  stroke: var(--fg);
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}
.socials a:hover svg { stroke: var(--gold); }
.socials a.social-link--whatsapp svg {
  stroke: none;
  fill: var(--fg);
  transition: fill 0.2s ease;
}
.socials a.social-link--whatsapp:hover svg {
  stroke: none;
  fill: var(--gold);
}
.foot-divider-wrap {
  margin-top: clamp(36px, 5vw, 52px);
}

.foot-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
}

.foot-divider__line {
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
}

.foot-divider__line:first-of-type {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(216, 194, 122, 0.22) 18%,
    var(--gold) 100%
  );
}

.foot-divider__line:last-of-type {
  background: linear-gradient(
    to right,
    var(--gold) 0%,
    rgba(216, 194, 122, 0.22) 82%,
    transparent 100%
  );
}

.foot-divider__mark {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 5vw, 64px);
  height: clamp(48px, 5vw, 64px);
  margin: 0 clamp(14px, 2vw, 22px);
  color: var(--gold);
}

.foot-divider__sunburst,
.foot-divider__sunburst line {
  animation: none !important;
}

.foot-bottom {
  margin-top: clamp(22px, 3vw, 32px);
  padding: clamp(24px, 3vw, 36px) 0 clamp(28px, 3.5vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.5vw, 20px);
  color: var(--text-faint);
  font-size: 15px;
  text-align: center;
}

.foot-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 16px);
  width: 100%;
}

.foot-copy {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.55;
  font-size: clamp(14px, 1.05vw, 15px);
}

.foot-credit {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
  color: var(--text-faint);
}

.foot-credit a {
  color: rgba(230, 215, 130, 0.78);
  text-decoration: none;
}

.foot-credit a:hover {
  color: var(--gold);
}

.foot-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 14px) clamp(18px, 3vw, 28px);
  width: 100%;
  margin: 0;
  padding: 0;
}

.foot-bottom-links a {
  font-family: var(--font-sans);
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--text-muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 0.2vw, 2px);
  font-size: clamp(12px, 1.05vw, var(--ui-font-size));
  font-weight: var(--nav-font-weight);
  white-space: nowrap;
  line-height: 1.35;
}

.foot-bottom-links a:hover {
  color: var(--gold);
}

.site-footer .foot-bottom-links a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .foot-bottom {
    align-items: stretch;
    gap: clamp(18px, 2vw, 22px);
    text-align: left;
  }

  .foot-bottom-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 32px);
  }

  .foot-copy {
    flex: 1 1 auto;
    width: auto;
    text-align: left;
    font-size: 15px;
  }

  .foot-bottom-links {
    flex: 0 1 auto;
    width: auto;
    justify-content: flex-end;
    gap: 10px 22px;
  }

  .foot-bottom-links a {
    letter-spacing: 2px;
    font-size: var(--ui-font-size);
  }

  .foot-credit {
    white-space: nowrap;
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .foot-bottom {
    gap: clamp(14px, 3.5vw, 18px);
    padding-bottom: max(4.75rem, calc(3.25rem + env(safe-area-inset-bottom, 0px)));
  }

  .foot-bottom-row {
    gap: clamp(10px, 2.8vw, 14px);
  }

  .foot-copy {
    font-size: clamp(14px, 3.4vw, 16px);
  }

  .foot-bottom-links {
    gap: clamp(8px, 2.5vw, 12px) clamp(14px, 4vw, 22px);
  }

  .foot-bottom-links a {
    font-size: clamp(12px, 2.8vw, 14px);
  }

  .foot-credit {
    font-size: clamp(14px, 3.2vw, 15px);
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .foot-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* Story page */
.story-hero {
  min-height: clamp(420px, 52vh, 560px);
  border-top: 1px solid var(--border);
  display: grid;
  place-content: center;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.story-hero h1 {
  margin: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(0.85rem, 1.5vw, 1.1rem);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-page);
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
}
.story-hero h1 span { color: var(--gold); }
.story-hero p {
  margin: 0 auto;
  max-width: min(38rem, 100%);
  color: var(--muted);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.125rem, 1.75vw, 1.375rem);
  line-height: 1.65;
}
.story-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 4.5vw, 56px);
  align-items: start;
}
.story-split-media {
  width: 100%;
  min-height: clamp(440px, 42vw, 640px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.story-split-img,
.story-split-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(440px, 42vw, 640px);
  object-fit: cover;
  object-position: center;
}
.story-split-copy {
  align-self: start;
  padding-top: 4px;
}
.story-split-copy .eyebrow {
  display: block;
  margin: 0 0 14px;
}
.story-split-copy .left-title {
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  font-size: var(--heading-section);
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
  font-weight: 300;
  max-width: none;
}
.story-split-copy .muted {
  max-width: 100%;
  margin-bottom: 18px;
}
.story-split-copy .muted:last-child {
  margin-bottom: 0;
}
.story-founder-photo,
.story-founder .story-split-img {
  object-position: center top;
}
.story-philosophy.story-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 32px);
  align-items: start;
  justify-items: stretch;
}
.story-philosophy .story-split-media {
  position: relative;
  flex-shrink: 0;
  width: min(100%, 280px);
  max-width: 280px;
  min-height: unset;
  aspect-ratio: 9 / 16;
  height: auto;
  margin: 0 auto;
  justify-self: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.story-philosophy .story-split-copy {
  width: 100%;
  min-width: 0;
}
.story-philosophy .story-split-video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: unset;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 648px) {
  .story-philosophy.story-split {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: clamp(20px, 2.5vw, 32px);
  }
  .story-philosophy .story-split-media {
    width: 280px;
    margin: 0;
    justify-self: start;
  }
}
@media (max-width: 647px) {
  .story-philosophy.story-split {
    gap: clamp(20px, 4vw, 28px);
  }
  .story-philosophy .story-split-media {
    width: min(100%, clamp(220px, 78vw, 280px));
  }
  .story-philosophy .story-split-copy .left-title {
    font-size: var(--heading-section-sm);
    line-height: 1.16;
  }
}
.story-values-section { padding-top: 64px; }
.story-values-title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.story-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}
.story-value-card {
  min-height: 220px;
}
.story-value-card:not(.story-flip-card):not(.story-swipe-card) {
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
}
.story-flip-card.story-value-card h3 {
  margin: 0;
}

.story-value-card:not(.story-flip-card):not(.story-swipe-card) h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 500;
  color: var(--gold);
}
.story-value-card:not(.story-flip-card):not(.story-swipe-card) p {
  margin: 0;
  color: rgba(250, 248, 241, 0.82);
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.6;
}
.story-founder-name { margin-bottom: 8px; }
.story-founder-role {
  margin: 0 0 22px;
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.story-certs-section { text-align: center; padding-bottom: 80px; }
.story-certs-title {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.story-certs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.story-cert-badge:not(.story-flip-card) {
  border: 1px solid var(--border);
  padding: clamp(36px, 4vw, 52px) 16px;
  text-align: center;
  color: var(--gold);
  letter-spacing: 3px;
  font-size: clamp(10px, 0.85vw, 12px);
  font-weight: 500;
}
.story-cert-badge.story-flip-card {
  text-align: center;
}

/* Ingredients page */
.ingredients-hero {
  min-height: clamp(380px, 48vh, 520px);
  border-top: 1px solid var(--border);
  display: grid;
  place-content: center;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.ingredients-hero h1 {
  margin: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(0.85rem, 1.5vw, 1.1rem);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-page);
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
}
.ingredients-hero h1 span { color: var(--gold); }
.ingredients-hero p {
  margin: 0 auto;
  max-width: min(34rem, 100%);
  color: var(--muted);
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
}
.ingredients-philosophy {
  padding-top: 56px;
  padding-bottom: 56px;
}
.ingredients-philosophy-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.ingredients-philosophy-title {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
  max-width: 900px;
  width: 100%;
  text-align: center;
}
.ingredients-philosophy-text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ingredients-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 4.5vw, 56px);
  align-items: start;
  padding-top: 56px;
  padding-bottom: 56px;
}
.ingredients-split--continuation {
  padding-top: 28px;
  border-top: none;
}
.ingredients-split--text-first > .story-split-copy {
  order: 1;
}
.ingredients-split--text-first > .ingredients-media {
  order: 2;
}
.ingredients-split .ingredients-copy .muted,
.ingredients-field-text--wide {
  max-width: none;
}
.ingredients-split .story-split-media {
  width: 100%;
  min-height: clamp(400px, 38vw, 620px);
}
.ingredients-split .story-split-img,
.ingredients-split .ingredients-img {
  display: block;
  width: 100%;
  min-height: clamp(400px, 38vw, 620px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ingredients-name {
  margin-bottom: 8px;
}
.ingredients-scientific {
  margin: 0 0 28px;
  color: rgba(250, 248, 241, 0.72);
  font-size: clamp(16px, 1.1vw, 19px);
  letter-spacing: 0.04em;
  font-style: italic;
}
.ingredients-field-label {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 15px;
}
.ingredients-field-text {
  margin-bottom: 24px;
}
.ingredients-field-text:last-child {
  margin-bottom: 0;
}
.ingredients-lead {
  margin: 0 0 20px;
  color: rgba(250, 248, 241, 0.88);
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: 1.55;
  max-width: 100%;
}
.ingredients-standards {
  padding-top: 64px;
  padding-bottom: 88px;
  text-align: center;
}
.ingredients-standards-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.ingredients-standards-title {
  width: 100%;
  text-align: center;
}
.ingredients-standards .story-swipe-deck {
  margin-top: 0;
}

/* Contact page */
.contact-hero {
  min-height: clamp(420px, 52vh, 560px);
  border-top: 1px solid var(--border);
  display: grid;
  place-content: center;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.contact-hero h1 {
  margin: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(0.85rem, 1.5vw, 1.1rem);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-page);
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
}
.contact-hero h1 span { color: var(--gold); }
.contact-hero p {
  margin: 0 auto;
  max-width: min(34rem, 100%);
  color: var(--muted);
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
}
.contact-main { padding-top: 64px; padding-bottom: 64px; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}
.contact-block-title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.contact-block-desc {
  margin: 0 0 28px;
  max-width: 100%;
}
.contact-form-notice {
  margin: 0 0 20px;
  padding: 14px 18px;
  border: 1px solid rgba(230, 215, 130, 0.35);
  color: var(--gold);
  font-size: 14px;
  line-height: 1.5;
}
.contact-form-notice--error {
  border-color: rgba(220, 120, 120, 0.45);
  color: #e8a8a8;
}
.newsletter-form {
  flex-wrap: wrap;
}
.newsletter-form__feedback {
  flex: 1 1 100%;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gold);
}
.newsletter-form__feedback.is-error {
  color: #e8a8a8;
}
.newsletter-form__feedback.is-info {
  color: rgba(230, 215, 130, 0.92);
}
.contact-form { display: grid; gap: 18px; }
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-field label {
  display: block;
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  color: var(--fg);
  border: 1px solid rgba(230, 215, 130, 0.28);
  font-family: var(--font-serif);
  font-size: 14px;
  resize: vertical;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(250, 248, 241, 0.38);
}
.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(230, 215, 130, 0.55);
}
.contact-field textarea { min-height: 160px; }
.contact-submit {
  width: 100%;
  margin-top: 6px;
  padding: 16px 24px;
  border: 0;
  font-weight: 500;
}
.contact-info-list { display: grid; gap: 16px; }
.contact-info-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 20px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
}
.contact-info-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.contact-info-icon svg {
  width: 26px;
  height: 26px;
  overflow: visible;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-info-label {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.contact-info-value {
  margin: 0;
  color: rgba(250, 248, 241, 0.88);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.55;
  text-decoration: none;
}
a.contact-info-value:hover { color: var(--gold); }
.contact-hours p {
  margin: 0 0 6px;
  color: rgba(250, 248, 241, 0.82);
  font-size: 14px;
  line-height: 1.5;
}
.contact-hours p:last-child { margin-bottom: 0; }
.contact-hours span {
  color: var(--text-muted);
}
.contact-accessibility {
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1px solid var(--border);
  scroll-margin-top: 96px;
}
.contact-accessibility__inner {
  max-width: 720px;
  margin: 0 auto;
}
.contact-accessibility__inner .muted + .muted {
  margin-top: 1rem;
}
.contact-faq-section {
  padding-top: 56px;
  padding-bottom: 88px;
}
.contact-faq-more {
  margin: 28px 0 0;
  text-align: center;
}
.contact-faq-more__link {
  display: inline-block;
  color: var(--gold);
  text-decoration: none;
  font-size: var(--ui-font-size);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(230, 215, 130, 0.35);
  padding-bottom: 4px;
  transition: color 0.35s ease, border-color 0.35s ease;
}
.contact-faq-more__link:hover {
  color: var(--fg);
  border-bottom-color: var(--gold);
}
.contact-faq-head { margin-bottom: 36px; }
.contact-faq-title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.contact-faq-list {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  max-width: 980px;
  margin: 0 auto;
}
.contact-faq-item {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
  transition: border-color 0.35s ease, background 0.35s ease;
}
.contact-faq-item.is-open {
  border-color: rgba(230, 215, 130, 0.32);
  background: rgba(255, 255, 255, 0.025);
}
.contact-faq-heading {
  margin: 0;
}
.contact-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(22px, 3vw, 34px) clamp(24px, 3vw, 36px);
  background: transparent;
  border: 0;
  color: var(--fg);
  cursor: pointer;
  text-align: left;
  font: inherit;
}
.contact-faq-trigger:hover .contact-faq-question {
  color: var(--gold);
}
.contact-faq-trigger:focus-visible {
  outline: 2px solid rgba(230, 215, 130, 0.55);
  outline-offset: -2px;
}
.contact-faq-question {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.15;
  transition: color 0.3s ease;
}
.contact-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-faq-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-faq-item.is-open .contact-faq-icon svg {
  transform: rotate(180deg);
}
.contact-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-faq-item.is-open .contact-faq-panel {
  grid-template-rows: 1fr;
}
.contact-faq-panel-inner {
  overflow: hidden;
}
.contact-faq-panel-inner p {
  margin: 0;
  padding: 0 clamp(24px, 3vw, 36px) clamp(22px, 3vw, 34px);
  color: var(--muted);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.65;
  max-width: 820px;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.38s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-faq-item.is-open .contact-faq-panel-inner p {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .contact-faq-item,
  .contact-faq-panel,
  .contact-faq-panel-inner p,
  .contact-faq-icon svg,
  .contact-faq-question {
    transition: none;
  }
  .contact-faq-panel-inner p {
    opacity: 1;
    transform: none;
  }
}

/* Cart page */
.cart-main {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  box-sizing: border-box;
  min-width: 0;
  overflow-x: clip;
}
.cart-form {
  width: 100%;
  min-width: 0;
}
.cart-hero {
  min-height: 280px;
  border-top: 1px solid var(--border);
  display: grid;
  place-content: center;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 12px;
}
.cart-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-page);
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
  text-transform: capitalize;
}
.cart-hero h1 span { color: var(--gold); }
.cart-hero__meta {
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: 0.4px;
}
.cart-empty {
  text-align: center;
  padding: 48px 0 72px;
  border-top: 1px solid var(--border);
  width: 100%;
  box-sizing: border-box;
}
.cart-empty p {
  margin: 0 0 28px;
  color: var(--text-soft);
  font-size: 17px;
}
.cart-form.is-syncing .cart-qty .qty-btn {
  opacity: 0.85;
}
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-top: 28px;
  padding-bottom: 56px;
  border-top: 1px solid var(--border);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
  box-sizing: border-box;
}
.cart-items {
  display: grid;
  gap: 22px;
  width: 100%;
  min-width: 0;
}
.cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(230, 215, 130, 0.22);
  background: rgba(255, 255, 255, 0.02);
  min-width: 0;
  box-sizing: border-box;
}
.cart-item__remove {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--text-faint);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.cart-item__remove:hover { color: var(--gold); }
.cart-item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.02);
}
.cart-item__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.cart-item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 28px;
  min-width: 0;
}
.cart-item__body h3 {
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.1;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.cart-item__body h3 a {
  color: var(--fg);
  text-decoration: none;
}
.cart-item__body h3 a:hover { color: var(--gold); }
.cart-item__size {
  margin: 0 0 18px;
  color: var(--text-muted);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.cart-item__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.cart-qty {
  display: inline-flex;
  align-items: center;
}
.cart-qty .qty-btn,
.cart-qty input {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(230, 215, 130, 0.28);
  background: transparent;
  color: var(--fg);
  text-align: center;
  font-size: 18px;
  padding: 0;
}
.cart-qty input {
  width: 52px;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
}
.cart-qty .qty-btn { cursor: pointer; line-height: 1; }
.cart-qty .qty-btn:hover { color: var(--gold); border-color: var(--gold); }
.cart-item__price {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 600;
}
.cart-continue {
  justify-self: start;
  margin-top: 8px;
  text-align: center;
  display: inline-block;
}
.cart-summary {
  position: sticky;
  top: 96px;
  z-index: 20;
  padding: 28px 26px 32px;
  border: 1px solid rgba(230, 215, 130, 0.22);
  background: rgba(255, 255, 255, 0.02);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.cart-summary h2 {
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 500;
  line-height: 1;
}
.cart-summary__row,
.cart-summary__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  letter-spacing: 1px;
  color: rgba(250, 248, 241, 0.72);
}
.cart-summary__row span:first-child,
.cart-summary__total span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.cart-summary__row span:last-child,
.cart-summary__total span:last-child {
  flex: 0 0 auto;
  text-align: right;
  color: var(--fg);
}
.cart-summary__total {
  border-bottom: 0;
  margin-top: 8px;
  padding-top: 18px;
  font-size: var(--text-sm);
}
.cart-summary__total span:last-child {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: clamp(30px, 2.6vw, 38px);
  font-weight: 600;
}
.cart-checkout-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-top: 22px;
  text-align: center;
  padding: 16px 18px;
  font-size: 15px;
  letter-spacing: 2.4px;
  pointer-events: auto;
}
.cart-summary__secure {
  margin: 16px 0 0;
  text-align: center;
  color: var(--text-faint);
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  html:has(body.page-cart) {
    scroll-behavior: auto;
  }
}

.cart-related {
  border-top: 1px solid var(--border);
  padding-top: 72px;
  padding-bottom: 88px;
}
.cart-related__title {
  text-align: center;
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.cart-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}
.cart-related__card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.cart-related__card img {
  width: 100%;
  height: clamp(240px, 26vw, 340px);
  object-fit: cover;
  display: block;
}
.cart-related__card h3 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 500;
  color: var(--fg);
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(3 * 1.15em);
  flex: 1 0 auto;
}
.cart-related__price {
  display: block;
  margin-top: auto;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 600;
}

/* Luxury product image hover — site-wide (soft, fluid zoom) */
.product-img-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  isolation: isolate;
}
.product-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(230, 215, 130, 0);
  transition: opacity 1.4s ease-in-out, box-shadow 1.6s ease-in-out;
}
.product-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(255, 248, 220, 0.1) 0%,
    rgba(230, 215, 130, 0.04) 42%,
    transparent 72%
  );
  transition: opacity 1.5s ease-in-out;
}
.product-img-wrap img {
  display: block;
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Mouse çıxanda — çox yavaş, yumşaq qayıdış */
  transition: transform 3.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.product-img-wrap:hover::before,
.product-img-wrap:focus-visible::before {
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(230, 215, 130, 0.28);
  transition-duration: 1.1s;
}
.product-img-wrap:hover::after,
.product-img-wrap:focus-visible::after {
  opacity: 1;
  transition-duration: 1.2s;
}
.product-img-wrap:hover img,
.product-img-wrap:focus-visible img {
  transform: scale3d(1.03, 1.03, 1);
  /* Mouse girəndə — yavaş başlayır, yumşaq bitir */
  transition: transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .lux-product-card .product-img-wrap:hover img,
.page-home .lux-product-card .product-img-wrap:focus-visible img,
.shop-thumb.product-img-wrap:hover img,
.shop-thumb.product-img-wrap:focus-visible img,
.pd-related-item.product-img-wrap:hover img,
.pd-related-item.product-img-wrap:focus-visible img,
.cart-item__thumb.product-img-wrap:hover img,
.cart-item__thumb.product-img-wrap:focus-visible img,
.qv-media.product-img-wrap:hover img,
.qv-media.product-img-wrap:focus-visible img,
.qv-media__frame.product-img-wrap:hover img,
.qv-media__frame.product-img-wrap:focus-visible img {
  transform: none;
}
.product-img-wrap--card {
  margin: 0 0 18px;
}
.pd-thumb.product-img-wrap:hover img,
.pd-thumb.product-img-wrap:focus-visible img {
  transform: scale3d(1.02, 1.02, 1);
}
.shop-thumb .thumb-overlay { z-index: 3; }
.shop-thumb .quick-view { z-index: 4; }

/* Shop/Product/Cart shared styles */
.shop-hero {
  min-height: 390px;
  border-top: 1px solid var(--border);
  display: grid;
  place-content: center;
  text-align: center;
  padding-top: 32px;
}
.shop-hero h1 {
  margin: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(0.85rem, 1.5vw, 1.1rem);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-page);
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
}
.shop-hero h1 span { color: var(--gold); }
.shop-hero p {
  margin: 0 auto;
  max-width: min(34rem, 100%);
  color: var(--muted);
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
}
.shop-controls {
  position: relative;
  z-index: 30;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.shop-filters {
  gap: clamp(6px, 1.8vw, 10px);
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 4px;
}
.shop-filters::-webkit-scrollbar {
  display: none;
}
.chip {
  color: rgba(250,248,241,0.82);
  border: 1px solid rgba(230,215,130,0.24);
  padding: clamp(8px, 2.2vw, 11px) clamp(14px, 3.5vw, 18px);
  text-decoration: none;
  font-size: clamp(0.6875rem, 2.8vw, 0.9375rem);
  text-transform: uppercase;
  letter-spacing: clamp(0.08em, 0.4vw, 0.14em);
  line-height: 1.2;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  flex: 0 0 auto;
  scroll-snap-align: start;
  max-width: min(100%, 16rem);
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip.active {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
}
.sort-wrap select {
  width: 176px;
  background: transparent;
  color: rgba(250,248,241,0.86);
  padding: 11px 12px;
  border: 1px solid rgba(230,215,130,0.24);
  font-size: 15px;
  letter-spacing: 1.2px;
}
.sort-wrap { position: relative; display: flex; align-items: center; gap: 10px; }
.sort-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: rgba(250,248,241,0.72);
}
.sort-icon svg {
  width: 16px;
  height: 16px;
  stroke: rgba(250,248,241,0.72);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 2.4vw, 30px);
  padding-top: clamp(18px, 3vw, 30px);
  transition: opacity 0.25s ease;
}
.shop-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
}
.shop-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 48px 0 24px;
  text-align: center;
  color: var(--text-soft);
  letter-spacing: 1px;
}
.shop-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.02);
}
.shop-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.thumb-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    to top,
    rgba(0, 40, 30, 0.5) 0%,
    rgba(0, 40, 30, 0.12) 50%,
    rgba(230, 215, 130, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.quick-view {
  background: var(--gold);
  color: var(--bg);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: var(--ui-font-size-sm);
  font-weight: var(--ui-font-weight);
  padding: 10px 22px;
  border: 0;
  cursor: pointer;
  font-family: var(--font-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: nowrap;
}
.shop-thumb:hover .thumb-overlay {
  opacity: 1;
}

.lux-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: rgba(216, 194, 122, 0.55);
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
  transition: width 0.35s ease, height 0.35s ease, margin 0.35s ease, background 0.35s ease;
}

.lux-cursor.is-hover {
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  background: rgba(216, 194, 122, 0.25);
}
.shop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.shop-card h3 {
  margin: clamp(10px, 1.4vw, 14px) 0 clamp(4px, 0.6vw, 6px);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.15vw + 0.35rem, 1.65rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(3 * 1.28em);
}
.shop-card h3 a {
  color: var(--fg);
  text-decoration: none;
  transition: color 0.35s ease;
}
.shop-card h3 a:hover { color: var(--gold); }
.shop-card p:not(.shop-card__category) {
  margin: 0 0 clamp(6px, 0.8vw, 8px);
  color: var(--text-faint);
  font-size: clamp(0.8125rem, 0.65vw + 0.6rem, 1rem);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(2 * 1.55em);
}
.shop-card strong {
  color: var(--gold);
  display: block;
  margin: 0;
  margin-top: auto;
  padding-top: clamp(4px, 0.5vw, 8px);
  font-size: clamp(0.95rem, 0.7vw + 0.55rem, 1.35rem);
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.shop-actions { margin-top: 0; display: none; }
.inline-form { margin: 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-top: 16px; }
.card { border: 1px solid rgba(230, 215, 130, 0.2); padding: 12px; background: rgba(255,255,255,0.02); }
.card img { width: 100%; height: 200px; object-fit: cover; }
.row { display: flex; gap: 10px; align-items: center; margin-top: 10px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.product-view { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-view img { width: 100%; max-height: 460px; object-fit: cover; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; }
th, td { border: 1px solid rgba(230,215,130,0.2); padding: 8px; text-align: left; }
input, textarea, select { width: 100%; padding: 10px; background: #103629; color: var(--fg); border: 1px solid rgba(230,215,130,0.2); }
.checkout { max-width: 620px; display: grid; gap: 10px; }

.checkout-payment {
  margin: 10px 0 4px;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
}

.checkout-payment__title {
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
  padding: 0;
}

.checkout-payment__option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 169, 98, 0.22);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  cursor: pointer;
  transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  overflow: hidden;
}

.checkout-payment__option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.checkout-payment__option:hover {
  border-color: rgba(201, 169, 98, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.checkout-payment__option:has(input:checked) {
  border-color: rgba(201, 169, 98, 0.85);
  background: linear-gradient(180deg, rgba(201, 169, 98, 0.1), rgba(201, 169, 98, 0.02));
  box-shadow: 0 14px 40px -22px rgba(201, 169, 98, 0.55);
}

.checkout-payment__option:has(input:checked)::before {
  transform: scaleY(1);
}

.checkout-payment__option--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(0.3);
}

.checkout-payment__option--disabled:hover {
  border-color: rgba(201, 169, 98, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.checkout-payment__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-payment__radio {
  position: relative;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 98, 0.55);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.checkout-payment__radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--gold);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.checkout-payment__option:has(input:checked) .checkout-payment__radio {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.14);
}

.checkout-payment__option:has(input:checked) .checkout-payment__radio::after {
  transform: scale(1);
}

.checkout-payment__copy {
  display: grid;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.checkout-payment__name {
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--cream);
}

.checkout-payment__desc {
  font-size: 0.82rem;
  color: rgba(250, 250, 247, 0.58);
  line-height: 1.5;
}

.checkout-payment__badge {
  justify-self: start;
  margin-top: 2px;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 98, 0.4);
  border-radius: 999px;
  padding: 3px 10px;
}

.checkout-payment__brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-payment__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 46px;
  padding: 7px 11px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 22px -14px rgba(0, 0, 0, 0.65);
}

.checkout-payment__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.checkout-payment__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 98, 0.3);
  background: rgba(201, 169, 98, 0.06);
}

@media (max-width: 520px) {
  .checkout-payment__option {
    gap: 12px;
    padding: 15px 16px;
  }

  .checkout-payment__logo {
    width: 66px;
    height: 40px;
    padding: 6px 8px;
  }

  .checkout-payment__icon {
    width: 40px;
    height: 40px;
  }

  .checkout-payment__name {
    font-size: 0.94rem;
  }
}

/* Product detail (Quick View target page) */
.pd-back-wrap { padding-top: 28px; padding-bottom: 8px; }
.pd-back {
  color: var(--text-soft);
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.pd-back:hover { color: var(--gold); }
.pd-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  padding-top: 12px;
  padding-bottom: 48px;
}
.pd-main-image {
  overflow: hidden;
}
.pd-main-image img {
  width: 100%;
  min-height: 520px;
  max-height: 700px;
  object-fit: cover;
  display: block;
}
.pd-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.pd-thumb {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.55;
}
.pd-thumb.active { opacity: 1; outline: 2px solid var(--gold); outline-offset: 0; }
.pd-thumb img { width: 100%; height: 110px; object-fit: cover; display: block; }
.pd-title {
  margin: 8px 0 10px;
  font-family: var(--font-serif);
  font-size: var(--heading-page);
  font-weight: 300;
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
}
.pd-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; }
.pd-rating .star { color: rgba(230,215,130,0.25); font-size: 18px; }
.pd-rating .star.filled { color: var(--gold); }
.pd-reviews { color: var(--text-muted); font-size: 16px; margin-left: 8px; }
.pd-price {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: clamp(34px, 3vw, 44px);
  margin-bottom: 16px;
}
.pd-desc {
  color: var(--text-soft);
  line-height: 1.65;
  font-size: clamp(17px, 1.15vw, 20px);
  margin-bottom: 28px;
  max-width: 560px;
}
.pd-field { margin-bottom: 22px; }
.pd-field label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 2px;
  color: var(--fg);
  font-weight: var(--ui-font-weight);
}
.pd-size-box {
  display: inline-block;
  padding: 14px 22px;
  border: 1px solid rgba(230,215,130,0.28);
  min-width: 120px;
  font-size: 20px;
  font-family: var(--font-serif);
  letter-spacing: 0.04em;
}
.pd-variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-variant {
  padding: 14px 20px;
  border: 1px solid rgba(230,215,130,0.28);
  background: transparent;
  color: var(--fg);
  font-size: 20px;
  font-family: var(--font-serif);
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.pd-variant:hover:not(:disabled),
.pd-variant.is-active {
  border-color: var(--gold);
  color: var(--gold);
}
.pd-variant.is-disabled,
.pd-variant:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.pd-qty { display: inline-flex; align-items: center; gap: 0; }
.pd-qty .qty-btn,
.pd-qty input {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(230,215,130,0.28);
  background: transparent;
  color: var(--fg);
  text-align: center;
  font-size: 22px;
  font-family: var(--font-serif);
  font-weight: 500;
  padding: 0;
}
.pd-qty input { width: 64px; border-left: 0; border-right: 0; }
.pd-qty .qty-btn { cursor: pointer; line-height: 1; }
.pd-qty .qty-btn:hover { color: var(--gold); border-color: var(--gold); }
.pd-add-cart {
  width: 100%;
  margin-top: 8px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--bg);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.pd-add-cart__price {
  font-size: 1.28em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.pd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.pd-trust div {
  text-align: center;
  color: var(--text-muted);
  font-size: 15px;
  letter-spacing: 1.5px;
}
.pd-trust__shipping {
  display: block;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.pd-trust .pd-trust__amount {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--fg);
}
.pd-trust__shipping.is-qualified {
  letter-spacing: 1.5px;
}
.pd-trust .trust-ico {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
}
.pd-trust .trust-ico svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pd-details { max-width: 900px; padding-bottom: 56px; }
.pd-block {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}
.pd-block h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.pd-block p { color: var(--text-soft); line-height: 1.65; font-size: 18px; margin: 0; }
.pd-block ul { margin: 0; padding: 0; list-style: none; }
.pd-block li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.55;
}
.pd-block li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
}
.pd-related {
  border-top: 1px solid var(--border);
  padding-top: 72px;
  padding-bottom: 88px;
}
.pd-related-title {
  text-align: center;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 300;
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.pd-related-grid {
  display: none;
}

/* Shared product carousel — responsive columns + centered mobile snap */
.lux-discover__track {
  --discover-gap: clamp(1rem, 2vw, 1.75rem);
  --discover-cols: 4;
  --discover-slide-basis: calc((100% - (var(--discover-cols) - 1) * var(--discover-gap)) / var(--discover-cols));
  --discover-snap-align: start;
  --discover-scroll-padding: 0px;
  scroll-snap-stop: always;
  scroll-padding-inline: var(--discover-scroll-padding);
}

.lux-discover__track[data-scrollable="0"] {
  justify-content: center;
}

.lux-discover__slide {
  flex: 0 0 var(--discover-slide-basis);
  scroll-snap-align: var(--discover-snap-align);
}

@media (max-width: 1200px) {
  .lux-discover__track {
    --discover-cols: 3;
  }
}

@media (max-width: 900px) {
  .lux-discover__track {
    --discover-cols: 2;
  }
}

@media (max-width: 640px) {
  .lux-discover__track {
    --discover-cols: 1;
    --discover-slide-basis: min(88%, 22rem);
    --discover-snap-align: center;
    --discover-scroll-padding: calc((100% - min(88%, 22rem)) / 2);
  }
}

.pd-related .lux-discover__wrap {
  position: relative;
  max-width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 clamp(2.75rem, 4vw, 3.5rem);
}
.pd-related .lux-discover__viewport {
  overflow: hidden;
  padding-inline: 1px;
}
.pd-related .lux-discover__track {
  --discover-gap: 16px;
  display: flex;
  align-items: stretch;
  gap: var(--discover-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 2px 1rem;
}
.pd-related .lux-discover__track::-webkit-scrollbar {
  display: none;
}
.pd-related .lux-discover__slide {
  display: flex;
  min-width: 0;
}
.pd-related .lux-discover__nav {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(216, 194, 122, 0.45);
  border-radius: 50%;
  background: rgba(1, 47, 42, 0.92);
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.pd-related .lux-discover__nav:hover:not(:disabled) {
  border-color: var(--gold);
}
.pd-related .lux-discover__nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.pd-related .lux-discover__nav--prev {
  left: 0;
  transform: translateX(calc(-100% - 0.5rem));
}
.pd-related .lux-discover__nav--prev:hover:not(:disabled) {
  transform: translateX(calc(-100% - 0.5rem)) scale(1.04);
}
.pd-related .lux-discover__nav--next {
  right: 0;
  transform: translateX(calc(100% + 0.5rem));
}
.pd-related .lux-discover__nav--next:hover:not(:disabled) {
  transform: translateX(calc(100% + 0.5rem)) scale(1.04);
}
.pd-related-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: var(--fg);
  border: 1px solid var(--border);
  transition: border-color 0.4s ease;
}
.pd-related-item:hover { border-color: var(--gold); }
.pd-related-item__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 168px;
  padding: 6px 8px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.pd-related-item__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.pd-related-item:hover .pd-related-item__media img { transform: none; }
.pd-related-item__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  padding: 12px 14px 14px;
}
.pd-related-item__name {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 400;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pd-related-item__price {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

@media (max-width: 1280px) {
  .main-nav a { margin-right: 16px; font-size: var(--nav-font-size); letter-spacing: 1.8px; }
  .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1200px) {
  .cart-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.95fr);
    gap: clamp(22px, 3vw, 40px);
  }
  .cart-item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
  }
  .cart-item__body h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
}

@media (max-width: 1024px) {
  :root { --gutter: 28px; }
  .hero, .split, .collection-grid, .testimonials, .insta-grid, .foot-grid,
  .story-values-grid, .story-certs-grid,
  .ingredients-standards-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-row { grid-template-columns: 1fr; }
  .story-certs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-image img, .block-image, .brand-video, .brand-video__el { min-height: clamp(280px, 40vh, 420px); }
  .shop-controls { flex-direction: column; align-items: stretch; gap: 14px; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-form { flex-direction: column; align-items: stretch; }
  .newsletter-form input { width: 100%; max-width: none; }
  .product-view { grid-template-columns: 1fr; }
  .pd-main { grid-template-columns: 1fr; gap: 28px; }
  .pd-related .lux-discover__wrap { padding: 0 clamp(2.25rem, 4vw, 3rem); }
  .cart-layout { grid-template-columns: 1fr; gap: 28px; }
  .cart-summary {
    position: static;
    top: auto;
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .cart-form { order: 1; }
  .cart-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-main { padding-left: var(--gutter); padding-right: var(--gutter); }
  .cart-hero { min-height: auto; padding-top: 28px; padding-bottom: 10px; }
  .cart-layout { padding-bottom: 44px; }
  .insta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-brand-col { grid-column: 1 / -1; }
  .story-hero,
  .ingredients-hero,
  .contact-hero { min-height: auto; padding-top: 40px; padding-bottom: 40px; }
  .shop-hero:not(.shop-hero--intro) { min-height: auto; padding-top: 28px; padding-bottom: 28px; }
  .container { padding-top: 20px; padding-bottom: 32px; }
  .checkout { max-width: 100%; }
}

@media (max-width: 1024px) and (min-width: 861px) {
  .story-values-grid,
  .ingredients-standards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .story-split,
  .ingredients-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .story-split-media,
  .story-split-img,
  .story-split-video,
  .ingredients-media,
  .ingredients-img {
    min-height: 360px;
  }
  .story-philosophy .story-split-media,
  .story-philosophy .story-split-video {
    min-height: unset;
  }
  .ingredients-split--text-first > .story-split-copy,
  .ingredients-split--text-first > .ingredients-media {
    order: unset;
  }
  .ingredients-split--text-first > .story-split-copy {
    order: 1;
  }
  .ingredients-split--text-first > .ingredients-media {
    order: 2;
  }
  .cart-hero { padding-top: 22px; padding-bottom: 6px; }
  .cart-layout { gap: 22px; padding-top: 20px; padding-bottom: 36px; }
  .cart-items { gap: 16px; }
  .cart-empty { padding: 36px 0 56px; }
  .cart-summary { padding: 22px 20px 26px; }
  .cart-summary__row,
  .cart-summary__total { font-size: 14px; letter-spacing: 0.6px; }
  .page-cart .pd-related {
    padding-top: 52px;
    padding-bottom: 64px;
  }
  .page-cart .pd-related .lux-discover__wrap {
    padding: 0 clamp(2.5rem, 8vw, 3rem);
  }
}

@media (max-width: 860px) {
  :root { --gutter: 22px; }
  .brand-video,
  .brand-video__el { min-height: clamp(220px, 36vh, 340px); }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none !important; }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: fixed;
    top: var(--topbar-height, 58px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    margin: 0;
    padding: clamp(20px, 5vh, 40px) 0;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
    background: rgba(0, 40, 30, 0.98);
    backdrop-filter: blur(8px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease,
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .mobile-menu a {
    display: block;
    width: 100%;
    margin: 0;
    padding: clamp(16px, 4.2vw, 20px) var(--gutter);
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    box-sizing: border-box;
  }
  .mobile-menu a:last-child {
    border-bottom: none;
  }
  body.mobile-nav-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .topbar {
    z-index: 50;
    flex-wrap: nowrap;
  }
  .story-certs-grid { grid-template-columns: 1fr; }
  .site-logo { --logo-title-size: 22px; }
  .topbar { padding-top: 14px; padding-bottom: 14px; }
  .topbar-left { flex: 1; min-width: 0; }
  .lang-switch--topbar { display: none; }
  .lang-switch--mobile {
    display: inline-flex;
    align-self: center;
    margin-top: auto;
    margin-bottom: clamp(8px, 2vh, 16px);
  }
  .mobile-menu .lang-switch__btn {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-align: center;
    border-bottom: none;
  }
  .mobile-menu .lang-switch__btn.is-active {
    color: #000;
    background: var(--gold);
    text-decoration: none;
  }
  .mobile-menu .lang-switch__btn.is-active:hover {
    color: #000;
  }
  .icon-link { margin-right: 8px !important; }
  .section { padding: 52px 0; }
  .collection-item img { height: clamp(260px, 58vw, 360px); }
  .shop-grid,
  .shop-page .lux-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 3.2vw, 18px);
  }
  .shop-card p:not(.shop-card__category) { display: none; }
  .shop-card h3 {
    font-size: clamp(0.82rem, 3.4vw, 1.05rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    min-height: calc(3 * 1.28em);
  }
  .shop-card strong { font-size: clamp(0.88rem, 3.6vw, 1.05rem); }
  .shop-filters {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .chip { flex: 0 0 auto; text-align: center; }
  .sort-wrap { width: 100%; }
  .sort-wrap select { width: 100%; }
  .pd-trust { grid-template-columns: 1fr; }
  .pd-main-image img { min-height: clamp(280px, 55vw, 400px); max-height: none; }
  .pd-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cart-layout {
    display: flex;
    flex-direction: column;
  }
  .cart-item {
    grid-template-columns: minmax(96px, 28%) minmax(0, 1fr);
    padding: 18px;
    gap: 16px;
  }
  .cart-item__body { padding-right: 20px; }
  .cart-item__body h3 { font-size: clamp(1.1rem, 3.8vw, 1.45rem); }
  .cart-item__price { font-size: clamp(1.15rem, 3.6vw, 1.5rem); }
  .cart-summary h2 { font-size: clamp(1.65rem, 5vw, 2.15rem); }
  .cart-related__grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .contact-faq-trigger { gap: 14px; }
}

@media (min-width: 861px) {
  .mobile-menu { display: none !important; }
}

@media (max-width: 600px) {
  :root { --gutter: 20px; }
  .shop-grid,
  .shop-page .lux-home-product-grid { gap: clamp(8px, 2.8vw, 14px); }
  .shop-card__category {
    font-size: 7px;
    letter-spacing: 0.16em;
    margin-top: 6px;
  }
  .brand-video,
  .brand-video__el { min-height: clamp(200px, 34vh, 300px); }
  .icon-link { width: 22px; height: 22px; }
  .icon-link svg { width: 18px; height: 18px; }
  .cart-icon { width: 18px; height: 18px; }
  .nav-toggle,
  .nav-toggle__icon,
  .nav-toggle__icon svg {
    width: 24px;
    height: 24px;
  }
  .mobile-menu a {
    font-size: var(--nav-font-size);
    letter-spacing: 2.2px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lang-switch__btn { padding: 5px 10px; font-size: 12px; }
  .hero { min-height: auto; padding-top: 24px; gap: 24px; }
  .hero-content h1 { font-size: clamp(44px, 14vw, 60px); }
  .hero-content p { font-size: 18px; }
  .eyebrow-box { letter-spacing: 2.5px; font-size: var(--ui-font-size); padding: 8px 14px; }
  .collection-item img { height: clamp(220px, 52vw, 280px); }
  .insta-grid img { height: clamp(160px, 42vw, 220px); }
  .quote-card { padding: 26px; min-height: auto; }
  .site-footer { padding-top: 40px; }
  .site-footer p { max-width: 100%; }
  .foot-brand-col { text-align: left; }
  .socials { flex-wrap: wrap; }
  .shop-controls { padding-top: 14px; padding-bottom: 14px; }
  .shop-hero { padding-left: 20px; padding-right: 20px; }
  .shop-hero h1,
  .story-hero h1,
  .ingredients-hero h1,
  .contact-hero h1,
  .cart-hero h1,
  .location-hero h1,
  .pd-title {
    font-size: clamp(1.75rem, 6.5vw, 2.25rem);
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  main.container h2 {
    font-size: var(--heading-section-sm);
    line-height: 1.16;
  }
  .checkout-result { padding-left: var(--gutter); padding-right: var(--gutter); }
  .cart-item {
    grid-template-columns: 1fr;
    padding: 16px;
    padding-top: 44px;
    gap: 14px;
  }
  .cart-item__thumb {
    width: 100%;
    max-width: min(100%, 280px);
    margin: 0 auto;
  }
  .cart-item__body { padding-right: 0; }
  .cart-item__size { margin-bottom: 14px; font-size: 14px; }
  .cart-item__controls {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .cart-qty { flex: 0 0 auto; }
  .cart-item__price {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
  }
  .cart-checkout-btn,
  .cart-continue,
  .contact-submit,
  .newsletter-form .btn,
  .checkout .btn,
  #checkoutForm .btn { width: 100%; text-align: center; }
  .cart-continue { display: block; }
  .pd-qty,
  .pd-size-box { width: 100%; }
  .pd-qty { justify-content: center; }
  .checkout-result .btn { width: auto; display: inline-block; }
  .contact-submit { padding: 14px 18px; }
}

@media (max-width: 600px) {
  .section-head h2,
  .left-title,
  .story-values-title,
  .story-certs-title,
  .ingredients-philosophy-title,
  .ingredients-standards-title,
  .contact-block-title,
  .contact-faq-title,
  .cart-related__title,
  .pd-block h2,
  .pd-related-title,
  main.container h2,
  .newsletter h2 {
    font-size: var(--heading-section-sm);
    line-height: 1.16;
  }
}

@media (max-width: 480px) {
  .cart-hero h1 { font-size: clamp(1.6rem, 7vw, 2rem); }
  .cart-item { padding: 14px; padding-top: 40px; }
  .cart-item__remove { top: 10px; right: 10px; width: 28px; height: 28px; font-size: 20px; }
  .cart-item__body h3 { font-size: clamp(1.05rem, 4.8vw, 1.3rem); }
  .cart-item__price { font-size: clamp(1.1rem, 4.5vw, 1.35rem); }
  .cart-summary { padding: 18px 14px 22px; }
  .cart-summary h2 { font-size: clamp(1.45rem, 6vw, 1.75rem); margin-bottom: 18px; }
  .cart-summary__total span:last-child { font-size: clamp(1.35rem, 5.5vw, 1.65rem); }
  .cart-summary__secure { font-size: 13px; }
  .cart-checkout-btn { padding: 14px 16px; font-size: 13px; letter-spacing: 2px; }
  .cart-qty .qty-btn,
  .cart-qty input { width: 40px; height: 40px; }
  .cart-qty input { width: 46px; font-size: 13px; }
  .page-cart .pd-related .lux-discover__wrap { padding: 0 2.25rem; }
  .page-cart .pd-related .lux-discover__nav {
    top: 34%;
    width: 2rem;
    height: 2rem;
    font-size: 1.15rem;
  }
  .page-cart .pd-related .lux-discover__nav--prev {
    left: 0;
    transform: translateX(0);
  }
  .page-cart .pd-related .lux-discover__nav--prev:hover:not(:disabled) {
    transform: scale(1.04);
  }
  .page-cart .pd-related .lux-discover__nav--next {
    right: 0;
    transform: translateX(0);
  }
  .page-cart .pd-related .lux-discover__nav--next:hover:not(:disabled) {
    transform: scale(1.04);
  }
  .page-cart .pd-related-item__media { height: clamp(140px, 42vw, 180px); }
}

@media (max-width: 380px) {
  :root { --gutter: 16px; }
  .site-logo { --logo-title-size: 20px; gap: 8px; }
  .hero-content h1 { font-size: clamp(38px, 12vw, 48px); }
  .section-head h2,
  .left-title { font-size: var(--heading-section-sm); }
  .mobile-menu a { letter-spacing: 2.4px; }
  .topbar-end { gap: 2px; }
  .nav-right { gap: 2px; }
  .cart-empty { padding: 28px 0 48px; }
  .cart-empty p { font-size: 15px; margin-bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu,
  .mobile-nav-backdrop {
    transition: none;
  }
}

/* Fluid typography & layout helpers */
.hero-content,
.split > div:first-child,
.newsletter,
.checkout,
.checkout-result,
.cart-empty,
.cart-layout,
.cart-summary,
.cart-item__body,
.pd-related,
.pd-info {
  min-width: 0;
}
main.container {
  width: 100%;
  max-width: 100%;
}
main.container h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-section);
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  line-height: var(--heading-section-line);
  letter-spacing: var(--heading-section-track);
}
.checkout input,
.checkout textarea,
.checkout select,
.container input,
.container textarea {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .testimonials { gap: clamp(20px, 4vw, 42px); }
  .split { gap: clamp(24px, 4vw, 44px); }
  .hero { gap: clamp(24px, 4vw, 34px); min-height: auto; }
  .section { padding: clamp(48px, 8vw, 72px) 0; }
  .site-footer { padding-top: clamp(40px, 6vw, 58px); }
  .foot-grid { gap: clamp(24px, 4vw, 36px); }
  .foot-divider-wrap { margin-top: clamp(20px, 4vw, 30px); }
  .foot-bottom { margin-top: clamp(16px, 2.5vw, 24px); }
}
@media (max-width: 768px) {
  .story-split-media,
  .story-split-img,
  .story-split-video,
  .ingredients-media,
  .ingredients-img {
    min-height: clamp(260px, 50vw, 360px);
  }
  .story-philosophy .story-split-media,
  .story-philosophy .story-split-video {
    min-height: unset;
  }
  .story-value-card,
  .ingredients-standard-card {
    min-height: auto;
  }
  .contact-info-card {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 18px 16px;
  }
  .contact-info-icon {
    width: 36px;
    height: 36px;
  }
  .contact-faq-question { font-size: clamp(22px, 5.5vw, 32px); }
}

.scroll-top {
  position: fixed;
  right: clamp(18px, 3vw, 40px);
  bottom: clamp(18px, 3vw, 40px);
  z-index: 60;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(0, 40, 30, 0.94);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease, background 0.2s ease, color 0.2s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

@media (max-width: 860px) {
  .scroll-top {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
  }
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  background: var(--gold);
  color: var(--bg);
}

.scroll-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.scroll-top svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-top { transition: none; }
}

html.reveal-init .reveal:not(.is-inview) {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.reveal-init .reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.reveal-init img.lazy-img:not(.is-loaded) {
  opacity: 0;
  background: rgba(250, 248, 241, 0.05);
  transition: opacity 0.5s ease;
}

.shop-thumb img.lazy-img,
.collection-item img.lazy-img,
.pd-related-item img.lazy-img,
.cart-item__thumb img.lazy-img,
.insta-grid img.lazy-img {
  display: block;
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.shop-thumb img.lazy-img,
.cart-item__thumb img.lazy-img {
  min-height: 0;
  object-fit: contain;
}

.pd-related-item img.lazy-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

img.lazy-img.is-loaded {
  opacity: 1;
}

html.reveal-init .reveal.is-inview img.lazy-img.is-loaded,
html.reveal-init .reveal.is-inview img.lazy-img:not([data-src]) {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  html.reveal-init .reveal:not(.is-inview) {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  html.reveal-init img.lazy-img:not(.is-loaded) {
    opacity: 1;
    transition: none;
  }

  .product-img-wrap img,
  .product-img-wrap::before,
  .product-img-wrap::after,
  .thumb-overlay,
  .quick-view {
    transition: none;
  }

  .product-img-wrap:hover img,
  .product-img-wrap:focus-visible img {
    transform: none;
  }
}

/* Preloader — sunburst logo */
.preloader-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-center,
.preloader-brand,
.preloader-brand-title,
.preloader-brand-sub,
.preloader-text {
  font-family: var(--font-serif);
}

.preloader-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.preloader-brand-title {
  font-weight: 400;
  font-size: clamp(22px, 3.6vw, 36px);
  letter-spacing: 0.38em;
  margin-right: -0.38em;
  text-transform: uppercase;
  color: #e6d782;
  line-height: 1;
  opacity: 0;
  animation: preloader-brand-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.preloader-brand-sub {
  font-weight: 400;
  font-size: clamp(9px, 1.1vw, 12px);
  letter-spacing: 0.52em;
  margin-right: -0.52em;
  text-transform: uppercase;
  color: rgba(230, 215, 130, 0.92);
  line-height: 1;
  opacity: 0;
  animation: preloader-brand-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.preloader-logo {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  transform-origin: 50% 50%;
  animation: preloader-spin 2.35s cubic-bezier(0.42, 0.08, 0.2, 1) infinite;
}

.preloader-rays {
  transform-origin: 0 0;
}

.preloader-rays line:nth-child(odd) {
  animation: preloader-ray-pulse 2.35s ease-in-out infinite;
}

.preloader-rays line:nth-child(even) {
  animation: preloader-ray-pulse 2.35s ease-in-out infinite reverse;
}

.preloader-text {
  margin: 0;
  font-size: clamp(10px, 1.1vw, 13px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(230, 215, 130, 0.88);
  min-height: 0;
  max-width: 92vw;
  opacity: 0;
  animation: preloader-brand-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}

.preloader-text[hidden] {
  display: none;
  animation: none;
}

.checkout-result {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 0 40px;
}

.checkout-result h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 52px);
  margin: 0 0 12px;
  color: var(--fg);
}

.checkout-result--success h2 { color: var(--gold); }

.checkout-result--failed h2 { color: #e8a4a4; }

.checkout-result p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 20px;
}

@keyframes preloader-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes preloader-brand-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes preloader-ray-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-logo,
  .preloader-rays line {
    animation: none;
  }

  .preloader-brand-title,
  .preloader-brand-sub,
  .preloader-text {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/* Campaign popup */
body.campaign-popup-open {
  overflow: hidden;
}

.campaign-popup {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* Critical: hidden / closed popups must not intercept clicks anywhere on the page. */
.campaign-popup[hidden],
.campaign-popup:not(.is-visible) {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.campaign-popup.is-visible {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.campaign-popup.is-visible .campaign-popup__backdrop,
.campaign-popup.is-visible .campaign-popup__dialog {
  pointer-events: auto;
}

.campaign-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 12, 9, 0.72);
  backdrop-filter: blur(4px);
}

.campaign-popup__dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(88vh, 720px);
  overflow: auto;
  background: linear-gradient(165deg, #043528 0%, #00281e 100%);
  border: 1px solid var(--border);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.campaign-popup.is-visible .campaign-popup__dialog {
  transform: translateY(0) scale(1);
}

.campaign-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(0, 40, 30, 0.85);
  color: var(--fg);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s;
}

.campaign-popup__close:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.campaign-popup__media img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.campaign-popup__body {
  padding: clamp(24px, 5vw, 36px);
}

.campaign-popup__title {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--fg);
}

.campaign-popup__text {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.campaign-popup__cta {
  display: inline-block;
  margin-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .campaign-popup,
  .campaign-popup__dialog {
    transition: none;
  }
}

/* ===== Page transitions (between pages; home uses the preloader) ===== */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9500;
  display: none;
  background: #00281e;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.34s ease, visibility 0.34s ease;
}
.page-transition::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  border: 1.5px solid rgba(230, 215, 130, 0.25);
  border-top-color: #e6d782;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease 0.12s;
  animation: page-transition-spin 0.9s linear infinite;
}
.page-transition.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.page-transition.is-active::after { opacity: 1; }
@keyframes page-transition-spin {
  to { transform: rotate(360deg); }
}

/* Enter animation for non-home pages (class set in <head> before paint, so no flash) */
html.pt-ready:not(.page-home) main { opacity: 0; }
html.pt-ready:not(.page-home).pt-go main {
  animation: page-enter 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes page-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .page-transition { transition: none; }
  .page-transition::after { animation: none; }
  html.pt-ready main { opacity: 1 !important; animation: none !important; }
}

/* ===== Shop: quick-view button reset ===== */
.shop-thumb__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(10px, 3.5vw, 16px);
  box-sizing: border-box;
}

/* ===== Shop: professional filter / sort bar ===== */
.shop-controls__filters {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}
.shop-controls__label {
  font-size: var(--ui-font-size);
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--text-faint);
  white-space: nowrap;
  flex-shrink: 0;
}
.shop-controls__meta {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.5vw, 18px);
  flex-shrink: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
.shop-count {
  font-size: clamp(0.75rem, 2.5vw, 0.9375rem);
  letter-spacing: clamp(0.06em, 0.3vw, 0.1em);
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}
.shop-count__num {
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--fg);
}
.chip { border-radius: 999px; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.chip:hover { border-color: rgba(230, 215, 130, 0.6); color: #fff; }

.shop-sort { position: relative; }
.shop-sort__btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1.5vw, 10px);
  background: transparent;
  color: rgba(250, 248, 241, 0.9);
  border: 1px solid rgba(230, 215, 130, 0.28);
  border-radius: 999px;
  padding: clamp(8px, 2.2vw, 11px) clamp(12px, 3vw, 16px);
  font-family: inherit;
  font-size: clamp(0.75rem, 2.8vw, 0.9375rem);
  letter-spacing: clamp(0.06em, 0.3vw, 0.1em);
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s ease;
  white-space: nowrap;
  max-width: min(100%, 14rem);
}
.shop-sort__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-sort__btn:hover { border-color: rgba(230, 215, 130, 0.6); }
.shop-sort__icon svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.7; }
.shop-sort__chev {
  width: 8px; height: 8px;
  border-right: 1.5px solid rgba(230, 215, 130, 0.8);
  border-bottom: 1.5px solid rgba(230, 215, 130, 0.8);
  transform: rotate(45deg);
  margin-left: 2px;
  transition: transform 0.25s ease;
}
.shop-sort.is-open .shop-sort__chev { transform: rotate(-135deg); }
.shop-sort__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 210px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #06342a;
  border: 1px solid rgba(230, 215, 130, 0.28);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.shop-sort.is-open .shop-sort__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.shop-sort__option {
  padding: 11px 14px;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: rgba(250, 248, 241, 0.82);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.shop-sort__option:hover { background: rgba(230, 215, 130, 0.1); color: #fff; }
.shop-sort__option.is-selected { color: var(--gold); }

/* ===== Shop: quick view modal ===== */
:root {
  --qv-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --qv-ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --qv-duration: 1.05s;
  --qv-duration-fast: 0.82s;
}

body.qv-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.qv-modal {
  position: fixed;
  inset: 0;
  z-index: 9600;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding:
    max(16px, env(safe-area-inset-top))
    max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  pointer-events: none;
  visibility: hidden;
}

.qv-modal[hidden] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.qv-modal:not([hidden]) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.qv-modal.is-open,
.qv-modal.is-closing {
  visibility: visible;
}

.qv-modal.is-open {
  pointer-events: auto;
}

.qv-modal.is-closing {
  pointer-events: none;
}

.qv-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 12, 9, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  opacity: 0;
  transition:
    opacity var(--qv-duration) var(--qv-ease),
    background var(--qv-duration) var(--qv-ease),
    backdrop-filter var(--qv-duration) var(--qv-ease),
    -webkit-backdrop-filter var(--qv-duration) var(--qv-ease);
}

.qv-modal.is-open .qv-backdrop {
  opacity: 1;
  background: rgba(0, 12, 9, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.qv-dialog {
  position: relative;
  margin: auto;
  width: min(900px, 100%);
  max-width: min(920px, 94vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: #012f2a;
  border: 1px solid rgba(230, 215, 130, 0.22);
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px) scale(0.96);
  filter: blur(4px);
  transition:
    opacity var(--qv-duration) var(--qv-ease),
    transform var(--qv-duration) var(--qv-ease),
    filter var(--qv-duration-fast) var(--qv-ease),
    box-shadow var(--qv-duration) var(--qv-ease),
    border-color var(--qv-duration) var(--qv-ease);
  min-width: 0;
  box-sizing: border-box;
  will-change: opacity, transform, filter;
}

.qv-dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(230, 215, 130, 0.15) 18%,
    rgba(230, 215, 130, 0.85) 50%,
    rgba(230, 215, 130, 0.15) 82%,
    transparent 100%
  );
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity calc(var(--qv-duration) * 1.1) var(--qv-ease),
    transform calc(var(--qv-duration) * 1.15) var(--qv-ease);
  z-index: 4;
  pointer-events: none;
}

.qv-modal.is-open .qv-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  border-color: rgba(230, 215, 130, 0.34);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.58),
    0 0 48px rgba(230, 215, 130, 0.06);
}

.qv-modal.is-open .qv-dialog::before {
  opacity: 1;
  transform: scaleX(1);
}

.qv-media,
.qv-body {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity var(--qv-duration-fast) var(--qv-ease),
    transform var(--qv-duration) var(--qv-ease);
}

.qv-modal.is-open .qv-media {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.22s;
}

.qv-modal.is-open .qv-body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.38s;
}

.qv-modal.is-closing .qv-backdrop {
  transition-duration: calc(var(--qv-duration) * 0.9);
  transition-timing-function: var(--qv-ease-out);
}

.qv-modal.is-closing .qv-dialog {
  transition-duration: calc(var(--qv-duration) * 0.95);
  transition-timing-function: var(--qv-ease-out);
}

.qv-modal.is-closing .qv-media,
.qv-modal.is-closing .qv-body {
  transition-duration: calc(var(--qv-duration-fast) * 0.9);
  transition-timing-function: var(--qv-ease-out);
}

.qv-modal.is-closing .qv-media,
.qv-modal.is-closing .qv-body,
.qv-modal:not(.is-open) .qv-media,
.qv-modal:not(.is-open) .qv-body {
  transition-delay: 0s;
}

.qv-media {
  margin: 0;
  background: #012f2a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(360px, 46vh);
  width: 100%;
  padding: clamp(16px, 3vw, 24px);
  box-sizing: border-box;
  border-right: 1px solid rgba(230, 215, 130, 0.12);
}

.qv-media__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: min(280px, 38vh);
  overflow: hidden;
}

.qv-media__frame::before,
.qv-media__frame::after {
  display: none;
}

.qv-media__frame.product-img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(440px, 48vh);
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
  transform: none;
}

.qv-body {
  padding: clamp(24px, 4.5vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  box-sizing: border-box;
  background: #012f2a;
}

.qv-body .eyebrow {
  color: rgba(230, 215, 130, 0.8);
  letter-spacing: clamp(0.12em, 0.4vw, 0.16em);
  font-size: clamp(0.6875rem, 2.2vw, var(--ui-font-size));
  text-align: left;
}

.qv-name {
  margin: clamp(8px, 1.5vw, 12px) 0 clamp(6px, 1.2vw, 8px);
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.35rem, 4.2vw, 2.75rem);
  line-height: 1.15;
  color: var(--fg);
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}

.qv-price {
  color: var(--gold);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  margin-bottom: clamp(10px, 2vw, 14px);
  text-align: left;
}

.qv-desc {
  color: var(--text-soft);
  font-size: clamp(0.875rem, 2.6vw, 1rem);
  line-height: 1.65;
  margin: 0 0 clamp(18px, 3vw, 24px);
  overflow-wrap: anywhere;
  text-align: left;
}

.qv-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.qv-qty {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: clamp(16px, 2.5vw, 20px);
  width: 100%;
}

.qv-qty__label {
  font-size: clamp(0.75rem, 2.4vw, 0.9375rem);
  letter-spacing: clamp(0.08em, 0.3vw, 0.12em);
  text-transform: uppercase;
  color: var(--text-soft);
  align-self: center;
}

.qv-qty__control {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
  background: transparent;
}

.qv-qty__control .qty-btn,
.qv-qty__control input {
  width: clamp(42px, 11vw, 48px);
  height: clamp(42px, 11vw, 48px);
  border: 1px solid rgba(230, 215, 130, 0.28);
  background: transparent;
  color: var(--fg);
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(18px, 4.5vw, 22px);
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.qv-qty__control .qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.qv-qty__control .qty-btn:hover,
.qv-qty__control .qty-btn:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(230, 215, 130, 0.06);
}

.qv-qty__control input {
  width: clamp(48px, 13vw, 56px);
  border-left: 0;
  border-right: 0;
  font-size: clamp(0.875rem, 2.6vw, 1rem);
  font-family: inherit;
  font-weight: 500;
  cursor: default;
  -moz-appearance: textfield;
}

.qv-qty__control input::-webkit-outer-spin-button,
.qv-qty__control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qv-add {
  width: 100%;
  min-height: 44px;
  padding: clamp(12px, 2.8vw, 16px) clamp(14px, 3vw, 18px);
  font-size: clamp(0.8125rem, 2.6vw, 0.9375rem);
  letter-spacing: clamp(0.1em, 0.35vw, 0.14em);
  font-weight: 600;
  color: var(--bg);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.qv-details {
  margin-top: clamp(12px, 2.5vw, 16px);
  color: rgba(250, 248, 241, 0.7);
  text-decoration: none;
  font-size: clamp(0.8125rem, 2.6vw, 1.125rem);
  letter-spacing: clamp(0.06em, 0.3vw, 0.09em);
  text-transform: uppercase;
  transition: color 0.2s ease;
  text-align: center;
}

.qv-details:hover { color: var(--gold); }

.qv-close {
  position: absolute;
  top: clamp(10px, 2.5vw, 14px);
  right: clamp(10px, 2.5vw, 14px);
  z-index: 5;
  background: rgba(1, 47, 42, 0.88);
  border: 1px solid rgba(230, 215, 130, 0.35);
  color: #fff;
  width: clamp(36px, 10vw, 40px);
  height: clamp(36px, 10vw, 40px);
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.25s var(--qv-ease),
    border-color 0.25s var(--qv-ease),
    background 0.25s var(--qv-ease),
    transform 0.35s var(--qv-ease),
    opacity var(--qv-duration-fast) var(--qv-ease);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.82) rotate(-45deg);
}

.qv-modal.is-open .qv-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.45s;
}

.qv-modal.is-closing .qv-close,
.qv-modal:not(.is-open) .qv-close {
  transition-delay: 0s;
}

.qv-close:hover { color: var(--gold); }

@media (max-width: 900px) {
  .qv-dialog {
    max-width: min(96vw, 640px);
  }

  .qv-media {
    min-height: min(280px, 40vh);
  }

  .qv-media__frame img {
    max-height: min(360px, 42vh);
  }
}

@media (max-width: 760px) {
  .shop-controls { flex-direction: column; align-items: stretch; gap: 14px; }
  .shop-controls__filters { width: 100%; }
  .shop-controls__meta { width: 100%; justify-content: space-between; }
  .shop-sort { flex: 1 1 auto; min-width: 0; max-width: 100%; }
  .shop-sort__btn { max-width: 100%; }
  .shop-sort__menu {
    left: auto;
    right: 0;
    min-width: min(100%, 16rem);
  }

  .qv-modal {
    padding:
      max(12px, env(safe-area-inset-top))
      max(12px, env(safe-area-inset-right))
      max(12px, env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
    align-items: center;
  }

  .qv-dialog {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: min(100%, 440px);
  }

  .qv-media {
    min-height: 0;
    padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 24px);
    border-right: 0;
    border-bottom: 1px solid rgba(230, 215, 130, 0.12);
  }

  .qv-media__frame {
    min-height: clamp(180px, 48vw, 260px);
    max-height: clamp(180px, 48vw, 260px);
  }

  .qv-media__frame img {
    max-width: min(100%, 220px);
    max-height: clamp(160px, 44vw, 240px);
    width: auto;
    height: auto;
  }

  .qv-body {
    padding: clamp(20px, 5vw, 28px) clamp(20px, 5vw, 24px) clamp(24px, 6vw, 32px);
  }

  .qv-name {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }

  .qv-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .qv-qty {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .qv-qty__control .qty-btn,
  .qv-qty__control input {
    width: 44px;
    height: 44px;
  }

  .qv-qty__control input {
    width: 50px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .qv-modal {
    padding:
      max(8px, env(safe-area-inset-top))
      max(8px, env(safe-area-inset-right))
      max(8px, env(safe-area-inset-bottom))
      max(8px, env(safe-area-inset-left));
  }

  .qv-dialog {
    max-width: 100%;
  }

  .qv-media {
    padding: 18px 16px;
  }

  .qv-media__frame {
    min-height: clamp(170px, 50vw, 220px);
    max-height: clamp(170px, 50vw, 220px);
  }

  .qv-media__frame img {
    max-width: min(100%, 200px);
    max-height: clamp(150px, 46vw, 200px);
  }

  .qv-body {
    padding: 18px 18px 24px;
  }

  .qv-name {
    font-size: clamp(1.125rem, 5.2vw, 1.35rem);
  }

  .qv-price {
    font-size: clamp(1.1rem, 4.8vw, 1.3rem);
  }

  .qv-qty {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .qv-qty__label {
    width: 100%;
  }

  .qv-qty__control {
    width: 100%;
    justify-content: flex-start;
  }

  .qv-qty__control .qty-btn,
  .qv-qty__control input {
    width: 46px;
    height: 46px;
  }

  .qv-qty__control input {
    width: 52px;
  }

  .qv-details {
    display: block;
    padding: 6px 0 0;
  }
}

@media (max-width: 380px) {
  .qv-body {
    padding: 16px 16px 22px;
  }

  .qv-media__frame {
    min-height: clamp(150px, 52vw, 190px);
    max-height: clamp(150px, 52vw, 190px);
  }

  .qv-qty__control .qty-btn,
  .qv-qty__control input {
    width: 42px;
    height: 42px;
  }

  .qv-qty__control input {
    width: 48px;
  }
}

/* Short viewports: keep CTA visible without excessive scroll */
@media (max-height: 760px) and (min-width: 761px) {
  .qv-media {
    min-height: 0;
  }

  .qv-media__frame {
    min-height: 0;
  }

  .qv-media__frame img {
    max-height: min(320px, 44vh);
  }

  .qv-body {
    padding: 22px 28px;
    justify-content: center;
  }

  .qv-body .eyebrow { font-size: var(--ui-font-size-sm); }

  .qv-name {
    font-size: clamp(1.25rem, 2.4vw, 1.875rem);
    margin: 6px 0;
  }

  .qv-price {
    font-size: clamp(1.15rem, 2vw, 1.4375rem);
    margin-bottom: 10px;
  }

  .qv-desc {
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .qv-qty { margin-bottom: 14px; }
}

@media (max-height: 560px) {
  .qv-dialog {
    grid-template-columns: 1fr;
  }

  .qv-media {
    padding: 14px 16px;
  }

  .qv-media__frame {
    min-height: min(28vh, 180px);
    max-height: min(28vh, 180px);
  }

  .qv-media__frame img {
    max-height: min(26vh, 170px);
  }

  .qv-body {
    padding: 16px 18px 20px;
  }

  .qv-desc {
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
  }

  .qv-qty {
    margin-bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --qv-duration: 0.01ms;
    --qv-duration-fast: 0.01ms;
  }

  .qv-backdrop,
  .qv-dialog,
  .qv-dialog::before,
  .qv-media,
  .qv-body,
  .qv-close,
  .shop-sort__menu {
    transition: none;
    filter: none;
    transform: none;
    will-change: auto;
  }

  .qv-modal.is-open .qv-dialog,
  .qv-modal.is-open .qv-media,
  .qv-modal.is-open .qv-body,
  .qv-modal.is-open .qv-close {
    opacity: 1;
    transform: none;
  }
}

/* ===== Newsletter popup (bottom-right card) ===== */
.nl-popup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9400;
  width: min(380px, calc(100% - 48px));
  pointer-events: none;
}
.nl-popup[hidden],
.nl-popup:not(.is-open) {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.nl-popup.is-open {
  display: block;
  pointer-events: none;
}
.nl-popup.is-open .nl-popup__card {
  pointer-events: auto;
}
.nl-popup__card {
  position: relative;
  background: #012f2a;
  border: 1px solid rgba(230, 215, 130, 0.3);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  padding: 36px 30px 28px;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.nl-popup.is-open .nl-popup__card { opacity: 1; transform: none; }
.nl-popup__close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: 0;
  color: rgba(250, 248, 241, 0.7);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}
.nl-popup__close:hover { color: var(--gold); }
.nl-popup__eyebrow {
  font-size: var(--ui-font-size);
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: rgba(230, 215, 130, 0.8);
  margin-bottom: 8px;
}
.nl-popup__title {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.05;
  color: var(--fg);
}
.nl-popup__desc {
  margin: 0 0 20px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}
.nl-popup__form { display: flex; flex-direction: column; gap: 10px; }
.nl-popup__form input[type="email"],
.nl-popup__form input[type="text"] {
  width: 100%;
  padding: 13px 14px;
  background: #06231d;
  border: 1px solid rgba(230, 215, 130, 0.22);
  color: var(--fg);
  font-family: inherit;
  font-size: 14px;
}
.nl-popup__form input::placeholder { color: rgba(250, 248, 241, 0.55); }
.nl-popup__form input:focus { outline: none; border-color: rgba(230, 215, 130, 0.6); }
.nl-popup__submit { margin-top: 6px; width: 100%; }
.nl-popup__feedback { margin: 6px 0 0; font-size: 15px; }
.nl-popup__feedback.is-success { color: #9fe0b0; }
.nl-popup__feedback.is-error { color: #e8a3a3; }
.nl-popup__feedback.is-info { color: var(--gold); }
.nl-popup__privacy {
  display: block;
  text-align: center;
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nl-popup__privacy:hover { color: var(--gold); }
@media (max-width: 600px) {
  .nl-popup { right: 12px; left: 12px; bottom: 12px; width: auto; }
  .nl-popup__card { padding: 30px 22px 24px; }
  .nl-popup__title { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  .nl-popup__card { transition: none; }
}

/* ===== Store location page ===== */
.location-hero {
  text-align: center;
  border-top: 1px solid var(--border);
  padding: 56px 0 8px;
}
.location-hero h1 {
  margin: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(0.85rem, 1.5vw, 1.1rem);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: var(--heading-page);
  line-height: var(--heading-page-line);
  letter-spacing: var(--heading-page-track);
}
.location-hero h1 span { color: var(--gold); }
.location-hero p {
  margin: 0 auto;
  max-width: min(34rem, 100%);
  color: var(--muted);
  font-size: var(--section-sub);
  line-height: var(--section-sub-line);
}
.location-main { padding-top: 12px; padding-bottom: 64px; }
.location-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 44px;
  align-items: stretch;
}
.location-info {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-self: center;
  overflow: visible;
}
.location-info__item { display: flex; gap: 16px; align-items: flex-start; }
.location-info__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.location-info__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.location-info__label {
  margin: 2px 0 6px;
  font-size: 15px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
.location-info__value {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.6vw, 26px);
  color: var(--fg);
  line-height: 1.3;
}
.location-info__value a { color: var(--fg); text-decoration: none; }
.location-info__value a:hover { color: var(--gold); }
.location-info__note { margin: 4px 0 0; color: rgba(250, 248, 241, 0.55); font-size: 15px; }
.location-directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 6px;
  padding: 0;
  border: 1px solid rgba(216, 194, 122, 0.35);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  text-decoration: none;
  flex-shrink: 0;
  align-self: flex-start;
  overflow: visible;
  transition:
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.location-directions:hover,
.location-directions:focus-visible {
  color: var(--ivory);
  border-color: var(--gold);
  background: rgba(216, 194, 122, 0.1);
  box-shadow: 0 4px 18px rgba(216, 194, 122, 0.16);
}

.location-directions:focus-visible {
  outline: 2px solid rgba(216, 194, 122, 0.45);
  outline-offset: 3px;
}

.location-directions__icon {
  display: block;
  width: 1.2em;
  height: 1.2em;
  font-size: 18px;
  fill: currentColor;
  pointer-events: none;
}
.location-map {
  min-height: 440px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: #06231d;
}
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 440px; }
@media (max-width: 860px) {
  .location-grid { grid-template-columns: 1fr; gap: 30px; }
  .location-info { align-self: stretch; }
  .location-directions { align-self: center; }
  .location-map, .location-map iframe { min-height: 340px; }
}
