/*
Theme Name: Sunday Letters
Theme URI: https://example.com/sunday-letters
Author: Sunday Letters
Description: A polished WooCommerce theme for a Grandma and family gift storefront.
Version: 2.5.9
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: sunday-letters
*/

:root {
  --sl-ink: #25211d;
  --sl-muted: #675f55;
  --sl-paper: #f7f6f2;
  --sl-white: #fff;
  --sl-rose: #a64f63;
  --sl-rose-dark: #753743;
  --sl-sage: #6f665d;
  --sl-green: #5f7568;
  --sl-gold: #b68a3a;
  --sl-blue: #496c83;
  --sl-clay: #b96545;
  --sl-line: #ded8ca;
  --sl-soft: #f1eee7;
  --sl-error: #9f302d;
  --sl-success: #496a43;
  /* One shared corner treatment for every rectangular storefront surface. */
  --sl-product-card-radius: 18px;
  --sl-radius: var(--sl-product-card-radius);
  --sl-surface-raised: #fffefa;
  --sl-surface-control: #f0ece3;
  --sl-surface-control-strong: #e5dece;
  --sl-surface-selected: #e8dcc5;
  --sl-surface-shadow: 0 14px 34px rgba(37, 33, 29, .14);
  --sl-surface-shadow-strong: 0 18px 46px rgba(37, 33, 29, .18);
  --sl-shadow: 0 12px 35px rgba(41, 39, 36, .08);
  --sl-content: 1180px;
}

* { box-sizing: border-box; }
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
@supports not (overflow: clip) {
  html { overflow-x: hidden; }
}
body {
  margin: 0;
  overflow-x: clip;
  color: var(--sl-ink);
  background: var(--sl-paper);
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, .button, input[type="submit"], .wp-element-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid var(--sl-rose);
  border-radius: var(--sl-radius);
  color: var(--sl-white);
  background: var(--sl-rose);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
button:hover, .button:hover, input[type="submit"]:hover, .wp-element-button:hover {
  border-color: var(--sl-rose-dark);
  background: var(--sl-rose-dark);
  color: var(--sl-white);
}
button:disabled,
button[aria-disabled="true"],
.button[aria-disabled="true"] {
  cursor: not-allowed;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-color: var(--sl-rose);
  color: var(--sl-white);
  background: var(--sl-rose);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  border-color: var(--sl-rose-dark);
  color: var(--sl-white);
  background: var(--sl-rose-dark);
}
/*
 * WooCommerce's legacy stylesheet targets its actions more specifically than
 * the shared .button rule above. Keep cart and checkout actions on the same
 * corner system as every other rectangular storefront control.
 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type="submit"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border-radius: var(--sl-radius);
}
:focus-visible { outline: 3px solid var(--sl-gold); outline-offset: 3px; }
h1, h2, h3, h4 {
  margin: 0 0 .55em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.5rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.container { width: min(calc(100% - 28px), var(--sl-content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 28px), 760px); margin-inline: auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.announcement {
  padding: 7px 20px;
  color: var(--sl-white);
  background: #25312e;
  font-size: .84rem;
  font-weight: 800;
  text-align: center;
}
.announcement strong { color: #f8d9a8; }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  isolation: isolate;
  border-bottom: 1px solid rgba(221, 216, 207, .72);
  background: linear-gradient(180deg, rgba(255, 255, 252, .78), rgba(247, 246, 242, .66));
  box-shadow: 0 8px 26px rgba(37, 33, 29, .075);
  -webkit-backdrop-filter: blur(22px) saturate(1.16);
  backdrop-filter: blur(22px) saturate(1.16);
}
.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, .92);
  pointer-events: none;
  content: "";
}
.header-inner {
  display: grid;
  min-height: 60px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}
.brand {
	display: flex;
	align-items: center;
	width: 168px;
	height: 34px;
	overflow: hidden;
	text-decoration: none;
}
.brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.primary-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid var(--sl-line);
  background: var(--sl-paper);
}
.primary-nav.is-open { display: block; }
.primary-nav ul { display: flex; align-items: stretch; flex-direction: column; gap: 0; margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: 12px; font-size: .92rem; font-weight: 800; text-decoration: none; }
.primary-nav__icon { display: none; }
.header-actions { position: relative; display: flex; align-items: center; gap: 8px; justify-self: end; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .78rem;
  font-weight: 850;
}
.language-switcher a { color: var(--sl-muted); text-decoration: none; }
.language-switcher a[aria-current="true"] { color: var(--sl-rose-dark); text-decoration: underline; text-underline-offset: 3px; }
.track-order-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: var(--sl-radius);
  color: var(--sl-ink);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.track-order-link:hover {
  border-color: var(--sl-line);
  background: var(--sl-soft);
  color: var(--sl-rose-dark);
}
.track-order-link svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.track-order-wrap { position: relative; display: inline-flex; }
.track-order-popover {
  position: absolute;
  z-index: 80;
  top: calc(100% + 13px);
  right: 0;
  width: min(335px, calc(100vw - 28px));
  padding: 16px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-raised);
  box-shadow: 0 18px 44px rgba(37, 33, 29, .18);
}
.track-order-popover::before {
  position: absolute;
  top: -7px;
  right: 16px;
  width: 12px;
  height: 12px;
  background: var(--sl-surface-raised);
  box-shadow: -4px -4px 10px rgba(37, 33, 29, .04);
  content: "";
  transform: rotate(45deg);
}
.track-order-popover__close {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 44px;
  height: 44px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  place-items: center;
  color: var(--sl-muted);
  background: transparent;
  font-size: 1.25rem;
  line-height: 1;
}
.track-order-popover__close:hover { background: var(--sl-surface-control); color: var(--sl-ink); }
.track-order-popover__title {
  margin: 0 28px 6px 0;
  color: var(--sl-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 1.25;
}
.track-order-popover__copy,
.track-order-popover__trust,
.track-order-popover__result > p {
  margin: 0 0 10px;
  color: var(--sl-muted);
  font-size: .88rem;
  line-height: 1.45;
}
.track-order-popover__form { display: grid; gap: 7px; }
.track-order-popover__form input[type="text"],
.track-order-popover__form input[type="email"] {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 7px 11px;
  border: 0;
  background: var(--sl-surface-control);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  font-size: 1rem;
  line-height: 1.2;
}
.track-order-popover__form button[type="submit"] {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding-block: 8px;
}
.track-order-popover__form button[type="submit"]:disabled { cursor: wait; opacity: .65; }
.track-order-popover__result {
  margin-top: 10px;
  color: var(--sl-muted);
  font-size: .84rem;
  line-height: 1.35;
}
.track-order-popover__result[data-tone="error"] > p {
  padding: 10px 12px;
  color: #7a2d25;
  background: #f6e9e7;
}
.track-order-popover__summary {
  display: grid;
  gap: 4px;
  margin-bottom: 9px;
  padding: 11px 12px;
  background: var(--sl-surface-selected);
}
.track-order-popover__summary span {
  color: var(--sl-rose-dark);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.track-order-popover__summary strong {
  color: var(--sl-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
}
.track-order-popover__summary p,
.track-order-popover__result[data-tone="success"] > p {
  margin: 0;
  color: var(--sl-muted);
}
.track-order-popover__scan {
  display: grid;
  gap: 3px;
  margin: 0 0 9px;
  padding: 10px 12px;
  color: var(--sl-muted);
  background: var(--sl-surface-control);
  font-size: .84rem;
  line-height: 1.35;
}
.track-order-popover__scan strong {
  color: var(--sl-ink);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.track-order-popover__link {
  display: inline-flex;
  min-height: 36px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--sl-rose);
  color: var(--sl-white);
  background: var(--sl-rose);
  font-size: .84rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}
.track-order-popover__link:hover {
  border-color: var(--sl-rose-dark);
  color: var(--sl-white);
  background: var(--sl-rose-dark);
}
.track-order-popover__details {
  display: grid;
  gap: 7px;
  margin: 0 0 9px;
}
.track-order-popover__details div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(221, 216, 207, .78);
}
.track-order-popover__details dt {
  color: var(--sl-muted);
  font-weight: 800;
}
.track-order-popover__details dd {
  margin: 0;
  color: var(--sl-ink);
  font-weight: 900;
  text-align: right;
  overflow-wrap: anywhere;
}
.track-order-popover__trust {
  margin: 10px 0 0;
  color: #6a6258;
  font-size: .8rem;
  font-weight: 800;
}
.icon-link, .menu-toggle {
  position: relative;
  display: inline-grid;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  place-items: center;
  color: var(--sl-ink);
  background: transparent;
  text-decoration: none;
}
.icon-link:hover, .menu-toggle:hover { color: var(--sl-rose); background: var(--sl-soft); }
.icon-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.cart-count {
  position: absolute;
  top: 3px;
  right: 2px;
  display: inline-grid;
  min-width: 19px;
  height: 19px;
  margin: 0;
  padding: 0 5px;
  border-radius: 20px;
  place-items: center;
  color: var(--sl-white);
  background: var(--sl-rose);
  font-size: .7rem;
  font-weight: 900;
}
body.cart-drawer-is-open { overflow: hidden; }
.cart-drawer-overlay {
  position: fixed;
  z-index: 990;
  inset: 0;
  visibility: hidden;
  background: rgba(37, 33, 29, .36);
  opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}
.cart-drawer {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  display: grid;
  width: min(100vw, 430px);
  height: 100svh;
  grid-template-rows: auto 1fr;
  border-left: 1px solid var(--sl-line);
  background: #fbf9f6;
  box-shadow: -18px 0 44px rgba(37, 33, 29, .18);
  transform: translateX(100%);
  transition: transform .28s ease;
}
@media (min-width: 900px) {
  .cart-drawer {
    width: clamp(480px, 33.333vw, 680px);
  }
}
body.admin-bar .cart-drawer {
  top: 32px;
  height: calc(100svh - 32px);
}
.cart-drawer[aria-hidden="true"] {
  visibility: hidden;
  pointer-events: none;
}
body.cart-drawer-is-open .cart-drawer {
  visibility: visible;
  transform: translateX(0);
}
body.cart-drawer-is-open .cart-drawer-overlay {
  visibility: visible;
  opacity: 1;
}
.cart-drawer__header {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 17px 22px 20px;
  border-bottom: 1px solid var(--sl-line);
  background: linear-gradient(135deg, #f5efe8 0%, #fffdf9 70%);
}
.cart-drawer__header::after {
  position: absolute;
  right: 24px;
  bottom: -1px;
  width: 78px;
  height: 2px;
  content: "";
  background: var(--sl-rose);
}
.cart-drawer__brand-row,
.cart-drawer__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cart-drawer__brand {
  display: inline-flex;
  width: 132px;
  align-items: center;
}
.cart-drawer__brand img { display: block; width: 100%; height: auto; }
.cart-drawer__title-row { justify-content: flex-start; }
.cart-drawer__title-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--sl-rose-dark);
  background: rgba(166, 79, 99, .11);
}
.cart-drawer__title-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.cart-drawer__header h2 {
  margin: 0;
  color: var(--sl-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: .9;
}
.cart-drawer__close {
  display: inline-grid;
  width: 36px;
  min-height: 36px;
  padding: 0;
  border-color: transparent;
  border-radius: 50%;
  place-items: center;
  color: var(--sl-ink);
  background: rgba(255, 255, 255, .72);
}
.cart-drawer__close:hover {
  border-color: var(--sl-rose);
  color: var(--sl-white);
  background: var(--sl-rose);
}
.cart-drawer__close svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}
.cart-drawer__content {
  position: relative;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 22px 30px;
}
.cart-drawer__content > .blockUI.blockOverlay {
  background: rgba(251, 249, 246, .72) !important;
  background-image: none !important;
  opacity: 1 !important;
}
.cart-drawer__content > .blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 2px solid rgba(166, 79, 99, .24);
  border-top-color: var(--sl-rose);
  border-radius: 50%;
  animation: sl-cart-spin .7s linear infinite;
}
@keyframes sl-cart-spin {
  to { transform: rotate(360deg); }
}
.cart-drawer__content > .blockUI.blockOverlay::after {
  content: "Updating cart…";
  position: absolute;
  z-index: 2;
  top: calc(50% + 24px);
  left: 50%;
  color: var(--sl-ink);
  font-size: .78rem;
  letter-spacing: .04em;
  transform: translateX(-50%);
  white-space: nowrap;
}
/* WooCommerce may attach the fragment loader to the widget wrapper rather
 * than the content node, so keep the cart-drawer scope broad enough to catch
 * both markup variants. */
.cart-drawer .blockUI.blockOverlay {
  background: rgba(251, 249, 246, .72) !important;
  background-image: none !important;
  opacity: 1 !important;
}
.cart-drawer .blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 2px solid rgba(166, 79, 99, .24);
  border-top-color: var(--sl-rose);
  border-radius: 50%;
  animation: sl-cart-spin .7s linear infinite;
}
.cart-drawer .blockUI.blockOverlay::after {
  content: "Updating cart…";
  position: absolute;
  z-index: 2;
  top: calc(50% + 24px);
  left: 50%;
  color: var(--sl-ink);
  font-size: .78rem;
  letter-spacing: .04em;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cart-drawer .blockUI.blockOverlay::before {
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border: 0;
  border-radius: 0;
  background: url('assets/images/sl-favicon.png') center / contain no-repeat;
  animation: sl-cart-spin .9s linear infinite;
}
.cart-drawer__content .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-drawer__content .woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0 38px 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--sl-line);
}
.cart-drawer__content .woocommerce-mini-cart-item > a:not(.remove) {
  display: contents;
  color: var(--sl-ink);
  font-weight: 850;
  text-decoration: none;
}
.cart-drawer__content .woocommerce-mini-cart-item img {
  width: 74px;
  height: 74px;
  grid-column: 1;
  object-fit: cover;
  border: 1px solid var(--sl-line);
  border-radius: 11px;
  background: #f2eee8;
  box-shadow: 0 5px 13px rgba(37, 33, 29, .07);
}
.cart-drawer__content .woocommerce-mini-cart-item .cart-drawer__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  grid-column: 2;
  margin-top: 6px;
  color: var(--sl-muted);
  font-size: .9rem;
  font-weight: 750;
}
.cart-drawer__quantity-stepper {
  display: grid;
  width: 146px;
  min-height: 32px;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 999px;
  background: var(--sl-white);
}
.cart-drawer__quantity-stepper button {
  width: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--sl-ink);
  background: transparent;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.cart-drawer__quantity-stepper > button:hover:not(:disabled) {
  border-color: transparent;
  color: var(--sl-rose-dark);
  background: var(--sl-surface-selected);
  box-shadow: none;
  transform: none;
}
.cart-drawer__quantity-stepper button:disabled { cursor: not-allowed; opacity: .38; }
.cart-drawer__quantity-stepper input {
  width: 100%;
  min-height: 30px;
  padding: 0;
  border: 0;
  color: var(--sl-ink);
  background: transparent;
  font: inherit;
  font-weight: 850;
  text-align: center;
  appearance: textfield;
}
.cart-drawer__quantity-stepper input::-webkit-outer-spin-button,
.cart-drawer__quantity-stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.cart-drawer__item-price { white-space: nowrap; }
.cart-drawer__quantity[aria-busy="true"] { opacity: .58; }
.cart-drawer__content .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 4px;
  right: 0;
  display: inline-grid;
  width: 28px;
  min-height: 28px;
  place-items: center;
  border: 1px solid var(--sl-line);
  border-radius: 50%;
  color: var(--sl-muted) !important;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.cart-drawer__content .woocommerce-mini-cart-item .remove:hover {
  border-color: var(--sl-rose);
  color: var(--sl-white) !important;
  background: var(--sl-rose);
}
.cart-drawer__content .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 24px 0 18px;
  padding: 18px 0 0;
  border-top: 1px solid var(--sl-ink);
  font-size: 1.04rem;
  font-weight: 850;
}
.cart-drawer__content .woocommerce-mini-cart__buttons {
  display: none;
}
.sl-opening-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px;
  color: var(--sl-ink);
  border: 1px solid rgba(166, 79, 99, .3);
  border-radius: var(--sl-radius);
  background: linear-gradient(135deg, #fffaf6, #f7edf0);
  box-shadow: 0 10px 24px rgba(166, 79, 99, .08);
}
.sl-opening-offer__spark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--sl-rose);
  font-size: .9rem;
}
.sl-opening-offer p { margin: 0; line-height: 1.5; }
.sl-opening-offer strong { display: block; margin: 2px 0 4px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; line-height: 1.05; }
.sl-opening-offer small { display: block; margin-top: 8px; color: var(--sl-muted); font-size: .74rem; line-height: 1.35; }
.sl-opening-offer__eyebrow { color: var(--sl-rose-dark); font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sl-opening-offer--product { margin: 20px 0 0; }
.sl-opening-offer--cart { margin: 0 0 20px; }
.sl-opening-offer--mini-cart { margin-bottom: 18px; }
.cart-drawer__content .woocommerce-mini-cart__empty-message {
  margin: 0;
  color: var(--sl-muted);
}
.cart-drawer__checkout {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--sl-line);
}
.cart-drawer__checkout-toggle {
  width: 100%;
}
.cart-drawer__checkout .product-checkout-notice {
  margin-top: 12px;
}
.cart-drawer__checkout .product-checkout-notice__panel {
  padding: 18px 16px;
}
.menu-toggle { display: inline-grid; justify-self: end; }
.hero {
  position: relative;
  min-height: min(78vh, 760px);
  overflow: hidden;
  background: #d8ddd6;
}
.hero img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(250,248,242,.98) 0%, rgba(250,248,242,.84) 36%, rgba(250,248,242,.1) 68%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(78vh, 760px);
  width: min(48%, 600px);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-block: 80px;
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--sl-rose-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero h1 { max-width: 720px; }
.hero-copy { max-width: 560px; color: #46534f; font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.button-secondary { border-color: var(--sl-ink); color: var(--sl-ink); background: transparent; }
.button-secondary:hover { border-color: var(--sl-green); background: var(--sl-green); color: var(--sl-white); }
.trust-band { border-block: 1px solid var(--sl-line); background: var(--sl-white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 20px; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--sl-line); }
.trust-item strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.04rem; }
.trust-item span { color: var(--sl-muted); font-size: .84rem; }
.section { padding-block: 92px; }
.section-soft { background: var(--sl-soft); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 450px); align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading p { color: var(--sl-muted); }
.story-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.story-split img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; border-radius: var(--sl-radius); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-link {
  display: flex;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--sl-line);
  justify-content: space-between;
  flex-direction: column;
  background: var(--sl-white);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.category-link-featured { color: var(--sl-white); background: var(--sl-ink); }
.category-link-featured span,
.category-link-featured p { color: #ded9d1; }
.category-link:nth-child(2) { background: #f2f0eb; }
.category-link:nth-child(3) { background: #f6e8e5; }
.category-link:nth-child(4) { background: #eee8dc; }
.category-link:nth-child(5) { background: #f1eee7; }
.category-link:nth-child(6) { background: #f0e8df; }
.category-link:hover { border-color: var(--sl-rose); box-shadow: var(--sl-shadow); transform: translateY(-2px); }
.category-link span { color: var(--sl-rose-dark); font-weight: 900; }
.product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.product-card,
.woocommerce ul.products li.product {
  position: relative;
  width: auto !important;
  margin: 0 !important;
  padding: 12px 12px 18px !important;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-raised);
  box-shadow: var(--sl-surface-shadow);
  float: none !important;
  transition: box-shadow .2s ease, transform .2s ease;
}
.product-card:hover,
.woocommerce ul.products li.product:hover {
  box-shadow: var(--sl-surface-shadow-strong);
  transform: translateY(-2px);
}
.product-card a, .woocommerce ul.products li.product a { text-decoration: none; }
.product-image, .woocommerce ul.products li.product a img {
  aspect-ratio: 3 / 4;
  width: 100%;
  margin: 0 0 15px !important;
  border-radius: var(--sl-product-card-radius);
  object-fit: cover;
  background: #eee9e1;
  transition: filter .2s ease, transform .2s ease;
}
.product-card:hover .product-image,
.woocommerce ul.products li.product:hover a img {
  filter: saturate(1.04) contrast(1.02);
}
.product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.1em;
  padding: 0 !important;
  margin-bottom: 8px;
  color: var(--sl-ink);
  font-size: 1.08rem !important;
  line-height: 1.25;
}
.price, .woocommerce ul.products li.product .price {
  display: block;
  min-height: 1.7em;
  color: var(--sl-rose-dark) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}
.product-card .button, .woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  padding-inline: 12px;
  font-size: .84rem;
}
.sl-phase-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 10px;
  border: 1px solid var(--sl-gold);
  border-radius: 999px;
  color: #6b5018;
  background: #f1ead9;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.sl-phase-1 { border-color: var(--sl-sage); color: #3f553b; background: #edf2e9; }
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > .sl-phase-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
}
.sl-product-status { margin-bottom: 12px; }
.sl-preview-notice {
  display: grid;
  gap: 3px;
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--sl-gold);
  color: var(--sl-muted);
  background: #fbf5e8;
  font-size: .9rem;
}
.sl-preview-notice strong { color: var(--sl-ink); }
.bundle-band { color: var(--sl-white); background: var(--sl-ink); }
.bundle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bundle {
  padding: 38px;
  border: 1px solid #53645f;
  background: #31413d;
}
.bundle p { color: #d9d3ca; }
.bundle .button-secondary { border-color: var(--sl-white); color: var(--sl-white); }
.bundle .button-secondary:hover { color: var(--sl-ink); background: var(--sl-white); }
.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 50px;
  border: 1px solid var(--sl-line);
  background: var(--sl-white);
}
.newsletter-form { display: flex; gap: 8px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #aaa49a;
  border-radius: var(--sl-product-card-radius);
  color: var(--sl-ink);
  background: var(--sl-white);
}
textarea { min-height: 120px; resize: vertical; }



.contact-page,
.care-doc,
.track-page,
.faq-page {
  overflow-x: clip;
}
.contact-page,
.care-doc,
.track-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffefa 0%, var(--sl-paper) 42%, #f6f2ea 100%);
}
.contact-hero,
.care-doc__hero,
.track-page__hero,
.faq-page__hero {
  position: relative;
  padding: 48px 0 52px;
  background: #f0e8df;
}
.contact-hero::before,
.care-doc__hero::before,
.track-page__hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.contact-hero::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(182, 138, 58, .2), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(166, 79, 99, .14), transparent 28%);
}
.care-doc__hero::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(182, 138, 58, .18), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(166, 79, 99, .12), transparent 28%);
}
.track-page__hero::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(182, 138, 58, .2), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(73, 108, 131, .14), transparent 28%);
}
.contact-hero__grid,
.care-doc__hero-grid,
.track-page__hero-grid,
.faq-page__hero-grid,
.contact-main__grid,
.contact-closing__grid,
.contact-help__heading,
.care-doc__layout,
.track-page__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}
.contact-hero h1,
.care-doc__hero h1,
.track-page__hero h1,
.faq-page__hero h1 {
  max-width: 18ch;
  margin-bottom: 16px;
  font-size: clamp(2.7rem, 11vw, 3.5rem);
  letter-spacing: -.02em;
}
.contact-hero__lead,
.care-doc__lead,
.track-page__lead,
.faq-page__hero-grid > div:first-child > p:not(.eyebrow) {
  max-width: 38ch;
  margin: 0 0 1.2rem;
  color: var(--sl-rose-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 5vw, 1.55rem);
  line-height: 1.25;
}
.contact-hero .button-row,
.faq-page__hero .button-row,
.care-doc__closing-inner .button-row,
.track-page__help .button-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
}
.contact-hero .button-row .button,
.faq-page__hero .button-row .button,
.care-doc__closing-inner .button-row .button,
.track-page__help .button-row .button,
.track-page__form-panel .track_order button.button,
.sl-contact-submit .button,
.contact-closing__copy .button {
  width: 100%;
}
.contact-hero__note,
.care-doc__note,
.track-page__note,
.faq-page__hero-note {
  max-width: none;
  padding: 22px 0 0;
  border-top: 2px solid var(--sl-gold);
  background: none;
}
.contact-hero__mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--sl-white);
  background: var(--sl-rose);
  font-size: 1.15rem;
}
.contact-hero__note strong,
.care-doc__note strong,
.track-page__note strong,
.faq-page__hero-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
}
.contact-hero__note > p,
.care-doc__note p,
.track-page__note > p,
.faq-page__hero-note p {
  margin: 0 0 16px;
  color: var(--sl-muted);
  font-size: .92rem;
  line-height: 1.55;
}
.faq-page__hero-note p { margin: 0; }
.faq-page__hero-note > span,
.care-doc__note > span,
.track-page__note > span {
  display: block;
  margin-bottom: 18px;
  color: var(--sl-gold);
  font-size: 1.4rem;
}
.contact-hero__note ul,
.track-page__note ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-hero__note li,
.track-page__note li {
  position: relative;
  padding-left: 18px;
  color: var(--sl-ink);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
}
.contact-hero__note li::before,
.track-page__note li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sl-gold);
  content: "";
}
.care-doc__updated {
  margin: 14px 0 0;
  color: var(--sl-muted);
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.contact-promises,
.track-page__promises,
.faq-page__promises {
  border-block: 1px solid var(--sl-line);
  background: #fffefa;
}
.contact-promises__grid,
.track-page__promises-grid,
.faq-page__promises-grid,
.contact-help__grid,
.care-doc__related-grid,
.faq-page__links-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.contact-promises article,
.track-page__promises article,
.faq-page__promises article {
  padding: 22px 4px 24px;
  border-bottom: 1px solid var(--sl-line);
}
.contact-promises article:last-child,
.track-page__promises article:last-child,
.faq-page__promises article:last-child { border-bottom: 0; }
.contact-promises span,
.track-page__promises span,
.faq-page__promises span {
  display: block;
  margin-bottom: 12px;
  color: var(--sl-rose);
  font-size: 1.2rem;
}
.contact-promises strong,
.track-page__promises strong,
.faq-page__promises strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.contact-promises p,
.track-page__promises p,
.faq-page__promises p {
  margin: 0;
  color: var(--sl-muted);
  font-size: .92rem;
  line-height: 1.55;
}
.contact-main,
.track-page__main,
.care-doc__body,
.contact-help,
.care-doc__related,
.faq-page__links { padding-block: 48px; }
.contact-main__aside > p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--sl-muted);
  font-size: .98rem;
  line-height: 1.65;
}
.contact-channels { display: grid; gap: 12px; }
.contact-channel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  color: inherit;
  background: rgba(255, 255, 255, .72);
  text-decoration: none;
}
.contact-channel--static { cursor: default; }
.contact-channel__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #f3ebe1;
}
.contact-channel__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--sl-rose-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.contact-channel__body { display: grid; gap: 4px; min-width: 0; }
.contact-channel__body small {
  color: var(--sl-rose-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-channel__body strong {
  color: var(--sl-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.contact-channel__body span {
  color: var(--sl-muted);
  font-size: .88rem;
  line-height: 1.45;
}
.contact-main__form .sl-contact-form { margin-top: 0; }
.contact-help__heading { margin-bottom: 20px; }
.contact-help__heading p { max-width: none; color: var(--sl-muted); }
.contact-help__grid,
.care-doc__related-grid,
.faq-page__links-grid { gap: 12px; }
.contact-help__grid article,
.care-doc__related-card,
.faq-page__links-grid a,
.track-page__help article {
  padding: 18px 16px 16px;
  border: 1px solid var(--sl-line);
  border-top: 2px solid var(--sl-gold);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 255, 255, .62);
}
.contact-help__grid h3 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
}
.contact-help__grid p {
  margin: 0 0 14px;
  color: var(--sl-muted);
  font-size: .92rem;
  line-height: 1.55;
}
.contact-help__grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  color: var(--sl-rose-dark);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}
.contact-closing__media { position: relative; overflow: hidden; border-radius: var(--sl-product-card-radius); }
.contact-closing__media img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  border-radius: var(--sl-product-card-radius);
  box-shadow: 10px 12px 0 rgba(182, 138, 58, .2);
}
.contact-closing__stamp {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 96px;
  height: 96px;
  padding: 12px;
  border: 1px solid var(--sl-gold);
  border-radius: 50%;
  place-items: center;
  color: var(--sl-rose-dark);
  background: var(--sl-paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: .95rem;
  line-height: 1.05;
  text-align: center;
  transform: rotate(8deg);
}
.contact-closing__copy p:not(.eyebrow) {
  margin: 0 0 1.2rem;
  color: var(--sl-muted);
}
.care-doc__toc {
  position: static;
  padding: 18px 16px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 255, 255, .7);
}
.care-doc__toc > p {
  margin: 0 0 12px;
  color: var(--sl-rose-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.care-doc__toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: care-toc;
}
.care-doc__toc li { counter-increment: care-toc; }
.care-doc__toc a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  min-height: 44px;
  align-items: center;
  color: var(--sl-ink);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.care-doc__toc a::before {
  content: counter(care-toc, decimal-leading-zero);
  color: var(--sl-gold);
  font-size: .78rem;
  font-weight: 900;
}
.care-doc__content {
  padding: 20px 16px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: linear-gradient(180deg, #fffefa 0%, #faf7f1 100%);
  box-shadow: var(--sl-surface-shadow);
}
.care-doc__content > *:first-child { margin-top: 0; }
.care-doc__content h2 {
  margin-top: 1.5em;
  padding-top: .5em;
  border-top: 1px solid var(--sl-line);
  font-size: clamp(1.55rem, 7vw, 1.95rem);
}
.care-doc__content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.care-doc__content p,
.care-doc__content li {
  color: var(--sl-muted);
  font-size: .98rem;
  line-height: 1.7;
}
.care-doc__content a { color: var(--sl-rose-dark); font-weight: 700; }
.care-doc__content ul,
.care-doc__content ol { padding-left: 1.15em; }
.care-doc__related-card {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}
.care-doc__related-card span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
}
.care-doc__related-card em {
  color: var(--sl-rose);
  font-style: normal;
  font-size: 1.2rem;
}
.care-doc__closing-inner {
  display: grid;
  gap: 18px;
}
.care-doc__closing-inner p:not(.eyebrow) {
  margin: 0;
  color: var(--sl-muted);
}
.track-page__form-panel {
  padding: 20px 16px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: linear-gradient(180deg, #fffefa 0%, #faf7f1 100%);
  box-shadow: var(--sl-surface-shadow);
}
.track-page__form-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(1.85rem, 8vw, 2.25rem);
}
.track-page__form-panel .track_order,
.track-page__form-panel .woocommerce-form-track-order {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.track-page__form-panel form.track_order > p:not([class]) { display: none; }
.track-page__form-panel .track_order p { margin: 0; }
.track-page__form-panel .track_order label {
  display: block;
  margin-bottom: 7px;
  font-weight: 800;
}
.track-page__form-panel .track_order .input-text,
.track-page__form-panel .track_order input[type="text"],
.track-page__form-panel .track_order input[type="email"] {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--sl-line);
  border-radius: 14px;
  background: var(--sl-white);
}
.track-page__help { display: grid; gap: 12px; }
.track-page__help strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.1;
}
.track-page__help p {
  margin: 0 0 14px;
  color: var(--sl-muted);
  font-size: .92rem;
  line-height: 1.55;
}
.faq-page__hero .button-row { margin-top: 18px; }
.faq-page__links-grid a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  color: inherit;
  text-decoration: none;
}
.faq-page__links-grid strong {
  grid-column: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.1;
}
.faq-page__links-grid span {
  grid-column: 1;
  color: var(--sl-muted);
  font-size: .92rem;
  line-height: 1.5;
}
.faq-page__links-grid em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--sl-rose);
  font-style: normal;
  font-size: 1.2rem;
}

.sl-contact-form {
  position: relative;
  padding: 20px 16px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: linear-gradient(180deg, #fffefa 0%, #faf7f1 100%);
  box-shadow: var(--sl-surface-shadow);
}
.sl-contact-form::before {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--sl-gold), transparent);
  content: "";
}
.sl-contact-form__intro .eyebrow {
  margin-bottom: 8px;
  color: var(--sl-rose-dark);
}
.sl-contact-form__intro h2 {
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 8vw, 2.25rem);
}
.sl-contact-form__intro > p {
  margin: 0;
  color: var(--sl-muted);
  font-size: .95rem;
  line-height: 1.55;
}
.sl-contact-form form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.sl-contact-field { margin: 0; }
.sl-contact-field--full { grid-column: auto; }
.sl-contact-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--sl-ink);
  font-size: .9rem;
  font-weight: 800;
}
.sl-contact-field label span { color: var(--sl-muted); font-size: .86em; font-weight: 500; }
.sl-contact-field input,
.sl-contact-field select,
.sl-contact-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--sl-line);
  border-radius: 14px;
  color: var(--sl-ink);
  background: var(--sl-white);
}
.sl-contact-field textarea { min-height: 168px; padding-top: 14px; }
.sl-contact-field input:focus,
.sl-contact-field select:focus,
.sl-contact-field textarea:focus {
  border-color: var(--sl-rose);
  outline: 3px solid rgba(182, 138, 58, .22);
  outline-offset: 2px;
}
.sl-contact-field input::placeholder,
.sl-contact-field textarea::placeholder { color: #8d8478; }
.sl-contact-privacy {
  color: var(--sl-muted);
  font-size: .86rem;
  line-height: 1.55;
}
.sl-contact-privacy a { color: var(--sl-rose-dark); font-weight: 700; }
.sl-contact-submit { margin-top: 4px; }
.sl-contact-submit .button { gap: 8px; }
.sl-contact-notice {
  margin: 18px 0 0;
  padding: 13px 15px;
  border-radius: var(--sl-product-card-radius);
  font-weight: 700;
}
.sl-contact-notice--success { color: var(--sl-success); background: #edf5eb; }
.sl-contact-notice--error { color: var(--sl-error); background: #f8e9e7; }
.sl-contact-field--trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.sl-contact-details a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.page-content a[href^="mailto:"],
.page-content a[href^="tel:"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

@media (min-width: 761px) {
  .contact-hero,
  .care-doc__hero,
  .track-page__hero,
  .faq-page__hero { padding: clamp(58px, 8vw, 112px) 0 clamp(48px, 7vw, 92px); }
  .contact-hero h1,
  .care-doc__hero h1,
  .track-page__hero h1,
  .faq-page__hero h1 {
    font-size: clamp(3.1rem, 7vw, 6.1rem);
    letter-spacing: -.03em;
  }
  .contact-hero__lead,
  .care-doc__lead,
  .track-page__lead,
  .faq-page__hero-grid > div:first-child > p:not(.eyebrow) {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
  }
  .contact-hero .button-row,
  .faq-page__hero .button-row,
  .care-doc__closing-inner .button-row,
  .track-page__help .button-row {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
  .contact-hero .button-row .button,
  .faq-page__hero .button-row .button,
  .care-doc__closing-inner .button-row .button,
  .track-page__help .button-row .button,
  .track-page__form-panel .track_order button.button,
  .sl-contact-submit .button,
  .contact-closing__copy .button { width: auto; }
  .sl-contact-form form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
  .sl-contact-field--full { grid-column: 1 / -1; }
  .sl-contact-form { padding: clamp(24px, 4vw, 36px); }
  .sl-contact-form::before { left: 28px; right: 28px; }
  .faq-page__links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-help__grid,
  .care-doc__related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-main,
  .track-page__main,
  .care-doc__body,
  .contact-help,
  .care-doc__related,
  .faq-page__links { padding-block: clamp(52px, 7vw, 96px); }
}

@media (min-width: 901px) {
  .contact-hero__grid,
  .care-doc__hero-grid,
  .track-page__hero-grid,
  .faq-page__hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, .7fr);
    align-items: end;
    gap: clamp(34px, 7vw, 100px);
  }
  .faq-page__hero-grid { grid-template-columns: minmax(0, 1fr) minmax(240px, .5fr); }
  .contact-main__grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: start;
    gap: clamp(28px, 5vw, 56px);
  }
  .contact-closing__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(34px, 7vw, 88px);
  }
  .care-doc__layout {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(28px, 5vw, 56px);
  }
  .track-page__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: start;
    gap: clamp(24px, 4vw, 42px);
  }
  .contact-help__heading { grid-template-columns: 1fr minmax(280px, 450px); }
  .contact-promises__grid,
  .track-page__promises-grid,
  .faq-page__promises-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-promises article,
  .track-page__promises article,
  .faq-page__promises article {
    padding: 28px 26px 30px;
    border-right: 1px solid var(--sl-line);
    border-bottom: 0;
  }
  .contact-promises article:last-child,
  .track-page__promises article:last-child,
  .faq-page__promises article:last-child { border-right: 0; }
  .contact-help__grid,
  .care-doc__related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-hero__note,
  .care-doc__note,
  .track-page__note,
  .faq-page__hero-note { max-width: 340px; padding: 28px 0 0; }
  .contact-main__aside { max-width: 460px; }
  .care-doc__toc { position: sticky; top: 110px; padding: 22px 20px; }
  .care-doc__content { max-width: 760px; padding: clamp(24px, 4vw, 36px); }
  .care-doc__content h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
  .care-doc__closing-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
  }
  .contact-closing__stamp {
    right: -18px;
    bottom: -24px;
    width: 118px;
    height: 118px;
    font-size: 1.08rem;
    animation: contact-stamp 7s ease-in-out infinite;
  }
  .contact-closing__media { overflow: visible; }
  .contact-closing__media img { box-shadow: 18px 20px 0 rgba(182, 138, 58, .22); }
  .contact-hero h1 { animation: contact-rise .7s ease both; }
  .contact-hero__lead { animation: contact-rise .7s ease .08s both; }
  .contact-hero .button-row { animation: contact-rise .7s ease .14s both; }
  .contact-hero__note { animation: contact-rise .75s ease .18s both; }
  .contact-channel {
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .contact-channel:hover {
    border-color: rgba(182, 138, 58, .55);
    box-shadow: 0 14px 30px rgba(37, 33, 29, .08);
    transform: translateY(-2px);
  }
  .contact-channel--static:hover { transform: none; box-shadow: none; border-color: var(--sl-line); }
  .care-doc__related-card:hover,
  .faq-page__links-grid a:hover {
    box-shadow: 0 14px 28px rgba(37, 33, 29, .08);
    transform: translateY(-2px);
    transition: transform .22s ease, box-shadow .22s ease;
  }
  .track-page__form-panel { padding: clamp(24px, 4vw, 36px); }
  .track-page__form-panel .track_order button.button { justify-self: start; min-width: 160px; }
}

@keyframes contact-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes contact-stamp {
  0%, 100% { transform: rotate(8deg) translateY(0); }
  50% { transform: rotate(10deg) translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-hero h1,
  .contact-hero__lead,
  .contact-hero .button-row,
  .contact-hero__note,
  .contact-closing__stamp { animation: none; }
  .contact-channel { transition: none; }
}

.jewelry-care-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbf4ea 0%, #f3ebe0 38%, #efe4d6 100%);
}
.jewelry-care-page .section-soft {
  background:
    linear-gradient(180deg, rgba(236, 222, 201, .92) 0%, rgba(229, 212, 188, .96) 100%);
  border-block: 1px solid rgba(182, 138, 58, .16);
}
.jewelry-care-hero {
  position: relative;
  padding: clamp(48px, 8vw, 108px) 0 clamp(44px, 7vw, 88px);
  border-bottom: 1px solid rgba(182, 138, 58, .22);
  background: #f0e4d4;
}
.jewelry-care-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 18%, rgba(182, 138, 58, .28), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(166, 79, 99, .16), transparent 34%),
    radial-gradient(circle at 70% 88%, rgba(73, 108, 131, .12), transparent 36%);
  pointer-events: none;
}
.jewelry-care-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}
.jewelry-care-hero__copy h1 { max-width: 760px; font-size: clamp(2.7rem, 11vw, 3.5rem); }
.jewelry-care-hero__copy .button { width: 100%; }
.jewelry-care-hero__lead {
  max-width: 700px;
  color: var(--sl-muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}
.jewelry-care-hero__panel {
  position: relative;
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(182, 138, 58, .4);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 250, 242, .9);
  box-shadow: 0 18px 40px rgba(77, 52, 28, .12);
}
.jewelry-care-hero__panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #d9c8ae;
  border-radius: var(--sl-product-card-radius);
  object-fit: cover;
  box-shadow: 14px 16px 0 rgba(182, 138, 58, .22);
}
.jewelry-care-hero__panel p {
  margin: 22px 0 0;
  color: var(--sl-muted);
  font-weight: 650;
}
.jewelry-care-rules,
.jewelry-care-never,
.jewelry-care-help,
.jewelry-care-materials,
.jewelry-care-travel {
  padding: clamp(48px, 7vw, 92px) 0;
}
.jewelry-care-rules {
  background:
    radial-gradient(circle at 8% 12%, rgba(182, 138, 58, .12), transparent 28%),
    linear-gradient(180deg, #f8f1e6 0%, #f3e9db 100%);
}
.jewelry-care-heading {
  align-items: end;
  margin-bottom: 34px;
}
.jewelry-care-heading p { max-width: 560px; color: var(--sl-muted); }
.jewelry-care-rule-grid,
.jewelry-care-material-grid {
  display: grid;
  gap: 18px;
}
.jewelry-care-rule-grid { grid-template-columns: minmax(0, 1fr); }
.jewelry-care-material,
.jewelry-care-travel__steps article {
  border: 1px solid rgba(182, 138, 58, .22);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 251, 245, .94);
  box-shadow: 0 14px 28px rgba(77, 52, 28, .08);
}
.jewelry-care-rule { padding: 0; }
.jewelry-care-rule span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(182, 138, 58, .48);
  border-radius: 50%;
  color: var(--sl-rose-dark);
  background: #f7efe0;
  font-weight: 900;
}
.jewelry-care-rule h3,
.jewelry-care-material h3 {
  font-size: 1.35rem;
}
.jewelry-care-rule p,
.jewelry-care-material dd,
.jewelry-care-never p,
.jewelry-care-travel p,
.jewelry-care-help p,
.jewelry-care-moment__copy p {
  color: var(--sl-muted);
}
.jewelry-care-moment {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 56px);
  margin-top: clamp(36px, 6vw, 64px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(182, 138, 58, .28);
  border-radius: var(--sl-product-card-radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .96) 0%, rgba(244, 230, 208, .88) 100%);
  box-shadow: 0 18px 40px rgba(77, 52, 28, .1);
}
.jewelry-care-moment__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--sl-product-card-radius);
}
.jewelry-care-moment__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #d9c8ae;
  border-radius: var(--sl-product-card-radius);
  object-fit: cover;
  box-shadow: 14px 16px 0 rgba(182, 138, 58, .2);
}
.jewelry-care-travel__media img {
  display: block;
  width: 100%;
  border: 1px solid #d9c8ae;
  border-radius: var(--sl-product-card-radius);
  object-fit: cover;
  box-shadow: 14px 16px 0 rgba(182, 138, 58, .2);
}
.jewelry-care-moment__copy h2 {
  max-width: 22ch;
  font-size: clamp(1.85rem, 4vw, 2.55rem);
}
.jewelry-care-moment__copy p:last-child { margin-bottom: 0; }
.jewelry-care-material-grid { grid-template-columns: minmax(0, 1fr); }
.jewelry-care-material { padding: 24px; }
.jewelry-care-material dl { display: grid; gap: 16px; margin: 0; }
.jewelry-care-material dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}
.jewelry-care-material dt {
  color: var(--sl-rose-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.jewelry-care-material dd { margin: 0; }
.jewelry-care-never {
  background:
    radial-gradient(circle at 90% 18%, rgba(166, 79, 99, .1), transparent 30%),
    linear-gradient(180deg, #f7efe8 0%, #f3e7db 100%);
}
.jewelry-care-never__grid,
.jewelry-care-travel__grid,
.jewelry-care-help__inner {
  display: grid;
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
}
.jewelry-care-never__grid { grid-template-columns: minmax(0, 1fr); }
.jewelry-care-never__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jewelry-care-never__list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid rgba(117, 55, 67, .18);
  border-radius: var(--sl-product-card-radius);
  background: #fff8f6;
  color: #5c302d;
  font-weight: 700;
}
.jewelry-care-never__list li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  display: inline-grid;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "!";
  place-items: center;
  font-size: .78rem;
  font-weight: 900;
}
.jewelry-care-travel__grid { grid-template-columns: minmax(0, 1fr); }
.jewelry-care-travel__media {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  height: 100%;
}
.jewelry-care-travel__media img {
  flex: 1 1 auto;
  min-height: 340px;
  height: 100%;
  aspect-ratio: 4 / 5;
}
.jewelry-care-travel__media figcaption {
  margin: 0;
  color: var(--sl-rose-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.3;
}
.jewelry-care-travel__body {
  display: grid;
  gap: 22px;
}
.jewelry-care-travel__steps {
  display: grid;
  gap: 14px;
}
.jewelry-care-travel__steps article { padding: 20px 22px; }
.jewelry-care-travel__steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sl-ink);
}
.jewelry-care-travel__steps p { margin: 0; }
.jewelry-care-help__inner {
  grid-template-columns: 1fr;
}
.jewelry-care-help__inner .button { width: 100%; }
.jewelry-care-help h2 { max-width: 820px; }
.jewelry-care-help p { max-width: 780px; margin-bottom: 0; }
.about-page { overflow: hidden; }
.about-hero { padding: clamp(58px, 8vw, 112px) 0 82px; background: #f0e8df; }
.about-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(34px, 7vw, 96px); }
.about-hero__copy { max-width: 560px; }
.about-hero h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(3.15rem, 6.4vw, 6.25rem); }
.about-hero__lead { max-width: 520px; color: var(--sl-rose-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.2; }
.about-hero__art { position: relative; }
.about-hero__art img { aspect-ratio: 1.72; width: 100%; object-fit: cover; object-position: center; border-radius: var(--sl-product-card-radius); box-shadow: 18px 20px 0 rgba(182, 138, 58, .24); }
.about-hero__stamp { position: absolute; right: -22px; bottom: -27px; display: grid; width: 122px; height: 122px; padding: 12px; border: 1px solid var(--sl-gold); border-radius: 50%; place-items: center; color: var(--sl-rose-dark); background: var(--sl-paper); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.1rem; line-height: 1.05; text-align: center; transform: rotate(8deg); }
.about-trust { border-block: 1px solid var(--sl-line); background: var(--sl-white); }
.about-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-trust__grid > div { min-height: 170px; padding: 30px 24px; }
.about-trust__grid > div + div { border-left: 1px solid var(--sl-line); }
.about-trust__icon { display: grid; width: 34px; height: 34px; margin-bottom: 18px; border-radius: 50%; place-items: center; color: var(--sl-white); background: var(--sl-rose); font-size: 1.15rem; }
.about-trust strong { display: block; margin-bottom: 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.34rem; line-height: 1.1; }
.about-trust small { display: block; color: var(--sl-muted); font-size: .9rem; line-height: 1.45; }
.about-story { background: var(--sl-paper); }
.about-story__grid, .about-closing__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 8vw, 112px); }
.about-story__media img { aspect-ratio: 1.62; width: 100%; object-fit: cover; border-radius: var(--sl-product-card-radius); }
.about-caption { max-width: 420px; margin: 14px 0 0; color: var(--sl-muted); font-size: .85rem; font-style: italic; }
.about-story__copy { max-width: 520px; }
.about-story__copy h2, .about-closing h2 { font-size: clamp(2.5rem, 4.5vw, 4.25rem); }
.about-story__copy p:not(.eyebrow), .about-closing__copy p:not(.eyebrow) { color: var(--sl-muted); }
.about-details { background: #ede8df; }
.about-details__heading { margin-bottom: 48px; }
.about-details__heading h2 { max-width: 540px; }
.about-details__heading > p { max-width: 410px; }
.about-details__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-details__grid article {
  min-height: 242px;
  padding: 28px;
  border: 1px solid var(--sl-line);
  border-top: 3px solid var(--sl-rose);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 255, 255, .62);
}
.about-details__grid article span { color: var(--sl-rose-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.about-details__grid article h3 { margin-top: 44px; }
.about-details__grid article p { color: var(--sl-muted); font-size: .92rem; }
.about-closing { background: var(--sl-white); }
.about-closing__image img { aspect-ratio: 1; width: 100%; object-fit: cover; border-radius: var(--sl-product-card-radius); }
.about-closing__copy { max-width: 500px; }
.about-closing__copy .button { margin-top: 10px; }
.sl-faq {
  padding: clamp(72px, 9vw, 124px) 0;
  background: #eeece6;
}
.sl-faq--compact { padding-block: clamp(48px, 8vw, 82px); background: var(--sl-white); }
.sl-faq__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 18px;
  margin-bottom: 32px;
}
.sl-faq__header h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.025em; }
.sl-faq__header > p { max-width: 430px; margin: 0 0 .55rem; color: var(--sl-muted); }
.sl-faq__tools { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 14px; margin-bottom: 26px; }
.sl-faq__search { position: relative; display: block; }
.sl-faq__search svg { position: absolute; top: 14px; left: 16px; width: 20px; height: 20px; fill: none; stroke: var(--sl-muted); stroke-width: 1.6; }
.sl-faq__search input { width: 100%; min-height: 50px; padding: 12px 16px 12px 46px; border: 1px solid var(--sl-line); border-radius: var(--sl-product-card-radius); color: var(--sl-ink); background: var(--sl-white); }
.sl-faq__search input::placeholder { color: #887f73; }
.sl-faq__search input:focus { border-color: var(--sl-rose); outline: 3px solid rgba(182, 138, 58, .22); outline-offset: 2px; }
.sl-faq__filters { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.sl-faq__filter { min-height: 38px; padding: 7px 13px; border: 1px solid var(--sl-line); border-radius: 999px; color: var(--sl-ink); background: transparent; font-size: .78rem; font-weight: 800; }
.sl-faq__filter:hover, .sl-faq__filter.is-active { border-color: var(--sl-green); color: var(--sl-white); background: var(--sl-green); }
.sl-faq__groups { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.sl-faq__group { align-self: start; overflow: hidden; border: 1px solid var(--sl-line); border-radius: var(--sl-product-card-radius); background: var(--sl-white); }
.sl-faq__group-heading { display: flex; align-items: center; justify-content: space-between; padding: 21px 24px 15px; color: var(--sl-rose-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sl-faq__group-heading i { display: block; width: 36px; height: 1px; background: var(--sl-gold); }
.sl-faq__item { border-top: 1px solid var(--sl-line); }
.sl-faq__item[hidden], .sl-faq__group[hidden] { display: none; }
.sl-faq__item summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 24px; color: var(--sl-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.38rem; font-weight: 600; line-height: 1.1; cursor: pointer; list-style: none; }
.sl-faq__item summary::-webkit-details-marker { display: none; }
.sl-faq__item summary span { max-width: 560px; }
.sl-faq__item summary b { flex: 0 0 auto; color: var(--sl-rose); font-family: Inter, system-ui, sans-serif; font-size: 1.45rem; font-weight: 400; line-height: 1; }
.sl-faq__item[open] summary { color: var(--sl-rose-dark); }
.sl-faq__item[open] summary b { transform: rotate(45deg); }
.sl-faq__answer { padding: 0 24px 22px; }
.sl-faq__answer p { max-width: 650px; margin: 0; color: var(--sl-muted); font-size: .94rem; line-height: 1.7; }
.sl-faq__empty { margin: 28px 0 0; padding: 22px; border: 1px dashed var(--sl-gold); border-radius: var(--sl-product-card-radius); color: var(--sl-muted); background: rgba(255,255,255,.56); }
.sl-faq__footer { display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; gap: 18px; margin-top: 28px; }
.sl-faq__footer > div:first-child { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; align-items: center; }
.sl-faq__footer-mark { display: grid; width: 34px; height: 34px; grid-row: span 2; place-items: center; border-radius: 50%; color: var(--sl-white); background: var(--sl-rose); }
.sl-faq__footer strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; line-height: 1.1; }
.sl-faq__footer p { grid-column: 2; max-width: 620px; margin: 3px 0 0; color: var(--sl-muted); font-size: .9rem; }
.sl-faq__footer-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.sl-faq__footer-actions .button { width: 100%; white-space: nowrap; }
.site-footer {
  --footer-ink: #25312e;
  --footer-sage: #5f7568;
  --footer-sage-light: #d8ddd6;
  --footer-title-gold: #d7c091;
  --footer-surface: rgba(216, 221, 214, .1);
  --footer-surface-strong: rgba(216, 221, 214, .16);
  --footer-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  padding: 40px 0 24px;
  color: #ded9d1;
  background: var(--footer-ink);
}
.footer-trust {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
  gap: 24px;
  margin-bottom: 42px;
  padding: 28px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: linear-gradient(135deg, rgba(216, 221, 214, .14), rgba(255, 255, 255, .04));
  box-shadow: var(--footer-shadow);
}
.footer-trust__intro h2 {
  max-width: 560px;
  margin: 0;
  color: var(--sl-white);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.08;
}
.footer-trust__eyebrow,
.footer-payment p {
  margin: 0 0 10px;
  color: var(--footer-title-gold);
  font-size: .76rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-trust__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.footer-trust__item {
  min-height: 156px;
  padding: 18px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--footer-surface);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}
.footer-trust__item span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--footer-ink);
  background: var(--footer-sage-light);
}
.footer-trust__item span svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.footer-trust__item strong {
  display: block;
  color: var(--sl-white);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.footer-trust__item small {
  display: block;
  margin-top: 8px;
  color: #cfc8bd;
  font-size: .82rem;
  line-height: 1.45;
}
.trust-badge-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  margin: 0;
  padding-top: 14px;
}
.trust-badge-strip p {
  margin: 0;
  min-width: 0;
  color: #cfc8bd;
  font-size: .82rem;
  line-height: 1.45;
}
.trust-badge-strip .trust-badges {
  width: 100%;
  gap: 12px;
}
.trust-badges {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.trust-badge {
  display: grid;
  min-width: 0;
  justify-items: center;
  text-align: center;
}
.trust-badge img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.trust-badge-strip .trust-badge img {
  width: 104px;
  max-width: 104px;
  height: 104px;
}
.checkout-trust-badges {
  display: grid;
  grid-template-columns: minmax(180px, .62fr) minmax(320px, 1fr);
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  padding: 0;
}
.checkout-trust-badges strong,
.checkout-trust-badges span { display: block; }
.checkout-trust-badges strong { margin-bottom: 5px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; }
.checkout-trust-badges span { color: var(--sl-muted); font-size: .84rem; line-height: 1.4; }
.checkout-trust-badges .trust-badges {
  grid-template-columns: repeat(6, minmax(60px, 1fr));
  gap: 8px;
}
.checkout-trust-badges .trust-badge img {
  width: 70px;
  height: 70px;
}
.sl-paypal-fields {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--sl-line, #ddd4ca);
  border-radius: var(--sl-product-card-radius);
  background: #fffdf9;
}
.sl-paypal-buttons { max-width: 460px; }
.sl-paypal-status { margin: 10px 0 0; color: var(--sl-muted); font-size: .84rem; }
.sl-paypal-status[data-tone="error"] { color: #8b2f2f; }
.sl-paypal-status[data-tone="success"] { color: #35634d; }
.sl-shipping-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 26px;
  padding: 16px 20px;
  border: 1px solid rgba(216, 221, 214, .22);
  border-radius: var(--sl-product-card-radius);
  background: #25312e;
  box-shadow: 0 8px 22px rgba(37, 33, 29, .12);
}
.sl-shipping-banner__stamp,
.sl-shipping-banner__seal {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #d7bd7a;
  border-radius: 50%;
  color: #f8d9a8;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.1;
  text-align: center;
}
.sl-shipping-banner__seal { margin-left: auto; border-style: dashed; }
.sl-shipping-banner strong { display: block; color: var(--sl-white); font-size: clamp(.72rem, 2.2vw, 1.05rem); line-height: 1.15; white-space: nowrap; }
.sl-shipping-banner p { margin: 3px 0 0; color: #d7dedb; font-size: .87rem; }
.footer-grid { display: grid; grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(150px, .75fr)); gap: 34px; padding-bottom: 28px; }
.footer-grid h2, .footer-grid h3 { margin-top: 0; color: var(--footer-title-gold); }
.footer-grid h2 { font-size: 1.85rem; font-weight: 600; line-height: 1.05; }
.footer-grid h3 { font-family: Inter, system-ui, sans-serif; font-size: .78rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid p { margin-top: 0; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: 7px; }
.footer-grid a { color: #ded9d1; text-decoration: none; transition: color .15s ease, opacity .15s ease; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--sl-white); opacity: .82; }
.footer-brand > p { max-width: 380px; }
.sl-waitlist.sl-footer-signup {
  margin: 28px 0 0;
  max-width: 380px;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.sl-footer-signup h3 {
  margin: 0 0 6px;
  color: var(--footer-title-gold);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sl-footer-signup > p {
  margin: 0 0 16px;
  max-width: 32ch;
  color: #b8c1bc;
  font-size: .9rem;
  line-height: 1.5;
}
.sl-footer-signup .sl-inline-form {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid rgba(216, 221, 214, .42);
}
.sl-waitlist.sl-footer-signup input[type="email"],
.sl-footer-signup .sl-inline-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  color: var(--sl-white);
  background: transparent;
  box-shadow: none;
  font-size: .95rem;
}
.sl-footer-signup input[type="email"]::placeholder {
  color: rgba(216, 221, 214, .62);
  opacity: 1;
}
.sl-footer-signup input[type="email"]:focus {
  outline: none;
}
.sl-footer-signup .sl-inline-form:focus-within {
  border-bottom-color: var(--footer-sage-light);
}
.sl-footer-signup button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 2px 0 14px;
  border: 0;
  border-radius: 0;
  color: var(--footer-title-gold);
  background: transparent;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.sl-footer-signup button:hover,
.sl-footer-signup button:focus-visible {
  color: var(--sl-white);
  background: transparent;
}
.sl-footer-signup .sl-consent {
  margin-top: 12px;
  color: #9aa59e;
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.45;
}
.sl-footer-signup .sl-consent input {
  accent-color: var(--footer-sage-light);
}
.sl-footer-signup .sl-form-status {
  color: var(--footer-sage-light);
}
.footer-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px 48px;
  margin: 0 0 24px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(216, 221, 214, .22);
}
.footer-social {
  flex: 0 0 auto;
}
.footer-payment {
  flex: 0 1 auto;
  min-width: 0;
}
.footer-social__label,
.footer-payment > p {
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-social__label {
  color: var(--footer-title-gold);
}
.footer-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-sage-light);
  text-decoration: none;
  transition: color .15s ease, opacity .15s ease;
}
.footer-social__link:hover,
.footer-social__link:focus-visible {
  color: var(--sl-white);
  opacity: 1;
}
.footer-social__link svg {
  display: block;
  width: 32px;
  height: 32px;
}
.footer-payment__logos {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  align-items: center;
}
.footer-payment__tile {
  display: inline-flex;
  flex: 0 0 auto;
  width: 58px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: 1px solid rgba(36, 34, 31, .08);
  border-radius: var(--sl-product-card-radius);
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .14);
}
.footer-payment__mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-contact-panel {
  display: grid;
  grid-template-columns: minmax(220px, .95fr) minmax(260px, 1.1fr) minmax(260px, 1.25fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
  padding: 22px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--footer-surface);
  box-shadow: var(--footer-shadow);
}
.footer-contact-panel__identity span {
  display: block;
  margin-bottom: 5px;
  color: #d7c091;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-contact-panel__identity strong {
  display: block;
  color: var(--sl-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}
.footer-contact-panel__logo {
	display: block;
	position: relative;
	width: min(220px, 100%);
	height: 58px;
	overflow: hidden;
	padding-bottom: 8px;
}
.footer-contact-panel__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center left;
}
.footer-contact-panel__logo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--footer-sage-light), rgba(216, 221, 214, 0));
}
.footer-contact-panel__identity p {
  margin: 8px 0 0;
  color: #cfc8bd;
  font-size: .84rem;
  line-height: 1.45;
}
.footer-contact-panel__details {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #ded9d1;
  font-style: normal;
  font-size: .92rem;
  line-height: 1.35;
}
.footer-contact-panel__details a,
.footer-contact-panel__address {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: rgba(37, 49, 46, .52);
  color: var(--sl-white);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.footer-contact-panel__details a:hover {
  background: var(--footer-surface-strong);
}
.footer-contact-panel__details svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: var(--footer-sage-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.footer-contact-panel__details span span,
.footer-contact-panel__details a span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.footer-security-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.footer-security-badges span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 9px 10px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  color: var(--sl-white);
  background: rgba(37, 49, 46, .62);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.footer-security-badges svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: var(--footer-sage-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.footer-security-badges svg.footer-security-badges__brand {
  fill: var(--footer-sage-light);
  stroke: none;
}
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px; border: 0; border-radius: var(--sl-product-card-radius); color: #b8c1bc; background: rgba(216, 221, 214, .08); font-size: .82rem; }
.footer-hebrew-date { display: inline-flex; align-items: center; gap: 7px; color: #d8ddd6; white-space: nowrap; }
.footer-jewish-mark { color: #c19a68; font-size: .9rem; }
.woocommerce .woocommerce-breadcrumb { margin: 28px 0; color: var(--sl-muted); }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); padding-bottom: 80px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem, 4vw, 4rem); }
.woocommerce div.product p.price { font-size: 1.35rem; }
.woocommerce-product-details__short-description { color: var(--sl-muted); font-size: 1.06rem; }
.sl-delivery-note {
  margin: 22px 0;
  padding: 18px;
  border-left: 4px solid var(--sl-sage);
  border-radius: var(--sl-product-card-radius);
  background: #f2f0eb;
}
.sl-delivery-note strong { color: var(--prelaunch-wine, var(--sl-rose-dark)); }
.sl-arrival {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: var(--sl-success);
}
.sl-arrival > span {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid var(--sl-success);
  border-radius: 50%;
  place-items: center;
  font-weight: 900;
}
.sl-arrival strong, .sl-arrival div > span { display: block; }
.sl-arrival div > span { color: var(--sl-muted); font-size: .9rem; }
.sl-store-opening {
  background: linear-gradient(90deg, #2f3b2f, #4a5d4a);
  color: #f7f4ef;
  padding: .65rem 1.25rem;
  font-size: .92rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  justify-content: center;
  text-align: center;
}
.sl-store-opening strong { font-weight: 700; letter-spacing: .02em; }
.sl-star-interest { margin: 14px 0 8px; }
.sl-star-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-white);
  padding: .55rem .9rem;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}
.sl-star-btn.is-active { border-color: var(--sl-sage); background: var(--sl-soft); }
.sl-star-hint, .sl-opening-perks {
  color: var(--sl-muted);
  font-size: .85rem;
  margin: .45rem 0 0;
}
.sl-star-interest--compact { margin: 8px 0 0; }
.sl-star-interest--compact .sl-star-btn { padding: .35rem .65rem; font-size: .85rem; }
.sl-waitlist {
  margin-top: 24px;
  padding: 26px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-white);
}
.sl-waitlist h2 { font-size: 1.8rem; }
.sl-inline-form { display: flex; gap: 8px; }
.sl-waitlist input[type="email"],
.sl-inline-form input[type="email"] {
  border: 0;
  background: var(--sl-surface-control);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.sl-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 11px;
  color: var(--sl-muted);
  font-size: .8rem;
  font-weight: 600;
}
.sl-consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--sl-sage); }
.sl-personalization {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-soft);
}
.sl-personalization > label:first-child,
.sl-personalization > input,
.sl-personalization > small { display: block; width: 100%; }
.sl-personalization > label:first-child { margin-bottom: 8px; font-weight: 750; }
.sl-personalization > small { margin-top: 6px; color: var(--sl-muted); }
.sl-form-status { min-height: 1.5em; margin: 8px 0 0; color: var(--sl-success); font-size: .88rem; font-weight: 800; }
.sl-shipping-progress {
  margin: 0 0 24px;
  padding: 17px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-white);
}
.sl-shipping-progress--always-free { border-color: rgba(216, 221, 214, .22); background: #25312e; color: #d7dedb; }
.sl-shipping-progress--always-free strong { color: var(--sl-white); }
.sl-shipping-progress--always-free strong { display: block; font-size: clamp(.76rem, 2.4vw, 1rem); line-height: 1.15; overflow-wrap: anywhere; }
.inline-card-checkout__shipping-note { margin: 0 0 12px; color: var(--sl-rose-dark); font-size: .88rem; font-weight: 700; }
.sl-shipping-progress p { margin: 0 0 9px; font-size: .9rem; }
.sl-progress-track { height: 7px; overflow: hidden; border-radius: var(--sl-product-card-radius); background: var(--sl-soft); }
.sl-progress-track span { display: block; height: 100%; background: var(--sl-sage); transition: width .25s ease; }
.sl-gift-finder {
  margin: -20px 0 30px;
}
.sl-finder-intro { margin-bottom: 35px; }
.sl-finder-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.sl-finder-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-white);
}
.sl-finder-form legend { padding: 0 7px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; font-weight: 650; }
.sl-finder-form label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  font-weight: 650;
}
.sl-finder-form input { width: 19px; height: 19px; accent-color: var(--sl-rose); }
.sl-finder-form > button { grid-column: 1 / -1; justify-self: start; }
.sl-finder-result {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 35px;
  margin-top: 55px;
  padding: 30px;
  border: 1px solid var(--sl-line);
  background: var(--sl-soft);
}
.sl-finder-result[hidden] { display: none; }
.sl-finder-result img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.sl-finder-result.is-collection { grid-template-columns: 1fr; }
.sl-finder-collection { max-width: 720px; }
.sl-finder-reset { margin-left: 8px; }
.sl-mobile-action { display: none; }
.sl-experience-page .page-content { padding-block: 0; }
.sl-campaign,
.sl-funnel,
.sl-path-directory { margin-inline: calc(50% - 50vw); }
.sl-campaign > *,
.sl-funnel > *,
.sl-path-directory > * {
  padding-inline: max(20px, calc((100vw - var(--sl-content)) / 2));
}
.sl-campaign-hero {
  display: grid;
  min-height: 690px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
  padding-block: 80px;
  background: linear-gradient(105deg, #f5f1ea 0%, var(--sl-paper) 62%, #ebe7df 100%);
}
.sl-campaign-copy h2,
.sl-funnel-hero h1,
.sl-path-directory .sl-finder-intro h2 {
  max-width: 820px;
  font-size: clamp(2.7rem, 5.8vw, 5.5rem);
}
.sl-campaign-lead {
  max-width: 610px;
  color: var(--sl-muted);
  font-size: 1.15rem;
}
.sl-campaign-price {
  margin: 24px 0 18px;
  color: var(--sl-rose-dark);
  font-size: 1.3rem;
  font-weight: 900;
}
.sl-campaign-price .sl-launch-price__note {
  max-width: 34em;
  color: var(--sl-muted);
}
.sl-campaign-copy > .sl-waitlist {
  max-width: 620px;
  background: rgba(255, 255, 255, .86);
}
.sl-campaign-media {
  align-self: stretch;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sl-campaign-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--sl-shadow);
}
.sl-campaign-media p {
  margin: 10px 0 0;
  color: var(--sl-muted);
  font-size: .75rem;
  text-align: right;
}
.sl-campaign-assurances {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  gap: 8px;
  color: var(--sl-muted);
  font-size: .84rem;
  list-style: none;
}
.sl-campaign-assurances li::before {
  margin-right: 8px;
  color: var(--sl-success);
  content: "✓";
  font-weight: 900;
}
.sl-mail-tier {
  margin-top: 18px;
  color: var(--sl-muted);
  font-size: .82rem;
}
.sl-rate-note {
  max-width: 430px;
  margin: 5px 0 12px 28px;
  color: var(--sl-muted);
  font-size: .78rem;
  line-height: 1.35;
}
.sl-campaign-proof {
  padding-block: 100px;
  background: var(--sl-white);
}
.sl-campaign-proof > h2 {
  max-width: 900px;
  margin-bottom: 45px;
}
.sl-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--sl-line);
}
.sl-benefit-grid article {
  min-height: 190px;
  padding: 28px;
}
.sl-benefit-grid article + article { border-left: 1px solid var(--sl-line); }
.sl-benefit-grid span {
  color: var(--sl-rose-dark);
  font-size: .78rem;
  font-weight: 900;
}
.sl-benefit-grid p {
  margin-top: 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.25;
}
.sl-campaign-how {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(45px, 8vw, 120px);
  padding-block: 100px;
  color: var(--sl-white);
  background: var(--sl-ink);
}
.sl-campaign-how ol {
  margin: 0;
  padding: 0;
  counter-reset: steps;
  list-style: none;
}
.sl-campaign-how li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 0 20px 58px;
  border-bottom: 1px solid #53645f;
  counter-increment: steps;
  position: relative;
}
.sl-campaign-how li::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 38px;
  color: #d5b16c;
  content: "0" counter(steps);
  font-weight: 900;
}
.sl-campaign-how li strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.sl-campaign-how li span { color: #c7c1b9; }
.sl-campaign-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 65px;
  background: #e9ede5;
}
.sl-campaign-next h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.sl-funnel-hero {
  position: relative;
  display: grid;
  min-height: min(650px, calc(100svh - 64px));
  isolation: isolate;
  overflow: hidden;
  color: #1d1712;
  background: #f7f7f4;
}
.sl-funnel-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 52%, rgba(248, 248, 245, .72) 0, rgba(248, 248, 245, .42) 22rem, rgba(248, 248, 245, .1) 45rem, transparent 66rem),
    linear-gradient(90deg, rgba(247, 247, 244, .68) 0%, rgba(247, 247, 244, .32) 36%, rgba(247, 247, 244, .06) 66%, rgba(247, 247, 244, .12) 100%),
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.04) 48%, rgba(247,247,244,.28) 100%);
}
.sl-funnel-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.sl-funnel-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.01) brightness(1.03);
}
.sl-funnel-hero__content {
  display: grid;
  min-height: min(650px, calc(100svh - 64px));
  grid-template-rows: auto 1fr auto;
  align-items: end;
  padding-block: 28px clamp(44px, 6vw, 72px);
}
.sl-funnel-hero__copy {
  align-self: end;
  width: fit-content;
  max-width: min(58vw, 790px);
  padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.8vw, 32px);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 254, 250, .52);
  box-shadow: var(--sl-surface-shadow);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  backdrop-filter: blur(10px) saturate(1.08);
}
.sl-funnel-hero__copy .eyebrow {
  color: #8c6824;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: .15em;
}
.sl-funnel-hero h1 {
  margin-bottom: .18em;
  color: #1d1712;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: .92;
  letter-spacing: 0;
  text-wrap: balance;
}
.sl-funnel-hero__copy p:last-child {
  max-width: 720px;
  margin: 0;
  color: #4f463d;
  font-size: 1.2rem;
  line-height: 1.5;
}
.sl-funnel-hero__meta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
  border-radius: var(--sl-product-card-radius);
  background: transparent;
  box-shadow: none;
}
.sl-funnel-hero__meta > span {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #3c352e;
  font-size: .9rem;
  font-weight: 900;
}
.sl-funnel-hero__meta-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--sl-white);
  background: var(--sl-rose);
}
.sl-funnel-hero__meta-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.sl-funnel-hero__meta > span:nth-child(2) .sl-funnel-hero__meta-icon { background: var(--sl-gold); }
.sl-funnel-hero__meta > span:nth-child(3) .sl-funnel-hero__meta-icon { background: var(--sl-blue); }
.sl-funnel-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #deded8;
  background: #f7f6f2;
}
.sl-funnel-promise p {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 22px 24px;
}
.sl-funnel-promise p + p { border-left: 1px solid #deded8; }
.sl-funnel-promise__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-top: 2px;
  place-items: center;
  border-radius: 50%;
  color: var(--sl-white);
  background: var(--sl-rose);
}
.sl-funnel-promise__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.sl-funnel-promise p:nth-child(2) .sl-funnel-promise__icon { background: var(--sl-gold); }
.sl-funnel-promise p:nth-child(3) .sl-funnel-promise__icon { background: var(--sl-blue); }
.sl-funnel-promise__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.sl-funnel-promise strong {
  display: block;
  color: #1d1712;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.1;
}
.sl-funnel-promise__copy > span {
  display: block;
  color: #4f463d;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.38;
}
.sl-funnel-collection {
  padding-block: 96px 105px;
  background: #f7f7f4;
}
.sl-funnel-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .78fr);
  align-items: end;
  gap: clamp(28px, 7vw, 84px);
  margin-bottom: 42px;
}
.sl-funnel-section-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 4.2rem);
  line-height: 1;
}
.sl-funnel-section-heading > p {
  margin: 0 0 .45rem;
  color: #62594f;
  font-size: 1.05rem;
  line-height: 1.55;
}
.sl-funnel-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-block: 0;
  background: transparent;
}
.sl-funnel-card {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--sl-line);
}
.sl-funnel-card > a:first-child { display: block; margin-bottom: 22px; }
.sl-funnel-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}
.sl-funnel-card:hover img { transform: scale(1.015); }
.sl-funnel-card h2 { font-size: 1.7rem; }
.sl-funnel-card h2 a { text-decoration: none; }
.sl-funnel-card__price {
  margin: 10px 0 14px;
}
.sl-concept-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid rgba(37, 33, 29, .1);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 254, 250, .86);
  box-shadow: 0 14px 34px rgba(37, 33, 29, .08);
}
.sl-concept-card h2 { font-size: 1.55rem; }
.sl-concept-card p:last-child { margin-bottom: 0; color: var(--sl-muted); }
.sl-funnel-empty {
  max-width: 620px;
  padding: 28px;
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 254, 250, .86);
  box-shadow: 0 14px 34px rgba(37, 33, 29, .08);
}
.sl-funnel-interest {
  padding-block: 85px 92px;
  background: #f7f7f4;
}
.sl-funnel-interest .sl-waitlist { max-width: 780px; margin: 0; }
.sl-funnel-video {
  margin-top: 0;
  margin-bottom: 0;
  padding-inline: 0;
}
.sl-funnel-more {
  padding-block: 92px 102px;
  background: #fffefa;
}
.sl-funnel-more__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.sl-funnel-more__grid a {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 14px 22px;
  border: 1px solid rgba(37, 33, 29, .1);
  border-radius: var(--sl-product-card-radius);
  background: #f2f0eb;
  color: var(--sl-ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sl-funnel-more__grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--sl-product-card-radius) - 2px);
  object-fit: cover;
  object-position: center;
  background: rgba(255, 254, 250, .7);
}
.sl-funnel-more__grid a:nth-child(2) { background: #e9ede5; }
.sl-funnel-more__grid a:nth-child(3) { background: #f6e8e5; }
.sl-funnel-more__grid a:nth-child(4) { background: #eee8dc; }
.sl-funnel-more__grid a:hover {
  border-color: rgba(113, 59, 71, .35);
  box-shadow: var(--sl-surface-shadow);
  transform: translateY(-2px);
}
.sl-funnel-more__grid span {
  color: var(--sl-rose-dark);
  font-size: .78rem;
  font-weight: 950;
}
.sl-funnel-more__grid h3 {
  margin: 0 0 10px;
  font-size: 1.75rem;
  line-height: 1;
}
.sl-funnel-more__grid p {
  color: #62594f;
  font-size: .94rem;
  line-height: 1.42;
}
.sl-funnel-more__grid strong {
  color: var(--sl-rose-dark);
  font-size: .84rem;
  font-weight: 950;
}
.sl-funnel-guide {
  display: grid;
  grid-template-columns: 1.1fr .9fr auto;
  align-items: center;
  gap: 35px;
  padding-block: 70px;
  color: var(--sl-white);
  background: #5f7568;
}
.sl-funnel-guide h2 { margin: 0; font-size: 2.2rem; }
.sl-funnel-guide p { margin: 0; }
.sl-funnel-guide .button { white-space: nowrap; }
.sl-comfort-development {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(45px, 8vw, 100px);
  padding-block: 90px;
  background: var(--sl-white);
}
.sl-comfort-development h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.sl-comfort-development ul { margin: 0; padding: 0; list-style: none; }
.sl-comfort-development li {
  display: grid;
  padding: 20px 0;
  border-bottom: 1px solid var(--sl-line);
}
.sl-comfort-development li strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.sl-comfort-development li span { color: var(--sl-muted); }
.sl-comfort-waitlist {
  margin: 0;
  padding-block: 70px;
  border: 0;
  background: #f2f0eb;
}
.sl-comfort-waitlist form { max-width: 650px; }
.sl-path-directory {
  padding-block: 100px;
  background: var(--sl-paper);
}
.sl-path-directory .sl-finder-intro { margin-bottom: 55px; }
.sl-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sl-path-grid a {
  display: flex;
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--sl-line);
  justify-content: space-between;
  flex-direction: column;
  background: var(--sl-white);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sl-path-grid a:nth-child(2) { background: #f2f0eb; }
.sl-path-grid a:nth-child(3) { background: #f2f0eb; }
.sl-path-grid a:nth-child(4) { background: #eee8dc; }
.sl-path-grid a:nth-child(5) { background: #f1eee7; }
.sl-path-grid a:nth-child(6) { background: #f0e8df; }
.sl-path-grid a:hover { box-shadow: var(--sl-shadow); transform: translateY(-3px); }
.sl-path-grid span { color: var(--sl-rose-dark); font-weight: 900; }
.sl-path-grid h2 { font-size: 2rem; }
.sl-path-grid strong { color: var(--sl-rose-dark); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
.woocommerce .quantity .qty { width: 74px; min-height: 48px; }
.woocommerce-tabs { grid-column: 1 / -1; padding-top: 30px; }
.woocommerce-tabs ul.tabs { display: flex; gap: 20px; padding: 0 !important; border-bottom: 1px solid var(--sl-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.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 a { padding: 13px 0; }
.woocommerce table.shop_table { border-color: var(--sl-line); border-radius: var(--sl-product-card-radius); overflow: hidden; }
.woocommerce-message, .woocommerce-info {
  border-top-color: var(--sl-sage);
  background: #f2f0eb;
}
.woocommerce-error { border-top-color: var(--sl-error); background: #f6e9e7; }
.woocommerce-checkout .col2-set, .woocommerce-account .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 { width: auto; float: none; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 230px 1fr; gap: 40px; }
.woocommerce-account .woocommerce-notices-wrapper, .woocommerce-account .woocommerce-form-login { grid-column: 1 / -1; }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 10px 0; border-bottom: 1px solid var(--sl-line); }
.sl-order-tracking-page {
  max-width: 760px;
}
.sl-order-tracking-page h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}
.sl-order-tracking-page > p:not(.eyebrow) {
  color: var(--sl-muted);
  font-size: 1.06rem;
}
.sl-order-tracking-page .track_order {
  display: grid;
  gap: 16px;
  margin: 30px 0 18px;
  padding: 28px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-white);
  box-shadow: var(--sl-shadow);
}
.sl-order-tracking-page .track_order p {
  margin: 0;
}
.sl-order-tracking-page .woocommerce form.track_order .form-row-first,
.sl-order-tracking-page .woocommerce form.track_order .form-row-last,
.sl-order-tracking-page form.track_order .form-row-first,
.sl-order-tracking-page form.track_order .form-row-last {
  width: 100%;
  float: none;
}
.sl-order-tracking-page .track_order label {
  display: block;
  margin-bottom: 6px;
}
.woocommerce .sl-order-tracking-page form.track_order .form-row .input-text,
.sl-order-tracking-page form.track_order .form-row .input-text,
.sl-order-tracking-page .track_order input.input-text,
.sl-order-tracking-page .track_order input[type="text"],
.sl-order-tracking-page .track_order input[type="email"] {
  width: min(100%, 360px);
}
.woocommerce .sl-order-tracking-page form.track_order .form-row button.button,
.woocommerce .sl-order-tracking-page .track_order button.button,
.sl-order-tracking-page form.track_order .form-row button.button {
  border-color: var(--sl-rose);
  color: var(--sl-white);
  background: var(--sl-rose);
}
.woocommerce .sl-order-tracking-page form.track_order .form-row button.button:hover,
.woocommerce .sl-order-tracking-page .track_order button.button:hover,
.sl-order-tracking-page form.track_order .form-row button.button:hover {
  border-color: var(--sl-rose-dark);
  background: var(--sl-rose-dark);
}
.sl-order-tracking-page .track_order button,
.woocommerce .sl-order-tracking-page .track_order button.button {
  justify-self: start;
}
.sl-order-tracking-help {
  padding: 16px 18px;
  border-left: 4px solid var(--sl-sage);
  background: var(--sl-soft);
}
.sl-order-confirmation {
  display: grid;
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
.sl-order-confirmation__hero {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: clamp(32px, 5vw, 58px) clamp(20px, 4vw, 52px);
  border: 1px solid var(--sl-line);
  background: var(--sl-white);
  box-shadow: var(--sl-shadow);
  text-align: center;
}
.sl-order-confirmation__hero--failed .sl-order-confirmation__status {
  border-color: #d88c78;
  color: var(--sl-error);
  background: #f8e9e4;
}
.sl-order-confirmation__status {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #8fb89e;
  border-radius: 999px;
  color: #2f7b46;
  background: #edf8ef;
}
.sl-order-confirmation__status svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sl-order-confirmation__hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.35rem, 6vw, 4.3rem);
  line-height: .96;
}
.sl-order-confirmation__hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--sl-muted);
  font-size: 1.06rem;
}
.sl-order-confirmation__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}
.sl-order-confirmation__actions .button {
  min-width: 168px;
}
.sl-order-confirmation__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--sl-line);
  background: var(--sl-soft);
}
.sl-order-confirmation__meta div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 18px 20px;
}
.sl-order-confirmation__meta div + div {
  border-left: 1px solid var(--sl-line);
}
.sl-order-confirmation__meta span,
.sl-order-confirmation__item span,
.sl-order-confirmation__steps span,
.sl-order-confirmation__trust span {
  color: var(--sl-muted);
  font-size: .92rem;
}
.sl-order-confirmation__meta strong {
  overflow-wrap: anywhere;
}
.sl-order-confirmation__layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
}
.sl-order-confirmation__panel {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--sl-line);
  background: var(--sl-white);
  box-shadow: var(--sl-shadow);
}
.sl-order-confirmation__panel h2 {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}
.sl-order-confirmation__items {
  display: grid;
  gap: 14px;
}
.sl-order-confirmation__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sl-line);
}
.sl-order-confirmation__item:last-child {
  border-bottom: 0;
}
.sl-order-confirmation__item strong,
.sl-order-confirmation__item span {
  display: block;
}
.sl-order-confirmation__thumb {
  overflow: hidden;
  width: 68px;
  height: 68px;
  border: 1px solid var(--sl-line);
  background: var(--sl-soft);
}
.sl-order-confirmation__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-order-confirmation__totals {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}
.sl-order-confirmation__totals div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--sl-line);
}
.sl-order-confirmation__totals dt,
.sl-order-confirmation__totals dd {
  margin: 0;
}
.sl-order-confirmation__totals dd {
  text-align: right;
}
.sl-order-confirmation__addresses {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.sl-order-confirmation__addresses address {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--sl-line);
  background: var(--sl-soft);
  color: var(--sl-muted);
  font-style: normal;
  font-size: .92rem;
  line-height: 1.45;
}
.sl-order-confirmation__addresses strong {
  color: var(--sl-ink);
  font-size: .98rem;
}
.sl-order-confirmation__addresses span {
  display: block;
}
.sl-order-confirmation__steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sl-confirmation-step;
}
.sl-order-confirmation__steps li {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 52px;
  padding-left: 62px;
}
.sl-order-confirmation__steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #8fb89e;
  border-radius: 999px;
  color: #2f7b46;
  background: #edf8ef;
  content: counter(sl-confirmation-step);
  counter-increment: sl-confirmation-step;
  font-weight: 800;
}
.sl-order-confirmation__steps li + li::after {
  position: absolute;
  top: -18px;
  left: 18px;
  width: 1px;
  height: 18px;
  background: #8fb89e;
  content: "";
}
.sl-order-confirmation__trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin-top: 24px;
}
.sl-order-confirmation__trust div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--sl-line);
  background: var(--sl-soft);
}
.sl-order-confirmation__hooks {
  display: grid;
  gap: 16px;
}
.sl-review-empty {
  padding: 28px;
  border: 1px solid var(--sl-line);
  color: var(--sl-muted);
  text-align: center;
}
.sl-consent-panel {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: 980px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid var(--sl-line);
  background: var(--sl-paper);
  box-shadow: 0 10px 35px rgba(41, 39, 36, .18);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.sl-consent-panel p { max-width: 650px; margin: 5px 0 0; color: var(--sl-muted); font-size: .9rem; }
.sl-consent-actions { display: flex; gap: 8px; }

/* Prelaunch collection: editorial, calm, and deliberately easy to read. */
.prelaunch-home {
  --prelaunch-wine: #713b47;
  --prelaunch-cream: #f0f0ec;
  --prelaunch-gold: #b68a3a;
  background: #f7f7f4;
}
.home .sl-store-opening,
.single-product .sl-store-opening { display: none; }
.prelaunch-hero {
  position: relative;
  display: grid;
  min-height: min(620px, calc(100svh - 64px));
  overflow: hidden;
  isolation: isolate;
  color: #1d1712;
  background: #f7f7f4;
}
.prelaunch-hero__media,
.prelaunch-hero__media::after { position: absolute; inset: 0; }
.prelaunch-hero__media { z-index: -2; }
.prelaunch-hero__media::after {
  content: "";
  background:
    radial-gradient(circle at 18% 50%, rgba(248, 248, 245, .96) 0, rgba(248, 248, 245, .8) 23rem, rgba(248, 248, 245, .18) 44rem, transparent 66rem),
    linear-gradient(90deg, rgba(247, 247, 244, .9) 0%, rgba(247, 247, 244, .56) 33%, rgba(247, 247, 244, .12) 62%, rgba(247, 247, 244, .24) 100%),
    linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.08) 48%, rgba(247,247,244,.45) 100%);
}
.prelaunch-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(1.04) contrast(1.01) brightness(1.04); }
.prelaunch-hero__content { display: flex; max-width: var(--sl-content); align-items: flex-start; justify-content: flex-end; flex-direction: column; padding-block: 56px; color: #1d1712; }
.prelaunch-hero__content > * { max-width: 680px; }
.prelaunch-hero__content .eyebrow { color: var(--prelaunch-wine); }
.prelaunch-hero__content h1 { max-width: 760px; margin-bottom: .25em; font-size: clamp(3.2rem, 15vw, 4.5rem); letter-spacing: -.04em; }
.prelaunch-hero__content > p:not(.eyebrow) { max-width: 650px; margin-bottom: 1.6rem; color: #5a5148; font-size: clamp(1.15rem, 1.8vw, 1.36rem); line-height: 1.55; }
.prelaunch-hero__button { border: 0; background: var(--prelaunch-wine); color: #fff; box-shadow: 0 12px 26px rgba(113, 59, 71, .24); }
.prelaunch-hero__button:hover { border: 0; background: #8d4656; color: #fff; box-shadow: 0 16px 34px rgba(113, 59, 71, .28); }
.prelaunch-hero__button span { margin-left: 20px; font-size: 1.25rem; }
.prelaunch-promise {
  border-bottom: 1px solid #deded8;
  background:
    radial-gradient(circle at 10% 40%, rgba(182, 138, 58, .1), transparent 42%),
    radial-gradient(circle at 90% 60%, rgba(166, 79, 99, .08), transparent 40%),
    #f4efe6;
}
.prelaunch-promise__grid { display: grid; grid-template-columns: 1fr; padding-block: 8px; }
.prelaunch-promise p { display: flex; min-height: 58px; align-items: center; justify-content: flex-start; gap: 12px; margin: 0; padding: 10px 5px; text-align: left; }
.prelaunch-promise p + p { border-top: 1px solid #deded8; }
.prelaunch-promise__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--sl-white);
  background: var(--sl-rose);
}
.prelaunch-promise p:nth-child(2) .prelaunch-promise__icon { background: var(--sl-gold); }
.prelaunch-promise p:nth-child(3) .prelaunch-promise__icon { background: var(--sl-blue); }
.prelaunch-promise__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.prelaunch-promise strong {
  color: #3c352e;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.3;
}
.brand-values {
  padding: 74px 0 78px;
  border-block: 1px solid #d9d1c3;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 254, 250, .7), transparent 55%),
    radial-gradient(circle at 18% 80%, rgba(182, 138, 58, .1), transparent 36%),
    #eee8de;
  text-align: center;
}
.sl-funnel > .brand-values {
  padding-inline: 0;
}
.brand-values h2 {
  margin-bottom: 48px;
  color: #1d1712;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  font-weight: 500;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.brand-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.brand-values__item {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  padding: 0 12px;
}
.brand-values__icon {
  display: grid;
  width: 82px;
  height: 82px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: #171412;
  background: rgba(182, 138, 58, .1);
  box-shadow: inset 0 0 0 1px rgba(182, 138, 58, .22);
}
.brand-values__item:nth-child(2) .brand-values__icon,
.brand-values__item:nth-child(5) .brand-values__icon {
  box-shadow: inset 0 0 0 1px rgba(166, 79, 99, .2);
  background: rgba(166, 79, 99, .08);
}
.brand-values__item:nth-child(3) .brand-values__icon {
  box-shadow: inset 0 0 0 1px rgba(73, 108, 131, .22);
  background: rgba(73, 108, 131, .08);
}
.brand-values__icon img {
  width: 54%;
  height: 54%;
  object-fit: contain;
}
.brand-values__item h3 {
  max-width: 180px;
  margin: 0;
  color: #211c18;
  font-family: Inter, system-ui, sans-serif;
  font-size: .91rem;
  font-weight: 600;
  letter-spacing: .045em;
  line-height: 1.35;
  text-transform: uppercase;
}
.prelaunch-intro { padding: 110px 0 0; scroll-margin-top: 100px; }
.prelaunch-intro__heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); align-items: end; gap: 80px; margin-bottom: 42px; }
.prelaunch-intro__heading h2 { max-width: 680px; font-size: clamp(2.7rem, 5vw, 4.6rem); letter-spacing: -.035em; }
.prelaunch-intro__heading > p { margin: 0 0 .7rem; color: #6a6258; font-size: 1.08rem; }
.prelaunch-price-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  padding: 14px 0;
  border-block: 1px solid #deded8;
  color: #62594f;
}
.prelaunch-price-banner strong {
  flex: 0 0 auto;
  color: var(--prelaunch-wine);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.prelaunch-price-banner span {
  font-size: .98rem;
  font-weight: 750;
  line-height: 1.35;
}
.prelaunch-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 36px;
}
.prelaunch-category-nav .button {
  gap: 8px;
  min-height: 40px;
  padding: 7px 12px 7px 8px;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}
.prelaunch-category-nav__icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border: 1px solid rgba(169, 111, 85, .18);
  border-radius: var(--sl-product-card-radius);
  color: var(--sl-rose-dark);
  background: rgba(255, 255, 255, .72);
}
.prelaunch-category-nav__icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.prelaunch-category-nav__label { min-width: 0; }
.prelaunch-category-nav .button-secondary:hover,
.prelaunch-category-nav .button-secondary:focus-visible {
  border-color: var(--sl-rose);
  background: var(--sl-rose);
  color: var(--sl-white);
}
.prelaunch-category-nav .button-secondary:hover .prelaunch-category-nav__icon,
.prelaunch-category-nav .button-secondary:focus-visible .prelaunch-category-nav__icon {
  border-color: rgba(255, 255, 255, .42);
  color: var(--sl-white);
  background: rgba(255, 255, 255, .14);
}
.prelaunch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
.prelaunch-grid__category { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 12px 0 -18px; padding-top: 18px; border-top: 1px solid rgba(54, 48, 41, .12); scroll-margin-top: 100px; }
.prelaunch-grid__category:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prelaunch-grid__category h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.9rem); line-height: 1.1; }
.prelaunch-seen-in {
  position: relative;
  z-index: 2;
  margin: 82px auto 0;
  padding: 0;
  background: #f7f7f4;
}
.prelaunch-seen-in__title {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  color: #7d7a77;
  font-family: Assistant, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}
.prelaunch-seen-in__cloud {
  margin-top: 8px;
  padding: 0;
  background: #f7f7f4;
}
.prelaunch-seen-in__marquee {
  position: relative;
  z-index: 1;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.prelaunch-seen-in__track {
  display: flex;
  flex-shrink: 0;
  width: calc((85px * 4) + (10px * 4));
  padding-left: 10px;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  will-change: transform;
  animation: sl-seen-in-marquee-left 55000ms linear infinite;
}
.prelaunch-seen-in__slide {
  display: block;
  flex: 0 0 85px;
  width: 100%;
}
.prelaunch-seen-in__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes sl-seen-in-marquee-left {
  0% {
    visibility: visible;
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.prelaunch-card[hidden] { display: none; }
.prelaunch-card__media-link { display: block; text-decoration: none; }
.prelaunch-card { position: relative; overflow: visible; }
.prelaunch-card__media {
  position: relative;
}
.prelaunch-card__image { position: relative; overflow: hidden; border-radius: var(--sl-product-card-radius); background: #ececea; box-shadow: var(--sl-surface-shadow); }
.prelaunch-card__image::after { content: ""; position: absolute; inset: 0; border: 0; pointer-events: none; }
.prelaunch-card__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s ease; }
.prelaunch-card__image .prelaunch-card__banner-image {
  object-fit: cover;
  object-position: right center;
}
.prelaunch-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 8px 12px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-shadow: none;
  text-align: left;
  pointer-events: none;
  z-index: 2;
}
.prelaunch-card__media:hover .prelaunch-card__image img { transform: scale(1.02); }
.prelaunch-card__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  width: 18%;
  max-width: 64px;
  min-width: 44px;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity .2s ease;
}
.prelaunch-card__nav span {
  display: block;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, .9), 0 1px 2px rgba(255, 255, 255, .65);
}
.prelaunch-card__nav--prev {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .55), transparent) !important;
}
.prelaunch-card__nav--next {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, .55), transparent) !important;
}
.prelaunch-card__media.has-gallery:hover .prelaunch-card__nav,
.prelaunch-card__nav:focus-visible {
  opacity: 1;
}
.prelaunch-card__nav:hover,
.prelaunch-card__nav:focus-visible {
  color: #fff !important;
}
@media (hover: none) {
  .prelaunch-card__media.has-gallery .prelaunch-card__nav {
    opacity: .7;
  }
}
.prelaunch-card__title {
  margin: 10px 0 6px;
  color: var(--sl-ink);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}
.prelaunch-card__title a {
  text-decoration: none;
}
.prelaunch-card__title a:hover {
  color: var(--prelaunch-wine);
}
.prelaunch-card__meta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
  margin-top: 0;
}
.prelaunch-card__price {
  display: block;
  min-width: 0;
  margin: 0;
  color: var(--sl-ink);
  font-size: inherit;
  font-weight: 900;
  line-height: 1.2;
}
.prelaunch-card__price .woocommerce-Price-amount { font-weight: inherit; }
.prelaunch-card__swatches {
  position: relative;
  display: block;
  width: 100%;
  justify-self: stretch;
  min-width: 0;
  min-height: 24px;
  padding-block: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.prelaunch-card__swatches.is-collapsed {
  display: none;
}
.prelaunch-card__meta.has-collapsed-swatches {
  grid-template-columns: minmax(0, 1fr) auto;
}
.prelaunch-card__swatches::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(37, 33, 29, .72);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.prelaunch-card__swatches.has-no-active-variant::after {
  content: none;
}
.prelaunch-card__swatches--empty {
  display: block;
  min-height: 0;
}
.prelaunch-card__swatches--empty::after {
  content: none;
}
.prelaunch-card__swatch {
  position: absolute;
  z-index: 1;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  flex: 0 0 14px !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background-color: var(--variant-color, #c8bfb0) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: transparent !important;
  cursor: pointer;
  transform: translateX(calc(var(--swatch-slot, 0) * 21px));
  transition: transform .28s ease, opacity .2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.prelaunch-card__swatch:hover,
.prelaunch-card__swatch.is-active {
  background-color: var(--variant-color, #c8bfb0) !important;
  border-color: rgba(37, 33, 29, .35) !important;
  color: transparent !important;
}
.prelaunch-card__swatch:hover,
.prelaunch-card__swatch:focus-visible {
  outline: 2px solid rgba(37, 33, 29, .42);
  outline-offset: 3px;
}
.sl-launch-price {
  display: grid;
  gap: 5px;
  min-width: 0;
  line-height: 1.15;
}
.sl-launch-price__row {
  display: flex;
  min-height: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.sl-launch-price__was {
  color: #727a76;
  font-size: .9em;
  font-weight: 800;
  text-decoration-color: rgba(113, 59, 71, .78);
  text-decoration-thickness: 2px;
}
.sl-launch-price__now {
  color: var(--sl-rose-dark);
  font-size: 1.08em;
  font-weight: 950;
  text-decoration: none;
}
.sl-launch-price__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 7px;
  border: 0;
  border-radius: 999px;
  color: #6b5018;
  background: #f1ead9;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.sl-launch-price__note {
  max-width: 22em;
  color: #6a6258;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.28;
}
.prelaunch-card__price .sl-launch-price__note { max-width: 17em; }
.prelaunch-want { position: relative; flex: 0 0 auto; }
.prelaunch-want__button { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0 !important; border-radius: 999px; box-shadow: 0 6px 14px rgba(37, 33, 29, .08) !important; background: var(--sl-surface-control) !important; color: var(--prelaunch-wine); font-size: .86rem; font-weight: 900; line-height: 1; }
.prelaunch-want__button:hover, .prelaunch-want__button.is-active { border: 0 !important; background: var(--sl-surface-selected) !important; color: #9f2f48; box-shadow: 0 8px 18px rgba(117, 55, 67, .14) !important; }
.prelaunch-want__button:disabled { cursor: wait; opacity: .65; }
.prelaunch-want__heart { font-size: 1.18rem; line-height: 1; }
.prelaunch-want__popover { position: absolute; z-index: 50; right: 0; top: calc(100% + 10px); width: min(310px, calc(100vw - 36px)); padding: 16px; border: 0; border-radius: var(--sl-product-card-radius); background: var(--sl-surface-raised); box-shadow: 0 18px 44px rgba(37, 33, 29, .18); }
.prelaunch-want__popover::before { content: ""; position: absolute; top: -7px; right: 25px; width: 12px; height: 12px; border-top: 0; border-left: 0; background: var(--sl-surface-raised); box-shadow: -4px -4px 10px rgba(37, 33, 29, .04); transform: rotate(45deg); }
.prelaunch-want__close { position: absolute; top: 0; right: 0; display: grid; width: 44px; height: 44px; min-height: 0; padding: 0; border: 0; border-radius: 999px; place-items: center; background: transparent; color: var(--sl-muted); font-size: 1.25rem; line-height: 1; }
.prelaunch-want__close:hover { background: var(--sl-surface-control); color: var(--sl-ink); }
.prelaunch-want__title { margin: 0 28px 6px 0; color: var(--sl-ink); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; line-height: 1.25; }
.prelaunch-want__copy, .prelaunch-want__trust { margin: 0 0 10px; color: var(--sl-muted); font-size: .88rem; line-height: 1.45; }
.prelaunch-want__form { display: grid; gap: 6px; }
.prelaunch-want__form input[type="email"] { height: 40px; min-height: 40px; padding: 7px 11px; border: 0; background: var(--sl-surface-control); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7); font-size: 1rem; line-height: 1.2; }
.prelaunch-want__form.is-remembered input[type="email"] { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.prelaunch-want__form button[type="submit"] { height: 40px; min-height: 40px; width: 100%; padding-block: 8px; }
.prelaunch-want__remembered { margin: 0; padding: 10px 12px; color: var(--sl-muted); background: var(--sl-surface-control); font-size: .86rem; line-height: 1.35; }
.prelaunch-want__remembered strong { color: var(--sl-ink); font-weight: 900; overflow-wrap: anywhere; }
.prelaunch-want__trust { margin: 0; color: #6a6258; font-size: .8rem; font-weight: 800; }
.prelaunch-want .sl-form-status { margin: 0; color: var(--sl-muted); font-size: .84rem; line-height: 1.35; }
.prelaunch-story { padding: 110px 0; background: #f0f0ec; }
.prelaunch-gift-prompt {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0;
  text-align: center;
  color: #1d1712;
  background: #f4efe6;
}
.prelaunch-gift-prompt__media,
.prelaunch-gift-prompt__media::after {
  position: absolute;
  inset: 0;
}
.prelaunch-gift-prompt__media {
  z-index: -2;
}
.prelaunch-gift-prompt__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.96) brightness(1.04);
}
.prelaunch-gift-prompt__media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(247, 243, 236, .9) 0%, rgba(247, 243, 236, .74) 42%, rgba(247, 243, 236, .92) 100%),
    radial-gradient(circle at 50% 28%, rgba(255, 254, 250, .5), transparent 58%);
}
.prelaunch-gift-prompt__content {
  position: relative;
  z-index: 1;
}
.prelaunch-gift-prompt .eyebrow { color: var(--prelaunch-wine); }
.prelaunch-gift-prompt h2 { max-width: 820px; margin: 0 auto 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
.prelaunch-gift-prompt__content > p:not(.eyebrow) { max-width: 700px; margin: 0 auto; color: #5a5148; font-size: 1.08rem; }
.prelaunch-gift-prompt__moments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 980px;
  margin: 34px auto 0;
  text-align: left;
  border-top: 1px solid rgba(121, 100, 74, .18);
}
.prelaunch-gift-prompt__moments a {
  display: grid;
  gap: 4px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(121, 100, 74, .18);
  color: inherit;
  text-decoration: none;
  transition: color .18s ease;
}
.prelaunch-gift-prompt__moments a:hover {
  color: var(--prelaunch-wine);
}
.prelaunch-gift-prompt__moments strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15;
}
.prelaunch-gift-prompt__moments span {
  color: #665d53;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
}
.prelaunch-story__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.prelaunch-story__image { position: relative; padding: 0 26px 26px 0; }
.prelaunch-story__image::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; width: 70%; height: 70%; background: #deded8; }
.prelaunch-story__image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; }
.prelaunch-story__copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.2rem); }
.prelaunch-story__copy p:not(.eyebrow) { color: #5a5148; font-size: 1.08rem; }
.prelaunch-how {
  padding: 110px 0 130px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(182, 138, 58, .1), transparent 42%),
    radial-gradient(circle at 85% 80%, rgba(166, 79, 99, .08), transparent 36%),
    #f7f4ee;
}
.prelaunch-how > .container > h2 { margin-bottom: 50px; }
.prelaunch-how__grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; }
.prelaunch-how__grid article { padding: 20px 46px; }
.prelaunch-how__grid article + article { border-left: 1px solid #deded8; }
.prelaunch-how__mark {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.prelaunch-how__mark > span {
  color: var(--prelaunch-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}
.prelaunch-how__mark svg {
  width: 18px;
  height: 18px;
  padding: 8px;
  box-sizing: content-box;
  border-radius: 50%;
  color: var(--sl-white);
  background: var(--sl-rose);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.prelaunch-how__grid article:nth-child(2) .prelaunch-how__mark svg { background: var(--sl-gold); }
.prelaunch-how__grid article:nth-child(3) .prelaunch-how__mark svg { background: var(--sl-blue); }
.prelaunch-how__grid h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
}
.prelaunch-how__grid p { color: var(--sl-muted); }

/* Individual prelaunch landing page. */
.single-product .page-content.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-block: 0;
}
.single-product .woocommerce-notices-wrapper {
  width: min(calc(100% - 40px), var(--sl-content));
  margin-inline: auto;
}
.woocommerce .prelaunch-product {
  --product-shop-grid: minmax(0, 1.08fr) minmax(390px, .92fr);
  display: block;
  overflow: hidden;
  background: #f7f7f4;
}
.prelaunch-product-hero {
  position: relative;
  display: grid;
  min-height: min(620px, calc(100svh - 64px));
  margin-inline: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  color: #1d1712;
  background: #f7f7f4;
}
.prelaunch-product-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 50%, rgba(248, 248, 245, .96) 0, rgba(248, 248, 245, .8) 23rem, rgba(248, 248, 245, .18) 44rem, transparent 66rem),
    linear-gradient(90deg, rgba(247, 247, 244, .9) 0%, rgba(247, 247, 244, .56) 33%, rgba(247, 247, 244, .12) 62%, rgba(247, 247, 244, .24) 100%),
    linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.08) 48%, rgba(247,247,244,.45) 100%);
}
.prelaunch-product-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.prelaunch-product-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.01) brightness(1.04);
}
.prelaunch-product-hero__content {
  display: grid;
  min-height: min(620px, calc(100svh - 64px));
  grid-template-rows: auto 1fr auto;
  align-items: end;
  padding-block: 28px clamp(44px, 6vw, 72px);
}
.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--sl-muted);
  font-size: .92rem;
}
.product-breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
  text-decoration: none;
}
.product-breadcrumb--hero {
  align-self: start;
  color: rgba(44, 39, 32, .72);
}
.product-breadcrumb--hero a { color: #1d1712; }
.prelaunch-product-hero__copy {
  align-self: end;
  width: fit-content;
  max-width: min(54vw, 760px);
  padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.6vw, 30px);
  border-left: 0;
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 254, 250, .58);
  box-shadow: var(--sl-surface-shadow);
}
.prelaunch-product-hero__copy .eyebrow {
  color: #8c6824;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: .15em;
}
.prelaunch-product-hero__title {
  max-width: 760px;
  margin-bottom: .18em;
  color: #1d1712;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 8vw, 8.2rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .72), 0 12px 34px rgba(244, 238, 224, .64);
  text-wrap: balance;
}
.prelaunch-product-hero__lead {
  max-width: 620px;
  margin: 0;
  color: #4f463d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.28;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}
.prelaunch-product-hero__meta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 30px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 254, 250, .92);
  box-shadow: var(--sl-surface-shadow);
}
.prelaunch-product-hero__meta > span {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  color: #3c352e;
  font-weight: 900;
}
.prelaunch-product-hero__meta > span + span { border-left: 0; }
.prelaunch-product-hero__meta .woocommerce-Price-amount { color: #1d1712; }
.prelaunch-product-hero__meta small {
  color: #6b6359;
  font-size: .78rem;
  font-weight: 800;
}
.prelaunch-product-hero__meta .sl-launch-price { gap: 4px; }
.prelaunch-product-hero__meta .sl-launch-price__row { gap: 8px; }
.prelaunch-product-hero__meta .sl-launch-price__was,
.prelaunch-product-hero__meta .sl-launch-price__was .woocommerce-Price-amount {
  color: #6b6359;
}
.prelaunch-product-hero__meta .sl-launch-price__now,
.prelaunch-product-hero__meta .sl-launch-price__now .woocommerce-Price-amount {
  color: #1d1712;
}
.prelaunch-product-hero__meta .sl-launch-price__badge {
  border: 0;
  color: #6b5018;
  background: #f1ead9;
}
.prelaunch-product-hero__meta .sl-launch-price__note {
  color: #6b6359;
}
.prelaunch-product__shop {
  display: grid;
  grid-template-columns: var(--product-shop-grid);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
  padding-block: 78px 42px;
}
.product-gallery { min-width: 0; }
.product-gallery__stage {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 9 / 10;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  place-items: center;
  background: #ececea;
  box-shadow: var(--sl-surface-shadow);
}
.product-gallery__stage img,
.product-gallery__stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Shared banner (all variants): show the full frame, never crop products off. */
.product-gallery__stage img.product-gallery__stage-banner {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  height: 100%;
  object-fit: contain;
  object-position: center;
  justify-self: center;
}
.product-gallery__stage video { background: #151311; object-fit: contain; }
.product-gallery__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  width: 20%;
  max-width: 92px;
  min-width: 48px;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity .2s ease;
}
.product-gallery__nav span {
  display: block;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, .9), 0 1px 2px rgba(255, 255, 255, .65);
}
.product-gallery__nav--prev {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .55), transparent) !important;
}
.product-gallery__nav--next {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, .55), transparent) !important;
}
.product-gallery__stage:hover .product-gallery__nav,
.product-gallery__nav:focus-visible {
  opacity: 1;
}
.product-gallery__nav:hover,
.product-gallery__nav:focus-visible {
  color: #fff !important;
}
@media (hover: none) {
  .product-gallery__nav {
    opacity: .7;
  }
}
.product-gallery__thumbs {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 14px 3px 5px;
}
.product-gallery__thumb[hidden] { display: none; }
.product-gallery__thumb {
  flex: 0 0 78px;
  width: 78px;
  min-height: 78px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: #ececea;
  box-shadow: 0 6px 16px rgba(37, 33, 29, .1);
  color: var(--sl-ink);
}
.product-gallery__thumb:hover,
.product-gallery__thumb.is-active {
  background: #deded8;
  box-shadow: 0 8px 20px rgba(37, 33, 29, .14);
}
.product-gallery__thumb img {
  width: 100%;
  height: 76px;
  object-fit: cover;
}
.product-gallery__video-thumb {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
}
.product-gallery__video-thumb span { font-size: 1.25rem; }
.product-gallery__video-thumb small { font-weight: 800; }
.product-gallery__notice {
  display: flex;
  gap: 9px;
  margin: 14px 0 0;
  color: var(--sl-muted);
  font-size: .86rem;
  line-height: 1.45;
}
.product-gallery__notice span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid var(--sl-line);
  border-radius: 50%;
  place-items: center;
  color: var(--sl-rose-dark);
  font-size: .78rem;
  font-weight: 900;
}
.product-reviews-card {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(37, 33, 29, .1);
  border-radius: var(--sl-product-card-radius);
  background: rgba(255, 254, 250, .82);
  box-shadow: 0 14px 34px rgba(37, 33, 29, .08);
}
.product-reviews-card.is-disabled {
  color: #6c655b;
  background: rgba(244, 244, 239, .78);
}
.product-reviews-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.product-reviews-card__header .eyebrow {
  margin-bottom: 7px;
  color: #82776b;
}
.product-reviews-card__header h2 {
  margin: 0;
  color: var(--sl-ink);
  font-size: 1.55rem;
  line-height: 1.08;
}
.product-reviews-card__score {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 3px;
  color: var(--sl-ink);
  font-weight: 900;
}
.product-reviews-card__score > span {
  font-size: 1.2rem;
  line-height: 1;
}
.product-reviews-card__stars {
  display: flex;
  gap: 1px;
  color: #cfc7ba;
  font-size: .88rem;
  letter-spacing: 0;
}
.product-reviews-card__stars .is-filled { color: #a36d26; }
.product-reviews-card__list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.product-review-snippet {
  padding-top: 13px;
  border-top: 1px solid rgba(37, 33, 29, .1);
}
.product-review-snippet__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.product-review-snippet__meta strong {
  color: var(--sl-ink);
  font-size: .94rem;
}
.product-review-snippet__meta span {
  flex: 0 0 auto;
  color: #a36d26;
  font-size: .78rem;
  letter-spacing: 0;
}
.product-review-snippet p,
.product-reviews-card__empty p {
  margin: 0;
  color: #5d554b;
  font-size: .95rem;
  line-height: 1.55;
}
.product-reviews-card__empty {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.product-reviews-card__empty button,
.product-reviews-card__empty a {
  justify-self: start;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-size: .84rem;
  font-weight: 900;
}
.product-reviews-card__empty a {
  background: var(--sl-rose-dark);
  color: #fff;
}
.product-reviews-card__empty button {
  background: #e4e1d9;
  color: #8a8175;
  cursor: not-allowed;
}
.sl-review-form-page {
  padding-block: 72px 90px;
}
.sl-review-form-page h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}
.sl-review-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-white);
  box-shadow: var(--sl-surface-shadow);
}
.sl-review-form label {
  display: grid;
  gap: 7px;
  color: var(--sl-ink);
}
.sl-review-form label span {
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.sl-review-form textarea {
  min-height: 150px;
}
.sl-review-form button {
  justify-self: start;
}
.prelaunch-product__summary {
  position: sticky;
  top: 108px;
  min-width: 0;
}
.prelaunch-product__summary h2 {
  margin-bottom: .35em;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}
.prelaunch-product__price {
  margin-bottom: 12px;
  color: var(--sl-ink);
}
.prelaunch-product__price .sl-launch-price__row {
  gap: 10px;
}
.prelaunch-product__price .sl-launch-price__now {
  font-size: 1.72rem;
}
.prelaunch-product__price .sl-launch-price__was {
  font-size: 1.05rem;
}
.prelaunch-product__price .sl-launch-price__note {
  max-width: 28em;
  font-size: .9rem;
}
.prelaunch-product__lead {
  max-width: 620px;
  color: #554c42;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.62;
}
.product-variants {
  margin: 22px 0 24px;
}
.product-variants__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--sl-muted);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.product-variants__heading strong {
  color: var(--sl-ink);
  font-size: .9rem;
  text-align: right;
  text-transform: none;
}
.product-variants__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.product-variants--swatches .product-variants__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.product-variants__color-column {
  display: grid;
  align-content: start;
  gap: 10px;
}
.product-variants--bundle-three-up { container-type: inline-size; }
.product-variants--bundle-three-up .product-variants__options { grid-template-columns: 1fr; }
.product-variants--bundle-three-up .product-variants__color-column { gap: 8px; }
.product-variants--bundle-three-up .product-variants__option {
  min-width: 0;
}
.product-variants--bundle-three-up .product-variants__label {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
@container (min-width: 420px) {
  .product-variants--bundle-three-up .product-variants__options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@container (min-width: 500px) {
  .product-variants--bundle-three-up .product-variants__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .product-variants--bundle-three-up .product-variants__color-column { gap: 7px; }
  .product-variants--bundle-three-up .product-variants__option {
    min-height: 38px;
    gap: 5px;
    padding: 7px;
    font-size: .68rem;
  }
  .product-variants--bundle-three-up .product-variants__swatch {
    width: 9px;
    height: 9px;
  }
}
.product-variants__option {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 9px;
  padding: 12px 14px;
  border: 0;
  background: var(--sl-surface-control);
  color: var(--sl-ink);
  cursor: pointer;
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}
.product-variants--swatches .product-variants__option {
  min-height: 44px;
  padding: 8px 10px;
  border: 0;
  background: var(--sl-surface-control);
  color: var(--sl-ink);
}
.product-variants--swatches .product-variants__option:hover,
.product-variants--swatches .product-variants__option.is-active {
  background: var(--sl-surface-selected);
  color: var(--sl-ink);
  border: 0;
}
.product-variants__option:hover,
.product-variants__option.is-active {
  border: 0;
  background: var(--sl-surface-selected);
  box-shadow: 0 8px 18px rgba(117, 55, 67, .16);
}
.product-variants--swatches .product-variants__option.is-active {
  box-shadow: 0 8px 18px rgba(117, 55, 67, .16);
}
.product-variants__swatch {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: var(--variant-color, #c8bfb0);
  box-shadow: inset 0 0 0 1px rgba(47, 36, 32, .16);
}
.product-variants--swatches .product-variants__swatch {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(47, 36, 32, .16);
  border-radius: 50%;
}
.product-variants__label {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.product-commerce {
  position: relative;
  margin: 30px 0 22px;
  padding: 26px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: linear-gradient(180deg, var(--sl-surface-raised) 0%, #f0f0ec 100%);
  box-shadow: var(--sl-surface-shadow);
}
.product-commerce::before {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  border: 0;
  border-radius: calc(var(--sl-product-card-radius) - 6px);
  content: "";
  pointer-events: none;
}
.product-commerce__status {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 14px;
  margin-bottom: 22px;
}
.product-commerce__status > span {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border: 0;
  border-radius: 50%;
  background: #eeeeea;
  box-shadow: inset 0 0 0 4px #fffefa;
}
.product-commerce__status strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.34rem;
  font-weight: 650;
  line-height: 1.15;
}
.product-commerce__status p {
  max-width: 34em;
  margin: 6px 0 0;
  color: var(--sl-muted);
  font-size: .95rem;
  line-height: 1.5;
}
.product-commerce__form {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) minmax(0, 1fr);
  gap: 11px;
}
.product-commerce__status-message {
  display: none;
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.35;
}
.product-commerce__status-message[data-tone] {
  display: block;
}
.product-commerce__status-message[data-tone="loading"] {
  color: var(--sl-muted);
}
.product-commerce__status-message[data-tone="success"] {
  color: #27633a;
}
.product-commerce__status-message[data-tone="error"] {
  color: #8e3d31;
}
.product-commerce__quantity {
  display: grid;
  gap: 5px;
  color: var(--sl-muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.product-commerce__quantity-control {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  height: 46px;
  overflow: hidden;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-control);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.product-commerce__quantity-control button {
  min-height: 44px;
  width: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--sl-ink);
  background: transparent;
  font-size: .98rem;
  font-weight: 900;
  -webkit-text-fill-color: var(--sl-ink);
}
.product-commerce__quantity-control > button:hover:not(:disabled) {
  border-color: transparent;
  color: var(--sl-rose-dark);
  background: var(--sl-surface-selected);
  box-shadow: none;
  transform: none;
}
.product-commerce__quantity-control > button:first-child { border-radius: var(--sl-product-card-radius) 0 0 var(--sl-product-card-radius); }
.product-commerce__quantity-control > button:last-child { border-radius: 0 var(--sl-product-card-radius) var(--sl-product-card-radius) 0; }
.product-commerce__quantity-control input {
  min-height: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-inline: 0;
  background: transparent;
  color: var(--sl-ink);
  font-size: .92rem;
  font-weight: 850;
  text-align: center;
  appearance: textfield;
}
.product-commerce__quantity-control input::-webkit-outer-spin-button,
.product-commerce__quantity-control input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.product-commerce__form .button {
  width: 100%;
  min-height: 56px;
}
.product-commerce__form .button.product-commerce__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0;
  min-height: 46px !important;
  align-self: end;
  justify-self: stretch;
  gap: 8px;
  padding: 9px 16px;
  border: 0;
  color: var(--sl-white) !important;
  -webkit-text-fill-color: var(--sl-white);
  background: var(--sl-rose-dark) !important;
  box-shadow: 0 8px 18px rgba(117, 55, 67, .18);
  letter-spacing: .01em;
}
.product-commerce__form .button.product-commerce__add:hover,
.product-commerce__form .button.product-commerce__add.is-active,
.product-commerce__form .button.product-commerce__add:focus-visible {
  color: var(--sl-white) !important;
  -webkit-text-fill-color: var(--sl-white);
  background: linear-gradient(180deg, #86414d, var(--sl-rose-dark)) !important;
  box-shadow: 0 10px 24px rgba(117, 55, 67, .22);
}
.product-commerce__cart-icon,
.product-commerce__checkout-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
	stroke-width: 1.9;
}
.product-commerce__form .button.product-commerce__buy,
.product-commerce__form .button.button-secondary.product-commerce__buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
  min-width: 0;
  min-height: 46px !important;
  align-self: end;
  padding: 9px 16px;
  border: 0 !important;
  color: var(--sl-ink) !important;
  -webkit-text-fill-color: var(--sl-ink);
  background: var(--sl-surface-control) !important;
  box-shadow: 0 8px 18px rgba(37, 33, 29, .1);
}
.product-commerce__form .button.product-commerce__buy:hover,
.product-commerce__form .button.product-commerce__buy.is-active,
.product-commerce__form .button.product-commerce__buy:focus-visible,
.product-commerce__form .button.button-secondary.product-commerce__buy:hover,
.product-commerce__form .button.button-secondary.product-commerce__buy.is-active,
.product-commerce__form .button.button-secondary.product-commerce__buy:focus-visible {
  border: 0 !important;
  color: var(--sl-rose-dark) !important;
  -webkit-text-fill-color: var(--sl-rose-dark);
  background: var(--sl-surface-selected) !important;
  box-shadow: 0 10px 24px rgba(117, 55, 67, .16);
}
.product-commerce__form button:disabled {
  border: 0;
  color: rgba(255, 255, 255, .92);
  -webkit-text-fill-color: rgba(255, 255, 255, .92);
  background: linear-gradient(180deg, rgba(117, 55, 67, .86), rgba(117, 55, 67, .78));
  opacity: 1;
  filter: none;
}
.product-commerce__form .product-commerce__add:disabled {
  border: 0;
  color: rgba(255, 255, 255, .92);
  -webkit-text-fill-color: rgba(255, 255, 255, .92);
  background: linear-gradient(180deg, rgba(117, 55, 67, .86), rgba(117, 55, 67, .78));
}
.product-commerce__form .product-commerce__buy:disabled {
  border: 0;
  color: rgba(37, 33, 29, .78);
  -webkit-text-fill-color: rgba(37, 33, 29, .78);
  background: rgba(255, 255, 255, .42);
}
.cart-drawer__checkout .button.product-commerce__buy,
.cart-drawer__checkout .button.button-secondary.product-commerce__buy {
  border: 0 !important;
  color: var(--sl-ink) !important;
  -webkit-text-fill-color: var(--sl-ink);
  background: var(--sl-surface-control) !important;
  box-shadow: 0 8px 18px rgba(37, 33, 29, .1);
}
.cart-drawer__checkout .button.product-commerce__buy:hover,
.cart-drawer__checkout .button.product-commerce__buy.is-active {
  color: var(--sl-rose-dark) !important;
  -webkit-text-fill-color: var(--sl-rose-dark);
  background: var(--sl-surface-selected) !important;
}
.cart-drawer__pioneer,
.cart-drawer__checkout-lock { margin: 18px 0; padding: 18px; background: var(--sl-surface-soft, #f3eee7); }
.cart-drawer__pioneer h3 { margin: 5px 0 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; }
.cart-drawer__pioneer p, .cart-drawer__checkout-lock p { line-height: 1.5; }
.cart-drawer__pioneer .sl-inline-form { display: flex; gap: 8px; }
.cart-drawer__pioneer input { min-width: 0; flex: 1; }
.cart-drawer__pioneer button { white-space: nowrap; }
.cart-drawer__pioneer .sl-form-status { margin: 10px 0 0; font-size: .86rem; }
.cart-drawer__pioneer .sl-form-status:empty { display: none; }
.cart-drawer__pioneer .sl-form-status[data-tone="error"] { color: var(--sl-rose-dark); }
.sl-shipping-progress p,
.sl-shipping-banner p { display: none !important; }
.cart-drawer__checkout-link[aria-disabled="true"] { opacity: .58; cursor: not-allowed; }
@media (max-width: 520px) {
  .cart-drawer__pioneer .sl-inline-form { display: grid; }
}
.product-checkout-notice {
  position: relative;
  margin-top: 16px;
}
.product-checkout-notice[hidden] { display: none; }
.product-checkout-notice__panel {
  margin: 0;
  padding: 22px 20px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-raised);
  box-shadow: 0 8px 22px rgba(37, 33, 29, .08);
}
.product-checkout-notice__panel .eyebrow {
  margin: 0 0 8px;
  color: var(--sl-rose-dark);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-checkout-notice__panel h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 650;
  line-height: 1.15;
}
.product-checkout-notice__panel > p {
  margin: 10px 0 0;
  color: var(--sl-muted);
  font-size: .95rem;
  line-height: 1.5;
}
.product-checkout-notice__empty {
  margin: 14px 0 0;
  color: var(--sl-rose-dark);
  font-size: .92rem;
  font-weight: 800;
}
.product-checkout-notice__panel .sl-waitlist-form {
  margin-top: 16px;
}
.product-checkout-notice__panel .sl-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.product-checkout-notice__panel .sl-inline-form input[type="email"] {
  min-height: 46px;
  width: 100%;
  padding: 10px 12px;
}
.product-checkout-notice__panel .sl-inline-form button {
  min-height: 46px;
  padding: 10px 16px;
  white-space: nowrap;
}
.inline-card-checkout {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 2px;
}
.inline-card-checkout[hidden] { display: none; }
.inline-card-checkout::before {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 0;
  border-left: 0;
  background: #fffdf8;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.inline-card-checkout__step {
  padding: 18px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-raised);
  box-shadow: 0 8px 22px rgba(37, 33, 29, .1);
}
.inline-card-checkout__label {
  margin: 0 0 8px;
  color: var(--sl-rose-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.inline-card-checkout h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}
.inline-card-checkout__items {
  display: grid;
  gap: 0;
  margin: 0;
}
.inline-card-checkout__items div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(95, 117, 104, .16);
}
.inline-card-checkout__items dt {
  color: var(--sl-ink);
  font-weight: 850;
}
.inline-card-checkout__items dd {
  margin: 0;
  color: var(--sl-muted);
  font-weight: 850;
  text-align: right;
}
.inline-card-checkout__items .sl-launch-price__row {
  justify-content: flex-end;
}
.inline-card-checkout__items .sl-launch-price__note {
  display: none;
}
.inline-card-checkout__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.inline-card-checkout__fields[hidden] { display: none; }
.inline-card-checkout__field {
  display: grid;
  gap: 5px;
  color: var(--sl-muted);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.inline-card-checkout__field--wide {
  grid-column: 1 / -1;
}
.inline-card-checkout__field input {
  min-height: 46px;
  width: 100%;
  border: 0;
  background: var(--sl-surface-control);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  color: var(--sl-ink);
  padding: 10px 12px;
}
.inline-card-checkout__field input:disabled {
  color: var(--sl-muted);
  -webkit-text-fill-color: var(--sl-muted);
  background: rgba(255, 255, 255, .52);
}
.inline-card-checkout__discount {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.inline-card-checkout__discount .inline-card-checkout__field {
  min-width: 0;
}
.inline-card-checkout__discount input {
  text-transform: uppercase;
}
.inline-card-checkout__discount-apply {
  min-height: 46px;
  min-width: 94px;
  padding: 10px 16px;
  border: 0;
  color: var(--sl-ink);
  background: var(--sl-surface-control);
  box-shadow: 0 8px 18px rgba(37, 33, 29, .1);
}
.inline-card-checkout__discount-apply:hover {
  color: var(--sl-white);
  background: var(--sl-rose);
}
.inline-card-checkout__discount-message {
  margin: 10px 0 0;
  color: var(--sl-muted);
  font-size: .84rem;
  font-weight: 750;
}
.inline-card-checkout__options {
  display: grid;
  gap: 8px;
}
.inline-card-checkout__options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 0;
  background: var(--sl-surface-control);
  box-shadow: 0 6px 16px rgba(37, 33, 29, .08);
  font-weight: 800;
}
.inline-card-checkout__options input {
  width: 18px;
  height: 18px;
  accent-color: var(--sl-rose-dark);
}
.inline-card-checkout__options span {
  display: grid;
  gap: 2px;
}
.inline-card-checkout__options small {
  color: var(--sl-muted);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
}
.inline-card-checkout__options em {
  color: var(--sl-muted);
  font-size: .8rem;
  font-style: normal;
  font-weight: 850;
}
.inline-card-checkout__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--sl-ink);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}
.inline-card-checkout__check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--sl-rose-dark);
}
.inline-card-checkout__continue {
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  border: 0;
  color: var(--sl-ink);
  background: var(--sl-surface-control);
  box-shadow: 0 8px 18px rgba(37, 33, 29, .1);
}
.inline-card-checkout__pay {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  border: 0;
  color: rgba(255, 255, 255, .92);
  -webkit-text-fill-color: rgba(255, 255, 255, .92);
  background: linear-gradient(180deg, rgba(117, 55, 67, .86), rgba(117, 55, 67, .78));
  opacity: 1;
}
.inline-card-checkout__step--locked {
  opacity: .72;
}
.inline-card-checkout__step--locked p:not(.inline-card-checkout__label) {
  margin-bottom: 0;
  color: var(--sl-muted);
  font-size: .88rem;
}
.inline-card-checkout__step--locked:not(.is-open) {
  display: none;
}
.product-commerce__ship-note {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 0;
  color: var(--sl-ink);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.35;
}
.product-commerce__ship-note svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: var(--sl-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.product-commerce__trust {
  margin: 12px 0 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.product-commerce__trust .trust-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 8px;
}
.product-commerce__trust .trust-badge img {
  width: 74px;
  height: 74px;
}
.product-commerce__note {
  position: relative;
  margin: 8px 0 0;
  color: var(--sl-muted);
  font-size: .84rem;
  line-height: 1.45;
}
.product-commerce__note a {
  color: var(--sl-rose-dark);
  font-weight: 850;
}
.prelaunch-confidence {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 22px 0;
  padding: 0;
  border-block: 1px solid rgba(95, 117, 104, .22);
}
.prelaunch-confidence p {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  padding: 12px 0;
  color: #554c42;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.35;
}
.prelaunch-confidence p + p { border-top: 1px solid rgba(95, 117, 104, .14); }
.prelaunch-confidence span {
  width: 20px;
  flex: 0 0 20px;
  color: var(--sl-success);
  font-weight: 900;
  text-align: center;
}
.prelaunch-product__interest {
  margin-top: 18px;
}
.prelaunch-product__interest .sl-star-interest {
  margin: 0;
  padding: 24px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-raised);
  box-shadow: var(--sl-surface-shadow);
}
.prelaunch-product__interest .sl-star-btn {
  width: 100%;
  min-height: 54px;
  border: 0;
  color: var(--sl-rose-dark);
  background: var(--sl-surface-control);
  box-shadow: 0 8px 18px rgba(37, 33, 29, .1);
}
.prelaunch-product__interest .sl-star-btn:hover,
.prelaunch-product__interest .sl-star-btn.is-active {
  color: #fff;
  background: var(--sl-rose-dark);
}
.prelaunch-product__interest .sl-star-hint { margin-bottom: 0; }
.prelaunch-product__interest .sl-waitlist {
  margin-top: 0;
  padding: 24px;
  border: 0;
  border-radius: var(--sl-product-card-radius);
  background: var(--sl-surface-raised);
  box-shadow: var(--sl-surface-shadow);
  scroll-margin-top: 110px;
}
.prelaunch-product__interest .sl-waitlist h2 { font-size: 1.8rem; }
.prelaunch-product__interest .sl-opening-perks { display: none; }
.product-lifestyle {
  display: grid;
  gap: 0;
  margin: 0 calc(50% - 50vw);
  background: #f0f0ec;
}
.product-lifestyle__panel {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  align-items: stretch;
}
.product-lifestyle__panel:nth-child(even) .product-lifestyle__image { order: 2; }
.product-lifestyle__image {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #ececea;
}
.product-lifestyle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-lifestyle__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 14px 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.78rem;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-shadow: none;
  text-align: left;
  pointer-events: none;
}
.product-lifestyle__copy {
  display: flex;
  max-width: 640px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 92px);
}
.product-lifestyle__copy h2 {
  margin-bottom: .32em;
  font-size: clamp(2.2rem, 4.6vw, 4.35rem);
  text-wrap: balance;
}
.product-lifestyle__copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #554c42;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.62;
}
.product-story {
  margin: 0 calc(50% - 50vw);
  padding: 110px max(20px, calc((100vw - var(--sl-content)) / 2));
  color: #fff;
  background: #25312e;
}
.product-story__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}
.product-story__intro .eyebrow { color: #d7bd7a; }
.product-story__intro h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}
.product-story__intro > p {
  margin: 0 0 8px;
  color: #d7dedb;
  font-size: 1.05rem;
}
.product-story__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.product-story__grid article {
  min-height: 245px;
  padding: 35px 45px;
}
.product-story__grid article + article { border-left: 1px solid rgba(255, 255, 255, .22); }
.product-story__grid article > span {
  display: block;
  margin-bottom: 15px;
  color: #d7bd7a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.product-story__grid h3 { font-size: 1.25rem; }
.product-story__grid p {
  margin: 0;
  color: #cbd4d0;
  font-size: .95rem;
}
.product-details-panel {
  display: grid;
  width: min(calc(100% - 40px), var(--sl-content));
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  margin-inline: auto;
  padding: 120px 0;
}
.product-details-panel h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.product-details-panel__lead {
  max-width: 28ch;
  margin: 18px 0 0;
  color: var(--sl-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.product-details-panel__list {
  margin: 0;
  border-top: 1px solid var(--sl-line);
}
.product-details-panel__list > div {
  display: grid;
  grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
  gap: 18px 28px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--sl-line);
}
.product-details-panel__list dt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sl-ink);
}
.product-details-panel__icon {
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sl-soft) 82%, #fff);
  border: 1px solid color-mix(in srgb, var(--sl-line) 80%, transparent);
  color: var(--sl-ink);
}
.product-details-panel__icon-svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-details-panel__label {
  line-height: 1.25;
}
.product-details-panel__list dd {
  margin: 0;
  color: var(--sl-muted);
  font-size: 1.05rem;
  line-height: 1.5;
}
.product-final-cta {
  margin: 0 calc(50% - 50vw);
  padding: 110px max(20px, calc((100vw - 850px) / 2));
  background: #e6e9e1;
  text-align: center;
}
.product-final-cta h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.product-final-cta > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 28px;
  font-size: 1.08rem;
}
.product-related {
  margin: 0 calc(50% - 50vw);
  padding: 100px max(20px, calc((100vw - var(--sl-content)) / 2));
  background: var(--sl-paper);
}
.product-related__header {
  max-width: 620px;
  margin: 0 auto 50px;
  text-align: center;
}
.product-related__header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.product-related__browse {
  margin-top: 48px;
  text-align: center;
}

.product-video {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background: #151311;
}
.product-video__player {
  display: block;
  width: 100%;
  height: min(72vh, 860px);
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

/* Larger layouts enhance the phone-first defaults above. */
@media (min-width: 641px) {
  .container { width: min(calc(100% - 40px), var(--sl-content)); }
  .narrow { width: min(calc(100% - 40px), 760px); }
  .prelaunch-hero {
    min-height: min(760px, calc(100vh - 112px));
  }
  .prelaunch-hero__content {
    justify-content: center;
    padding-block: 90px;
  }
  .prelaunch-hero__content h1 { font-size: clamp(3.5rem, 7.5vw, 6.8rem); }
  .prelaunch-promise__grid { grid-template-columns: repeat(3, 1fr); padding-block: 0; }
  .prelaunch-promise p {
    flex-direction: column;
    min-height: 108px;
    justify-content: center;
    gap: 12px;
    padding: 22px 18px;
    text-align: center;
  }
  .prelaunch-promise p + p { border-top: 0; border-left: 1px solid rgba(121, 100, 74, .18); }
  .brand-values__item + .brand-values__item { border-left: 1px solid #d9d1c3; }
  .prelaunch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 22px; }
  .prelaunch-seen-in__title { font-size: 14px; }
  .prelaunch-seen-in__track { width: calc((100px * 4) + (10px * 4)); }
  .prelaunch-seen-in__slide { flex-basis: 100px; }
  .prelaunch-product-hero,
  .prelaunch-product-hero__content { min-height: min(86vh, 850px); }
}

@media (prefers-reduced-motion: reduce) {
  .prelaunch-seen-in__track { animation-play-state: paused; }
}

@media (min-width: 901px) {
  .header-inner { min-height: 64px; gap: 16px; }
  .brand { font-size: 1.55rem; }
  .primary-nav {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    justify-self: center;
  }
  .primary-nav ul {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .primary-nav a {
    display: inline;
    padding: 0;
    color: var(--sl-ink);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }
  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    color: var(--sl-rose);
  }
  .menu-toggle { display: none; }
  .single-product .primary-nav { display: none; }
  .track-order-link span { display: none; }
  .prelaunch-gift-prompt__moments {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border-top: 0;
  }
  .prelaunch-gift-prompt__moments a {
    padding: 18px 14px;
    border-bottom: 0;
    border-left: 1px solid rgba(121, 100, 74, .18);
  }
  .prelaunch-gift-prompt__moments a:first-child { border-left: 0; }
}

@media (min-width: 1180px) {
  .primary-nav ul { gap: 16px; }
  .primary-nav a { font-size: .78rem; }
  .track-order-link span { display: inline; }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: inline-grid; justify-self: end; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid var(--sl-line);
    background: linear-gradient(145deg, rgba(255, 255, 252, .99), rgba(247, 246, 242, .985));
    box-shadow: 0 18px 36px rgba(37, 33, 29, .12), inset 0 1px rgba(255, 255, 255, .72);
    -webkit-backdrop-filter: blur(30px) saturate(1.16);
    backdrop-filter: blur(30px) saturate(1.16);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: var(--sl-product-card-radius);
  }
  .primary-nav a:hover,
  .primary-nav a:focus-visible { background: rgba(169, 111, 85, .1); }
  .primary-nav__icon {
    display: inline-grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid rgba(169, 111, 85, .18);
    border-radius: var(--sl-product-card-radius);
    color: var(--sl-rose-dark);
    background: rgba(255, 255, 255, .72);
  }
  .primary-nav__icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .primary-nav__label { min-width: 0; }
  .hero-content { width: 62%; }
  .hero::after { background: linear-gradient(90deg, rgba(250,248,242,.96), rgba(250,248,242,.7) 57%, rgba(250,248,242,.05)); }
  .section-heading, .story-split, .newsletter { grid-template-columns: 1fr; }
  .about-hero__grid, .about-story__grid, .about-closing__grid { grid-template-columns: 1fr; gap: 46px; }
  .about-hero__copy, .about-story__copy, .about-closing__copy { max-width: 680px; }
  .about-hero__art { max-width: 700px; }
  .about-details__heading { grid-template-columns: 1fr; gap: 18px; }
  .about-details__grid { grid-template-columns: 1fr 1fr; }
  .product-grid, .woocommerce ul.products, .woocommerce ul.products.columns-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: 1fr; }
  .sl-campaign-hero,
  .sl-campaign-how,
  .sl-comfort-development { grid-template-columns: 1fr; }
  .sl-campaign-hero { padding-top: 65px; }
  .sl-campaign-media { order: -1; }
  .sl-funnel-products,
  .sl-path-grid,
  .sl-funnel-more__grid { grid-template-columns: 1fr 1fr; }
  .sl-funnel-section-heading,
  .sl-funnel-guide { grid-template-columns: 1fr; }
  .sl-funnel-promise { grid-template-columns: 1fr; }
  .sl-funnel-promise p + p { border-top: 1px solid #deded8; border-left: 0; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prelaunch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prelaunch-story__grid { gap: 45px; }
  .brand-values__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 42px; }
  .brand-values__item:nth-child(4) { grid-column: 2; }
  .brand-values__item:nth-child(4) ~ .brand-values__item { grid-column: 3; }
  .product-related__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prelaunch-product__shop { grid-template-columns: 1fr; padding-block: 64px 34px; }
  .prelaunch-product__summary { position: static; }
  .product-story__intro,
  .product-details-panel { grid-template-columns: 1fr; gap: 35px; }
  .product-story__grid { grid-template-columns: 1fr; }
  .product-story__grid article + article { border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .footer-trust { grid-template-columns: 1fr; }
  .trust-badge-strip { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--sl-content)); }
  .announcement { font-size: .75rem; }

  .cart-drawer {
    width: 100vw;
    border-left: 0;
  }
  .cart-drawer__header {
    gap: 15px;
    padding: 14px 22px 18px;
  }
  .cart-drawer__brand { width: 124px; }
  .cart-drawer__title-icon {
    width: 34px;
    height: 34px;
  }
  .cart-drawer__header h2 {
    font-size: 2rem;
    line-height: 1;
  }
  .cart-drawer__content { padding: 22px 22px 28px; }
  .cart-drawer__content .woocommerce-mini-cart-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 0 34px 18px 0;
    margin-bottom: 18px;
  }
  .cart-drawer__content .woocommerce-mini-cart-item img {
    width: 58px;
    height: 58px;
    border-radius: 9px;
  }
  .cart-drawer__content .woocommerce-mini-cart-item .cart-drawer__quantity {
    display: grid;
    grid-template-columns: minmax(112px, 1fr) auto;
    gap: 8px;
    width: 100%;
  }
  .cart-drawer__quantity-stepper {
    width: 100%;
    max-width: 138px;
  }
  .cart-drawer__item-price {
    align-self: center;
    font-size: .88rem;
  }
  .cart-drawer__pioneer,
  .cart-drawer__checkout-lock {
    padding: 16px;
  }
  .cart-drawer__checkout .button.product-commerce__buy,
  .cart-drawer__checkout .button.button-secondary.product-commerce__buy {
    width: 100%;
  }
  .sl-shipping-banner { align-items: flex-start; padding: 14px; }
  .sl-shipping-banner__stamp, .sl-shipping-banner__seal { width: 42px; height: 42px; font-size: .58rem; }
  .sl-shipping-banner__seal { margin-left: 0; }
  .header-inner { min-height: 60px; gap: 8px; }
  .brand { font-size: 1.25rem; }
  .hero, .hero-content { min-height: 690px; }
  .hero img { object-position: 65% center; }
  .hero::after { background: linear-gradient(180deg, rgba(250,248,242,.96) 0%, rgba(250,248,242,.85) 55%, rgba(250,248,242,.1) 100%); }
  .hero-content { width: 100%; justify-content: flex-start; padding-top: 65px; }
  .hero h1 { font-size: 3.2rem; }
  .hero-copy { font-size: 1rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-top: 1px solid var(--sl-line); border-left: 0; }
  .about-hero { padding-block: 58px 76px; }
  .about-hero h1 { font-size: clamp(3.25rem, 18vw, 3.8rem); }
  .about-hero__art img { box-shadow: 10px 12px 0 rgba(182, 138, 58, .24); }
  .about-hero__stamp { right: -8px; bottom: -22px; width: 105px; height: 105px; font-size: 1rem; }
  .about-trust__grid { grid-template-columns: 1fr; }
  .about-trust__grid > div { min-height: 0; padding: 22px 18px; }
  .about-trust__grid > div + div { border-top: 1px solid var(--sl-line); border-left: 0; }
  .about-details__grid { grid-template-columns: 1fr; }
  .about-details__grid article { min-height: 0; }
  .about-details__grid article h3 { margin-top: 28px; }
  .about-closing__grid { gap: 34px; }
  .jewelry-care-hero__panel { padding: 18px; }
  .jewelry-care-hero__panel img,
  .jewelry-care-moment__media img,
  .jewelry-care-travel__media img { box-shadow: 10px 12px 0 rgba(182, 138, 58, .2); }
  .jewelry-care-moment { padding: 18px; }
  .jewelry-care-never__list li { padding-right: 14px; }
  .section { padding-block: 64px; }
  .section-heading { gap: 10px; margin-bottom: 28px; }
  .product-grid, .woocommerce ul.products, .woocommerce ul.products.columns-4, .bundle-grid, .footer-grid { grid-template-columns: 1fr; }
  .newsletter { padding: 28px 20px; }
  .newsletter-form { flex-direction: column; }
  .footer-trust { padding: 20px; }
  .footer-trust__items { grid-template-columns: 1fr; }
  .footer-trust__item { min-height: 0; }
  .trust-badge-strip { grid-template-columns: 1fr; gap: 10px; }
  .trust-badges { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 8px; }
  .footer-meta {
    flex-direction: column;
    gap: 24px;
  }
  .footer-payment__logos {
    flex-wrap: wrap;
    gap: 6px;
  }
  .footer-payment__tile { width: 56px; height: 34px; padding: 6px; }
  .sl-footer-signup { max-width: none; }
  .sl-footer-signup .sl-inline-form { flex-direction: row; }
  .sl-footer-signup button { width: auto; }
  .footer-contact-panel { padding: 18px; }
  .footer-security-badges { grid-template-columns: 1fr; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .woocommerce-checkout .col2-set, .woocommerce-account .col2-set { grid-template-columns: 1fr; }
  .checkout-trust-badges { grid-template-columns: 1fr; gap: 10px; }
  .checkout-trust-badges .trust-badges { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .sl-order-confirmation__meta,
  .sl-order-confirmation__layout,
  .sl-order-confirmation__trust {
    grid-template-columns: 1fr;
  }
  .sl-order-confirmation__meta div + div {
    border-top: 1px solid var(--sl-line);
    border-left: 0;
  }
  .sl-order-confirmation__item {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .sl-order-confirmation__item b {
    grid-column: 2;
  }
  .sl-order-confirmation__actions .button {
    width: 100%;
  }
  .sl-order-tracking-page .track_order {
    padding: 22px;
  }
  .woocommerce .sl-order-tracking-page form.track_order .form-row .input-text,
  .sl-order-tracking-page form.track_order .form-row .input-text,
  .sl-order-tracking-page .track_order input.input-text,
  .sl-order-tracking-page .track_order input[type="text"],
  .sl-order-tracking-page .track_order input[type="email"],
  .sl-order-tracking-page .track_order button,
  .woocommerce .sl-order-tracking-page form.track_order .form-row button.button,
  .sl-order-tracking-page form.track_order .form-row button.button,
  .woocommerce .sl-order-tracking-page .track_order button.button {
    width: 100%;
  }
  .sl-inline-form { flex-direction: column; }
  .sl-finder-form, .sl-finder-result { grid-template-columns: 1fr; }
  .sl-finder-form > button { width: 100%; }
  .sl-finder-result { padding: 20px; }
  .sl-finder-reset { margin: 8px 0 0; }
  .sl-mobile-action {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    padding: 10px 14px;
    border-top: 1px solid var(--sl-line);
    background: rgba(250, 248, 242, .98);
    box-shadow: 0 -6px 24px rgba(41, 39, 36, .12);
  }
  .sl-consent-panel { grid-template-columns: 1fr; bottom: 10px; }
  .sl-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .sl-mobile-action span {
    min-width: 0;
    overflow: hidden;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: .92rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sl-mobile-action button { min-height: 42px; padding: 9px 13px; font-size: .82rem; }
  .site-footer { padding-bottom: 88px; }
  .sl-campaign > *,
  .sl-funnel > *,
  .sl-path-directory > * { padding-inline: 14px; }
  .sl-funnel > .container,
  .sl-funnel-hero__content.container {
    width: min(calc(100vw - 28px), var(--sl-content));
    max-width: calc(100vw - 28px);
    padding-inline: 0;
  }
  .sl-funnel-hero__copy,
  .about-hero__copy {
    max-width: 100%;
    min-width: 0;
  }
  .sl-campaign-hero { min-height: 0; padding-block: 30px 60px; gap: 30px; }
  .sl-campaign-copy h2,
  .sl-funnel-hero h1,
  .sl-path-directory .sl-finder-intro h2 {
    font-size: 2.7rem;
    overflow-wrap: anywhere;
  }
  .sl-campaign-media img { aspect-ratio: 4 / 3; }
  .sl-campaign-proof,
  .sl-campaign-how,
  .sl-comfort-development,
  .sl-path-directory { padding-block: 60px; }
  .sl-benefit-grid,
  .sl-funnel-products,
  .sl-path-grid,
  .sl-funnel-more__grid { grid-template-columns: 1fr; }
  .sl-benefit-grid article + article { border-top: 1px solid var(--sl-line); border-left: 0; }
  .sl-campaign-next { align-items: flex-start; flex-direction: column; }
  .sl-funnel-products { padding-block: 0; }
  .sl-funnel-hero,
  .sl-funnel-hero__content { min-height: min(620px, calc(100svh - 64px)); }
  .sl-funnel-hero__media img { object-position: 62% center; }
  .sl-funnel-hero::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.04) 36%, rgba(247,247,244,.55) 100%),
      radial-gradient(circle at 50% 78%, rgba(248,248,245,.72) 0, rgba(248,248,245,.4) 13rem, transparent 24rem);
  }
  .sl-funnel-hero__content { padding-block: 20px 34px; }
  .sl-funnel-hero__copy {
    width: auto;
    max-width: calc(100% - 16px);
    padding: 18px 18px 20px;
    background: rgba(255, 254, 250, .48);
    box-shadow: 0 12px 32px rgba(37, 33, 29, .12);
  }
  .sl-funnel-hero__copy p:last-child { font-size: 1.05rem; }
  .sl-funnel-hero__meta {
    width: 100%;
    margin-top: 24px;
  }
  .sl-funnel-hero__meta > span {
    flex: 1 1 100%;
    min-height: 44px;
    padding: 10px 13px;
  }
  .sl-funnel-promise p {
    padding: 18px 14px;
  }
  .sl-funnel-promise__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .sl-funnel-collection,
  .sl-funnel-more { padding-block: 64px; }
  .sl-funnel-collection { overflow-x: clip; }
  .sl-funnel-section-heading {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 12px;
    margin-bottom: 30px;
    overflow-x: clip;
  }
  .sl-funnel-section-heading > * {
    max-width: 100%;
    min-width: 0;
  }
  .sl-funnel-section-heading h2 {
    font-size: 2.35rem;
    overflow-wrap: anywhere;
  }
  .sl-funnel-more__grid a { min-height: 0; padding: 12px 12px 20px; }
  .sl-funnel-guide { padding-block: 50px; }
  .prelaunch-hero { min-height: min(620px, calc(100svh - 64px)); }
  .prelaunch-hero__media::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 36%, rgba(247,247,244,.86) 100%),
      radial-gradient(circle at 50% 78%, rgba(248,248,245,.96) 0, rgba(248,248,245,.72) 13rem, transparent 24rem);
  }
  .prelaunch-hero__media img { object-position: 62% center; }
  .prelaunch-hero__content { justify-content: flex-end; padding-block: 70px; }
  .prelaunch-hero__content h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .prelaunch-promise__grid { grid-template-columns: 1fr; padding-block: 8px; }
  .prelaunch-promise p {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 58px;
    padding: 10px 5px;
    text-align: left;
  }
  .prelaunch-promise p + p { border-top: 1px solid #deded8; border-left: 0; }
  .prelaunch-gift-prompt { padding: 64px 0; }
  .prelaunch-gift-prompt__moments {
    grid-template-columns: 1fr;
    margin-top: 28px;
    border-top: 1px solid rgba(121, 100, 74, .18);
  }
  .prelaunch-gift-prompt__moments a {
    padding: 14px 2px;
    border-left: 0;
    border-bottom: 1px solid rgba(121, 100, 74, .18);
  }
  .brand-values { padding: 58px 0 62px; }
  .brand-values h2 { margin-bottom: 36px; font-size: 1.25rem; letter-spacing: .08em; }
  .brand-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 10px; }
  .brand-values__item { padding: 0 4px; }
  .brand-values__item:nth-child(4),
  .brand-values__item:nth-child(4) ~ .brand-values__item { grid-column: auto; }
  .brand-values__item:nth-child(5) { grid-column: 1 / -1; }
  .brand-values__icon { width: 68px; height: 68px; margin-bottom: 12px; }
  .brand-values__item h3 { font-size: .78rem; }
  .prelaunch-intro { padding: 75px 0 0; }
  .prelaunch-intro__heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px; }
  .prelaunch-category-nav { gap: 10px; margin-bottom: 28px; }
  .prelaunch-price-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin: 0 0 26px;
  }
  .prelaunch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .product-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .product-related { padding-block: 70px; }
  .prelaunch-card__price { margin-top: 0; }
  .prelaunch-card__swatches {
    display: none;
  }
  .prelaunch-card__meta {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .prelaunch-story, .prelaunch-how { padding-block: 75px; }
  .prelaunch-story__grid { grid-template-columns: 1fr; }
  .prelaunch-how__grid { grid-template-columns: 1fr; }
  .prelaunch-how__grid article { padding: 28px 5px; }
  .prelaunch-how__grid article + article { border-top: 1px solid #deded8; border-left: 0; }
  .prelaunch-how__mark { margin-bottom: 14px; }
  .icon-link, .menu-toggle { width: 44px; min-height: 44px; }
  .icon-link svg { width: 21px; height: 21px; }
  .header-actions {
    flex-shrink: 1;
    gap: 2px;
  }
  .brand {
    min-height: 0;
  }
  .header-actions .language-switcher {
    gap: 3px;
    font-size: .72rem;
  }
  .header-actions .language-switcher a {
    display: inline-grid;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
  }
  .track-order-link {
    width: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
  }
  .track-order-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .cart-count { top: 1px; right: 0; }
  .prelaunch-product-hero,
  .prelaunch-product-hero__content { min-height: min(620px, calc(100svh - 64px)); }
  .prelaunch-product-hero__media {
    position: absolute;
    inset: 0;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
  }
  .prelaunch-product-hero__media img {
    max-height: none;
    object-fit: cover;
    object-position: center;
  }
  .prelaunch-product-hero::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 36%, rgba(247,247,244,.86) 100%),
      radial-gradient(circle at 50% 78%, rgba(248,248,245,.96) 0, rgba(248,248,245,.72) 13rem, transparent 24rem);
  }
  .prelaunch-product-hero__content { padding-block: 20px 34px; }
  .product-breadcrumb { margin-bottom: 18px; }
  .prelaunch-product-hero__copy {
    width: auto;
    max-width: calc(100% - 16px);
    padding: 18px 18px 20px;
    border-left: 0;
    background: rgba(251, 254, 253, .78);
    box-shadow: 0 12px 32px rgba(37, 33, 29, .14);
  }
  .prelaunch-product-hero__title {
    font-size: clamp(3.1rem, 15vw, 4.9rem);
    line-height: .9;
  }
  .prelaunch-product-hero__lead { font-size: 1.18rem; }
  .prelaunch-product-hero__meta {
    width: 100%;
    margin-top: 28px;
  }
  .prelaunch-product-hero__meta > span {
    flex: 1 1 100%;
    min-height: 44px;
    padding: 10px 13px;
  }
  .prelaunch-product-hero__meta > span + span {
    border-top: 0;
    border-left: 0;
  }
  .prelaunch-product__shop { gap: 32px; padding-block: 42px 24px; }
  .product-gallery__stage { margin-inline: -14px; }
  .prelaunch-product__summary h2 { font-size: 2.2rem; }
  .prelaunch-product__lead { font-size: 1.05rem; }
  .product-variants__options { grid-template-columns: 1fr; }
  .product-variants--swatches .product-variants__options { display: flex; }
  .product-variants--swatches .product-variants__options:has(.product-variants__color-column) {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product-commerce { padding: 20px 16px; }
  .product-commerce::before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
  .product-commerce__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-commerce__quantity { grid-column: 1 / -1; }
  .product-checkout-notice__panel .sl-inline-form { grid-template-columns: 1fr; }
  .product-checkout-notice__panel .sl-inline-form button { width: 100%; }
  .inline-card-checkout__fields { grid-template-columns: 1fr; }
  .inline-card-checkout__discount { grid-template-columns: 1fr; }
  .inline-card-checkout__discount-apply { width: 100%; }
  .inline-card-checkout__items div { grid-template-columns: 1fr; gap: 4px; }
  .inline-card-checkout__items dd { text-align: left; }
  .prelaunch-product__interest {
    margin-top: 16px;
  }
  .prelaunch-product__interest .sl-star-interest,
  .prelaunch-product__interest .sl-waitlist { padding: 20px 16px; }
  .product-lifestyle__panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .product-lifestyle__panel:nth-child(even) .product-lifestyle__image { order: 0; }
  .product-lifestyle__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .product-lifestyle__copy {
    padding: 38px 20px 52px;
  }
  .product-lifestyle__copy h2 { font-size: 2.25rem; }
  .product-lifestyle__copy > p:not(.eyebrow) { font-size: 1.02rem; }
  .product-story { padding-block: 75px; }
  .product-story__intro { margin-bottom: 35px; }
  .product-story__intro h2 { font-size: 2.35rem; }
  .product-story__grid article { min-height: 0; padding: 28px 0; }
  .product-details-panel { padding-block: 75px; }
  .product-details-panel__list > div { grid-template-columns: 1fr; gap: 8px; }
  .product-details-panel__lead { max-width: none; }
  .product-details-panel__list dt { gap: 10px; }

  .product-final-cta { padding-block: 80px 110px; }
  .product-related { padding-block: 75px; }
  .product-related__header { margin-bottom: 35px; }
  .product-video__player { height: 62vh; min-height: 300px; }
}

@media (max-width: 900px) {
  .primary-nav {
    right: 0;
    left: auto;
    width: min(88vw, 360px);
    max-height: calc(100dvh - 64px - env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (min-width: 761px) {
  .sl-faq__header {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, .72fr);
    gap: clamp(32px, 8vw, 110px);
    margin-bottom: 48px;
  }
  .sl-faq__tools { grid-template-columns: minmax(240px, 340px) 1fr; margin-bottom: 34px; }
  .sl-faq__filters { justify-content: flex-end; }
  .sl-faq__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .sl-faq__footer {
    align-items: center;
    flex-direction: row;
    margin-top: 42px;
  }
  .sl-faq__footer-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; }
  .sl-faq__footer-actions .button { width: auto; }
  .jewelry-care-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
    gap: clamp(34px, 7vw, 86px);
  }
  .jewelry-care-rule-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jewelry-care-moment {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(34px, 6vw, 64px);
  }
  .jewelry-care-material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jewelry-care-material dl div { grid-template-columns: 82px 1fr; gap: 16px; }
  .jewelry-care-never__grid { grid-template-columns: .82fr 1.18fr; }
  .jewelry-care-travel__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: stretch;
  }
  .jewelry-care-travel__media img {
    aspect-ratio: auto;
    min-height: 100%;
  }
  .jewelry-care-help__inner { grid-template-columns: minmax(0, 1fr) auto; }
  .jewelry-care-help__inner .button { width: auto; }
  .jewelry-care-hero__copy h1 { font-size: clamp(3.1rem, 8vw, 6.7rem); }
  .jewelry-care-hero__copy .button { width: auto; }
}

@media (max-width: 430px) {
  .header-inner {
    grid-template-columns: 1fr;
    row-gap: 4px;
    padding-block: 6px;
  }
  .brand {
    justify-self: start;
  }
  .header-actions {
    justify-content: flex-end;
    width: 100%;
  }
  .sl-mobile-action {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .sl-mobile-action span {
    white-space: normal;
  }
  .sl-mobile-action button {
    width: 100%;
  }
}

/* Lost-letter 404 */
.error-page { overflow: hidden; }
.error-page__hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  background: var(--sl-paper);
  isolation: isolate;
}
.error-page__hero::before {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -120px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(166, 79, 99, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(166, 79, 99, .035), 0 0 0 68px rgba(166, 79, 99, .025);
  content: "";
}
.error-page__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); align-items: center; gap: 40px; padding-block: 80px; }
.error-page__copy { position: relative; z-index: 2; max-width: 560px; }
.eyebrow { margin-bottom: 14px; color: var(--sl-rose-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.error-page h1 { margin-bottom: 22px; font-size: clamp(3.6rem, 6.4vw, 6.7rem); letter-spacing: -.025em; }
.error-page h1 em { color: var(--sl-rose); font-style: italic; font-weight: 500; }
.error-page__lead { max-width: 440px; color: var(--sl-muted); font-size: 1.08rem; }
.error-page__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.error-page__actions .button span { margin-left: 12px; font-size: 1.2em; }
.error-page__text-link { color: var(--sl-rose-dark); font-size: .9rem; font-weight: 850; text-decoration: none; }
.error-page__text-link span { margin-left: 5px; }
.error-page__art { position: relative; min-height: 420px; }
.error-page__number { position: absolute; top: 0; left: 7%; color: rgba(166, 79, 99, .12); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(9rem, 19vw, 18rem); font-weight: 600; line-height: .8; letter-spacing: -.08em; }
.error-page__envelope { position: absolute; z-index: 1; top: 30%; left: 18%; width: min(440px, 85%); aspect-ratio: 1.45; border: 1px solid #caa989; border-radius: 5px; background: #d8b995; box-shadow: 18px 24px 0 rgba(117, 55, 67, .1), 0 25px 35px rgba(37, 33, 29, .16); transform: rotate(-7deg); }
.error-page__envelope::before, .error-page__envelope::after { position: absolute; bottom: 0; width: 0; height: 0; border-style: solid; content: ""; }
.error-page__envelope::before { left: 0; border-width: 0 0 75px 205px; border-color: transparent transparent #c79e78 transparent; }
.error-page__envelope::after { right: 0; border-width: 75px 205px 0 0; border-color: #eed2b3 transparent transparent transparent; }
.error-page__envelope-flap { position: absolute; z-index: 3; top: -1px; left: -1px; width: calc(100% + 2px); height: 58%; clip-path: polygon(0 0, 100% 0, 50% 100%); background: #e8c7a4; border: 1px solid #caa989; }
.error-page__letter { position: absolute; z-index: 2; top: 13%; left: 23%; display: flex; width: 54%; height: 77%; padding: 30px 22px; flex-direction: column; color: var(--sl-rose-dark); background: #fffdf7; box-shadow: 0 4px 10px rgba(37, 33, 29, .08); transform: rotate(7deg); }
.error-page__letter span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.15rem; }.error-page__letter strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.8rem); font-weight: 600; }.error-page__letter i { width: 70%; height: 1px; margin-top: 12px; background: #decdb8; }.error-page__letter i + i { width: 48%; margin-top: 8px; }
.error-page__seal { position: absolute; z-index: 4; bottom: 17%; left: 45%; display: grid; width: 55px; height: 55px; border-radius: 50%; color: #f6e4d2; background: var(--sl-rose); place-items: center; font-size: 1.25rem; box-shadow: 0 3px 6px rgba(37, 33, 29, .18); }
.error-page__stamp { position: absolute; z-index: 3; top: 12%; right: 8%; display: grid; width: 58px; height: 68px; border: 1px dashed var(--sl-rose-dark); color: var(--sl-rose-dark); place-items: center; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; line-height: .7; transform: rotate(9deg); }.error-page__stamp small { font-size: 1.1rem; }
.error-page__doodle { position: absolute; color: var(--sl-gold); font-size: 2rem; }.error-page__doodle--one { top: 17%; left: 2%; }.error-page__doodle--two { right: 7%; bottom: 8%; color: var(--sl-rose); font-size: 3rem; }
.error-page__note { padding: 18px 0; color: #f5e7d3; background: #25312e; text-align: center; }.error-page__note p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; }.error-page__note span { margin-right: 8px; color: #f8d9a8; }
@media (max-width: 760px) { .error-page__hero { min-height: 0; }.error-page__layout { display: flex; padding-block: 65px 40px; flex-direction: column; gap: 30px; }.error-page h1 { font-size: clamp(3.5rem, 16vw, 5.5rem); }.error-page__art { width: 100%; min-height: 330px; }.error-page__envelope { top: 22%; left: 10%; width: 82%; }.error-page__number { left: 0; font-size: 9rem; }.error-page__stamp { right: 2%; }.error-page__doodle--two { right: 0; } }

/* Phone layouts preserve the complete art-directed banners and keep every
   interactive panel inside the physical viewport. Keep this final so older
   phone rules cannot restore cover-cropping or single-row controls. */
@media (max-width: 640px) {
  .track-order-popover {
    position: fixed;
    top: max(76px, calc(env(safe-area-inset-top) + 64px));
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100dvh - 92px - env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .track-order-popover::before { right: 82px; }
  .prelaunch-want__popover {
    position: fixed;
    top: 50%;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100dvh - 28px);
    overflow-y: auto;
    transform: translateY(-50%);
  }
  .prelaunch-want__popover::before { display: none; }
  .product-variants__options,
  .product-variants--swatches .product-variants__options {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .product-variants__color-column,
  .product-variants__option { width: 100%; min-width: 0; max-width: 100%; }
  .product-variants__heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .product-variants__heading strong { max-width: 100%; text-align: left; overflow-wrap: anywhere; }
  .prelaunch-hero,
  .prelaunch-product-hero { display: block; min-height: 0; overflow: visible; }
  .prelaunch-hero__media,
  .prelaunch-product-hero__media {
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    aspect-ratio: 2 / 1;
    background: #f7f7f4;
  }
  .prelaunch-product-hero__media { aspect-ratio: 16 / 9; }
  .prelaunch-hero__media::after,
  .prelaunch-product-hero::after { display: none; }
  .prelaunch-hero__media img,
  .prelaunch-product-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .prelaunch-hero__content,
  .prelaunch-product-hero__content { min-height: 0; padding-block: 34px 46px; }
  .prelaunch-product-hero__content { display: block; }
  .prelaunch-product-hero__copy {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .prelaunch-product-hero__title { font-size: clamp(2.55rem, 13vw, 4rem); }
}
