/** Shopify CDN: Minification failed

Line 1206:12 Unexpected "{"
Line 1206:21 Expected ":"
Line 1207:16 Expected identifier but found whitespace
Line 1207:18 Unexpected "{"
Line 1207:27 Expected ":"
Line 1207:78 Expected ":"
Line 1208:19 Expected identifier but found whitespace
Line 1208:21 Unexpected "{"
Line 1208:30 Expected ":"
Line 1208:84 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-maison (INDEX:1) */
.ls-announce {
    background: var(--ls-ink);
    color: var(--ls-ground);
    text-align: center;
  }
  .ls-announce__track {
    position: relative;
    height: 34px;
    display: grid;
    place-items: center;
    padding-inline: 1rem;
  }
  .ls-announce__msg {
    grid-area: 1 / 1;
    margin: 0;
    font-family: var(--ls-font-body);
    font-size: var(--ls-label);
    text-transform: uppercase;
    letter-spacing: var(--ls-label-track);
    color: var(--ls-ground);
    opacity: 0;
    transition: opacity 400ms var(--ls-ease);
    pointer-events: none;
  }
  .ls-announce__msg.is-active { opacity: 1; }
  @media (prefers-reduced-motion: reduce) {
    .ls-announce__msg { transition: none; }
  }
/* END_SECTION:announcement-maison */

/* START_SECTION:breadcrumb-product (INDEX:3) */
.product-breadcrumb-section { padding-top: 1.5rem; padding-bottom: 0.5rem; }
/* END_SECTION:breadcrumb-product */

/* START_SECTION:carousel-creations (INDEX:5) */
.ls-carousel__wrap { max-width: 1400px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 3rem); }
  .ls-carousel__head { text-align: center; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
  .ls-carousel__track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
  .ls-card { display: flex; flex-direction: column; }
  .ls-card__link { text-decoration: none; color: var(--ls-ink); }
  .ls-card__field { position: relative; aspect-ratio: 1 / 1; background: var(--field); overflow: hidden; }
  .ls-card__img { width: 100%; height: 100%; object-fit: contain; padding: 12%; box-sizing: border-box; }
  @media (prefers-reduced-motion: no-preference) { .ls-card__img { transition: transform var(--ls-dur) var(--ls-ease); } .ls-card__link:hover .ls-card__img { transform: scale(1.03); } }
  .ls-card__name { font-family: var(--ls-font-display); font-size: 20px; margin: 1rem 0 0.35rem; }
  .ls-card__line { font-family: var(--ls-font-body); font-size: 14px; line-height: 1.5; color: var(--ls-ink-soft); margin: 0 0 1.25rem; }
  .ls-card__order { width: 100%; margin-top: auto; }
  .ls-card__form, .ls-card__form-el { display: block; margin-top: auto; }
  @media (max-width: 749px) {
    .ls-carousel__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 1rem; padding-bottom: 1rem; }
    .ls-card { flex: 0 0 78%; scroll-snap-align: start; }
  }
/* END_SECTION:carousel-creations */

/* START_SECTION:collection-hero-slideshow (INDEX:13) */
.chs { position: relative; width: 100%; height: var(--chs-h, 520px); overflow: hidden; background: rgba(var(--color-foreground), 0.03); }
  .chs__frame { position: absolute; inset: 0; }
  .chs__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
  .chs__slide.is-active { opacity: 1; }
  .chs__img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .chs--fit-contain .chs__img { object-fit: contain; }
  .chs__ph { position: absolute; inset: 0; }
  .chs__overlay { position: absolute; inset: 0; background: rgba(0,0,0, var(--ov, 0)); }
  .chs__content { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: rgb(var(--lux-ivory, 246, 242, 234)); }
  .chs__eyebrow { margin: 0 0 1.2rem; }
  .chs__heading { font-family: var(--font-heading-family); font-weight: 400; letter-spacing: 0.12em; font-size: clamp(2.2rem, 3vw, 3.2rem); line-height: 1.2; margin: 0; }
  @media (prefers-reduced-motion: reduce) { .chs__slide { transition: none; } }
/* END_SECTION:collection-hero-slideshow */

/* START_SECTION:collection-maison (INDEX:15) */
.ls-coll__head { text-align: center; max-width: 40rem; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 3rem); }
  .ls-coll__sub { font-family: var(--ls-font-body); font-size: 16px; line-height: 1.7; color: var(--ls-ink-soft); margin-top: 1rem; }
  .ls-coll__panel { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: min(70vh, 640px); }
  .ls-coll__panel--img-right .ls-coll__field { order: 2; }
  .ls-coll__field { position: relative; background: var(--field); display: grid; place-items: center; overflow: hidden; }
  .ls-coll__img { width: 100%; height: 100%; object-fit: contain; padding: 8% 10%; box-sizing: border-box; }
  .ls-coll__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
  .ls-coll__name { margin: 0.5rem 0 1rem; }
  .ls-coll__line { font-family: var(--ls-font-body); font-size: 16px; line-height: 1.7; color: var(--ls-ink-soft); max-width: 38ch; margin: 0 0 1.75rem; }
  .ls-coll__empty { text-align: center; padding: var(--ls-section-y); }
  @media (max-width: 860px) {
    .ls-coll__panel { grid-template-columns: 1fr; }
    .ls-coll__panel--img-right .ls-coll__field { order: -1; }
    .ls-coll__field { aspect-ratio: 4 / 3; }
  }
/* END_SECTION:collection-maison */

/* START_SECTION:collection-shop (INDEX:16) */
.coll-shop { padding: clamp(3rem, 6vw, 6rem) 0; }
  .coll-shop__head { text-align: center; max-width: 60rem; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
  /* Section header matches the front-page format: gold eyebrow (styled globally
     via [class*="__eyebrow"]) above a serif title at the homepage section size. */
  .coll-shop__eyebrow { text-align: center; margin: 0 0 1.4rem; }
  .coll-shop__title { font-family: var(--font-heading-family); font-weight: 400; letter-spacing: 0.12em; font-size: clamp(2.2rem, 2.6vw, 2.8rem); line-height: 1.25; margin: 0; color: rgb(var(--color-foreground)); }

  .coll-shop__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3.5vw, 3.5rem); }
  .coll-card { display: flex; flex-direction: column; }
  .coll-card__media { display: block; position: relative; aspect-ratio: 1 / 1; background: rgba(var(--color-foreground), 0.03); overflow: hidden; }
  .coll-card__img, .coll-card__ph { width: 100%; height: 100%; object-fit: contain; padding: 10%; box-sizing: border-box; }
  @media (prefers-reduced-motion: no-preference) {
    .coll-card__img { transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }
    .coll-card__media:hover .coll-card__img { transform: scale(1.04); }
  }
  .coll-card__body { text-align: center; padding-top: 1.6rem; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
  .coll-card__name-link { text-decoration: none; color: inherit; }
  .coll-card__name { font-family: var(--font-heading-family); font-weight: 400; letter-spacing: 0.01em; font-size: 1.9rem; line-height: 1.2; margin: 0; color: rgb(var(--color-foreground)); }
  .coll-card__price { font-family: var(--font-body-family); font-size: 1.5rem; color: rgb(var(--color-foreground)); opacity: 1; margin: 0; }
  .coll-card__form { margin: 0.6rem 0 0; }
  .coll-card__atc {
    display: inline-block; margin-top: 0.6rem; cursor: pointer;
    font-family: var(--font-body-family); font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.18em;
    padding: 1rem 2.2rem; border: 1px solid rgb(var(--color-foreground)); background: transparent; color: rgb(var(--color-foreground));
    border-radius: 0; text-decoration: none; transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  }
  .coll-card__atc:hover { background: rgb(var(--color-foreground)); color: rgb(var(--color-background)); }
  .coll-card__atc--out { opacity: 0.45; cursor: default; }
  .coll-card__atc--out:hover { background: transparent; color: rgb(var(--color-foreground)); }
  .coll-shop__empty { grid-column: 1 / -1; text-align: center; font-family: var(--font-body-family); opacity: 0.7; padding: 4rem 0; }

  @media (max-width: 749px) {
    .coll-shop__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.4rem; }
    .coll-card__name { font-size: 1.6rem; }
  }
/* END_SECTION:collection-shop */

/* START_SECTION:feature-gift (INDEX:21) */
.ls-gift__inner { position: relative; width: 100vw; margin-left: calc(50% - 50vw); min-height: min(80vh, 760px); display: grid; place-items: center; background: var(--field); overflow: hidden; }
  .ls-gift__media, .ls-gift__img, .ls-gift__todo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .ls-gift__media::after { content: ""; position: absolute; inset: 0; background: rgba(20,16,14,0.35); }
  .ls-gift__overlay { position: relative; z-index: 1; text-align: center; color: var(--ls-ground); padding: 2rem; max-width: 40rem; }
  .ls-gift__eyebrow, .ls-gift__head, .ls-gift__text { color: var(--ls-ground); }
  .ls-gift__head { margin: 0.75rem 0; }
  .ls-gift__text { font-family: var(--ls-font-body); font-size: 16px; line-height: 1.7; margin: 0 auto 1.75rem; max-width: 46ch; }
  .ls-gift__cta { border-color: var(--ls-ground); color: var(--ls-ground); }
  .ls-gift__cta:hover { background: var(--ls-ground); color: var(--ls-ink); }
  .ls-gift__todo-note { margin-top: 1rem; font-family: var(--ls-font-body); font-size: 11px; color: #ffd9a3; }
/* END_SECTION:feature-gift */

/* START_SECTION:footer-nav (INDEX:25) */
.ls-footer-nav {
    display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
    gap: clamp(2rem, 5vw, 4.5rem);
    padding: 3.2rem 2rem;
    border-top: 1px solid rgba(var(--color-foreground), 0.12);
  }
  .ls-footer-nav__link {
    color: rgb(var(--color-foreground));
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .ls-footer-nav__link:hover { color: var(--ls-gold, #a8894f); }
/* END_SECTION:footer-nav */

/* START_SECTION:footer-services (INDEX:26) */
.footer-services {
    padding: 6rem 0;
    background-color: rgb(var(--nb-white, 255, 255, 255));
    color: rgb(var(--nb-black, 0, 0, 0));
  }

  .footer-services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .footer-services__grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 3rem;
    }
  }

  .footer-services__icon img {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
    margin: 0 auto 1.6rem;
  }

  .footer-services__label {
    margin: 0 0 0.8rem;
  }

  .footer-services__text {
    margin: 0 0 1.6rem;
    font-family: var(--font-body-family);
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: var(--nb-tracking-body, 0.028rem);
  }

  .footer-services__cta {
    color: rgb(var(--nb-black, 0, 0, 0));
  }
/* END_SECTION:footer-services */

/* START_SECTION:header-maison (INDEX:28) */
.ls-header { position: sticky; top: 0; z-index: 40; background: var(--ls-ground-alt); transition: transform var(--ls-dur) var(--ls-ease); }
  .ls-header[data-hidden] { transform: translateY(-100%); }
  .ls-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ls-rule); opacity: 0; transition: opacity var(--ls-dur) var(--ls-ease); }
  .ls-header[data-scrolled]::after { opacity: 1; }

  /* Homepage: transparent header overlaying the hero, fading to solid white on
     scroll (Pierre Hermé style). Scoped to the index template only. */
  .ls-header--overlay {
    position: fixed; left: 0; right: 0; top: 0;
    background: transparent;
    transition: transform var(--ls-dur) var(--ls-ease), background-color var(--ls-dur) var(--ls-ease);
  }
  /* Subtle top scrim so light text stays legible over a bright hero (fades out when solid) */
  .ls-header--overlay::before {
    content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.30), rgba(0,0,0,0));
    transition: opacity var(--ls-dur) var(--ls-ease);
  }
  .ls-header--overlay .ls-header__utility { background: transparent; border-bottom-color: transparent; transition: background-color var(--ls-dur) var(--ls-ease), border-color var(--ls-dur) var(--ls-ease); }
  .ls-header--overlay .ls-header__util-link,
  .ls-header--overlay .ls-header__nav-link,
  .ls-header--overlay .ls-header__wordmark { color: var(--ls-ground); transition: color var(--ls-dur) var(--ls-ease); }
  .ls-header--overlay .ls-header__burger span { background: var(--ls-ground); }

  /* Solid state: scrolled past the hero, OR the mobile menu is open */
  .ls-header--overlay[data-scrolled],
  .ls-header--overlay[data-menu-open] { background: var(--ls-ground-alt); }
  .ls-header--overlay[data-scrolled]::before,
  .ls-header--overlay[data-menu-open]::before { opacity: 0; }
  .ls-header--overlay[data-scrolled] .ls-header__utility,
  .ls-header--overlay[data-menu-open] .ls-header__utility { background: var(--ls-ground-alt); border-bottom-color: var(--ls-rule); }
  .ls-header--overlay[data-scrolled] .ls-header__util-link,
  .ls-header--overlay[data-scrolled] .ls-header__nav-link,
  .ls-header--overlay[data-scrolled] .ls-header__wordmark,
  .ls-header--overlay[data-menu-open] .ls-header__util-link,
  .ls-header--overlay[data-menu-open] .ls-header__nav-link,
  .ls-header--overlay[data-menu-open] .ls-header__wordmark { color: var(--ls-ink); }
  .ls-header--overlay[data-scrolled] .ls-header__burger span,
  .ls-header--overlay[data-menu-open] .ls-header__burger span { background: var(--ls-ink); }
  .ls-header__mobile { background: var(--ls-ground); }

  .ls-header__utility { background: var(--ls-ground-alt); border-bottom: 1px solid var(--ls-rule); }
  .ls-header__utility-inner { max-width: 1400px; margin-inline: auto; height: 34px; padding-inline: clamp(1rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; }
  .ls-header__util-nav, .ls-header__util-right { display: flex; gap: 1.75rem; align-items: center; }
  .ls-header__util-link { color: var(--ls-ink); text-decoration: none; }
  .ls-header__util-link:hover { color: var(--ls-gold); }

  .ls-header__main-inner { max-width: 1400px; margin-inline: auto; padding: 1.25rem clamp(1rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; row-gap: 1rem; }
  .ls-header__wordmark { grid-column: 2; font-family: var(--ls-font-display); font-size: clamp(24px, 3vw, 34px); font-weight: 400; letter-spacing: 0.04em; color: var(--ls-ink); text-decoration: none; text-align: center; white-space: nowrap; }
  .ls-header__nav { grid-column: 2; grid-row: 2; display: flex; gap: clamp(1.5rem, 3vw, 3rem); justify-content: center; }
  .ls-header__nav-link { color: var(--ls-ink); text-decoration: none; }
  .ls-header__nav-link:hover { color: var(--ls-gold); }

  /* The Collection dropdown */
  .ls-header__nav-item { position: relative; display: inline-flex; }
  .ls-header__nav-link--has-menu { display: inline-flex; align-items: center; }
  .ls-header__nav-link--has-menu::after { content: ""; width: 0.4em; height: 0.4em; margin-left: 0.55em; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-1px); }
  .ls-header__dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px); min-width: 250px; background: #ffffff; border: 1px solid var(--ls-rule); list-style: none; margin: 0; padding: 0.6rem 0; opacity: 0; visibility: hidden; transition: opacity var(--ls-dur) var(--ls-ease), transform var(--ls-dur) var(--ls-ease); z-index: 50; }
  .ls-header__nav-item:hover .ls-header__dropdown,
  .ls-header__nav-item:focus-within .ls-header__dropdown,
  .ls-header__nav-item[data-open] .ls-header__dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .ls-header__dropdown-link,
  .ls-header--overlay .ls-header__dropdown-link { display: block; padding: 0.6rem 1.6rem; font-family: var(--ls-font-body); font-size: 13px; letter-spacing: 0.02em; color: #111111; text-decoration: none; white-space: nowrap; }
  .ls-header__dropdown-link:hover { color: var(--ls-gold); background: rgba(17, 17, 17, 0.05); }
  .ls-header__mobile-link--sub { padding-left: 1.6rem; font-size: 1.25rem; opacity: 0.8; }

  .ls-header__burger { grid-column: 1; display: none; flex-direction: column; gap: 5px; width: 2.25rem; height: 2.25rem; background: none; border: 0; padding: 0; cursor: pointer; }
  .ls-header__burger span { display: block; width: 22px; height: 1px; background: var(--ls-ink); transition: transform var(--ls-dur) var(--ls-ease), opacity var(--ls-dur) var(--ls-ease); }
  .ls-header[data-menu-open] .ls-header__burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .ls-header[data-menu-open] .ls-header__burger span:nth-child(2) { opacity: 0; }
  .ls-header[data-menu-open] .ls-header__burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .ls-header__mobile { display: none; flex-direction: column; gap: 0.25rem; padding: 1rem clamp(1rem, 4vw, 3rem) 2rem; border-top: 1px solid var(--ls-rule); }
  .ls-header__mobile[hidden] { display: none; }
  .ls-header__mobile-link { font-family: var(--ls-font-display); font-size: 1.6rem; color: var(--ls-ink); text-decoration: none; padding-block: 0.6rem; }
  .ls-header__mobile-link--util { font-family: var(--ls-font-body); font-size: var(--ls-label); text-transform: uppercase; letter-spacing: var(--ls-label-track); }

  @media (max-width: 860px) {
    .ls-header__nav { display: none; }
    .ls-header__burger { display: flex; }
    .ls-header__main-inner { grid-template-columns: auto 1fr auto; }
    .ls-header__wordmark { grid-column: 2; text-align: center; }
    .ls-header[data-menu-open] .ls-header__mobile { display: flex; }
  }
/* END_SECTION:header-maison */

/* START_SECTION:hero-cinematic (INDEX:30) */
/* Full-bleed, no borders, no padding, no section margin. */
  .section--hero-cinematic {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .hero-cinematic {
    position: relative;
    width: 100%;
    /* Full viewport height; svh corrects for mobile browser chrome. */
    height: 100vh;
    height: 100svh;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    isolation: isolate;
  }

  .hero-cinematic__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: rgb(var(--lux-charcoal, 251, 246, 240));
  }

  /* object-fit: cover full-bleed video. width/height overrides beat the
     intrinsic attributes video_tag adds to the <video>. */
  .hero-cinematic__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-cinematic__video--placeholder svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Dark gradient: transparent at top → darker at the bottom.
     pointer-events: none so it never blocks the video. */
  .hero-cinematic__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(17, 17, 17, 0) 0%,
      rgba(17, 17, 17, 0.15) 45%,
      rgba(17, 17, 17, 0.55) 100%
    );
  }

  /* Centered horizontally + vertically. */
  .hero-cinematic__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2rem;
    color: rgb(var(--lux-ivory, 67, 64, 59));
    /* Scroll-fade transition (smooth, within 0.3–0.6s). */
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: opacity, transform;
  }

  /* Applied by JS after scrolling past 80px. */
  .hero-cinematic__content.is-faded {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
  }

  .hero-cinematic__heading {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.2em;
    line-height: 1.1;
    font-size: clamp(3rem, 6vw, 6.4rem);
    color: rgb(var(--lux-ivory, 67, 64, 59));
  }

  .hero-cinematic__subheading {
    margin: 2.4rem 0 0;
    font-family: var(--font-body-family);
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.32em;
    line-height: 1.6;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    color: rgba(var(--lux-ivory, 67, 64, 59), 0.85);
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-cinematic__content {
      transition: none;
    }
  }
/* END_SECTION:hero-cinematic */

/* START_SECTION:hero-editorial (INDEX:31) */
.hero-editorial {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
  }

  /* Cinematic heights. svh keeps the true viewport on mobile browsers. */
  .hero-editorial--full {
    min-height: 100svh;
  }

  .hero-editorial--tall {
    min-height: 85svh;
  }

  .hero-editorial--large {
    min-height: 72rem;
  }

  .hero-editorial__media,
  .hero-editorial__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .hero-editorial__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Art-directed responsive images */
  .hero-editorial__image--mobile {
    display: block;
  }

  .hero-editorial__image--desktop {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .hero-editorial__image--mobile {
      display: none;
    }

    .hero-editorial__image--desktop {
      display: block;
    }
  }

  /* Warm charcoal wash for legibility + cinematic depth. */
  .hero-editorial__overlay {
    background: linear-gradient(
      to bottom,
      rgba(17, 17, 17, calc(var(--hero-overlay) * 0.55)) 0%,
      rgba(17, 17, 17, calc(var(--hero-overlay) * 0.35)) 45%,
      rgba(17, 17, 17, var(--hero-overlay)) 100%
    );
  }

  .hero-editorial__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: rgb(var(--lux-ivory, 67, 64, 59));
  }

  /* Vertical placement */
  .hero-editorial--align-center .hero-editorial__content {
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .hero-editorial--align-bottom .hero-editorial__content {
    justify-content: flex-end;
    text-align: center;
    align-items: center;
  }

  .hero-editorial--align-bottom-left .hero-editorial__content {
    justify-content: flex-end;
    text-align: left;
    align-items: flex-start;
  }

  .hero-editorial__eyebrow {
    margin: 0 0 2.4rem;
    font-size: 1.2rem;
    color: rgba(var(--lux-ivory, 67, 64, 59), 0.82);
  }

  .hero-editorial__brand {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    /* Large, restrained, cinematic. */
    font-size: clamp(4.8rem, 11vw, 12rem);
    color: rgb(var(--lux-ivory, 67, 64, 59));
  }

  .hero-editorial__tagline {
    margin: 3rem 0 0;
    max-width: 46rem;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: rgba(var(--lux-ivory, 67, 64, 59), 0.85);
  }

  .hero-editorial--align-bottom-left .hero-editorial__tagline {
    margin-left: 0;
  }

  .hero-editorial__cta {
    margin-top: 4rem;
    align-self: inherit;
    color: rgb(var(--lux-ivory, 67, 64, 59));
    font-family: var(--font-body-family);
    font-size: 1.25rem;
    letter-spacing: 0.14em;
    text-transform: none;
    text-decoration: none;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(var(--lux-ivory, 67, 64, 59), 0.5);
    transition: border-color 0.3s ease, opacity 0.3s ease;
  }

  .hero-editorial__cta:hover {
    border-color: rgb(var(--lux-ivory, 67, 64, 59));
  }

  /* Quiet scroll cue */
  .hero-editorial__scroll {
    position: absolute;
    bottom: 3.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .hero-editorial__scroll-line {
    display: block;
    width: 1px;
    height: 5.6rem;
    background: linear-gradient(
      to bottom,
      rgba(var(--lux-ivory, 67, 64, 59), 0) 0%,
      rgba(var(--lux-ivory, 67, 64, 59), 0.7) 100%
    );
    animation: hero-scroll-cue 2.4s ease-in-out infinite;
    transform-origin: top;
  }

  @keyframes hero-scroll-cue {
    0%,
    100% {
      transform: scaleY(0.4);
      opacity: 0.4;
    }
    50% {
      transform: scaleY(1);
      opacity: 1;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-editorial__scroll-line {
      animation: none;
    }
  }
/* END_SECTION:hero-editorial */

/* START_SECTION:hero-film (INDEX:32) */
.ls-hero-film { position: relative; width: 100vw; margin-left: calc(50% - 50vw); height: min(88vh, 860px); overflow: hidden; background: var(--ls-field-brownie); }
  .ls-hero-film__media, .ls-hero-film__media > * { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .ls-hero-film__todo { position: absolute; inset: 0; aspect-ratio: auto; }
  .ls-hero-film__img--rm { display: none; }
  .ls-hero-film__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,14,0) 55%, rgba(20,16,14,0.55) 100%); }
  .ls-hero-film__overlay { position: absolute; left: clamp(1rem, 4vw, 3rem); bottom: clamp(1.5rem, 5vw, 3rem); z-index: 1; color: var(--ls-ground); }
  .ls-hero-film__eyebrow { color: var(--ls-ground); margin: 0 0 1rem; }
  .ls-hero-film__link { color: var(--ls-ground); }
  .ls-hero-film__link::after { background: var(--ls-gold-bright); }
  @media (prefers-reduced-motion: reduce) {
    .ls-hero-film__video { display: none; }
    .ls-hero-film__img--rm { display: block; }
  }
/* END_SECTION:hero-film */

/* START_SECTION:hero-video-banner (INDEX:33) */
.hero-video-banner {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--ls-cream, #FBF6F0);
    line-height: 0;
  }

  /* Natural aspect ratio — the whole frame shows, nothing cropped. */
  .hero-video-banner--auto .hero-video-banner__media {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Fixed-height banner — fills the band, cover-cropped. */
  .hero-video-banner--medium,
  .hero-video-banner--tall {
    line-height: normal;
  }

  .hero-video-banner--medium .hero-video-banner__media,
  .hero-video-banner--tall .hero-video-banner__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; /* keep the top of the frame (bottle head) when cropping */
    display: block;
  }

  .hero-video-banner--medium {
    height: 60vh;
  }

  .hero-video-banner--tall {
    height: 82vh;
  }

  @media screen and (max-width: 749px) {
    .hero-video-banner--medium {
      height: 46vh;
    }
    .hero-video-banner--tall {
      height: 60vh;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-video-banner__media[autoplay] {
      display: block;
    }
  }
/* END_SECTION:hero-video-banner */

/* START_SECTION:hero-video (INDEX:34) */
.hero-video {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
  }

  /* Cinematic heights — svh tracks the true mobile viewport. */
  .hero-video--full {
    min-height: 100svh;
  }

  .hero-video--tall {
    min-height: 85svh;
  }

  .hero-video--large {
    min-height: 72rem;
  }

  .hero-video--medium {
    min-height: 56rem;
  }

  .hero-video__media-wrap,
  .hero-video__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  /* Warm backdrop prevents a white flash before the first frame paints. */
  .hero-video__media-wrap {
    background-color: rgb(var(--lux-charcoal, 42, 39, 36));
  }

  /* Full-bleed cover. The width/height overrides beat the intrinsic
     width/height attributes that video_tag adds to the <video>. */
  .hero-video__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    /* Fill the hero anchored to the top, with a small zoom so a bit more
       is trimmed off the bottom (top of the frame kept). */
    object-fit: cover;
    object-position: center top;
    transform: scale(1.08);
    transform-origin: center top;
    display: block;
  }

  /* Warm charcoal wash for legibility + depth. */
  .hero-video__overlay {
    background: linear-gradient(
      to bottom,
      rgba(17, 17, 17, calc(var(--hero-overlay) * 0.55)) 0%,
      rgba(17, 17, 17, calc(var(--hero-overlay) * 0.35)) 45%,
      rgba(17, 17, 17, var(--hero-overlay)) 100%
    );
  }

  .hero-video__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: rgb(var(--lux-ivory, 246, 242, 234));
  }

  .hero-video--align-center .hero-video__content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero-video--align-bottom .hero-video__content {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding-bottom: 6.5rem;
  }

  .hero-video--align-bottom-left .hero-video__content {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }

  .hero-video__eyebrow {
    margin: 0 0 2.4rem;
    font-size: 1.2rem;
    color: rgba(var(--lux-ivory, 246, 242, 234), 0.82);
  }

  .hero-video__heading {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.08em;
    font-size: clamp(2.6rem, 4vw, 4rem);
    color: rgb(var(--lux-ivory, 246, 242, 234));
  }

  .hero-video__subheading {
    margin: 3rem 0 0;
    max-width: 46rem;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: rgba(var(--lux-ivory, 246, 242, 234), 0.85);
  }

  .hero-video--align-center .hero-video__subheading {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-video__cta {
    margin-top: 4rem;
    color: rgb(var(--lux-ivory, 246, 242, 234));
    font-family: var(--font-body-family);
    font-size: 1.25rem;
    letter-spacing: 0.14em;
    text-transform: none;
    text-decoration: none;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(var(--lux-ivory, 246, 242, 234), 0.5);
    transition: border-color 0.3s ease;
  }

  .hero-video__cta:hover {
    border-color: rgb(var(--lux-ivory, 246, 242, 234));
  }
/* END_SECTION:hero-video */

/* START_SECTION:newsletter-confessional (INDEX:59) */
.ls-nl__wrap { max-width: 640px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 3rem); text-align: center; }
  .ls-nl__head { margin-bottom: 2rem; }
  .ls-nl__benefits { list-style: none; margin: 0 0 2.5rem; padding: 0; display: flex; justify-content: center; gap: clamp(1.5rem, 4vw, 3rem); flex-wrap: wrap; }
  .ls-nl__benefit { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
  .ls-nl__icon svg { width: 26px; height: 26px; color: var(--ls-ink); }
  .ls-nl__benefit-line { font-family: var(--ls-font-body); font-size: 13px; color: var(--ls-ink-soft); }
  .ls-nl__form { display: flex; gap: 0; max-width: 30rem; margin-inline: auto; border: 1px solid var(--ls-ink); }
  .ls-nl__input { flex: 1; border: 0; padding: 0.9rem 1.1rem; font: inherit; font-size: 14px; color: var(--ls-ink); background: transparent; }
  .ls-nl__input:focus-visible { outline: none; }
  .ls-nl__submit { border: 0; border-left: 1px solid var(--ls-ink); }
  .ls-nl__ok { flex-basis: 100%; margin: 1rem 0 0; font-family: var(--ls-font-display); font-size: 18px; color: var(--ls-gold); }
/* END_SECTION:newsletter-confessional */

/* START_SECTION:product-editorial-band (INDEX:65) */
.product-editorial {
    padding: 7rem 0;
    background-color: rgb(var(--nb-white, 255, 255, 255));
    color: rgb(var(--nb-black, 0, 0, 0));
    text-align: center;
  }

  .product-editorial__eyebrow {
    margin: 0 0 4rem;
    font-family: var(--font-body-family);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: var(--nb-tracking-btn, 0.192rem);
  }

  .product-editorial__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    max-width: 90rem;
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .product-editorial__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 5rem;
    }
  }

  .product-editorial__mini {
    margin: 0 0 1.2rem;
    font-family: var(--font-body-family);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: var(--nb-tracking-btn, 0.192rem);
    color: rgb(var(--nb-black, 0, 0, 0));
  }

  .product-editorial__desc {
    margin: 0;
    font-family: var(--font-body-family);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7143;
    letter-spacing: var(--nb-tracking-body, 0.028rem);
    color: rgb(var(--nb-black, 0, 0, 0));
  }
/* END_SECTION:product-editorial-band */

/* START_SECTION:product-hero-image (INDEX:66) */
.product-hero-img { position: relative; display: flex; width: 100%; overflow: hidden; isolation: isolate; }
  .product-hero-img--full { min-height: 100svh; }
  .product-hero-img--large { min-height: 72rem; }
  .product-hero-img--medium { min-height: 56rem; }
  .product-hero-img--small { min-height: 42rem; }
  .product-hero-img__media, .product-hero-img__overlay { position: absolute; inset: 0; z-index: -1; }
  .product-hero-img__media { background-color: rgb(var(--lux-charcoal, 42, 39, 36)); }
  .product-hero-img__img, .product-hero-img__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; display: block; }
  .product-hero-img__overlay { background: linear-gradient(to bottom, rgba(17,17,17,calc(var(--hero-overlay)*0.5)) 0%, rgba(17,17,17,var(--hero-overlay)) 100%); }
  .product-hero-img__content { position: relative; z-index: 1; display: flex; flex-direction: column; width: 100%; padding: 12rem 0; color: rgb(var(--lux-ivory, 246, 242, 234)); }
  .product-hero-img--align-center { justify-content: center; align-items: center; text-align: center; }
  .product-hero-img--align-bottom { justify-content: flex-end; align-items: center; text-align: center; }
  .product-hero-img--align-bottom-left { justify-content: flex-end; align-items: flex-start; text-align: left; }
  .product-hero-img__heading { margin: 0; font-family: var(--font-heading-family); font-weight: 400; line-height: 1.05; letter-spacing: 0.08em; font-size: clamp(2.6rem, 4vw, 4rem); }
  .product-hero-img__cta { margin-top: 3rem; color: inherit; font-size: 1.25rem; letter-spacing: 0.14em; text-decoration: none; padding-bottom: 0.6rem; border-bottom: 1px solid currentColor; }
/* END_SECTION:product-hero-image */

/* START_SECTION:product-hero-media (INDEX:67) */
.phm { position: relative; display: flex; width: 100%; overflow: hidden; isolation: isolate; }
  .phm--full { min-height: 100svh; }
  .phm--large { min-height: 72rem; }
  .phm--medium { min-height: 56rem; }
  .phm--small { min-height: 42rem; }
  .phm__media, .phm__overlay { position: absolute; inset: 0; z-index: -1; }
  .phm__media { background-color: rgb(var(--lux-charcoal, 42, 39, 36)); }
  .phm__video, .phm__img, .phm__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; display: block; }
  .phm__overlay { background: linear-gradient(to bottom, rgba(17,17,17,calc(var(--hero-overlay)*0.5)) 0%, rgba(17,17,17,var(--hero-overlay)) 100%); }
  .phm__content { position: relative; z-index: 1; display: flex; flex-direction: column; width: 100%; padding: 12rem 0; color: rgb(var(--lux-ivory, 246, 242, 234)); }
  .phm--align-center { justify-content: center; align-items: center; text-align: center; }
  .phm--align-bottom { justify-content: flex-end; align-items: center; text-align: center; }
  .phm--align-bottom-left { justify-content: flex-end; align-items: flex-start; text-align: left; }
  .phm__heading { margin: 0; font-family: var(--font-heading-family); font-weight: 400; line-height: 1.05; letter-spacing: 0.08em; font-size: clamp(2.6rem, 4vw, 4rem); }
  .phm__cta { margin-top: 3rem; color: inherit; font-size: 1.25rem; letter-spacing: 0.14em; text-decoration: none; padding-bottom: 0.6rem; border-bottom: 1px solid currentColor; }
/* END_SECTION:product-hero-media */

/* START_SECTION:product-story (INDEX:69) */
.product-story {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 0 !important;
    background: rgb(var(--nb-black, 0, 0, 0));
    color: rgb(var(--nb-white, 255, 255, 255));
  }

  @media screen and (min-width: 750px) {
    .product-story {
      grid-template-columns: 1fr 1fr;
    }
    /* text_first puts the copy on the left, image on the right */
    .product-story--text_first .product-story__media {
      order: 2;
    }
  }

  .product-story__media {
    overflow: hidden;
    min-height: 42vh;
  }

  .product-story__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .product-story__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(4rem, 7vw, 8rem) 2rem;
  }

  .product-story__inner {
    max-width: 46rem;
    text-align: center;
  }

  .product-story__eyebrow {
    margin: 0 0 1.2rem;
    color: rgb(var(--nb-accent, 184, 149, 106));
  }

  .product-story__heading {
    font-family: var(--font-heading-family);
    font-weight: 500;
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin: 0 0 1.6rem;
  }

  .product-story__body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: rgba(var(--nb-white, 255, 255, 255), 0.85);
  }

  .product-story__cta {
    margin-top: 2rem;
    color: rgb(var(--nb-white, 255, 255, 255));
  }
/* END_SECTION:product-story */

/* START_SECTION:product-tasting-notes (INDEX:70) */
.tasting-notes {
    text-align: center;
    color: rgb(var(--nb-white, 255, 255, 255));
  }

  .tasting-notes__eyebrow {
    margin: 0 0 1rem;
    color: rgb(var(--nb-accent, 184, 149, 106));
  }

  .tasting-notes__heading {
    font-family: var(--font-heading-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: 0.02em;
    margin: 0 0 3.5rem;
  }

  .tasting-notes__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 100rem;
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .tasting-notes__grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 3.5rem;
    }
  }

  .tasting-notes__item {
    padding: 0 1rem;
  }

  .tasting-notes__item + .tasting-notes__item {
    border-top: 1px solid rgba(var(--nb-white, 255, 255, 255), 0.14);
    padding-top: 3rem;
  }

  @media screen and (min-width: 750px) {
    .tasting-notes__item + .tasting-notes__item {
      border-top: 0;
      border-left: 1px solid rgba(var(--nb-white, 255, 255, 255), 0.14);
      padding-top: 0;
    }
  }

  .tasting-notes__label {
    font-family: var(--font-body-family);
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.22em;
    color: rgb(var(--nb-accent, 184, 149, 106));
    margin: 0 0 1.2rem;
  }

  .tasting-notes__text {
    font-family: var(--font-body-family);
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: rgba(var(--nb-white, 255, 255, 255), 0.9);
    margin: 0;
  }
/* END_SECTION:product-tasting-notes */

/* START_SECTION:product-text-blurb (INDEX:71) */
.product-blurb { padding: 5rem 0; }
  .product-blurb__inner { max-width: 68rem; margin-inline: auto; text-align: center; }
  .product-blurb__eyebrow { text-transform: uppercase; letter-spacing: 0.22em; font-size: 1.3rem; opacity: 0.9; margin: 0 0 1.4rem; }
  .product-blurb__heading { font-family: var(--font-heading-family); font-weight: 400; text-transform: none; letter-spacing: 0.02em; font-size: clamp(2.8rem, 4vw, 4rem); line-height: 1.15; margin: 0 0 2rem; }
  /* Solid charcoal (front-page description colour); body size matches the Serve page (1.5rem). */
  .product-blurb__text { font-size: 1.5rem; line-height: 1.6; color: var(--ls-charcoal); opacity: 1; }
  .product-blurb__text p { margin: 0 0 1.4rem; }
  .product-blurb__text p:last-child { margin-bottom: 0; }
/* END_SECTION:product-text-blurb */

/* START_SECTION:product-video-strip (INDEX:72) */
/* Capped at the video's native 1280px so it never upscales (stays sharp);
     full-width up to 1280, centered with small margins on wider screens. */
  .pvstrip { position: relative; width: 100%; max-width: 1280px; margin-inline: auto; height: var(--strip-h, 180px); overflow: hidden; background: rgba(var(--color-foreground), 0.05); }
  .pvstrip__video, .pvstrip__img, .pvstrip__ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .pvstrip__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, var(--ov, 0)); }
/* END_SECTION:product-video-strip */

/* START_SECTION:serve-cocktails (INDEX:77) */
.serve { padding: clamp(3rem, 6vw, 6rem) 0; scroll-margin-top: 120px; }
  .serve__head { text-align: center; max-width: 62rem; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
  .serve__eyebrow { font-family: var(--font-body-family); font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.24em; font-weight: 500; color: rgb(168, 137, 79); margin: 0 0 1.3rem; }
  .serve__title { font-family: var(--font-heading-family); font-weight: 400; letter-spacing: 0.12em; font-size: 2.8rem; line-height: 1.25; color: rgb(var(--color-foreground)); margin: 0; }
  .serve__intro { font-family: var(--font-body-family); font-size: 1.5rem; line-height: 1.6; letter-spacing: 0.02em; color: rgb(var(--color-foreground)); opacity: 0.85; margin: 1.6rem auto 0; max-width: 48ch; }

  .serve__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3.5vw, 3.5rem); }
  .serve-card { display: flex; flex-direction: column; }
  .serve-card__media { position: relative; aspect-ratio: 1 / 1; background: rgba(var(--color-foreground), 0.03); overflow: hidden; display: block; width: 100%; }
  .serve-card__media--btn { border: 0; padding: 0; cursor: pointer; }
  .serve-card__img, .serve-card__ph { width: 100%; height: 100%; object-fit: cover; }
  .serve-card__ph { position: absolute; inset: 0; }
  @media (prefers-reduced-motion: no-preference) {
    .serve-card__img { transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }
    .serve-card__media--btn:hover .serve-card__img { transform: scale(1.04); }
  }
  .serve-card__cue { position: absolute; left: 50%; bottom: 1.2rem; transform: translateX(-50%); font-family: var(--font-body-family); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.18em; background: rgba(0,0,0,0.6); color: #fff; padding: 0.6rem 1.2rem; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
  .serve-card__media--btn:hover .serve-card__cue, .serve-card__media--btn:focus-visible .serve-card__cue { opacity: 1; }
  .serve-card__body { text-align: center; padding-top: 1.6rem; }
  .serve-card__name { font-family: var(--font-heading-family); font-weight: 400; font-size: 1.8rem; letter-spacing: 0.08em; line-height: 1.25; color: rgb(var(--color-foreground)); margin: 0 0 0.6rem; }
  .serve-card__desc { font-family: var(--font-body-family); font-size: 1.5rem; line-height: 1.55; letter-spacing: 0.02em; color: rgb(var(--color-foreground)); opacity: 0.85; margin: 0; }

  /* Recipe popup */
  .serve-modal[hidden] { display: none; }
  .serve-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 2rem; }
  .serve-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.62); }
  .serve-modal__panel { position: relative; z-index: 1; background: rgb(var(--color-background)); color: rgb(var(--color-foreground)); max-width: 52rem; width: 100%; max-height: 85vh; overflow: auto; padding: clamp(2.4rem, 4vw, 4rem); }
  .serve-modal__close { position: absolute; top: 0.8rem; right: 1.4rem; background: none; border: 0; font-size: 2.8rem; line-height: 1; cursor: pointer; color: inherit; }
  .serve-modal__title { font-family: var(--font-heading-family); font-weight: 400; font-size: 2.4rem; letter-spacing: 0.08em; color: rgb(var(--color-foreground)); margin: 0 0 1.6rem; }
  .serve-modal__recipe { font-family: var(--font-body-family); font-size: 1.5rem; line-height: 1.75; letter-spacing: 0.02em; color: rgb(var(--color-foreground)); text-align: left; }
  .serve-modal__recipe p { margin: 0 0 0.8rem; }
  .serve-modal__recipe strong { font-weight: 500; text-transform: uppercase; letter-spacing: 0.18em; font-size: 1.05rem; color: rgb(168, 137, 79); }
  .serve-modal__recipe ul, .serve-modal__recipe ol { margin: 0 0 1.8rem; padding-left: 1.6em; }
  .serve-modal__recipe li { margin: 0 0 0.55rem; padding-left: 0.2em; }

  @media (max-width: 749px) {
    .serve__grid { grid-template-columns: 1fr; max-width: 34rem; margin-inline: auto; gap: 2.5rem; }
  }
/* END_SECTION:serve-cocktails */

/* START_SECTION:serve-hero-banner (INDEX:78) */
.shb { position: relative; width: 100%; height: var(--shb-h, 480px); overflow: hidden; display: grid; align-items: center; background: rgba(var(--color-foreground), 0.04); }
  .shb__media, .shb__video, .shb__img, .shb__ph, .shb__overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .shb__ph { position: absolute; }
  .shb__overlay { background: rgba(0,0,0, var(--ov, 0)); }
  .shb__content { position: relative; z-index: 1; width: 100%; color: rgb(var(--lux-ivory, 246, 242, 234)); padding-block: 4rem; }
  .shb--center { text-align: center; }
  .shb--left { text-align: left; }
  .shb--bottom { text-align: center; align-self: end; padding-bottom: 10.5rem; }
  .shb--bottom-left { text-align: left; align-self: end; }
  .shb__eyebrow { font-family: var(--font-body-family); font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.24em; font-weight: 500; opacity: 0.9; margin: 0 0 1.2rem; }
  .shb__heading { font-family: var(--font-heading-family); font-weight: 400; letter-spacing: 0.12em; font-size: 2.8rem; line-height: 1.25; margin: 0; }
  .shb__text { font-family: var(--font-body-family); font-size: 1.5rem; line-height: 1.6; margin: 1.4rem 0 0; }
  .shb__cta { display: inline-block; margin-top: 2rem; font-family: var(--font-body-family); font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.18em; color: inherit; border-bottom: 1px solid currentColor; padding-bottom: 0.4rem; text-decoration: none; }
/* END_SECTION:serve-hero-banner */

/* START_SECTION:service-bar-maison (INDEX:79) */
.ls-service { border-top: 1px solid var(--ls-rule); border-bottom: 1px solid var(--ls-rule); }
  .ls-service__grid { max-width: 1400px; margin-inline: auto; padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem); display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
  .ls-service__icon svg { width: 30px; height: 30px; color: var(--ls-ink); margin-inline: auto; }
  .ls-service__label { margin: 1rem 0 0.4rem; }
  .ls-service__line { font-family: var(--ls-font-body); font-size: 13px; line-height: 1.5; color: var(--ls-ink-soft); margin: 0; max-width: 22ch; margin-inline: auto; }
  @media (max-width: 749px) { .ls-service__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; } }
/* END_SECTION:service-bar-maison */

/* START_SECTION:shop-by-category (INDEX:80) */
.shop-category__heading {
    font-family: var(--font-heading-family);
    text-align: center;
    font-size: clamp(2.6rem, 3.6vw, 3.8rem);
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 1.2rem;
  }
  .shop-category__description {
    font-family: var(--font-body-family);
    text-align: center;
    max-width: 54rem;
    margin: 0 auto 4.8rem;
    font-size: 1.5rem;
    line-height: 1.6;
    opacity: 0.72;
  }
  .shop-category__grid {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    gap: 3rem;
  }
  .shop-category__tile {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  /* plain square tile — no rounded corners */
  .shop-category__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--ls-sand, #F1EADF);
  }
  .shop-category__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }
  .shop-category__tile:hover .shop-category__img {
    transform: scale(1.04);
  }
  .shop-category__label {
    display: block;
    text-align: center;
    margin-top: 1.6rem;
    font-family: var(--font-body-family);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 1.15rem;
  }
  @media screen and (max-width: 749px) {
    .shop-category__grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
  }
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
/* END_SECTION:shop-by-category */

/* START_SECTION:split-video-text (INDEX:82) */
.split-vt {
    padding: 8rem 0;
  }
  .split-vt__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 6rem;
  }
  .split-vt--media-right .split-vt__media { order: 2; }

  .split-vt__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--ls-sand, #F4E9DF);
  }
  .split-vt__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .split-vt__video--placeholder svg { width: 100%; height: 100%; object-fit: cover; }

  .split-vt__content {
    max-width: 44rem;
    margin-inline: auto;
    text-align: center;
  }
  .split-vt--media-right .split-vt__content { order: 1; }

  .split-vt__eyebrow {
    text-transform: none;
    letter-spacing: 0.22em;
    font-size: 1.1rem;
    opacity: 0.7;
    margin: 0 0 1.6rem;
  }
  /* Heading serif (Fraunces) treatment for the split heading */
  .split-vt__heading {
    font-family: var(--font-heading-family);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: clamp(4rem, 5vw, 5.4rem);
    line-height: 1.15;
    margin: 0 0 2rem;
  }
  .split-vt__text {
    font-size: 1.5rem;    /* 15px — matching the Serve page / description body */
    line-height: 1.6;
    opacity: 0.85;
    margin: 0 0 2.6rem;
  }

  @media screen and (max-width: 749px) {
    .split-vt { padding: 5rem 0; }
    .split-vt__inner { grid-template-columns: 1fr; gap: 3rem; }
    .split-vt--media-right .split-vt__media,
    .split-vt--media-right .split-vt__content { order: 0; }
    .split-vt__content { max-width: none; }
  }
/* END_SECTION:split-video-text */

/* START_SECTION:story-editorial (INDEX:83) */
.ls-story__grid { max-width: 1400px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
  .ls-story--img-right .ls-story__media { order: 2; }
  .ls-story__img { width: 100%; height: auto; display: block; }
  .ls-story__todo { min-height: 460px; }
  .ls-story__head { margin-bottom: 1.5rem; }
  .ls-story__rte { font-family: var(--ls-font-body); font-size: 16px; line-height: 1.7; color: var(--ls-ink-soft); max-width: 52ch; }
  .ls-story__rte p + p { margin-top: 1.25rem; }
  /* Gold illuminated drop cap on the first paragraph */
  .ls-story__rte > p:first-of-type::first-letter {
    font-family: var(--ls-font-display); font-weight: 500;
    font-size: 3.4em; line-height: 0.8; float: left;
    padding: 0.05em 0.12em 0 0; color: var(--ls-gold);
  }
  @media (max-width: 860px) { .ls-story__grid { grid-template-columns: 1fr; } .ls-story__media { order: -1 !important; } }
/* END_SECTION:story-editorial */

/* START_SECTION:tiles-three (INDEX:87) */
.ls-tiles__wrap { max-width: 1400px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 3rem); }
  .ls-tiles__head { text-align: center; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
  .ls-tiles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
  .ls-tile { text-decoration: none; display: block; }
  .ls-tile__field { position: relative; aspect-ratio: 1 / 1; background: var(--field); overflow: hidden; }
  .ls-tile__img { width: 100%; height: 100%; object-fit: contain; padding: 12%; box-sizing: border-box; }
  @media (prefers-reduced-motion: no-preference) {
    .ls-tile__img { transition: transform var(--ls-dur) var(--ls-ease); }
    .ls-tile:hover .ls-tile__img { transform: scale(1.03); }
  }
  .ls-tile__name { text-align: center; margin: 1rem 0 0; color: var(--ls-ink); }
  @media (max-width: 749px) { .ls-tiles__grid { grid-template-columns: 1fr; max-width: 24rem; margin-inline: auto; } }
/* END_SECTION:tiles-three */