/** Shopify CDN: Minification failed

Line 3444:0 Expected "}" to go with "{"

**/
/* ==========================================================================
   LUXSIA — theme.css
   Pixel-perfect replication of the Luxsia design (cream/sand/ink palette,
   Playfair Display serif + Jost / Outfit sans-serif, BEM-ish naming).
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Outfit:wght@300;400&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* ---------- Design tokens ---------- */
:root {
  /* surface */
  --color-bg: #f4ede4;
  --color-bg-alt: #ede5d8;
  --color-bg-soft: #faf5ee;
  --color-bg-warm: #e8dfd0;
  --color-background: var(--color-bg-soft);

  /* text */
  --color-ink: #211e19;
  --color-ink-2: #3a352e;
  --color-ink-soft: #5a554d;
  --color-muted: #8a8378;
  --color-muted-2: #a7a095;
  --color-text: var(--color-ink);

  /* lines / accents */
  --color-line: #d9d0c2;
  --color-line-soft: #e6ddce;
  --color-border: var(--color-line);

  --color-gold: #9b8771;
  --color-gold-dark: #7a6957;
  --color-gold-soft: #c5b5a0;

  --color-promo: #b4533e;
  --color-star: #c9a85b;
  --color-ok: #7aa47a;
  --color-error: #c24a3a;

  --color-primary: var(--color-ink);
  --color-secondary: var(--color-gold);
  --color-accent: var(--color-gold);

  /* footer */
  --color-footer: #1f1c18;
  --color-footer-2: #2a2722;
  --color-footer-line: #3a3530;

  /* type */
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Jost", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  --font-serif: var(--font-heading);
  --font-sans: var(--font-body);

  /* spacing scale */
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-xxl: 64px;
  --spacing-3xl: 96px;
  --spacing-4xl: 128px;

  /* radius */
  --border-radius-sm: 3px;
  --border-radius-md: 8px;
  --border-radius-lg: 14px;
  --border-radius-pill: 999px;

  /* shadow */
  --shadow-sm: 0 1px 2px rgba(33, 30, 25, 0.04);
  --shadow-md: 0 8px 24px rgba(33, 30, 25, 0.08);
  --shadow-lg: 0 24px 64px rgba(33, 30, 25, 0.12);

  /* motion */
  --transition-speed: 0.25s;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  /* layout */
  --wrap: 1280px;
  --wrap-wide: 1440px;
  --gutter: 32px;
  --header-h: 78px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-ink);
  background: var(--color-bg-soft);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img,
picture,
svg,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
:focus-visible {
  outline: 2px solid var(--color-gold-dark);
  outline-offset: 2px;
}

/* ---------- Skip link / a11y ---------- */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--color-ink);
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.skip-link:focus {
  top: 0;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 500;
}
.h-display {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0;
}
.h-1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.005em;
  margin: 0;
}
.h-2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  margin: 0;
}
.h-3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  margin: 0;
}
.h-4,
h3,
h4 {
  font-family: var(--font-accent);
  font-weight: 500;
}
.price,
.price__current,
.price__old,
.price__save,
.price__compare {
  font-family: var(--font-accent);
  font-weight: 600;
}
em,
.italic {
  font-style: italic;
  font-family: var(--font-heading);
}
.lede {
  font-size: 16px;
  color: var(--color-ink-soft);
  line-height: 1.65;
  max-width: 55ch;
}
.small {
  font-size: 13px;
  color: var(--color-ink-soft);
}
.muted {
  color: var(--color-muted);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--color-ink);
  background: var(--color-ink);
  color: #f4ede4;
  cursor: pointer;
  transition:
    background var(--transition-speed) var(--ease),
    color var(--transition-speed) var(--ease),
    border-color var(--transition-speed) var(--ease),
    transform 0.2s var(--ease);
}
.btn:hover {
  background: transparent;
  color: var(--color-ink);
}
.btn:active {
  transform: translateY(1px);
}
.btn--ghost {
  background: transparent;
  color: var(--color-ink);
}
.btn--ghost:hover {
  background: var(--color-ink);
  color: #f4ede4;
}
.btn--gold {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #fff;
}
.btn--gold:hover {
  background: var(--color-gold-dark);
  border-color: var(--color-gold-dark);
  color: #fff;
}
.btn--light {
  background: #fff;
  border-color: #fff;
  color: var(--color-ink);
}
.btn--light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn--block {
  width: 100%;
}
.btn[disabled],
.btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}
.btn .arr {
  transition: transform var(--transition-speed) var(--ease);
}
.btn:hover .arr {
  transform: translateX(4px);
}

.linklink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ink);
  border-bottom: 1px solid var(--color-ink);
  padding-bottom: 2px;
  transition:
    color var(--transition-speed) var(--ease),
    border-color var(--transition-speed) var(--ease);
}
.linklink:hover {
  color: var(--color-gold-dark);
  border-color: var(--color-gold-dark);
}

/* ---------- Layout primitives ---------- */
.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.wrap-wide {
  max-width: var(--wrap-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section {
  padding: 96px 0;
}
.section-sm {
  padding: 64px 0;
}
.section-lg {
  padding: 128px 0;
}
.bg-bg {
  background: var(--color-bg);
}
.bg-alt {
  background: var(--color-bg-alt);
}
.bg-warm {
  background: var(--color-bg-warm);
}
.bg-soft {
  background: var(--color-bg-soft);
}

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--color-ink);
  color: #e8dfd0;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}
.announce__item { white-space: nowrap; }

/* Desktop view: all messages on one line, centered */
.announce__inner--static {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.announce__inner--marquee { display: none; }

/* Mobile / tablet: swap to a horizontally scrolling marquee */
@media (max-width: 900px) {
  .announce__inner--static { display: none; }
  .announce__inner--marquee {
    display: block;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  }
  .announce__track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: announce-marquee var(--marquee-speed, 30s) linear infinite;
  }
  .announce__group {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    padding-right: 32px;
  }
}

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

/* Pause on hover (desktop touch users) + respect reduced motion */
.announce__track:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .announce__track { animation: none !important; }
  .announce__inner--marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 245, 238, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--color-line-soft);
}
.header.is-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}
.header.is-overlay .header__link,
.header.is-overlay .header__logo,
.header.is-overlay .header__action {
  color: #fff;
}
.header__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-h);
  gap: 24px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__nav--right {
  justify-content: flex-end;
}
.header__link {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-ink);
  transition: color var(--transition-speed) var(--ease);
}
.header__link:hover {
  color: var(--color-gold-dark);
}
.header__logo {
  font-family: var(--font-heading);
  font-size: 24px;
  letter-spacing: 0.42em;
  font-weight: 500;
  color: var(--color-ink);
  padding-left: 0.42em;
}
.header__action {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-ink);
  position: relative;
  transition: background var(--transition-speed) var(--ease);
}
.header__action:hover {
  background: rgba(0, 0, 0, 0.05);
}
.header.is-overlay .header__action:hover {
  background: rgba(255, 255, 255, 0.12);
}
.header__cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--color-gold);
  color: #fff;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__cart-count[hidden] {
  display: none;
}
.icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header__burger {
  display: none;
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: var(--color-bg-soft);
  transform: translateX(-100%);
  transition: transform 0.35s var(--ease);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu.is-open {
  transform: translateX(0);
}
.mobile-menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--color-line-soft);
}
.mobile-menu__body {
  padding: 32px 24px;
  flex: 1;
}
.mobile-menu__list {
  display: grid;
  gap: 8px;
}
.mobile-menu__link {
  display: block;
  padding: 14px 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: var(--color-ink);
  border-bottom: 1px solid var(--color-line-soft);
}
.mobile-menu__sub {
  display: grid;
  gap: 8px;
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid var(--color-line-soft);
}
.mobile-menu__sub a {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
}

/* Search overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 96;
  background: rgba(33, 30, 25, 0.6);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.search-overlay__inner {
  background: var(--color-bg-soft);
  padding: 32px var(--gutter);
  max-width: var(--wrap-wide);
  margin: 0 auto;
}
.search-overlay__form {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--color-line);
  padding: 8px 0;
}
.search-overlay__input {
  flex: 1;
  background: transparent;
  border: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  color: var(--color-ink);
  padding: 8px 0;
}
.search-overlay__input::placeholder {
  color: var(--color-muted);
  font-style: italic;
}
.search-overlay__input:focus {
  outline: 0;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--color-footer);
  color: #cfc8be;
  padding: 96px 0 32px;
  font-size: 13px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer__logo {
  font-family: var(--font-heading);
  font-size: 22px;
  letter-spacing: 0.42em;
  font-weight: 500;
  color: #f4ede4;
  padding-left: 0.42em;
}
.footer__tag {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 18px;
  color: #e6dcc9;
  margin-top: 16px;
}
.footer__blurb {
  color: #9c9489;
  line-height: 1.7;
  margin-top: 16px;
  max-width: 34ch;
}
.footer__h {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e6dcc9;
  margin: 6px 0 22px;
  font-weight: 500;
}
.footer__list {
  display: grid;
  gap: 12px;
}
.footer__list a {
  color: #cfc8be;
  transition: color var(--transition-speed) var(--ease);
}
.footer__list a:hover {
  color: #fff;
}
.footer__newsletter {
  display: grid;
  gap: 12px;
}
.footer__newsletter-input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #3a3530;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
}
.footer__newsletter-input::placeholder {
  color: #7a7468;
}
.footer__newsletter-input:focus {
  outline: 0;
  border-color: #cfc8be;
}
.footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #e6dcc9;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  width: max-content;
}
.footer__bottom {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--color-footer-line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.footer__contact {
  color: #9c9489;
  line-height: 1.6;
}
.footer__contact a {
  color: #cfc8be;
}
.footer__socials {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.footer__socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #3a3530;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cfc8be;
  transition:
    background var(--transition-speed) var(--ease),
    color var(--transition-speed) var(--ease),
    border-color var(--transition-speed) var(--ease);
}
.footer__socials a:hover {
  background: #fff;
  color: var(--color-ink);
  border-color: #fff;
}
.footer__pay {
  text-align: right;
  color: #9c9489;
}
.footer__pay-row {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 8px;
  flex-wrap: wrap;
}
.footer__pay-chip {
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border: 1px solid #3a3530;
  border-radius: 3px;
  color: #cfc8be;
}
.footer__copy {
  text-align: center;
  color: #7a7468;
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: clamp(520px, 92vh, 880px);
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.68;
}
.hero__media img,
.hero__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.08) 28%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.hero__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(96px, 9vw, 140px) clamp(24px, 4vw, 64px) 96px;
}
.hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}
.hero__tags {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 24px;
}
.hero__tag-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.hero__title {
  color: #fff;
  max-width: 18ch;
}
.hero__lede {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 24px;
  max-width: 42ch;
}
.hero__actions {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---------- Value props strip ---------- */
.props {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid var(--color-line-soft);
}
.prop {
  text-align: center;
}
.prop__ic {
  width: 24px;
  height: 24px;
  margin: 0 auto 12px;
  color: var(--color-ink);
}
.prop__t {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}
.prop__s {
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 6px;
}

/* ---------- Philosophy / brand-story ---------- */
.philo {
  text-align: center;
  padding: 120px 0 80px;
}
.philo blockquote {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.18;
  max-width: 22ch;
  margin: 0 auto;
  color: var(--color-ink);
}
.philo__after {
  margin-top: 48px;
}
.essence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 80px 0 120px;
  align-items: start;
}
.essence h2 {
  max-width: 14ch;
}
.essence__text {
  padding-top: 8px;
}
.essence p + p {
  margin-top: 14px;
}

/* ---------- Section head ---------- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
}
.section-head__left .eyebrow {
  display: block;
  margin-bottom: 8px;
}

/* ---------- Collections grid ---------- */
.collections {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.col-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  isolation: isolate;
}
.col-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform 0.8s var(--ease);
}
.col-card__media img,
.col-card__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.col-card:hover .col-card__media {
  transform: scale(1.04);
}
.col-card--lg {
  grid-column: span 2;
  grid-row: span 2;
}
.col-card--md {
  grid-column: span 2;
  grid-row: span 1;
}
.col-card__ct {
  z-index: 1;
  position: relative;
}
.col-card__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}
.col-card__more {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

/* ---------- Product cards ---------- */
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.products--3 {
  grid-template-columns: repeat(3, 1fr);
}
.products--2 {
  grid-template-columns: repeat(2, 1fr);
}

.p-card {
  position: relative;
  display: block;
  color: inherit;
}
.p-card__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--color-bg-warm);
}
.p-card__media img,
.p-card__media .ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.7s var(--ease),
    opacity 0.4s var(--ease);
}
.p-card__media img.is-secondary {
  opacity: 0;
}
.p-card:hover .p-card__media img:not(.is-secondary) {
  transform: scale(1.04);
}
.p-card:hover .p-card__media img.is-secondary {
  opacity: 1;
}
.p-card__promo {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--color-ink);
  color: #f4ede4;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 600;
}
.p-card__promo--sold {
  background: var(--color-muted);
}
.p-card__info {
  padding-top: 14px;
}
.p-card__brand {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
}
.p-card__name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.4;
  color: var(--color-ink);
}
.p-card__price {
  margin-top: 6px;
  font-size: 14px;
  color: var(--color-ink);
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}
.p-card__price .price__old,
.price__old {
  color: var(--color-promo);
  text-decoration: line-through;
  font-size: 12px;
}
.p-card__quick {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease);
}
.p-card:hover .p-card__quick {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Image placeholders (matches design preview) ---------- */
.ph {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.025) 0 1px,
      transparent 1px 8px
    ),
    var(--ph-bg, var(--color-bg-warm));
  position: relative;
}
.ph--dark {
  --ph-bg: #3a332a;
  color: rgba(255, 255, 255, 0.6);
}
.ph--mid {
  --ph-bg: #c9b79f;
}
.ph--cream {
  --ph-bg: #e8dfd0;
}
.ph--ink {
  --ph-bg: #2a2722;
  color: rgba(255, 255, 255, 0.5);
}
.ph--blue {
  --ph-bg: #cfe0ec;
}
.ph--ochre {
  --ph-bg: #d9b98c;
}

/* ---------- CTA image card ---------- */
.cta-image {
  position: relative;
  min-height: 520px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.cta-image__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.cta-image__media img,
.cta-image__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.05) 60%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.cta-image__inner {
  display: flex;
  align-items: center;
  min-height: 520px;
  padding: 64px 0;
}
.cta-card {
  background: rgba(244, 237, 228, 0.92);
  backdrop-filter: blur(8px);
  color: var(--color-ink);
  padding: 40px;
  max-width: 440px;
}
.cta-card h3 {
  margin: 12px 0 16px;
}
.cta-card p {
  color: var(--color-ink-soft);
  margin: 0 0 24px;
}

/* ---------- Testimonials ---------- */
.testimonials {
  padding: 96px 0;
}
.tx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.tx {
  background: var(--color-bg-warm);
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--color-ink-2);
}
.tx__stars {
  color: var(--color-star);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.tx q {
  display: block;
  font-style: italic;
  font-family: var(--font-heading);
  font-size: 17px;
  line-height: 1.45;
  quotes: "«\00a0" "\00a0»" "\201C" "\201D";
}
.tx__who {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
}
.tx-cta {
  background: var(--color-bg-alt);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tx-cta h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  margin: 0 0 8px;
}
.tx-cta p {
  color: var(--color-ink-soft);
  margin: 0 0 16px;
  font-size: 13px;
}

/* ---------- Pillars ---------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}
.pillar h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 18px;
}
.pillar__rule {
  width: 32px;
  height: 1px;
  background: var(--color-gold);
  margin: 0 auto 18px;
}
.pillar p {
  color: var(--color-ink-soft);
  font-size: 13.5px;
  max-width: 32ch;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---------- Final CTA ---------- */
.final-cta {
  position: relative;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.final-cta__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.final-cta__media img,
.final-cta__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.final-cta h2 {
  color: #fff;
  max-width: 18ch;
  margin: 0 auto;
}
.final-cta p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 48ch;
  margin: 18px auto 32px;
}

/* ---------- Page hero (small) ---------- */
.page-hero {
  position: relative;
  min-height: 380px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 48px 0 56px;
}
.page-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-hero__media img,
.page-hero__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 100%
  );
}
.page-hero .eyebrow {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-bottom: 14px;
}
.page-hero h1 {
  color: #fff;
  margin: 0;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.82);
  margin: 14px 0 0;
  max-width: 40ch;
}

/* ---------- Collection / PLP ---------- */
.plp-toolbar {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 8px;
}
.tab {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 16px;
  border: 1px solid var(--color-line);
  background: transparent;
  color: var(--color-ink-soft);
  cursor: pointer;
  transition:
    background var(--transition-speed) var(--ease),
    color var(--transition-speed) var(--ease),
    border-color var(--transition-speed) var(--ease);
}
.tab.is-active {
  background: var(--color-ink);
  color: #f4ede4;
  border-color: var(--color-ink);
}
.tab:hover:not(.is-active) {
  border-color: var(--color-ink);
  color: var(--color-ink);
}
.plp-sub {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 18px;
  color: var(--color-ink-2);
  padding: 16px 0 8px;
}
.pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 0 28px;
}
.pill {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--border-radius-pill);
  border: 1px solid var(--color-line);
  color: var(--color-ink-soft);
  background: transparent;
  cursor: pointer;
  transition:
    background var(--transition-speed) var(--ease),
    color var(--transition-speed) var(--ease),
    border-color var(--transition-speed) var(--ease);
}
.pill.is-active {
  background: var(--color-bg-warm);
  border-color: var(--color-gold-soft);
  color: var(--color-ink);
}
.plp-sort {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid var(--color-line-soft);
  border-bottom: 1px solid var(--color-line-soft);
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.plp-count {
  font-size: 12px;
  color: var(--color-muted);
  letter-spacing: 0.04em;
}
.plp-select {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ink);
  background: transparent;
  border: 0;
  padding: 6px 24px 6px 8px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%23211E19' stroke-width='1.2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 4px center;
  appearance: none;
  -webkit-appearance: none;
}

/* Collection filters (drawer-style) */
.filters {
  display: grid;
  gap: 24px;
}
.filter-group {
  border-bottom: 1px solid var(--color-line-soft);
  padding-bottom: 16px;
}
.filter-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 0 16px;
  cursor: pointer;
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--color-ink);
}
.filter-group__body {
  display: grid;
  gap: 10px;
  padding-bottom: 8px;
}
.filter-group.is-collapsed .filter-group__body {
  display: none;
}
.filter-group__title .chev {
  transition: transform 0.25s var(--ease);
}
.filter-group.is-collapsed .filter-group__title .chev {
  transform: rotate(-90deg);
}
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--color-ink-soft);
  cursor: pointer;
}
.filter-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-line);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.filter-option input[type="checkbox"]:checked {
  background: var(--color-ink);
  border-color: var(--color-ink);
}
.filter-option input[type="checkbox"]:checked::after {
  content: "";
  width: 5px;
  height: 8px;
  border: solid #f4ede4;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg) translateY(-1px);
}
.filter-option__count {
  color: var(--color-muted);
  font-size: 11px;
  margin-left: auto;
}
.filter-active-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 0 16px;
}
.filter-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: var(--border-radius-pill);
  background: var(--color-bg-warm);
  border: 1px solid var(--color-gold-soft);
  color: var(--color-ink);
  cursor: pointer;
}
.collection-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 240px 1fr;
}
.collection-grid__results {
  min-width: 0;
}
.collection-grid__empty {
  text-align: center;
  padding: 96px 24px;
  color: var(--color-muted);
}

/* ---------- PDP ---------- */
.pdp {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  padding: 48px 0 96px;
}
.crumbs {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 28px;
}
.crumbs a {
  color: var(--color-muted);
  transition: color var(--transition-speed) var(--ease);
}
.crumbs a:hover {
  color: var(--color-ink);
}
.crumbs__sep {
  margin: 0 8px;
}

.gallery {
  position: sticky;
  top: 96px;
}
.gallery__main {
  position: relative;
  background: var(--color-bg-warm);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__slide.is-active {
  opacity: 1;
}
.gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.4s var(--ease);
}
.gallery__slide.is-zoom img {
  transform: scale(1.6);
}
.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ink);
  z-index: 2;
  backdrop-filter: blur(4px);
  transition: background var(--transition-speed) var(--ease);
}
.gallery__arrow:hover {
  background: #fff;
}
.gallery__arrow--prev {
  left: 14px;
}
.gallery__arrow--next {
  right: 14px;
}
.thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.thumb {
  width: 78px;
  height: 78px;
  background: var(--color-bg-warm);
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.thumb.is-active {
  border-color: var(--color-ink);
}
.thumb img,
.thumb .ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-info__brand {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 14px;
}
.pdp-info h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  margin: 0 0 16px;
  max-width: 18ch;
}
.pdp-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--color-ink-soft);
  margin-bottom: 18px;
}
.pdp-rating .stars {
  color: var(--color-star);
}
.pdp-price {
  font-size: 22px;
  color: var(--color-ink);
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: baseline;
  flex-wrap: wrap;
}
.pdp-price .price__old {
  color: var(--color-promo);
  text-decoration: line-through;
  font-size: 15px;
}
.pdp-price .price__save {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-promo);
}

.swatches {
  margin: 8px 0 22px;
}
.swatches__lbl {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 10px;
}
.swatch-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.swatch {
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid var(--color-line);
  background: transparent;
  cursor: pointer;
  color: var(--color-ink-soft);
  transition:
    background var(--transition-speed) var(--ease),
    color var(--transition-speed) var(--ease),
    border-color var(--transition-speed) var(--ease);
}
.swatch.is-active {
  background: var(--color-ink);
  color: #f4ede4;
  border-color: var(--color-ink);
}
.swatch:hover:not(.is-active) {
  border-color: var(--color-ink);
  color: var(--color-ink);
}
.swatch[disabled] {
  opacity: 0.4;
  text-decoration: line-through;
  pointer-events: none;
}

.qty-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 14px;
}
.qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-line);
  padding: 0 4px;
}
.qty button {
  width: 32px;
  height: 46px;
  color: var(--color-ink);
}
.qty input {
  width: 48px;
  text-align: center;
  border: 0;
  background: transparent;
  -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input:focus {
  outline: 0;
}

.pdp-promises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 28px;
}
.pdp-promise {
  border: 1px solid var(--color-line);
  padding: 14px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.pdp-promise .icon {
  width: 16px;
  height: 16px;
}

/* Accordion */
.acc {
  border-top: 1px solid var(--color-line);
}
.acc-row {
  border-bottom: 1px solid var(--color-line);
}
.acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}
.acc-head .chev {
  transition: transform 0.25s var(--ease);
}
.acc-row.is-open .acc-head .chev {
  transform: rotate(180deg);
}
.acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s var(--ease);
}
.acc-row.is-open .acc-body {
  max-height: 2000px;
}
.acc-inner {
  padding: 0 0 24px;
  color: var(--color-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.acc-inner p + p {
  margin-top: 10px;
}
.feats {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}
.feats li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: var(--color-ink-2);
}
.feats li::before {
  content: "\2713";
  color: #fff;
  background: var(--color-ok);
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex: none;
  margin-top: 1px;
}

/* Sticky ATC bar — shown on BOTH desktop and mobile when the main ATC button
   scrolls out of view (driven by IntersectionObserver in product.js). */
.sticky-atc {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(250, 245, 238, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--color-line-soft);
  padding: 12px var(--gutter);
  display: flex !important;
  align-items: center;
  gap: 16px;
  transform: translateY(110%);
  transition: transform 0.3s var(--ease);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
}
.sticky-atc.is-visible {
  transform: translateY(0);
}
.sticky-atc__media {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--color-bg-soft);
}
.sticky-atc__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky-atc__info {
  flex: 1 1 auto;
  min-width: 0;
}
.sticky-atc__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-ink);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-atc__price {
  font-size: 14px;
  color: var(--color-ink-soft);
  margin-top: 2px;
  font-family: var(--font-heading, serif);
}
.sticky-atc__btn {
  flex: 0 0 auto;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 640px) {
  .sticky-atc { padding: 10px 12px; gap: 10px; }
  .sticky-atc__media { display: none; }
  .sticky-atc__btn { min-width: 0; flex: 1; }
}
body.has-sticky-atc {
  padding-bottom: 84px;
}

/* Use cases */
.use-cases {
  background: var(--color-bg);
  padding: 64px 0;
}
.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.use-card {
  background: #fff;
  padding: 24px;
}
.use-card h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 8px;
}
.use-card p {
  color: var(--color-ink-soft);
  font-size: 13.5px;
  margin: 0;
}

/* Steps panel */
.steps-panel {
  background: #cfe0ec;
  padding: 28px;
  border-radius: var(--border-radius-lg);
  margin-top: 48px;
}
.steps-panel__title {
  background: #fff;
  color: #2a6fa0;
  font-family: var(--font-heading);
  font-size: 18px;
  display: inline-flex;
  padding: 8px 22px;
  border-radius: var(--border-radius-pill);
  margin: 0 auto 22px;
  border: 1px dashed #2a6fa0;
}
.steps-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 14px;
  width: 100%;
  max-width: 520px;
}
.step-row__cell {
  background: #fff;
  border-radius: 10px;
  aspect-ratio: 1/0.95;
  position: relative;
  overflow: hidden;
}
.step-num {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  background: #2a6fa0;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.steps-row-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin-top: 14px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  padding: 72px 0 96px;
}
.contact-grid h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin: 14px 0 18px;
}
.contact-meta {
  margin-top: 32px;
}
.contact-meta__lbl {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 4px;
}
.contact-meta__val {
  font-size: 14px;
  color: var(--color-ink);
}
.contact-meta__row + .contact-meta__row {
  margin-top: 20px;
}
.form-field {
  position: relative;
  margin-bottom: 24px;
}
.form-field label {
  position: absolute;
  left: 0;
  top: 8px;
  pointer-events: none;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-muted);
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 28px 0 12px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-line);
  font-size: 15px;
  color: var(--color-ink);
  font-family: inherit;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 0;
  border-color: var(--color-ink);
}
.form-field textarea {
  min-height: 120px;
  resize: vertical;
}
.form-error {
  color: var(--color-error);
  font-size: 12px;
  margin-top: 6px;
}
.form-success {
  background: rgba(122, 164, 122, 0.15);
  border: 1px solid var(--color-ok);
  color: #3f6b3f;
  padding: 14px 18px;
  font-size: 13px;
  margin-bottom: 18px;
}

/* FAQ */
.faq {
  padding: 72px 0 120px;
}
.faq h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(48px, 6vw, 84px);
  margin: 6px 0 48px;
  line-height: 1;
}

/* About */
.about-block {
  padding: 80px 0 96px;
}
.about-block__content {
  max-width: 760px;
}
.about-block h2 {
  margin-bottom: 24px;
}
.about-block p {
  color: var(--color-ink-soft);
}
.about-block p + p {
  margin-top: 14px;
}
.about-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 80px 0;
}
.about-img-row__media {
  aspect-ratio: 5/4;
  position: relative;
  overflow: hidden;
}
.about-img-row__media img,
.about-img-row__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cart drawer */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 100%);
  background: var(--color-bg-soft);
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.35s var(--ease);
  display: flex;
  flex-direction: column;
}
.drawer.is-open {
  transform: translateX(0);
}
.drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--color-line-soft);
}
.drawer__head h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}
.drawer__body {
  padding: 24px;
  flex: 1;
  overflow-y: auto;
}
.cart-line {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-line-soft);
}
.cart-line__media {
  width: 80px;
  height: 80px;
  background: var(--color-bg-warm);
  overflow: hidden;
}
.cart-line__media img,
.cart-line__media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-line__name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-ink);
}
.cart-line__meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-top: 4px;
}
.cart-line__qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  border: 1px solid var(--color-line);
  padding: 0 4px;
}
.cart-line__qty button {
  width: 22px;
  height: 28px;
  color: var(--color-ink-soft);
}
.cart-line__qty span {
  font-size: 12px;
  width: 18px;
  text-align: center;
}
.cart-line__price {
  font-size: 14px;
  color: var(--color-ink);
  text-align: right;
}
.cart-line__remove {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  background: transparent;
  border: 0;
  padding: 4px 0;
  cursor: pointer;
}
.cart-line__remove:hover {
  color: var(--color-promo);
}
.drawer__foot {
  padding: 24px;
  border-top: 1px solid var(--color-line-soft);
  background: var(--color-bg);
}
.drawer__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  font-size: 14px;
}
.drawer__row--total {
  font-size: 18px;
  font-family: var(--font-heading);
}
.drawer__empty {
  text-align: center;
  padding: 48px 24px;
  color: var(--color-muted);
  font-size: 14px;
}
.drawer__empty p {
  margin: 8px 0 24px;
}
.cart-ship {
  margin-bottom: 18px;
  padding: 12px 14px;
  background: var(--color-bg-warm);
  border-radius: var(--border-radius-md);
}
.cart-ship__text {
  font-size: 12px;
  color: var(--color-ink-soft);
  margin-bottom: 8px;
}
.cart-ship__bar {
  height: 4px;
  background: rgba(33, 30, 25, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.cart-ship__progress {
  height: 100%;
  background: var(--color-gold);
  border-radius: 2px;
  transition: width 0.5s var(--ease);
}
.cart-upsell {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #fff;
  margin-top: 16px;
  border: 1px solid var(--color-line-soft);
}
.cart-upsell__media {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: var(--color-bg-warm);
}
.cart-upsell__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-upsell__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
.cart-upsell__price {
  font-size: 12px;
  color: var(--color-ink-soft);
  margin-top: 2px;
}
.cart-upsell__btn {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--color-ink);
  color: #f4ede4;
  padding: 8px 12px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

/* Cart page */
.cart-page {
  padding: 64px 0 96px;
}
.cart-page__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}
.cart-page__items {
  background: #fff;
  padding: 24px 32px;
}
.cart-page__summary {
  background: var(--color-bg-warm);
  padding: 32px;
  position: sticky;
  top: 96px;
}
.cart-page__row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}
.cart-page__row--total {
  border-top: 1px solid var(--color-line);
  margin-top: 12px;
  padding-top: 16px;
  font-size: 18px;
  font-family: var(--font-heading);
}

/* Toast */
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--color-ink);
  color: #f4ede4;
  padding: 14px 22px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease);
  z-index: 200;
}
.toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Reviews */
.reviews {
  padding: 72px 0 96px;
  background: var(--color-bg);
}
.reviews .h-2 {
  text-align: center;
}
.reviews__stars {
  text-align: center;
  color: var(--color-muted);
  margin-top: 14px;
  font-size: 13px;
}
.reviews__stars .stars {
  color: var(--color-star);
  margin-right: 8px;
}
.review-form {
  background: #fff;
  padding: 32px;
  max-width: 680px;
  margin: 48px auto 0;
}
.review-form h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 6px;
}
.review-form .small {
  margin-bottom: 24px;
}
.review-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Newsletter */
.newsletter {
  padding: 96px 0;
  background: var(--color-bg-warm);
  text-align: center;
}
.newsletter h2 {
  max-width: 22ch;
  margin: 0 auto 16px;
}
.newsletter p {
  color: var(--color-ink-soft);
  margin: 0 auto 32px;
  max-width: 48ch;
}
.newsletter__form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-ink);
}
.newsletter__input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 14px 0;
  font-size: 14px;
  color: var(--color-ink);
}
.newsletter__input::placeholder {
  color: var(--color-muted);
}
.newsletter__input:focus {
  outline: 0;
}
.newsletter__btn {
  background: transparent;
  border: 0;
  color: var(--color-ink);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 0 14px 16px;
  cursor: pointer;
}

/* Rich-text */
.rich-text {
  padding: 96px 0;
}
.rich-text__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.rich-text__inner.is-left {
  text-align: left;
}
.rich-text__inner p {
  color: var(--color-ink-soft);
}
.rich-text__inner p + p {
  margin-top: 14px;
}
.rich-text__inner h2 {
  margin-bottom: 24px;
}

.about-story {
  padding: 96px 0;
}
.about-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-story__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}
.about-story__content {
  max-width: 620px;
}
.about-story__text {
  color: var(--color-ink-soft);
  line-height: 1.75;
}
@media (max-width: 860px) {
  .about-story__grid {
    grid-template-columns: 1fr;
  }
}

/* 404 */
.error-404 {
  padding: 120px 0;
  text-align: center;
}
.error-404 .num {
  font-family: var(--font-heading);
  font-size: clamp(96px, 18vw, 220px);
  line-height: 1;
  color: var(--color-gold-soft);
  margin-bottom: 16px;
}
.error-404 h1 {
  margin-bottom: 16px;
}
.error-404 p {
  color: var(--color-ink-soft);
  margin-bottom: 32px;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 64px 0 0;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.pagination a,
.pagination span {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: var(--color-ink-soft);
}
.pagination a:hover {
  border-color: var(--color-line);
  color: var(--color-ink);
}
.pagination .is-current {
  border-color: var(--color-ink);
  color: var(--color-ink);
}

/* Breadcrumb */
.breadcrumb {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
  padding: 16px 0;
}
.breadcrumb a {
  color: var(--color-muted);
}
.breadcrumb a:hover {
  color: var(--color-ink);
}
.breadcrumb__sep {
  margin: 0 8px;
}

/* Utilities */
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-48 {
  margin-bottom: 48px;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.center {
  justify-content: center;
  align-items: center;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}

/* Scroll-reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s var(--ease),
    transform 0.6s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive: tablet ---------- */
@media (max-width: 1280px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer__pay {
    text-align: center;
  }
  .footer__pay-row {
    justify-content: center;
  }
  .footer__socials {
    order: -1;
  }
}
@media (max-width: 1024px) {
  .pdp {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gallery {
    position: static;
  }
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 100%);
    background: var(--color-bg-soft);
    z-index: 95;
    padding: 32px 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
  }
  .filters.is-open {
    transform: translateX(0);
  }
  .filters-toggle {
    display: inline-flex;
  }
}
.filters-toggle {
  display: none;
}

/* ---------- Responsive: 900 ---------- */
@media (max-width: 900px) {
  .header__nav--left .header__link,
  .header__nav--right .header__link:not(.show-mobile) {
    display: none;
  }
  .header__row {
    grid-template-columns: auto 1fr auto;
  }
  .header__logo {
    font-size: 20px;
  }
  .header__burger {
    display: inline-flex;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .collections {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }
  .col-card--lg,
  .col-card--md {
    grid-column: auto;
    grid-row: auto;
  }
  .essence {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .essence h2,
  .essence__text,
  .essence__text p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 38ch;
  }
  .essence h2 { max-width: 22ch; }
  .essence .eyebrow { display: block; text-align: center; }

  .tx-grid {
    grid-template-columns: 1fr;
  }
  .pillars {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .pillar,
  .pillar h4,
  .pillar p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .use-grid {
    grid-template-columns: 1fr;
  }
  .about-img-row {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .about-img-row h2,
  .about-img-row p,
  .about-img-row .eyebrow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cart-page__grid {
    grid-template-columns: 1fr;
  }
  /* .sticky-atc visibility is now handled by the global rule above
     so it's available on desktop too. Body padding is also global. */
}

/* ---------- Responsive: tablet small / mobile ---------- */
@media (max-width: 768px) {
  :root {
    --gutter: 20px;
    --header-h: 64px;
  }
  .section {
    padding: 64px 0;
  }
  .section-sm {
    padding: 40px 0;
  }
  .section-lg {
    padding: 80px 0;
  }
  .hero__inner {
    padding-bottom: 56px;
  }
  .footer {
    padding: 64px 0 24px;
  }
  .footer__grid {
    gap: 32px;
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .products--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pdp-promises {
    grid-template-columns: 1fr;
  }
  .review-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .props {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }

  /* Hero — force everything centered on mobile + tablet, regardless of desktop alignment settings */
  .hero,
  .hero__inner,
  .hero__tags,
  .hero__eyebrow,
  .hero__title,
  .hero__lede,
  .hero__actions {
    text-align: center !important;
  }
  .hero__title,
  .hero__lede {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero__tags {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .hero__actions {
    justify-content: center !important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width: 600px) {
  .pdp-promises {
    grid-template-columns: 1fr;
  }
  .header__nav {
    gap: 14px;
  }
}
@media (max-width: 375px) {
  :root {
    --gutter: 16px;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  html {
    scroll-behavior: auto;
  }
}

/* ---------- Print ---------- */
@media print {
  .header,
  .footer,
  .drawer,
  .scrim,
  .toast,
  .announce,
  .sticky-atc {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
}

/* ---------- Hero overrides (Lovable-inspired tweaks) ---------- */
.hero__inner {
  /* center vertically and align content to the left */
  justify-content: center;
  align-items: flex-start;
  padding-left: clamp(28px, 6vw, 96px);
  padding-right: clamp(24px, 4vw, 64px);
}

.hero__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 56px);
   line-height: 0.92;
   margin: 0;
   max-width: 20ch; /* slightly increased room but kept narrow */
 }
 .hero__title p {
   margin: 0;
   line-height: 0.92;
 }
 
 .hero__lede {
   font-size: 16px;
   line-height: 1.4;
   margin-top: 10px;
.hero__tags,
.hero__actions {
  align-self: flex-start;
}

/* Ensure overlay and stacking don't hide text */
.hero,
.hero__inner,
.hero__ct,
.hero__title,
.hero__lede {
  z-index: 2;
}

/* Add spacing between navbar and hero top edge */
.hero {
  padding-top: calc(var(--header-h, 78px) + 12px);
}

/* Responsive: on small screens keep hero content towards the bottom and centered */
@media (max-width: 768px) {
  .hero__inner {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-bottom: 56px;
  }
  .hero__title {
    font-size: clamp(24px, 6.4vw, 34px);
    max-width: 40ch;
  }
  .hero__lede {
    max-width: 44ch;
  }
  .hero__tags,
  .hero__actions {
    align-self: center;
  }
}

/* ==========================================================================
   Gallery v2 — Vertical thumbs left + main image right
   ========================================================================== */

/* ==========================================================================
   PDP Gallery — new isolated classes (no conflict with old .gallery CSS)
   ========================================================================== */

/* -------------------------------------------------------
   Luxsia PDP gallery — fully isolated namespace
   Layouts:
     .luxsia-gal--left   → vertical thumbs left + main image  (desktop default)
     .luxsia-gal--below  → main image + horizontal thumbs below
     .luxsia-gal--single → 1 image only, no thumb column
   ------------------------------------------------------- */

.luxsia-gal {
  display: grid;
  gap: 12px;
  align-items: start;
}
/* Single column when only one image */
.luxsia-gal--single,
.luxsia-gal--below {
  grid-template-columns: 1fr;
}
.luxsia-gal--left {
  grid-template-columns: 88px minmax(0, 1fr);
}

/* Thumbnails container */
.luxsia-gal__thumbs {
  display: flex;
  gap: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-line) transparent;
}
.luxsia-gal--left .luxsia-gal__thumbs {
  flex-direction: column;
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.luxsia-gal--below .luxsia-gal__thumbs {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  order: 2;
}
.luxsia-gal--below .luxsia-gal__main { order: 1; }
.luxsia-gal__thumbs::-webkit-scrollbar { width: 3px; height: 3px; }
.luxsia-gal__thumbs::-webkit-scrollbar-thumb { background: var(--color-line); border-radius: 2px; }

/* Main image — strict 1:1 square viewport, kept small so the full PDP fits
   above the fold without scrolling. v2.4 (aggressive cap). */
.luxsia-gal__main {
  position: relative !important;
  overflow: hidden !important;
  background: var(--color-bg-soft);
  cursor: zoom-in;
  border-radius: var(--border-radius-sm);
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  max-width: 340px !important;
  max-height: 340px !important;
  margin: 0 auto !important;
  isolation: isolate;
}
@media (min-width: 1280px) {
  .luxsia-gal__main {
    max-width: 380px !important;
    max-height: 380px !important;
  }
}
@media (min-width: 1600px) {
  .luxsia-gal__main {
    max-width: 420px !important;
    max-height: 420px !important;
  }
}
@media (max-width: 768px) {
  .luxsia-gal__main {
    max-width: 360px !important;
    max-height: 360px !important;
  }
}
@supports not (aspect-ratio: 1 / 1) {
  .luxsia-gal__main {
    height: 0 !important;
    padding-bottom: 100% !important;
  }
}
.luxsia-gal__main img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Navigation arrows on main image */
.luxsia-gal__arrow {
  color: var(--color-ink, #2A1F14);
}
.luxsia-gal__arrow:hover {
  background: #fff !important;
  transform: translateY(-50%) scale(1.06) !important;
}
.luxsia-gal__arrow:active {
  transform: translateY(-50%) scale(0.96) !important;
}
.luxsia-gal__arrow:focus-visible {
  outline: 2px solid var(--color-gold, #9B8A5C);
  outline-offset: 2px;
}
/* Hide arrows on hover-less / touch devices when there's space (optional polish):
   keep visible at all times since touch users need them too. */

/* Slides — only one visible at a time. Reinforced with multiple safeguards. */
.luxsia-gal__main > .luxsia-gal__slide {
  display: none !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.luxsia-gal__main > .luxsia-gal__slide[hidden] { display: none !important; }
.luxsia-gal__main > .luxsia-gal__slide.is-active {
  display: block !important;
}
.luxsia-gal__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.luxsia-gal__slide.is-zoom { cursor: zoom-out; }
.luxsia-gal__slide.is-zoom img { transform: scale(1.7); }

/* Thumb buttons */
.luxsia-gal__thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1.5px solid var(--color-line-soft);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  background: var(--color-bg-soft);
  padding: 0;
  transition: border-color 0.15s ease;
}
.luxsia-gal__thumb:hover { border-color: var(--color-muted); }
.luxsia-gal__thumb.is-active { border-color: var(--color-ink); }
.luxsia-gal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gallery container-query — switch left → below only if the gallery itself is < 380px */
.luxsia-gal { container-type: inline-size; container-name: gal; }

@container gal (max-width: 380px) {
  .luxsia-gal--left {
    grid-template-columns: 1fr !important;
  }
  .luxsia-gal--left .luxsia-gal__main { order: 1; }
  .luxsia-gal--left .luxsia-gal__thumbs {
    order: 2;
    flex-direction: row !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-right: 0 !important;
    padding-bottom: 4px !important;
  }
}

/* Fallback for older browsers */
@supports not (container-type: inline-size) {
  @media (max-width: 420px) {
    .luxsia-gal--left {
      grid-template-columns: 1fr;
    }
    .luxsia-gal--left .luxsia-gal__main { order: 1; }
    .luxsia-gal--left .luxsia-gal__thumbs {
      order: 2;
      flex-direction: row;
      max-height: none;
      overflow-x: auto;
      overflow-y: hidden;
      padding-right: 0;
      padding-bottom: 4px;
    }
  }
}
@media (max-width: 640px) {
  .luxsia-gal__thumb { width: 60px; height: 60px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .luxsia-gal__slide img { transition: none; }
}

/* Breadcrumb */
/* Signature for debug: inspect a .pdp-v2 element in DevTools, the ::before pseudo
   carries content "luxsia-pdp-v2-flex-2.1" → confirms this CSS file is loaded. */
.pdp-v2::before {
  content: "luxsia-pdp-v2-flex-2.1";
  display: none;
}

.pdp-v2__breadcrumb {
  margin-bottom: 24px;
  font-size: 13px;
  color: var(--color-muted);
}

/* ==========================================================================
   PDP v2 — Modular block layout with sticky info column
   ========================================================================== */

/* -------------------------------------------------------
   PDP v2 — 2-column layout via plain @media queries (no container queries).
   ------------------------------------------------------- */
.pdp-v2 {}

/* Infos produit — sticky lors du scroll */
.pdp-v2__info {
  position: sticky;
  top: calc(var(--header-h, 80px) + 16px);
  max-height: calc(100vh - var(--header-h, 80px) - 48px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 16px;
}
.pdp-v2__info::-webkit-scrollbar { display: none; }

/* Vendor */
.pdp-v2__vendor {
  font-family: var(--font-accent);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
}

/* Title */
.pdp-v2__title { line-height: 1.15; }

/* Rating */
.pdp-v2__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-muted);
}
.pdp-v2__rating .stars { color: var(--color-star); font-size: 14px; letter-spacing: 1px; }

/* Price */
.pdp-v2__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}
.pdp-v2__price-main { font-family: var(--font-heading); }

/* Quantity row */
.pdp-v2__qty { display: flex; flex-direction: column; gap: 8px; }

/* CTA buttons */
.pdp-v2__cta { display: grid; gap: 12px; }
.pdp-v2__atc {
  width: 100%;
  text-align: center;
  padding: 16px 24px;
}

/* Promises */
.pdp-v2__promise {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--color-line-soft);
}
.pdp-v2__promise:first-of-type { border-top: 1px solid var(--color-line-soft); }
.pdp-v2__promise .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--color-gold);
}

/* Text block */
.pdp-v2__text { line-height: 1.6; }

/* Separator */
.pdp-v2__sep { border: none; border-top: 1px solid var(--color-line); }

/* SKU */
.pdp-v2__sku { font-size: 12px; color: var(--color-muted); display: flex; gap: 4px; }

/* Description & accordions below the grid */
.pdp-v2__below {
  margin-top: 72px;
  border-top: 2px solid var(--color-line);
}
.pdp-v2__desc-wrap {}
.pdp-v2__desc-inner { max-width: 800px; margin: 0 auto; }
.pdp-v2__desc-heading { margin-bottom: 28px; }
.pdp-v2__rte { line-height: 1.8; color: var(--color-ink-soft); }
.pdp-v2__accordion { border-bottom: 1px solid var(--color-line); }

/* PDP grid layout is now managed by an inline <style> block inside the
   section template (sections/product-main.liquid) so it's guaranteed to
   apply with the latest deployment regardless of CSS file CDN cache state. */

/* Legacy container-query + supports blocks removed.
   The only responsive rule for .pdp-v2__grid is the @media (max-width: 768px) above. */

/* placeholder to keep the existing brace count stable */
@media (max-width: 0) {
  .pdp-v2__info {
    position: static;
    max-height: none;
    overflow: visible;
  }
  /* On mobile/tablet the vertical left strip switches to horizontal under the main image */
  .pdp-gallery--thumbs-left {
    grid-template-columns: 1fr;
  }
  .pdp-gallery--thumbs-left .pdp-gallery__main   { order: 1; }
  .pdp-gallery--thumbs-left .pdp-gallery__thumbs {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 4px;
  }
}

/* Phone (≤ 640px) — smaller thumbs */
@media (max-width: 640px) {
  .pdp-gallery__thumb {
    width: 60px;
    height: 60px;
  }
}
/* cache-bust v1780090078 */
