/*
 * La Galleria Gran Caffè — production layer
 * Loaded after the original art-direction stylesheet.
 */

:root {
  --lgc-ice: #f3f3f3;
  --lgc-gold: #c5a048;
  --lgc-charcoal: #2d2926;
  --lgc-ink: #171514;
  --lgc-muted: #6e6861;
  --lgc-line: rgba(45, 41, 38, 0.2);
  --lgc-soft-gold: rgba(197, 160, 72, 0.14);
  --lgc-commerce-max: 1440px;
  --lgc-radius: 0;
  --lgc-focus: 0 0 0 3px rgba(197, 160, 72, 0.42);
}

/* No announcement bar: header sits flush at the very top of the viewport. */
.lgc-header:not(.lgc-header--commerce-flow):not(.is-sticky) {
  top: 0;
  min-height: var(--lgc-header-h);
}
.lgc-header:not(.lgc-header--commerce-flow) .lgc-brand {
  width: clamp(158px, 11vw, 184px);
}
.lgc-header:not(.lgc-header--commerce-flow) .lgc-brand__logo {
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}
.lgc-hero {
  height: 100svh;
}

/* Hero headline: a large brand statement plus a smaller payoff line, instead of one
   long sentence forced across three equal-size rows (which wrapped to 4 lines on
   desktop). Sizes are calibrated against the rendered width of the actual copy so
   neither line can wrap or get clipped by the [data-lgc-reveal] overflow wrapper. */
.lgc-hero__line--brand,
.lgc-hero__line--payoff {
  white-space: nowrap;
}
.lgc-hero__line--brand { font-size: clamp(68px, 8vw, 148px); }
.lgc-hero__line--payoff { font-size: clamp(40px, 4.4vw, 80px); margin-top: 0.18em; }

@media (max-width: 600px) {
  .lgc-hero__line--brand { font-size: clamp(46px, 13.5vw, 64px); }
  .lgc-hero__line--payoff { font-size: clamp(26px, 7.8vw, 36px); }
}

/* Desktop copy blocks were capped far narrower than their columns, leaving each
   paragraph stranded in a wide gutter of empty space. Widen the reading measure to
   use the space the layout already grants it. */
.lgc-split__copy p:not(.lgc-kicker),
.lgc-patisserie__copy p:not(.lgc-kicker),
.lgc-gift__copy p:not(.lgc-kicker),
.lgc-location__copy > p:not(.lgc-kicker) {
  max-width: 480px;
}
.lgc-section-head > p {
  max-width: 420px;
}

/* Word-cascade heading reveal: JS wraps each word in a mask/inner span pair so the
   words can slide up individually instead of the whole line lifting as one block. */
.lgc-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
.lgc-word-inner {
  display: inline-block;
}

/* Tactile feedback layered on top of the existing hover color-swap: the arrow glyph
   leads the motion on hover, and buttons compress slightly on press. */
.lgc-button,
.lgc-text-link {
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.18s var(--lgc-ease);
}
.lgc-button span,
.lgc-text-link span {
  display: inline-block;
  transition: transform 0.35s var(--lgc-ease);
}
.lgc-button:hover span,
.lgc-text-link:hover span {
  transform: translate(3px, -3px);
}
/* On pointer/hover devices JS drives the press feedback together with the magnetic
   pull (same transform, one owner). Touch devices get this instead. */
@media (hover: none) {
  .lgc-button:active,
  .lgc-text-link:active {
    transform: scale(0.97);
  }
}

html { scroll-padding-top: calc(var(--lgc-header-h) + 24px); }
body { font-size: clamp(17px, 1.1vw, 19px); }
body.lgc-overlay-is-open { overflow: hidden; }
button, input, select, textarea { border-radius: 0; }

.screen-reader-text,
.lgc-skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.lgc-skip-link:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  left: 16px;
  top: 16px;
  width: auto;
  z-index: 99999;
  padding: 12px 16px;
  background: var(--lgc-ice);
  color: var(--lgc-charcoal);
  box-shadow: var(--lgc-focus);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--lgc-gold);
  outline-offset: 4px;
}

/* Header and overlays */
.lgc-header--commerce-flow {
  position: relative;
  top: 0;
  background: var(--lgc-ice);
  color: var(--lgc-charcoal);
  border-bottom: 1px solid var(--lgc-line);
}
.lgc-header--commerce-flow .lgc-brand__logo--light { display: none; }
.lgc-header--commerce-flow .lgc-brand__logo--color { display: block; }
.lgc-header__secure-label {
  justify-self: center;
  margin: 0;
  color: var(--lgc-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lgc-cart-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lgc-cart-button b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding-inline: 6px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
}
.lgc-cart-button--link { display: inline-flex; }
.lgc-utility-link--back { white-space: nowrap; }

.lgc-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
}
.lgc-cart-drawer[hidden] { display: none; }
.lgc-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 21, 20, 0.58);
  backdrop-filter: blur(4px);
}
.lgc-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  overflow-y: auto;
  background: var(--lgc-ice);
  color: var(--lgc-charcoal);
  padding: clamp(24px, 4vw, 52px);
  transform: translateX(100%);
  transition: transform 0.5s var(--lgc-ease);
}
.lgc-cart-drawer.is-open .lgc-cart-drawer__panel { transform: translateX(0); }
.lgc-cart-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--lgc-line);
}
.lgc-cart-drawer__header h2 {
  margin: 0;
  font-family: var(--lgc-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.95;
}
.lgc-cart-drawer__header button {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 38px;
  line-height: 1;
  color: inherit;
}
.lgc-cart-drawer__body { padding-top: 30px; }
.lgc-cart-drawer .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lgc-cart-drawer .woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 30px 18px 0;
  border-bottom: 1px solid var(--lgc-line);
}
.lgc-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) { font-family: var(--lgc-display); }
.lgc-cart-drawer .woocommerce-mini-cart-item img {
  width: 92px;
  height: 112px;
  object-fit: cover;
  float: none;
  margin: 0;
}
.lgc-cart-drawer .remove_from_cart_button {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 22px;
}
.lgc-cart-drawer .quantity {
  display: block;
  margin-top: 8px;
  color: var(--lgc-muted);
  font-family: var(--lgc-sans);
  font-size: 13px;
}
.lgc-cart-drawer .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0 20px;
  padding-top: 18px;
  border-top: 1px solid var(--lgc-charcoal);
}
.lgc-cart-drawer .woocommerce-mini-cart__buttons { display: grid; gap: 10px; }
.lgc-cart-drawer .woocommerce-mini-cart__empty-message { font-family: var(--lgc-display); font-size: 28px; }

/* Elementor: static pages are intentionally free from theme width constraints. */
.lgc-page--elementor,
.lgc-page__article--elementor,
.lgc-page__content--elementor,
.lgc-elementor-full-width,
.lgc-page-built-with-elementor .lgc-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.lgc-page__content--elementor > * { max-width: none; }
.lgc-page-built-with-elementor .elementor { width: 100%; }
.elementor-editor-active .lgc-header { pointer-events: none; }

/* Motion wrappers. No continuous parallax outside the final CTA. */
[data-lgc-reveal="media"] { overflow: hidden; }
.lgc-hero__media,
.lgc-split__media img,
.lgc-patisserie__media img,
.lgc-location__media img,
.lgc-product__visual,
.lgc-demo-box {
  transform: none;
}
.lgc-final-cta .lgc-newsletter__media {
  top: -10%;
  bottom: -10%;
}
.lgc-final-cta .lgc-newsletter__media img {
  height: 120%;
  transform-origin: center;
}

/* Commerce shell */
.lgc-commerce {
  min-height: 80svh;
  background: var(--lgc-ice);
  color: var(--lgc-charcoal);
  padding-top: clamp(140px, 14vw, 220px);
}
.lgc-commerce__shell {
  width: min(calc(100% - (var(--lgc-pad) * 2)), var(--lgc-commerce-max));
  margin-inline: auto;
}
.lgc-commerce__breadcrumb,
.woocommerce-breadcrumb {
  margin: 0 0 clamp(34px, 5vw, 72px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--lgc-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lgc-commerce__breadcrumb a { color: var(--lgc-charcoal); }

.lgc-shop-hero {
  position: relative;
  min-height: clamp(360px, 48vw, 650px);
  margin-bottom: clamp(72px, 9vw, 140px);
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--lgc-line);
  overflow: hidden;
}
.lgc-shop-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  padding: clamp(60px, 8vw, 120px) 0;
}
.lgc-shop-hero h1 {
  margin: 0;
  max-width: 1100px;
  font-family: var(--lgc-display);
  font-weight: 400;
  font-size: clamp(68px, 9vw, 164px);
  letter-spacing: -0.055em;
  line-height: 0.88;
}
.lgc-shop-hero__intro {
  max-width: 670px;
  margin-top: 30px;
  color: var(--lgc-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.6;
}
.lgc-shop-hero__intro > :last-child { margin-bottom: 0; }
.lgc-shop-hero--media {
  min-height: clamp(560px, 72vw, 900px);
  color: #fff;
  border: 0;
  margin-inline: calc(var(--lgc-pad) * -1);
  width: calc(100% + (var(--lgc-pad) * 2));
}
.lgc-shop-hero--media .lgc-shop-hero__content { padding-inline: var(--lgc-pad); }
.lgc-shop-hero__media,
.lgc-shop-hero__veil {
  position: absolute;
  inset: 0;
}
.lgc-shop-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lgc-shop-hero__veil { background: linear-gradient(90deg, rgba(23, 21, 20, 0.8), rgba(23, 21, 20, 0.12)), linear-gradient(0deg, rgba(23, 21, 20, 0.58), transparent 55%); z-index: 1; }
.lgc-shop-hero--media .lgc-shop-hero__intro { color: rgba(255,255,255,0.82); }

/* Quick category navigation above the shop grid — turns a flat product list into a
   curated set of departments at a glance. */
.lgc-shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  clear: both;
  margin: 0 0 clamp(46px, 6vw, 86px);
}
.lgc-shop-categories__item {
  padding: 10px 18px;
  border: 1px solid var(--lgc-line);
  color: var(--lgc-charcoal);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.lgc-shop-categories__item:hover {
  background: var(--lgc-charcoal);
  border-color: var(--lgc-charcoal);
  color: var(--lgc-ice);
}
.lgc-shop-categories__item.is-active {
  background: var(--lgc-charcoal);
  border-color: var(--lgc-charcoal);
  color: var(--lgc-ice);
}
.lgc-shop-categories__item span {
  margin-left: 5px;
  opacity: 0.55;
}

/* Product photo pending: a branded monogram instead of WooCommerce's gray box, so the
   grid still looks intentional before real photography is uploaded. */
.lgc-wc-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(160deg, var(--lgc-charcoal), #1c1815);
  color: var(--lgc-gold);
  text-align: center;
}
.lgc-wc-card__placeholder span {
  font-family: var(--lgc-display);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}
.lgc-wc-card__placeholder b {
  font-family: var(--lgc-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

/* Shop loop controls */
.woocommerce .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce .woocommerce-notices-wrapper { margin-bottom: 32px; }
.woocommerce .woocommerce-result-count {
  margin: 0;
  color: var(--lgc-muted);
  font-size: 13px;
}
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select {
  min-width: 230px;
  padding: 13px 42px 13px 0;
  border: 0;
  border-bottom: 1px solid var(--lgc-charcoal);
  background: transparent;
  color: var(--lgc-charcoal);
}
.woocommerce .woocommerce-before-shop-loop,
.woocommerce .woocommerce-after-shop-loop { clear: both; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { float: none; }
.woocommerce .woocommerce-before-shop-loop,
.woocommerce .lgc-commerce__shell > .woocommerce-notices-wrapper + .woocommerce-result-count { display: block; }
.woocommerce .woocommerce-ordering + ul.products,
.woocommerce .woocommerce-result-count + .woocommerce-ordering + ul.products { clear: both; }
.woocommerce .woocommerce-result-count { float: left; }
.woocommerce .woocommerce-ordering { float: right; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: clamp(46px, 6vw, 86px); }

/* Product grid */
.woocommerce ul.products,
.lgc-products ul.products {
  clear: both;
  list-style: none;
  margin: 0 0 clamp(90px, 11vw, 170px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 74px) clamp(18px, 2.8vw, 44px);
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.lgc-products ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.lgc-wc-card__link { display: block; }
.lgc-wc-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e8e4df;
}
.lgc-wc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  transition: transform 0.75s var(--lgc-ease);
}
.lgc-wc-card:hover .lgc-wc-card__media img { transform: scale(1.035); }
.lgc-wc-card__badges {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.woocommerce span.onsale,
.lgc-wc-badge {
  position: static;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 8px 11px;
  border: 0;
  border-radius: 0;
  background: var(--lgc-gold);
  color: var(--lgc-charcoal);
  font-family: var(--lgc-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lgc-wc-badge--stock { background: var(--lgc-charcoal); color: var(--lgc-ice); }
.lgc-wc-card__content { padding-top: 18px; }
.lgc-wc-card__category {
  margin: 0 0 8px;
  color: var(--lgc-gold);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.lgc-products ul.products .woocommerce-loop-product__title {
  margin: 8px 0 10px;
  padding: 0;
  color: var(--lgc-charcoal);
  font-family: var(--lgc-display);
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.woocommerce ul.products li.product .price,
.lgc-products ul.products li.product .price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0 0 10px;
  color: var(--lgc-charcoal);
  font-size: 15px;
  font-weight: 500;
}
.woocommerce ul.products li.product .price del { opacity: 0.45; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .star-rating { margin: 0 0 10px; font-size: 12px; color: var(--lgc-gold); }
.lgc-wc-card__action { margin-top: 15px; }
.woocommerce ul.products li.product .button,
.lgc-wc-card__action .button {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--lgc-charcoal);
  background: transparent;
  color: var(--lgc-charcoal);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease;
}
.woocommerce ul.products li.product .button:hover,
.lgc-wc-card__action .button:hover { background: var(--lgc-charcoal); color: var(--lgc-ice); }
.woocommerce a.added_to_cart { display: block; padding-top: 10px; font-size: 12px; text-align: center; }

/* Pagination */
.woocommerce nav.woocommerce-pagination { margin: 0 0 clamp(90px, 11vw, 170px); text-align: left; }
.woocommerce nav.woocommerce-pagination ul { display: flex; gap: 8px; border: 0; margin: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--lgc-line);
  background: transparent;
  color: var(--lgc-charcoal);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--lgc-charcoal); color: var(--lgc-ice); }

/* Single product */
.lgc-commerce--single { padding-bottom: clamp(90px, 10vw, 160px); }
.woocommerce div.product {
  display: flow-root;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: clamp(70px, 8vw, 120px);
}
.woocommerce div.product div.images { width: 56%; }
.woocommerce div.product div.summary { width: 38%; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product div.images img { width: 100%; }
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; }
.woocommerce div.product .summary {
  padding-top: clamp(12px, 2vw, 34px);
}
.woocommerce div.product .product_title {
  margin: 0 0 24px;
  font-family: var(--lgc-display);
  font-size: clamp(52px, 5.8vw, 102px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lgc-charcoal);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
}
.woocommerce div.product .woocommerce-product-rating { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.woocommerce .star-rating { color: var(--lgc-gold); }
.woocommerce div.product .woocommerce-product-details__short-description {
  margin: 26px 0 32px;
  color: var(--lgc-muted);
  font-size: 17px;
  line-height: 1.7;
}
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 24px; }
.woocommerce .quantity .qty {
  width: 76px;
  min-height: 52px;
  border: 1px solid var(--lgc-line);
  background: transparent;
  color: var(--lgc-charcoal);
}
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  min-height: 52px;
  padding: 15px 26px;
  border: 1px solid var(--lgc-charcoal);
  border-radius: 0;
  background: var(--lgc-charcoal);
  color: var(--lgc-ice);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover { background: var(--lgc-gold); border-color: var(--lgc-gold); color: var(--lgc-charcoal); }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 18px; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { display: block; padding: 0 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--lgc-line);
  background: transparent;
}
.woocommerce div.product .product_meta {
  display: grid;
  gap: 7px;
  padding-top: 22px;
  border-top: 1px solid var(--lgc-line);
  color: var(--lgc-muted);
  font-size: 12px;
}
.lgc-single-product__service-note {
  display: flex;
  gap: 12px;
  margin: 20px 0 26px;
  padding: 17px 0;
  border-top: 1px solid var(--lgc-line);
  border-bottom: 1px solid var(--lgc-line);
  color: var(--lgc-muted);
  font-size: 13px;
}
.lgc-single-product__service-note p { margin: 0; }

.woocommerce div.product .woocommerce-tabs {
  clear: both;
  margin: 0 0 clamp(90px, 10vw, 160px);
  padding-top: clamp(60px, 8vw, 120px);
  border-top: 1px solid var(--lgc-line);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 42px;
  padding: 0;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0 0 9px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: var(--lgc-charcoal); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: var(--lgc-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--lgc-charcoal); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 880px; margin: 0; color: var(--lgc-muted); line-height: 1.75; }
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin: 0 0 24px;
  color: var(--lgc-charcoal);
  font-family: var(--lgc-display);
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 400;
}
.lgc-product-story {
  clear: both;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: center;
  margin: 0 0 clamp(100px, 12vw, 190px);
  padding: clamp(70px, 9vw, 140px) 0;
  border-top: 1px solid var(--lgc-line);
  border-bottom: 1px solid var(--lgc-line);
}
.lgc-product-story h2 { margin: 0 0 28px; font-family: var(--lgc-display); font-size: clamp(54px, 6vw, 104px); font-weight: 400; line-height: 0.92; letter-spacing: -0.045em; }
.lgc-product-story__copy > div { color: var(--lgc-muted); line-height: 1.7; }
.lgc-product-story figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; }
.lgc-product-story figure img { width: 100%; height: 100%; object-fit: cover; }
.woocommerce .related.products > h2,
.woocommerce .up-sells > h2 {
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-family: var(--lgc-display);
  font-size: clamp(52px, 6.6vw, 110px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

/* Notices and forms */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 30px;
  padding: 18px 22px 18px 52px;
  border: 1px solid var(--lgc-line);
  border-top: 1px solid var(--lgc-line);
  background: #fff;
  color: var(--lgc-charcoal);
  line-height: 1.5;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before { top: 18px; color: var(--lgc-gold); }
.woocommerce-message { border-left: 4px solid var(--lgc-gold); }
.woocommerce-error { border-left: 4px solid #8f3d30; }
.woocommerce-info { border-left: 4px solid var(--lgc-charcoal); }
.woocommerce form .form-row { padding: 0; margin: 0 0 22px; }
.woocommerce form .form-row label { margin-bottom: 8px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--lgc-line);
  background: #fff;
  color: var(--lgc-charcoal);
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 24px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 50px; }

/* Cart / Checkout legacy and block flows */
.lgc-commerce-flow .lgc-page {
  padding-top: clamp(90px, 10vw, 150px);
  min-height: 78svh;
}
.lgc-commerce-flow .lgc-page__article,
.lgc-commerce-flow .lgc-page__content { width: min(100%, 1320px); max-width: none; }
.lgc-commerce-flow .lgc-footer { margin-top: 0; }
.lgc-commerce-flow .lgc-page__header { display: none; }
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce { font-size: 16px; }
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 20px 14px; border-top: 1px solid var(--lgc-line); }
.woocommerce table.shop_table thead th { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.woocommerce-cart table.cart img { width: 92px; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 190px; min-height: 48px; border: 1px solid var(--lgc-line); }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { float: right; width: min(100%, 520px); }
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce-account h2,
.woocommerce-account h3 {
  font-family: var(--lgc-display);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 400;
  line-height: 1;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review { width: 100%; }
.woocommerce-checkout .col2-set { float: left; width: 56%; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { float: right; width: 38%; }
.woocommerce-checkout #order_review { padding: 28px; border: 1px solid var(--lgc-line); background: #fff; }
.woocommerce-checkout-payment { background: transparent !important; }
.woocommerce-checkout-payment ul.payment_methods { border-bottom: 1px solid var(--lgc-line) !important; }
.woocommerce-checkout-payment .payment_box { background: var(--lgc-ice) !important; }

/* WooCommerce Cart and Checkout Blocks: style stable components and theme tokens. */
.wc-block-cart,
.wc-block-checkout {
  --wp--preset--color--contrast: var(--lgc-charcoal);
  --wp--preset--color--base: var(--lgc-ice);
  color: var(--lgc-charcoal);
  font-size: 16px;
}
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  min-height: 54px;
  border: 1px solid var(--lgc-charcoal) !important;
  border-radius: 0 !important;
  background: var(--lgc-charcoal) !important;
  color: var(--lgc-ice) !important;
  font-size: 11px !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.wc-block-components-button:hover { background: var(--lgc-gold) !important; border-color: var(--lgc-gold) !important; color: var(--lgc-charcoal) !important; }
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-form select {
  border-radius: 0 !important;
}
.wc-block-components-totals-wrapper,
.wc-block-cart-items td,
.wc-block-cart-items th { border-color: var(--lgc-line) !important; }
.wc-block-components-order-summary-item__quantity {
  background: var(--lgc-ice) !important;
  border-color: var(--lgc-charcoal) !important;
  color: var(--lgc-charcoal) !important;
  box-shadow: 0 0 0 2px var(--lgc-ice) !important;
}
.wc-block-cart__submit-container { background: var(--lgc-ice); }
.wc-block-cart__submit-container::before { color: rgba(45, 41, 38, 0.15); }

/* My Account */
.woocommerce-account .woocommerce {
  display: grid;
  /*grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);*/
  gap: clamp(40px, 7vw, 110px);
}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
.lgc-account-nav ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--lgc-line); }
.lgc-account-nav li { border-bottom: 1px solid var(--lgc-line); }
.lgc-account-nav a { display: flex; justify-content: space-between; gap: 18px; padding: 17px 0; font-size: 13px; }
.lgc-account-nav .is-active a { color: var(--lgc-gold); }
.woocommerce-account .woocommerce-MyAccount-content { min-width: 0; }
.woocommerce-account .woocommerce-MyAccount-content p:first-child { margin-top: 0; }
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register { border: 1px solid var(--lgc-line); border-radius: 0; padding: clamp(24px, 4vw, 48px); }

/* Search / empty states */
.lgc-no-products {
  max-width: 820px;
  margin: 0 auto clamp(100px, 12vw, 180px);
  padding: clamp(50px, 7vw, 100px);
  border: 1px solid var(--lgc-line);
  text-align: center;
}
.lgc-no-products h2 { margin: 0 0 20px; font-family: var(--lgc-display); font-size: clamp(46px, 6vw, 90px); font-weight: 400; line-height: 0.96; }
.lgc-no-products > p:not(.lgc-kicker) { max-width: 600px; margin: 0 auto 32px; color: var(--lgc-muted); }

/* Responsive */
@media (max-width: 1100px) {
  .woocommerce ul.products,
  .lgc-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product div.images { width: 52%; }
  .woocommerce div.product div.summary { width: 42%; }
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review { float: none; width: 100%; }
  .woocommerce-checkout #order_review_heading { margin-top: 60px; }
}

@media (max-width: 782px) {
  .admin-bar .lgc-header.is-sticky { top: 46px; }
  .lgc-header:not(.lgc-header--commerce-flow) .lgc-brand { width: 150px; }
  .lgc-header:not(.lgc-header--commerce-flow) .lgc-brand__logo { max-height: 54px; }
}

@media (max-width: 768px) {
  body { font-size: 17px; }
  .lgc-header--commerce-flow { height: 76px; padding-inline: 18px; grid-template-columns: 1fr auto; }
  .lgc-header--commerce-flow .lgc-header__secure-label { display: none; }
  .lgc-header--commerce-flow .lgc-brand { width: 146px; }
  .lgc-utility-link--back { font-size: 11px; }
  .lgc-final-cta .lgc-newsletter__media { top: 0; bottom: 0; }
  .lgc-final-cta .lgc-newsletter__media img { height: 100%; transform: none !important; }

  .lgc-commerce { padding-top: 116px; }
  .lgc-commerce__shell { width: calc(100% - 36px); }
  .lgc-shop-hero { min-height: 330px; margin-bottom: 70px; }
  .lgc-shop-hero--media { margin-inline: -18px; width: calc(100% + 36px); min-height: 560px; }
  .lgc-shop-hero--media .lgc-shop-hero__content { padding-inline: 18px; }
  .lgc-shop-hero h1 { font-size: clamp(56px, 18vw, 92px); }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { float: none; width: 100%; margin-bottom: 20px; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce ul.products,
  .lgc-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: clamp(22px, 6vw, 32px); }
  .lgc-wc-card__action .button { padding-inline: 8px; font-size: 9px; }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { float: none; width: 100%; }
  .woocommerce div.product .product_title { font-size: clamp(50px, 15vw, 82px); }
  .lgc-product-story { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; gap: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 14px 0; border-bottom: 1px solid var(--lgc-line); }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: var(--lgc-charcoal); }
  .woocommerce .related.products > h2,
  .woocommerce .up-sells > h2 { font-size: clamp(48px, 14vw, 78px); }

  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart table.cart .product-thumbnail { display: none; }
  .woocommerce-cart table.cart td.actions .coupon { width: 100%; margin-bottom: 12px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { flex: 1; width: auto; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; }
}

/* Runtime correction pass: readability and commerce clarity. */
.lgc-marquee { overflow: hidden; }
.lgc-marquee__track { display: flex; width: max-content; animation: lgc-marquee-seamless 32s linear infinite; }
.lgc-marquee__group { display: flex; flex: 0 0 auto; align-items: center; white-space: nowrap; }
.lgc-marquee__group i { flex: 0 0 auto; }
@keyframes lgc-marquee-seamless { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.lgc-header-icon { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.lgc-utility-link--icon { display: inline-flex; min-width: 34px; min-height: 34px; align-items: center; justify-content: center; }
.lgc-cart-button { display: inline-flex; min-width: 34px; min-height: 34px; align-items: center; justify-content: center; gap: 4px; }
.lgc-cart-button .lgc-header-icon { width: 19px; height: 19px; }
.lgc-cart-button .lgc-cart-count { color: var(--lgc-gold); font-size: 10px; font-weight: 600; }

@media (min-width: 769px) {
  .lgc-manifesto { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(44px, 7vw, 120px); min-height: 560px; }
  .lgc-manifesto__copy { max-width: 620px; }
  .lgc-manifesto__copy h2 { font-size: clamp(50px, 5.4vw, 90px); }
  .lgc-manifesto__note { max-width: 420px; font-size: 16px; line-height: 1.6; text-transform: none; letter-spacing: 0; color: var(--lgc-muted); }
  .lgc-manifesto__media { width: auto; max-width: none; aspect-ratio: 1.18 / 1; margin: 0 -8vw 0 0; transform: none; }
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(26px, 2.4vw, 44px); }
  .lgc-products ul.products li.product.lgc-gift-card-card,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card { grid-column: auto; transform: none; }
  .lgc-products ul.products li.product.lgc-gift-card-card .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card .lgc-gift-card-card__media,
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media { aspect-ratio: 4 / 5; }
  .lgc-gift-card-single__hero { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(42px, 5vw, 82px); }
  .lgc-gift-card-single__media { min-height: clamp(520px, 48vw, 700px); margin-left: 0; }
  .lgc-gift-card-single__summary { min-width: 0; padding-right: 0; }
  .lgc-gift-card-single__summary .product_title { font-size: clamp(52px, 5vw, 88px); }
  .lgc-gift-card-single__summary .woocommerce-product-details__short-description { max-width: 560px; font-size: 17px; line-height: 1.6; }
  .lgc-gift-card-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .lgc-gift-card-benefits > div { display: block !important; min-width: 0; padding: 17px 0 0; }
  .lgc-gift-card-benefits span { margin-bottom: 15px; font-size: 13px; }
  .lgc-gift-card-benefits h2 { font-size: 11px; line-height: 1.3; }
  .lgc-gift-card-benefits p { font-size: 15px; line-height: 1.55; }
}

.lgc-gift-card-card__content,
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__content { display: block; min-height: 0; padding-top: 22px; }
.lgc-gift-card-card__content .lgc-kicker { margin-bottom: 13px; font-size: 11px; }
.woocommerce ul.products li.product.lgc-gift-card-card .woocommerce-loop-product__title,
.lgc-gift-card-alternatives__grid .woocommerce-loop-product__title { margin-bottom: 12px; font-size: clamp(22px, 1.8vw, 28px); line-height: 1.08; }
.lgc-gift-card-card__copy,
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__copy { display: -webkit-box !important; max-width: 34ch; margin: 0 0 18px; overflow: hidden; color: var(--lgc-muted); font-size: 15px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lgc-gift-card-card__meta { display: block; min-height: 0; margin: 0; }
.lgc-gift-card-card__meta .price { display: block; margin: 0; font-size: 17px; line-height: 1.4; }
.lgc-gift-card-card__meta .lgc-gift-card-card__cta { display: inline-flex; margin-top: 17px; padding-bottom: 6px; font-size: 12px; line-height: 1.2; letter-spacing: .11em; }
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__media { aspect-ratio: 1.3 / 1; }

@media (max-width: 1100px) and (min-width: 769px) {
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lgc-gift-card-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lgc-gift-card-benefits > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .lgc-manifesto { display: grid; grid-template-columns: 1fr; gap: 34px; padding-block: 76px; }
  .lgc-manifesto__copy { grid-column: auto; }
  .lgc-manifesto__copy h2 { font-size: clamp(46px, 12vw, 68px); }
  .lgc-manifesto__note { max-width: 34ch; font-size: 16px; line-height: 1.6; text-transform: none; letter-spacing: 0; color: var(--lgc-muted); }
  .lgc-manifesto__media { grid-column: auto; width: 100%; aspect-ratio: 4 / 3; margin: 0; transform: none; }
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: 1fr; gap: 50px; }
  .lgc-products ul.products li.product.lgc-gift-card-card,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card { grid-column: auto; transform: none; }
  .lgc-gift-card-single__hero { grid-template-columns: 1fr; gap: 42px; }
  .lgc-gift-card-single__media { min-height: 0; aspect-ratio: 1 / 1.08; }
  .lgc-gift-card-single__summary .woocommerce-product-details__short-description { font-size: 17px; line-height: 1.6; }
  .lgc-gift-card-benefits { display: block; }
  .lgc-gift-card-benefits > div { display: grid !important; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 17px 0; }
  .lgc-gift-card-benefits span { display: block; margin: 0; font-size: 20px; }
  .lgc-gift-card-benefits h2 { font-size: 11px; line-height: 1.3; }
  .lgc-gift-card-benefits p { font-size: 15px; line-height: 1.55; }
  .lgc-gift-card-alternatives__grid { grid-template-columns: 1fr; gap: 44px; }
  .lgc-gift-card-alternatives__grid .lgc-gift-card-card__media { aspect-ratio: 1.18 / 1; }
  .lgc-marquee__track { animation-duration: 28s; }
}

@media (prefers-reduced-motion: reduce) {
  .lgc-marquee__track { animation: none; transform: none; }
}

@media (max-width: 520px) {
  .lgc-cart-drawer__panel { padding: 22px 18px; }
  .lgc-cart-drawer__header h2 { font-size: 46px; }
  .woocommerce ul.products,
  .lgc-products ul.products { grid-template-columns: 1fr; gap: 46px; }
  .lgc-wc-card__media { aspect-ratio: 4 / 4.8; }
  .woocommerce div.product form.cart { display: grid; grid-template-columns: 76px minmax(0, 1fr); }
  .woocommerce div.product form.cart .variations,
  .woocommerce div.product form.cart .single_variation_wrap { grid-column: 1 / -1; }
  .woocommerce div.product form.cart .button { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-lgc-final-cta-media] { transform: none !important; }
}

/* Search, utility states and minor Woo refinements */
.lgc-wc-card__media > .onsale {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
}
.lgc-search-page__content { width: min(100%, var(--lgc-commerce-max)); max-width: none; }
.lgc-search-page__content > * { max-width: none; }
.lgc-search-list { display: grid; gap: 0; border-top: 1px solid var(--lgc-line); }
.lgc-search-list__item { padding: clamp(30px, 5vw, 70px) 0; border-bottom: 1px solid var(--lgc-line); }
.lgc-search-list__item h2 { margin: 0 0 14px; font-family: var(--lgc-display); font-size: clamp(36px, 5vw, 72px); font-weight: 400; line-height: 1; }
.lgc-search-list__item > p:last-child { max-width: 720px; color: var(--lgc-muted); }
.lgc-product-search,
.search-form { display: flex; max-width: 780px; margin-top: 50px; border-bottom: 1px solid var(--lgc-charcoal); }
.lgc-product-search input,
.search-form input[type="search"] { flex: 1; min-width: 0; padding: 16px 0; border: 0; background: transparent; color: var(--lgc-charcoal); }
.lgc-product-search button,
.search-form button,
.search-form input[type="submit"] { border: 0; background: transparent; padding: 16px 0 16px 20px; color: var(--lgc-charcoal); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.lgc-page--404 .lgc-page__header { border-bottom: 0; }
.lgc-page--404 .lgc-page__header > p:not(.lgc-kicker) { max-width: 620px; margin: 26px 0 34px; color: var(--lgc-muted); }
.lgc-404-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }

@media (max-width: 600px) {
  .lgc-product-search,
  .search-form { display: grid; }
  .lgc-product-search button,
  .search-form button,
  .search-form input[type="submit"] { padding-left: 0; text-align: left; }
}

/* WordPress-managed navigation. Desktop, mobile and footer read the menus
   configured in Appearance → Menus. */
.lgc-nav__list > li,
.lgc-nav__list .menu-item {
  position: relative;
}
.lgc-nav__list .current-menu-item > a,
.lgc-nav__list .current-menu-ancestor > a,
.lgc-nav__list .current_page_item > a {
  color: var(--lgc-gold);
}
.lgc-nav__list .sub-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 30;
  min-width: 220px;
  margin: 0;
  padding: 15px 18px;
  display: grid;
  gap: 10px;
  list-style: none;
  background: rgba(243, 243, 243, 0.98);
  color: var(--lgc-charcoal);
  border: 1px solid var(--lgc-line);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.lgc-nav__list .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 20px;
}
.lgc-nav__list .sub-menu a {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 10px;
}
.lgc-nav__list li:hover > .sub-menu,
.lgc-nav__list li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.lgc-mobile-menu__nav {
  width: 100%;
}
.lgc-mobile-menu__list,
.lgc-mobile-menu__list .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lgc-mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lgc-mobile-menu__list > li > a {
  display: inline-block;
  font-family: var(--lgc-display);
  font-size: clamp(40px, 12vw, 74px);
  line-height: 1.02;
}
.lgc-mobile-menu__list .current-menu-item > a,
.lgc-mobile-menu__list .current-menu-ancestor > a,
.lgc-mobile-menu__list .current_page_item > a {
  color: var(--lgc-gold);
}
.lgc-mobile-menu__list .sub-menu {
  display: grid;
  gap: 7px;
  padding: 10px 0 8px clamp(18px, 4vw, 40px);
}
.lgc-mobile-menu__list .sub-menu a {
  display: inline-block;
  color: rgba(243, 243, 243, 0.68);
  font-family: var(--lgc-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.lgc-footer-menu,
.lgc-footer-menu__list {
  margin: 0;
  padding: 0;
}
.lgc-footer-menu__list,
.lgc-footer-menu__list .sub-menu {
  display: grid;
  gap: 8px;
  list-style: none;
}
.lgc-footer-menu__list .sub-menu {
  padding: 3px 0 2px 14px;
}
.lgc-footer-menu__list .sub-menu a {
  color: rgba(243, 243, 243, 0.62);
  font-size: 12px;
}
.lgc-footer-menu__list .current-menu-item > a,
.lgc-footer-menu__list .current-menu-ancestor > a,
.lgc-footer-menu__list .current_page_item > a {
  color: var(--lgc-gold);
}

@media (max-width: 900px) {
  .lgc-nav__list .sub-menu { position: static; }
}

/* Optional ACF editorial content for WooCommerce products and categories. */
.lgc-single-product__subtitle {
  max-width: 560px;
  margin: -8px 0 24px;
  color: var(--lgc-muted);
  font-family: var(--lgc-serif);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.45;
}
.lgc-category-story {
  clear: both;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: center;
  margin: clamp(80px, 10vw, 150px) 0;
  padding: clamp(64px, 8vw, 120px) 0;
  border-top: 1px solid var(--lgc-line);
  border-bottom: 1px solid var(--lgc-line);
}
.lgc-category-story__copy {
  color: var(--lgc-muted);
  font-size: clamp(18px, 1.2vw, 21px);
  line-height: 1.7;
}
.lgc-category-story__copy h2,
.lgc-category-story__copy h3 {
  margin: 0 0 24px;
  color: var(--lgc-charcoal);
  font-family: var(--lgc-display);
  font-size: clamp(48px, 5.6vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.lgc-category-story figure { margin: 0; overflow: hidden; }
.lgc-category-story img { width: 100%; min-height: 520px; object-fit: cover; }

@media (max-width: 768px) {
  .lgc-category-story { grid-template-columns: 1fr; }
  .lgc-category-story img { min-height: 360px; }
}
.lgc-shop-hero__media picture { display: block; width: 100%; height: 100%; }

/* Keep compositor hints only where motion actually runs. */
.lgc-hero__media,
.lgc-split__media img,
.lgc-patisserie__media img,
.lgc-location__media img,
.lgc-product__visual,
.lgc-demo-box,
.lgc-gift__copy,
.lgc-location__copy,
.lgc-patisserie__copy,
.lgc-split__copy {
  will-change: auto;
}
.lgc-final-cta [data-lgc-final-cta-media] { will-change: transform; }
 
/* Gift Card commerce layer: intentionally open, editorial and separate from food cards. */
.lgc-shop-hero--gift-card { min-height: clamp(420px, 50vw, 690px); margin-bottom: clamp(54px, 7vw, 112px); align-items: center; background: var(--lgc-ice); }
.lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: clamp(54px, 8vw, 130px); }
.lgc-shop-hero--gift-card .lgc-kicker { color: var(--lgc-gold); }
.lgc-shop-hero--gift-card h1 { max-width: 900px; }
.lgc-shop-hero--gift-card .lgc-shop-hero__intro { max-width: 600px; font-size: clamp(18px, 1.3vw, 21px); }

.woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(30px, 3.5vw, 58px) clamp(16px, 2vw, 30px); }
.lgc-gift-card-card { min-width: 0; }
.lgc-gift-card-card__link { display: block; color: inherit; }
.lgc-gift-card-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--lgc-charcoal); }
.lgc-gift-card-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s var(--lgc-ease); }
.lgc-gift-card-card__placeholder, .lgc-gift-card-single__placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 9px; padding: 30px; background: linear-gradient(135deg, #201d1a, #39312b); color: var(--lgc-ice); text-align: center; }
.lgc-gift-card-card__placeholder span, .lgc-gift-card-single__placeholder span { font-family: var(--lgc-display); font-size: clamp(29px, 2.5vw, 44px); line-height: 1; }
.lgc-gift-card-card__placeholder strong, .lgc-gift-card-single__placeholder strong { color: var(--lgc-gold); font-family: var(--lgc-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; }
.lgc-gift-card-card__placeholder i, .lgc-gift-card-single__placeholder i { color: var(--lgc-gold); font-style: normal; }
.lgc-gift-card-card__content { padding-top: 20px; }
.lgc-gift-card-card .lgc-kicker { margin: 0 0 11px; color: var(--lgc-gold); }
.woocommerce ul.products li.product.lgc-gift-card-card .woocommerce-loop-product__title { margin: 0 0 11px; font-size: clamp(28px, 2.5vw, 42px); }
.woocommerce ul.products li.product.lgc-gift-card-card .price { margin-bottom: 14px; font-size: 16px; }
.lgc-gift-card-card__copy { margin: 0 0 18px; color: var(--lgc-muted); font-size: 14px; line-height: 1.55; }
.lgc-gift-card-card__cta { display: inline-flex; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--lgc-charcoal); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.lgc-gift-card-card__cta i { font-style: normal; transition: transform 0.3s var(--lgc-ease); }
@media (hover: hover) and (pointer: fine) { .lgc-gift-card-card:hover .lgc-gift-card-card__media img { transform: scale(1.023); } .lgc-gift-card-card:hover .lgc-gift-card-card__cta i { transform: translate(3px, -3px); } }

.lgc-gift-card-single { padding-bottom: clamp(90px, 11vw, 170px); }
.lgc-gift-card-single__hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 142px); align-items: center; margin-bottom: clamp(100px, 13vw, 210px); }
.lgc-gift-card-single__media { position: relative; min-height: min(69vw, 800px); margin: 0; overflow: hidden; background: var(--lgc-charcoal); }
.lgc-gift-card-single__image { width: 100%; height: 100%; object-fit: cover; }
.lgc-gift-card-single__placeholder { min-height: inherit; }
.lgc-gift-card-single__summary { padding: 0; }
.lgc-gift-card-single__summary > .lgc-kicker { margin: 0 0 22px; color: var(--lgc-gold); }
.lgc-gift-card-single__summary .product_title { max-width: 650px; margin-bottom: 25px; font-size: clamp(56px, 6vw, 112px); }
.lgc-gift-card-single__summary .woocommerce-product-details__short-description { max-width: 520px; font-size: 18px; }
.lgc-gift-card-single__summary form.cart { margin-top: 31px; }
.lgc-gift-card-single__summary form.cart .button { flex: 1; }
.lgc-gift-card-benefits { margin-top: clamp(42px, 5vw, 70px); border-top: 1px solid var(--lgc-line); }
.lgc-gift-card-benefits > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--lgc-line); }
.lgc-gift-card-benefits span { grid-row: span 2; color: var(--lgc-gold); font-family: var(--lgc-display); font-size: 22px; }
.lgc-gift-card-benefits h2 { margin: 0 0 5px; font-family: var(--lgc-sans); font-size: 10px; letter-spacing: 0.13em; }
.lgc-gift-card-benefits p { margin: 0; color: var(--lgc-muted); font-size: 14px; line-height: 1.45; }

.lgc-gift-card-how, .lgc-gift-card-faq { margin: 0 0 clamp(100px, 13vw, 210px); }
.lgc-gift-card-how > h2, .lgc-gift-card-faq > h2 { max-width: 850px; margin: 0 0 clamp(42px, 6vw, 88px); font-family: var(--lgc-display); font-size: clamp(58px, 8vw, 142px); font-weight: 400; letter-spacing: -0.055em; line-height: 0.88; }
.lgc-gift-card-how > .lgc-kicker, .lgc-gift-card-faq > .lgc-kicker { margin-bottom: 20px; color: var(--lgc-gold); }
.lgc-gift-card-how ol { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 60px); margin: 0; padding: 0; border-top: 1px solid var(--lgc-line); }
.lgc-gift-card-how li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding-top: 24px; }
.lgc-gift-card-how li > span { color: var(--lgc-gold); font-family: var(--lgc-display); font-size: 38px; line-height: 1; }
.lgc-gift-card-how h3 { margin: 0 0 12px; font-family: var(--lgc-display); font-size: clamp(28px, 2.5vw, 42px); font-weight: 400; line-height: 0.98; }
.lgc-gift-card-how p { margin: 0; color: var(--lgc-muted); font-size: 16px; line-height: 1.55; }
.lgc-gift-card-faq { width: min(100%, 980px); margin-inline: auto; }
.lgc-gift-card-faq__items { border-top: 1px solid var(--lgc-line); }
.lgc-gift-card-faq__item { border-bottom: 1px solid var(--lgc-line); }
.lgc-gift-card-faq h3 { margin: 0; }
.lgc-gift-card-faq button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--lgc-charcoal); font-family: var(--lgc-display); font-size: clamp(25px, 3vw, 43px); line-height: 1; text-align: left; }
.lgc-gift-card-faq button i { color: var(--lgc-gold); font-family: var(--lgc-sans); font-size: 25px; font-style: normal; transition: transform 0.3s var(--lgc-ease); }
.lgc-gift-card-faq button[aria-expanded="true"] i { transform: rotate(45deg); }
.lgc-gift-card-faq__answer { max-width: 680px; padding: 0 45px 28px 0; color: var(--lgc-muted); font-size: 18px; line-height: 1.6; }
.lgc-gift-card-faq__answer p { margin: 0; }

.lgc-gift-card-final-cta { position: relative; display: grid; min-height: clamp(450px, 52vw, 700px); place-items: end start; overflow: hidden; background: var(--lgc-charcoal); color: var(--lgc-ice); }
.lgc-gift-card-final-cta__media { position: absolute; inset: -10% 0; z-index: 0; opacity: 0.54; }
.lgc-gift-card-final-cta__media img { width: 100%; height: 120%; object-fit: cover; }
.lgc-gift-card-final-cta__content { position: relative; z-index: 1; max-width: 840px; padding: clamp(36px, 7vw, 105px); }
.lgc-gift-card-final-cta h2 { margin: 0 0 20px; font-family: var(--lgc-display); font-size: clamp(55px, 7.5vw, 132px); font-weight: 400; line-height: 0.88; letter-spacing: -0.055em; }
.lgc-gift-card-final-cta p { max-width: 480px; margin: 0 0 30px; font-size: 18px; line-height: 1.55; }
/* Revision: Gift Card shop rhythm and editorial homepage experience. */
.lgc-shop-hero--gift-card { min-height: clamp(390px, 43vw, 620px); margin-bottom: clamp(72px, 9vw, 150px); }
.lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: clamp(38px, 5vw, 78px) clamp(54px, 7vw, 112px); }
.lgc-shop-hero--gift-card .lgc-kicker { margin: 0 0 clamp(24px, 3vw, 42px); }
.lgc-shop-hero--gift-card h1 { line-height: 1.01; letter-spacing: -0.048em; }
.lgc-shop-hero--gift-card .lgc-shop-hero__intro { margin-top: clamp(32px, 4vw, 56px); font-size: clamp(18px, 1.3vw, 22px); line-height: 1.58; }
#gift-card-grid { margin-bottom: clamp(105px, 13vw, 220px); }
.woocommerce ul.products:has(.lgc-gift-card-card),
.lgc-products ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lgc-products .lgc-gift-card-card__content { padding-top: 14px; }
.lgc-products .lgc-gift-card-card__copy { display: none; }
.lgc-products .lgc-gift-card-card .woocommerce-loop-product__title { font-size: clamp(26px, 2vw, 34px); }
.lgc-products__link { display: inline-flex; align-items: center; gap: 10px; margin-top: clamp(10px, 2vw, 22px); padding-bottom: 6px; border-bottom: 1px solid var(--lgc-charcoal); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.lgc-products__link span { transition: transform .3s var(--lgc-ease); }
.lgc-products__link:hover span { transform: translate(3px,-3px); }

.lgc-experience { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: stretch; min-height: min(65vw, 810px); background: var(--lgc-charcoal); color: var(--lgc-ice); }
.lgc-experience__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(54px, 8vw, 130px) clamp(28px, 6vw, 110px); }
.lgc-experience .lgc-kicker { margin: 0 0 25px; color: var(--lgc-gold); }
.lgc-experience h2 { max-width: 650px; margin: 0 0 30px; font-family: var(--lgc-display); font-size: clamp(52px, 5.8vw, 108px); font-weight: 400; line-height: 1.01; letter-spacing: -.05em; }
.lgc-experience h2 em { color: var(--lgc-gold); }
.lgc-experience p:not(.lgc-kicker) { max-width: 460px; margin: 0 0 30px; color: rgba(243,243,243,.76); font-size: clamp(18px, 1.25vw, 21px); line-height: 1.58; }
.lgc-experience .lgc-text-link { color: var(--lgc-ice); }
.lgc-experience__media { min-height: inherit; margin: 0; overflow: hidden; }
.lgc-experience__media img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1100px) {
  .woocommerce ul.products:has(.lgc-gift-card-card),
  .lgc-products ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lgc-experience { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
}
@media (max-width: 768px) {
  .lgc-shop-hero--gift-card { min-height: auto; margin-bottom: 72px; }
  .lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: 34px 52px; }
  .lgc-shop-hero--gift-card .lgc-kicker { margin-bottom: 22px; }
  .lgc-shop-hero--gift-card h1 { font-size: clamp(53px, 15vw, 78px); line-height: 1.04; }
  .lgc-shop-hero--gift-card .lgc-shop-hero__intro { margin-top: 28px; line-height: 1.6; }
  #gift-card-grid { margin-bottom: 105px; }
  .woocommerce ul.products:has(.lgc-gift-card-card),
  .lgc-products ul.products:has(.lgc-gift-card-card) { grid-template-columns: 1fr; }
  .lgc-experience { grid-template-columns: 1fr; min-height: 0; }
  .lgc-experience__copy { padding: 70px 28px; }
  .lgc-experience__media { min-height: 112vw; }
.lgc-experience h2 { font-size: clamp(50px, 14.5vw, 72px); line-height: 1.04; }
}
/* Single Gift Card refinement: compact hierarchy and immediate purchase action. */
.lgc-gift-card-single__hero { gap: clamp(42px, 6vw, 96px); margin-bottom: clamp(70px, 8vw, 120px); }
.lgc-gift-card-single__summary .product_title { max-width: 560px; font-size: clamp(48px, 4.6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.lgc-gift-card-single__summary .woocommerce-product-details__short-description { margin: 22px 0 26px; font-size: 18px; line-height: 1.58; }
.lgc-gift-card-single__summary form.cart { display: flex !important; flex-wrap: nowrap; align-items: stretch; gap: 10px; margin: 26px 0 0; }
.lgc-gift-card-single__summary form.cart .quantity { flex: 0 0 76px; margin: 0 !important; }
.lgc-gift-card-single__summary form.cart .button { flex: 1 1 auto; min-width: 0; margin: 0 !important; padding-inline: 22px; white-space: nowrap; }
.lgc-gift-card-benefits { margin-top: 36px; }
.lgc-gift-card-benefits > div { grid-template-columns: 24px 1fr; align-items: start; gap: 13px; padding: 17px 0; }
.lgc-gift-card-benefits > div > i { color: var(--lgc-gold); font-size: 16px; line-height: 1.25; }
.lgc-gift-card-benefits span { display: none; }
.lgc-gift-card-benefits h2 { margin: 0 0 5px; font-size: 10px; line-height: 1.25; }
.lgc-gift-card-benefits p { font-size: 14px; line-height: 1.5; }
.lgc-gift-card-single__placeholder b { color: var(--lgc-ice); font-family: var(--lgc-display); font-size: clamp(38px, 4vw, 62px); font-weight: 400; line-height: 1; }
.lgc-gift-card-how > h2, .lgc-gift-card-faq > h2 { max-width: 760px; font-size: clamp(46px, 5.4vw, 86px); line-height: .98; }
.lgc-gift-card-how--shop { margin-top: 0; }
@media (max-width: 768px) {
  .lgc-gift-card-single__summary .product_title { font-size: clamp(44px, 13vw, 64px); line-height: 1.01; }
  .lgc-gift-card-single__summary form.cart { gap: 8px; }
  .lgc-gift-card-single__summary form.cart .button { padding-inline: 12px; font-size: 9px; letter-spacing: .1em; }
  .lgc-gift-card-how > h2 { font-size: clamp(44px, 12vw, 64px); }
}


@media (max-width: 1100px) { .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lgc-gift-card-single__hero { gap: 46px; } .lgc-gift-card-how ol { gap: 26px; } }
@media (max-width: 768px) { .lgc-shop-hero--gift-card { min-height: 420px; } .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: 1fr; gap: 46px; } .lgc-gift-card-single__hero { grid-template-columns: 1fr; gap: 38px; margin-bottom: 105px; } .lgc-gift-card-single__media { min-height: 110vw; } .lgc-gift-card-single__summary .product_title { font-size: clamp(52px, 15vw, 78px); } .lgc-gift-card-single__summary form.cart { grid-template-columns: 76px minmax(0, 1fr); } .lgc-gift-card-how ol { grid-template-columns: 1fr; gap: 0; } .lgc-gift-card-how li { padding: 23px 0; border-bottom: 1px solid var(--lgc-line); } .lgc-gift-card-faq__answer { padding-right: 0; font-size: 17px; } .lgc-gift-card-final-cta { min-height: 470px; } .lgc-gift-card-final-cta__media { inset: 0; } .lgc-gift-card-final-cta__media img { height: 100%; transform: none !important; } }

/* Final retail density pass: the catalogue starts with purchasable choices. */
.lgc-shop-hero--gift-card { min-height: clamp(330px, 34vw, 480px); margin-bottom: clamp(44px, 5vw, 78px); }
.lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: clamp(30px, 3.5vw, 54px) clamp(38px, 4.5vw, 68px); }
.lgc-shop-hero--gift-card h1 { max-width: 760px; font-size: clamp(56px, 6.1vw, 100px); line-height: .96; }
.lgc-shop-hero--gift-card .lgc-shop-hero__intro { max-width: 530px; margin-top: clamp(24px, 2.5vw, 36px); }
.lgc-commerce--archive:has(.lgc-shop-hero--gift-card) { padding-top: clamp(96px, 7vw, 126px); }
#gift-card-grid { margin-bottom: clamp(76px, 9vw, 128px); }

.lgc-gift-card-single__hero { margin-bottom: clamp(58px, 6vw, 92px); }
.lgc-gift-card-single__media { min-height: clamp(460px, 47vw, 640px); }
.lgc-gift-card-alternatives { margin-top: clamp(54px, 7vw, 100px); padding-top: clamp(44px, 5vw, 70px); border-top: 1px solid var(--lgc-line); }
.lgc-gift-card-alternatives h2 { max-width: 600px; margin: 0 0 clamp(28px, 3vw, 46px); font-family: var(--lgc-display); font-size: clamp(38px, 4.2vw, 64px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.lgc-gift-card-alternatives .lgc-kicker { margin-bottom: 15px; color: var(--lgc-gold); }
.lgc-gift-card-alternatives__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--lgc-line); border-left: 1px solid var(--lgc-line); }
.lgc-gift-card-alternatives__item { display: flex; min-height: 175px; flex-direction: column; justify-content: space-between; padding: clamp(21px, 2.5vw, 34px); border-right: 1px solid var(--lgc-line); border-bottom: 1px solid var(--lgc-line); color: var(--lgc-charcoal); transition: color .3s var(--lgc-ease), background .3s var(--lgc-ease); }
.lgc-gift-card-alternatives__item strong { font-family: var(--lgc-display); font-size: clamp(34px, 3vw, 52px); font-weight: 400; line-height: 1; }
.lgc-gift-card-alternatives__item small { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
@media (hover: hover) and (pointer: fine) { .lgc-gift-card-alternatives__item:hover { background: var(--lgc-charcoal); color: var(--lgc-ice); } }
@media (max-width: 768px) {
  .lgc-shop-hero--gift-card { min-height: auto; margin-bottom: 48px; }
  .lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: 28px 42px; }
  .lgc-shop-hero--gift-card h1 { font-size: clamp(52px, 14vw, 72px); line-height: 1; }
  .lgc-commerce--archive:has(.lgc-shop-hero--gift-card) { padding-top: 82px; }
  .lgc-gift-card-single__hero { margin-bottom: 58px; }
  .lgc-gift-card-single__media { min-height: 112vw; }
  .lgc-gift-card-alternatives__grid { grid-template-columns: 1fr; }
  .lgc-gift-card-alternatives__item { min-height: 120px; }
}

/* Gift Card catalogue: dense retail hierarchy, without generic product tiles. */
.lgc-commerce--archive:has(.lgc-shop-hero--gift-card) { padding-top: clamp(72px, 5vw, 96px); }
.lgc-commerce--archive:has(.lgc-shop-hero--gift-card) .lgc-commerce__breadcrumb { margin-bottom: clamp(20px, 2vw, 32px); }
.lgc-shop-hero--gift-card { min-height: auto; margin-bottom: clamp(38px, 4vw, 58px); }
.lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: clamp(18px, 2vw, 32px) clamp(30px, 3vw, 48px); }
.lgc-shop-hero--gift-card h1 { max-width: 690px; font-size: clamp(52px, 5.2vw, 84px); line-height: .98; }
.lgc-shop-hero--gift-card .lgc-shop-hero__intro { max-width: 470px; margin-top: 20px; font-size: clamp(17px, 1.1vw, 19px); }
.woocommerce ul.products li.product.lgc-gift-card-card .woocommerce-loop-product__title { max-width: 13ch; font-size: clamp(25px, 1.75vw, 31px); line-height: 1; letter-spacing: -.035em; }
.lgc-gift-card-card__copy { max-width: 30ch; font-size: 13px; line-height: 1.5; }
.lgc-gift-card-alternatives__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); border: 0; }
.lgc-gift-card-alternatives__grid li.lgc-gift-card-card { width: auto; margin: 0; }
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__content { padding-top: 14px; }
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__copy { display: none; }
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__cta { margin-top: 2px; }
@media (max-width: 768px) {
  .lgc-commerce--archive:has(.lgc-shop-hero--gift-card) { padding-top: 72px; }
  .lgc-commerce--archive:has(.lgc-shop-hero--gift-card) .lgc-commerce__breadcrumb { margin-bottom: 18px; }
  .lgc-shop-hero--gift-card { margin-bottom: 36px; }
  .lgc-shop-hero--gift-card .lgc-shop-hero__content { padding-block: 16px 32px; }
  .lgc-shop-hero--gift-card h1 { max-width: 11ch; font-size: clamp(48px, 13vw, 66px); }
  .lgc-gift-card-alternatives__grid { grid-template-columns: 1fr; gap: 38px; }
}

/* Product type scale and purchase baseline. */
.lgc-gift-card-alternatives h2 { font-size: clamp(34px, 3.5vw, 52px); }
.lgc-gift-card-alternatives__grid li.lgc-gift-card-card { list-style: none; }
.woocommerce ul.products li.product.lgc-gift-card-card .woocommerce-loop-product__title,
.lgc-gift-card-alternatives__grid .woocommerce-loop-product__title { max-width: none; margin: 0 0 14px; font-size: clamp(24px, 1.55vw, 28px); line-height: 1.04; letter-spacing: -.03em; }
.lgc-gift-card-card__content { display: flex; min-height: 151px; flex-direction: column; }
.lgc-gift-card-card__content .lgc-kicker { margin-bottom: 9px; font-size: 9px; }
.lgc-gift-card-card__copy { margin-bottom: 17px; }
.lgc-gift-card-card__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-top: auto; }
.lgc-gift-card-card__meta .price { margin: 0; color: var(--lgc-charcoal); font-size: 16px; font-weight: 500; line-height: 1; white-space: nowrap; }
.lgc-gift-card-card__meta .lgc-gift-card-card__cta { flex: 0 0 auto; padding-bottom: 4px; font-size: 9px; line-height: 1; white-space: nowrap; }
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__media { aspect-ratio: 1.1 / 1; }
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__content { min-height: 112px; }
@media (max-width: 768px) {
  .lgc-gift-card-card__content { min-height: auto; }
  .lgc-gift-card-card__meta { margin-top: 8px; }
}

/* Final art direction — DESIGN_VARIANCE 7 / VISUAL_DENSITY 6 / MOTION 4.
   Density comes from image scale, crop, overlap and editorial type; no extra UI. */
:root {
  --lgc-radius: 2px;
  --lgc-ease-editorial: cubic-bezier(.22, .78, .24, 1);
}

@media (min-width: 769px) {
  .lgc-header:not(.lgc-header--commerce-flow) {
    position: fixed;
    top: 20px;
    right: clamp(18px, 3vw, 52px);
    left: auto;
    width: min(760px, calc(100% - 36px));
    min-height: 62px;
    padding-inline: 22px;
    border: 1px solid rgba(243, 243, 243, .2);
    border-radius: 999px;
    background: rgba(23, 21, 20, .58);
    color: var(--lgc-ice);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 48px rgba(23, 21, 20, .12);
  }
  .lgc-header:not(.lgc-header--commerce-flow) .lgc-brand { width: 154px; }
  .lgc-header:not(.lgc-header--commerce-flow) .lgc-brand__logo { max-height: 48px; }
  .lgc-hero__foot { grid-template-columns: 1fr auto; }
  .lgc-hero__foot > span:last-child { text-align: right; }
  .lgc-manifesto {
    display: grid;
    grid-template-columns: minmax(100px, .28fr) minmax(220px, .58fr) minmax(0, 1.14fr);
    align-items: end;
    gap: clamp(24px, 4vw, 72px);
    min-height: 620px;
    padding-block: clamp(76px, 9vw, 138px);
  }
  .lgc-manifesto__media {
    width: min(100%, 430px);
    aspect-ratio: 4 / 5;
    margin: 0 0 -10% -8%;
    overflow: hidden;
    transform: rotate(-2deg);
  }
  .lgc-manifesto__media img { width: 100%; height: 100%; object-fit: cover; }
  .lgc-manifesto > div:last-child { padding-bottom: 2%; }
  .lgc-products { padding-block: clamp(82px, 9vw, 146px); }
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, .78fr) minmax(0, .78fr);
    grid-auto-flow: row;
    gap: clamp(28px, 4vw, 64px) clamp(18px, 2.5vw, 42px);
    align-items: start;
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child {
    grid-column: span 2;
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media {
    aspect-ratio: 1.45 / 1;
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:not(:first-child) .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:not(:first-child) .lgc-gift-card-card__media {
    aspect-ratio: 4 / 5;
  }
  .lgc-products .lgc-gift-card-card:first-child .woocommerce-loop-product__title { font-size: clamp(32px, 3.2vw, 56px); }
  .lgc-products .lgc-gift-card-card:first-child .lgc-gift-card-card__content { min-height: 0; }
  .lgc-experience { margin-inline: min(-8vw, -120px); }
  .lgc-location { min-height: 680px; }
  .lgc-location__media { margin: -6% 0 -6% -7%; transform: rotate(1.5deg); }
  .lgc-location__media img { height: 108%; }
  .lgc-gift-card-single__hero { grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: clamp(44px, 6vw, 96px); }
  .lgc-gift-card-single__media { min-height: clamp(520px, 54vw, 780px); margin-left: -5vw; }
  .lgc-gift-card-single__summary { padding-right: clamp(0px, 3vw, 48px); }
  .lgc-gift-card-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; border-top: 1px solid var(--lgc-line); }
  .lgc-gift-card-benefits > div { display: block; padding: 15px 0 0; border-bottom: 0; }
  .lgc-gift-card-benefits span { display: block; margin-bottom: 20px; font-size: 13px; }
  .lgc-gift-card-benefits h2 { font-size: 9px; line-height: 1.2; }
  .lgc-gift-card-benefits p { font-size: 12px; line-height: 1.45; }
}

.lgc-manifesto__media { background: var(--lgc-charcoal); }
.lgc-manifesto__media img { display: block; }
.lgc-gift-card-card__media img,
.lgc-gift-card-single__image { transition: transform .65s var(--lgc-ease-editorial); }
@media (hover: hover) and (pointer: fine) {
  .lgc-gift-card-card:hover .lgc-gift-card-card__media img,
  .lgc-gift-card-single__media:hover .lgc-gift-card-single__image { transform: scale(1.035); }
}

@media (max-width: 768px) {
  .lgc-header:not(.lgc-header--commerce-flow) { position: fixed; top: 12px; right: 12px; left: 12px; width: auto; border-radius: 999px; background: rgba(23, 21, 20, .66); color: var(--lgc-ice); }
  .lgc-hero__foot { grid-template-columns: 1fr auto; gap: 12px; }
  .lgc-hero__foot > span:last-child { text-align: right; }
  .lgc-manifesto { display: grid; grid-template-columns: 74px 1fr; gap: 26px 18px; padding-block: 76px; }
  .lgc-manifesto__media { grid-column: 2; width: 100%; aspect-ratio: 4 / 3; margin: -2px 0 18px; overflow: hidden; transform: rotate(-1deg); }
  .lgc-manifesto__media img { width: 100%; height: 100%; object-fit: cover; }
  .lgc-manifesto > div:last-child { grid-column: 2; }
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 14px; }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child { grid-column: span 2; }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media { aspect-ratio: 1.22 / 1; }
  .lgc-experience { margin-inline: -18px; }
  .lgc-gift-card-benefits { margin-top: 36px; }
  .lgc-gift-card-benefits > div { grid-template-columns: 32px 1fr; }
  .lgc-gift-card-benefits > div > i { display: none; }
  .lgc-gift-card-benefits span { display: block; color: var(--lgc-gold); font-family: var(--lgc-display); font-size: 20px; line-height: 1.25; }
  .lgc-gift-card-benefits h2 { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .lgc-gift-card-card__media img,
  .lgc-gift-card-single__image { transition: none; }
}

/* Gift Card parity: asymmetry is compositional, never a ranking of amounts. */
@media (min-width: 769px) {
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: clamp(42px, 5vw, 78px) clamp(22px, 4vw, 58px);
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child {
    grid-column: auto;
  }
  .lgc-products ul.products li.product.lgc-gift-card-card .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card .lgc-gift-card-card__media {
    aspect-ratio: 1.18 / 1;
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media {
    aspect-ratio: 1.18 / 1;
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:nth-child(2),
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:nth-child(2) {
    transform: translateY(clamp(24px, 4vw, 72px));
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:nth-child(3),
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:nth-child(3) {
    transform: translateY(clamp(-10px, -1.2vw, -18px));
  }
  .lgc-products ul.products li.product.lgc-gift-card-card:nth-child(4),
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:nth-child(4) {
    transform: translateY(clamp(38px, 6vw, 96px));
  }
  .lgc-products .lgc-gift-card-card:first-child .woocommerce-loop-product__title,
  .lgc-products .lgc-gift-card-card .woocommerce-loop-product__title {
    font-size: clamp(24px, 1.55vw, 28px);
  }
  .lgc-products .lgc-gift-card-card:first-child .lgc-gift-card-card__content { min-height: 151px; }
}

@media (max-width: 768px) {
  .lgc-products ul.products li.product.lgc-gift-card-card,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card { transform: none; }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child { grid-column: auto; }
  .lgc-products ul.products li.product.lgc-gift-card-card .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card .lgc-gift-card-card__media { aspect-ratio: 1.18 / 1; }
  .lgc-products ul.products li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card:first-child .lgc-gift-card-card__media { aspect-ratio: 1.18 / 1; }
}

/* Final correction overrides load last so runtime cascade matches the screenshots. */
@media (min-width: 1101px) {
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(26px, 2.4vw, 44px); }
  .lgc-products ul.products li.product.lgc-gift-card-card,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card { grid-column: auto; transform: none; }
  .lgc-gift-card-single__hero { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(42px, 5vw, 82px); }
  .lgc-gift-card-single__media { min-height: clamp(520px, 48vw, 700px); margin-left: 0; }
  .lgc-gift-card-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .lgc-gift-card-benefits > div { display: block !important; min-width: 0; }
}
.lgc-gift-card-card__content,
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__content { display: block; min-height: 0; padding-top: 22px; }
.lgc-gift-card-card__content .lgc-kicker { margin-bottom: 13px; font-size: 11px; }
.woocommerce ul.products li.product.lgc-gift-card-card .woocommerce-loop-product__title,
.lgc-gift-card-alternatives__grid .woocommerce-loop-product__title { margin-bottom: 12px; font-size: clamp(22px, 1.8vw, 28px); line-height: 1.08; }
.lgc-gift-card-card__copy,
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__copy { display: -webkit-box !important; max-width: 34ch; margin: 0 0 18px; overflow: hidden; color: var(--lgc-muted); font-size: 15px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lgc-gift-card-card__meta { display: block; min-height: 0; margin: 0; }
.lgc-gift-card-card__meta .price { display: block; margin: 0; font-size: 17px; line-height: 1.4; }
.lgc-gift-card-card__meta .lgc-gift-card-card__cta { display: inline-flex; margin-top: 17px; padding-bottom: 6px; font-size: 12px; line-height: 1.2; letter-spacing: .11em; }

@media (max-width: 1100px) and (min-width: 769px) {
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lgc-gift-card-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lgc-gift-card-benefits > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .lgc-products ul.products,
  .woocommerce ul.products:has(.lgc-gift-card-card) { grid-template-columns: 1fr; gap: 50px; }
  .lgc-products ul.products li.product.lgc-gift-card-card,
  .woocommerce ul.products:has(.lgc-gift-card-card) li.product.lgc-gift-card-card { grid-column: auto; transform: none; }
  .lgc-gift-card-single__hero { grid-template-columns: 1fr; gap: 42px; }
  .lgc-gift-card-single__media { min-height: 0; aspect-ratio: 1 / 1.08; }
  .lgc-gift-card-benefits { display: block; }
  .lgc-gift-card-benefits > div { display: grid !important; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 17px 0; }
  .lgc-gift-card-benefits span { display: block; margin: 0; font-size: 20px; }
  .lgc-gift-card-benefits h2 { font-size: 11px; line-height: 1.3; }
  .lgc-gift-card-benefits p { font-size: 15px; line-height: 1.55; }
  .lgc-gift-card-alternatives__grid { grid-template-columns: 1fr; gap: 44px; }
}

/* Targeted correction pass: one calm, seamless marquee; full-width header; readable copy. */
@keyframes lgc-marquee-seamless-slow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.lgc-marquee > div.lgc-marquee__track {
  display: flex;
  flex-flow: row nowrap;
  width: max-content;
  max-width: none;
  min-width: max-content;
  padding-left: 0;
  white-space: nowrap;
  animation: lgc-marquee-seamless-slow 60s linear infinite;
}

.lgc-marquee > div.lgc-marquee__track > span.lgc-marquee__group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  align-items: center;
  white-space: nowrap;
}

.lgc-gift-card-card__copy,
.lgc-gift-card-alternatives__grid .lgc-gift-card-card__copy { font-size: 16px; }
.lgc-gift-card-card__meta .lgc-gift-card-card__cta { font-size: 16px; line-height: 1.3; letter-spacing: .04em; }
.lgc-gift-card-benefits h2 { font-size: 16px; line-height: 1.3; letter-spacing: 0; }
.lgc-gift-card-benefits p { font-size: 16px; line-height: 1.55; }

@media (min-width: 769px) {
  .lgc-header:not(.lgc-header--commerce-flow) {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: var(--lgc-header-h);
    padding-inline: var(--lgc-pad);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media (max-width: 768px) {
  .lgc-header:not(.lgc-header--commerce-flow) {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lgc-marquee > div.lgc-marquee__track { animation: none; }
}

/* Shop-only correction: a shorter image pre-header and an even four-card grid. */
.lgc-shop-hero.lgc-shop-hero--gift-card.lgc-shop-hero--media {
  min-height: clamp(250px, 30vw, 420px);
  margin-bottom: clamp(56px, 7vw, 96px);
}
.lgc-shop-hero.lgc-shop-hero--gift-card.lgc-shop-hero--media .lgc-shop-hero__content {
  padding-block: clamp(44px, 6vw, 78px);
}
.lgc-shop-hero.lgc-shop-hero--gift-card.lgc-shop-hero--media h1 {
  max-width: 720px;
  font-size: clamp(52px, 7vw, 112px);
}

#gift-card-grid ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 42px);
  align-items: start;
}
#gift-card-grid ul.products li.product.lgc-gift-card-card {
  display: flex;
  flex-direction: column;
  grid-column: auto !important;
  transform: none !important;
}
#gift-card-grid ul.products li.product.lgc-gift-card-card .lgc-gift-card-card__media {
  width: 100%;
  aspect-ratio: 4 / 5;
}
#gift-card-grid ul.products li.product.lgc-gift-card-card .lgc-gift-card-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
#gift-card-grid ul.products li.product.lgc-gift-card-card .lgc-gift-card-card__meta {
  margin-top: auto;
}

@media (max-width: 1100px) and (min-width: 769px) {
  #gift-card-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .lgc-shop-hero.lgc-shop-hero--gift-card.lgc-shop-hero--media { min-height: 300px; }
  .lgc-shop-hero.lgc-shop-hero--gift-card.lgc-shop-hero--media h1 { font-size: clamp(46px, 13vw, 72px); }
  #gift-card-grid ul.products { grid-template-columns: 1fr; }
}

/* News templates. */
.lgc-news-archive,
.lgc-news-single { background: var(--lgc-ice); color: var(--lgc-charcoal); }
.lgc-news-archive__shell,
.lgc-news-single__shell { width: min(100% - (var(--lgc-pad) * 2), 1280px); margin-inline: auto; }
.lgc-news-archive__breadcrumb,
.lgc-news-single__breadcrumb { display: flex; gap: 10px; padding-top: clamp(110px, 12vw, 170px); color: var(--lgc-muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.lgc-news-archive__breadcrumb a,
.lgc-news-single__breadcrumb a { color: inherit; }
.lgc-news-archive__header { padding-block: clamp(74px, 10vw, 150px) clamp(58px, 8vw, 112px); border-bottom: 1px solid var(--lgc-line); }
.lgc-news-archive__header h1,
.lgc-news-single__header h1 { max-width: 920px; margin: 0; font-family: var(--lgc-display); font-size: clamp(72px, 11vw, 170px); font-weight: 400; letter-spacing: -.06em; line-height: .88; }
.lgc-news-archive__header > p:last-child { max-width: 430px; margin: 30px 0 0; color: var(--lgc-muted); font-size: 18px; line-height: 1.55; }
.lgc-news-archive__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(64px, 8vw, 128px) clamp(28px, 5vw, 82px); padding-block: clamp(64px, 8vw, 120px); }
.lgc-news-card__media { display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--lgc-charcoal); }
.lgc-news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--lgc-ease-editorial); }
.lgc-news-card:hover .lgc-news-card__media img { transform: scale(1.035); }
.lgc-news-card__content { padding-top: 24px; }
.lgc-news-card__meta { margin: 0 0 14px; color: var(--lgc-gold); font-size: 16px; letter-spacing: .08em; text-transform: uppercase; }
.lgc-news-card h2 { max-width: 680px; margin: 0; font-family: var(--lgc-display); font-size: clamp(34px, 4vw, 62px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.lgc-news-card__excerpt { max-width: 560px; margin-top: 20px; color: var(--lgc-muted); font-size: 17px; line-height: 1.6; }
.lgc-news-card__excerpt p { margin: 0; }
.lgc-news-card .lgc-text-link { margin-top: 24px; color: var(--lgc-charcoal); border-color: var(--lgc-charcoal); font-size: 16px; letter-spacing: .04em; }
.nav-links { display: flex; justify-content: center; gap: 12px; padding-bottom: clamp(74px, 9vw, 140px); }
.nav-links a,
.nav-links .current { display: inline-grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--lgc-line); font-size: 16px; }
.nav-links .current { background: var(--lgc-charcoal); color: var(--lgc-ice); }
.lgc-news-archive__empty { padding-block: 80px 160px; font-size: 18px; }

.lgc-news-single__breadcrumb { padding-bottom: clamp(50px, 7vw, 96px); }
.lgc-news-single__header { max-width: 1100px; margin-inline: auto; text-align: center; }
.lgc-news-single__header .lgc-kicker { margin-bottom: 22px; }
.lgc-news-single__header h1 { max-width: none; font-size: clamp(58px, 9vw, 140px); }
.lgc-news-single__media { width: min(100%, 1120px); aspect-ratio: 1.6 / 1; margin: clamp(58px, 8vw, 120px) auto 0; overflow: hidden; background: var(--lgc-charcoal); }
.lgc-news-single__media img { width: 100%; height: 100%; object-fit: cover; }
.lgc-news-single__body { width: min(100%, 760px); margin: clamp(58px, 8vw, 120px) auto 0; font-size: 19px; line-height: 1.75; }
.lgc-news-single__body > * { max-width: 100%; }
.lgc-news-single__body h2,
.lgc-news-single__body h3 { font-family: var(--lgc-display); font-weight: 400; line-height: 1.05; }
.lgc-news-single__body h2 { margin-top: 2.5em; font-size: clamp(38px, 5vw, 68px); }
.lgc-news-single__body h3 { margin-top: 2em; font-size: clamp(28px, 3.5vw, 46px); }
.lgc-news-single__body img { height: auto; }
.lgc-news-single__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; width: min(100%, 1120px); margin: clamp(72px, 10vw, 150px) auto 0; padding-block: 24px 100px; border-top: 1px solid var(--lgc-line); font-family: var(--lgc-display); font-size: clamp(22px, 3vw, 38px); line-height: 1.05; }
.lgc-news-single__nav div:last-child { text-align: right; }
.lgc-news-single__nav a:hover { color: var(--lgc-gold); }

@media (max-width: 768px) {
  .lgc-news-archive__shell,
  .lgc-news-single__shell { width: calc(100% - 40px); }
  .lgc-news-archive__breadcrumb,
  .lgc-news-single__breadcrumb { padding-top: 102px; font-size: 11px; }
  .lgc-news-archive__grid { grid-template-columns: 1fr; gap: 64px; padding-block: 58px 90px; }
  .lgc-news-archive__header h1 { font-size: clamp(64px, 19vw, 96px); }
  .lgc-news-archive__header > p:last-child { font-size: 17px; }
  .lgc-news-card__meta { font-size: 16px; }
  .lgc-news-card h2 { font-size: clamp(36px, 11vw, 58px); }
  .lgc-news-card__excerpt { font-size: 17px; }
  .lgc-news-single__header h1 { font-size: clamp(52px, 15vw, 82px); }
  .lgc-news-single__media { aspect-ratio: 1 / 1.05; margin-top: 52px; }
  .lgc-news-single__body { font-size: 18px; }
  .lgc-news-single__nav { grid-template-columns: 1fr; gap: 28px; font-size: 26px; }
  .lgc-news-single__nav div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .lgc-news-card__media img { transition: none; }
}

/* Final visual correction: contained home composition and full-bleed Shop pre-header. */
@media (min-width: 769px) {
  .lgc-commerce--archive:has(.lgc-shop-hero--gift-card) .lgc-shop-hero--media {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(260px, 28vw, 410px);
  }
  .lgc-commerce--archive:has(.lgc-shop-hero--gift-card) .lgc-shop-hero--media .lgc-shop-hero__content {
    width: min(calc(100% - (var(--lgc-pad) * 2)), var(--lgc-commerce-max));
    margin-inline: auto;
  }
  .home .lgc-experience {
    margin-inline: 0;
    min-height: clamp(500px, 58vw, 720px);
  }
  .home .lgc-experience__copy { padding-inline: clamp(36px, 5vw, 92px); }
  .home .lgc-experience h2 { max-width: 10ch; font-size: clamp(46px, 5vw, 88px); }
  .home .lgc-location { min-height: clamp(500px, 58vw, 720px); }
  .home .lgc-location__media { min-height: 0; margin: 0; transform: none; overflow: hidden; }
  .home .lgc-location__media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transform: none; }
  .home .lgc-products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 2.4vw, 42px); align-items: start; }
  .home .lgc-products ul.products li.product.lgc-gift-card-card { grid-column: auto !important; transform: none !important; display: flex; flex-direction: column; }
  .home .lgc-products .lgc-gift-card-card__media { aspect-ratio: 4 / 5; }
  .home .lgc-products .lgc-gift-card-card__copy,
  .home .lgc-products .lgc-gift-card-card__meta .price { display: none !important; }
  .home .lgc-products .lgc-gift-card-card__content > .lgc-kicker { display: none; }
  .home .lgc-products .lgc-gift-card-card__content { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; }
  .home .lgc-products .lgc-gift-card-card__meta { margin-top: auto; }
}

@media (max-width: 768px) {
  .lgc-commerce--archive:has(.lgc-shop-hero--gift-card) .lgc-shop-hero--media { width: 100vw; margin-left: -20px; margin-right: -20px; min-height: 300px; }
  .home .lgc-experience { margin-inline: 0; }
  .home .lgc-experience__media { min-height: 0; height: clamp(300px, 78vw, 430px); }
  .home .lgc-experience__media img { height: 100%; object-fit: cover; }
  .home .lgc-location { min-height: 0; }
  .home .lgc-location__media { min-height: 0; height: clamp(300px, 78vw, 430px); margin: 0; transform: none; overflow: hidden; }
  .home .lgc-location__media img { min-height: 0; height: 100%; object-fit: cover; }
  .home .lgc-products ul.products { grid-template-columns: 1fr; }
  .home .lgc-products .lgc-gift-card-card__copy,
  .home .lgc-products .lgc-gift-card-card__meta .price { display: none !important; }
  .home .lgc-products .lgc-gift-card-card__content > .lgc-kicker { display: none; }
}

/* Homepage header / marquee / Gift Card card finish. */
body.home .lgc-header:not(.lgc-header--commerce-flow):not(.is-sticky) {
  background: transparent;
  color: var(--lgc-ice);
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body.home .lgc-header:not(.lgc-header--commerce-flow):not(.is-sticky) .lgc-brand__logo--light { display: block; }
body.home .lgc-header:not(.lgc-header--commerce-flow):not(.is-sticky) .lgc-brand__logo--color { display: none; }
body.home .lgc-header.is-sticky { background: rgba(255, 255, 255, .97); color: var(--lgc-charcoal); box-shadow: 0 1px rgba(45, 41, 38, .12); }
body.home .lgc-header.is-sticky .lgc-brand__logo--light { display: none; }
body.home .lgc-header.is-sticky .lgc-brand__logo--color { display: block; }

.lgc-marquee {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding-block: 20px;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: .1em;
}
.lgc-marquee > div.lgc-marquee__track { animation-duration: 42s; }
.lgc-marquee > div.lgc-marquee__track > span.lgc-marquee__group { gap: 0; padding-right: 2.2em; }
.lgc-marquee > div.lgc-marquee__track > span.lgc-marquee__group i { margin-inline: .9em; font-size: .52em; }

@media (min-width: 769px) {
  .home .lgc-products .lgc-gift-card-card__media { aspect-ratio: 1.18 / 1 !important; }
  .home .lgc-products .lgc-gift-card-card__placeholder {
    background: radial-gradient(circle at 50% 42%, #40372f 0, #2c2621 56%, #211d19 100%);
    box-shadow: inset 0 0 0 1px rgba(197, 160, 72, .42);
  }
  .home .lgc-products .lgc-gift-card-card__placeholder::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(197, 160, 72, .48);
    pointer-events: none;
  }
  .home .lgc-products .lgc-gift-card-card__placeholder span { font-size: clamp(34px, 2.4vw, 48px); letter-spacing: -.035em; }
  .home .lgc-products .lgc-gift-card-card__placeholder strong { letter-spacing: .22em; }
}

@media (max-width: 768px) {
  .lgc-marquee { min-height: 62px; padding-block: 16px; font-size: 19px; }
  .home .lgc-products .lgc-gift-card-card__media { aspect-ratio: 1.18 / 1 !important; }
}

/* Contact Form 7 — La Galleria editorial form. */
.galleria-contact-form {
  width: min(100%, 820px);
  padding: clamp(28px, 5vw, 58px);
  background: #ebe7e1;
  border: 1px solid var(--lgc-line);
  color: var(--lgc-charcoal);
}
.galleria-contact-form .galleria-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 48px);
}
.galleria-contact-form .galleria-form-group { margin: 0 0 28px; }
.galleria-contact-form label {
  display: block;
  margin: 0 0 10px;
  color: var(--lgc-charcoal);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.galleria-contact-form .galleria-input {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(45, 41, 38, .34);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--lgc-charcoal);
  font: inherit;
  font-size: 17px;
  line-height: 1.45;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.galleria-contact-form textarea.galleria-input { min-height: 132px; resize: vertical; }
.galleria-contact-form .galleria-input::placeholder { color: rgba(45, 41, 38, .52); }
.galleria-contact-form .galleria-input:focus { border-color: var(--lgc-gold); box-shadow: 0 2px 0 var(--lgc-gold); }
.galleria-contact-form .wpcf7-not-valid { border-color: #9b4f43; }
.galleria-contact-form .wpcf7-not-valid-tip { margin-top: 8px; color: #9b4f43; font-size: 14px; }
.galleria-contact-form .galleria-privacy { margin: 6px 0 28px; color: var(--lgc-muted); font-size: 14px; line-height: 1.55; }
.galleria-contact-form .galleria-privacy .wpcf7-list-item { margin: 0; }
.galleria-contact-form .galleria-privacy label { display: inline-flex; align-items: flex-start; gap: 10px; margin: 0; color: inherit; font-size: inherit; letter-spacing: 0; line-height: inherit; text-transform: none; }
.galleria-contact-form .galleria-privacy input[type='checkbox'] { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--lgc-gold); }
.galleria-contact-form .galleria-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 25px;
  border: 1px solid var(--lgc-charcoal);
  border-radius: 0;
  background: var(--lgc-charcoal);
  color: var(--lgc-ice);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
}
.galleria-contact-form .galleria-submit:hover { background: var(--lgc-gold); border-color: var(--lgc-gold); color: var(--lgc-charcoal); transform: translateY(-2px); }
.galleria-contact-form .wpcf7-spinner { margin: 0 0 0 12px; }
.galleria-contact-form .wpcf7-response-output { margin: 22px 0 0; padding: 14px 0; border: 0; border-top: 1px solid var(--lgc-line); color: var(--lgc-muted); font-size: 15px; line-height: 1.5; }
@media (max-width: 640px) {
  .galleria-contact-form { padding: 26px 20px; }
  .galleria-contact-form .galleria-form-row { grid-template-columns: 1fr; gap: 0; }
  .galleria-contact-form .galleria-form-group { margin-bottom: 24px; }
  .galleria-contact-form label { font-size: 13px; }
  .galleria-contact-form .galleria-input { font-size: 16px; }
  .galleria-contact-form .galleria-submit { width: 100%; }
}






.lgc-footer .lgc-footer__credits {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

.lgc-footer .lgc-footer__credits a {
	display: inline;
	margin: 0;
	padding: 0;
	min-height: 0;
	line-height: inherit;
	font: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	background: none;
	border: 0;
	text-decoration: none;
}

.lgc-footer .lgc-footer__credits a:hover {
	opacity: 0.7;
}

/*******mostra password pagina my account*****/
/* Mostra/nascondi password (My Account, checkout, registrazione) */
.woocommerce form .password-input {
  position: relative;
  display: inline-block;
}
.woocommerce form .password-input input[type="password"],
.woocommerce form .password-input input[type="text"] {
  padding-right: 48px;
}
.woocommerce form .show-password-input {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background-color: var(--lgc-muted);
  cursor: pointer;
  /* occhio (password nascosta) */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}
/* occhio barrato (password visibile) */
.woocommerce form .show-password-input.display-password {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.9 10.9 0 0 1 12 19C5 19 1 12 1 12a19.8 19.8 0 0 1 5.06-5.94M9.9 4.24A10.4 10.4 0 0 1 12 5c7 0 11 7 11 7a19.9 19.9 0 0 1-3.17 4.19M14.12 14.12a3 3 0 1 1-4.24-4.24M1 1l22 22'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.9 10.9 0 0 1 12 19C5 19 1 12 1 12a19.8 19.8 0 0 1 5.06-5.94M9.9 4.24A10.4 10.4 0 0 1 12 5c7 0 11 7 11 7a19.9 19.9 0 0 1-3.17 4.19M14.12 14.12a3 3 0 1 1-4.24-4.24M1 1l22 22'/%3E%3C/svg%3E");
}
.woocommerce form .show-password-input:hover { background-color: var(--lgc-charcoal); }
.woocommerce form .show-password-input:focus-visible { outline: 2px solid var(--lgc-gold); outline-offset: 2px; }