/* ContextWrap V16 - sans-first editorial commerce */
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --sans: "Instrument Sans", Arial, sans-serif;
  --paper: #f5f4ef;
  --ink: #172019;
  --brand-900: #24382b;
  --brand-700: #405747;
  --brand-500: #7d907f;
  --brand-200: #c8d5c8;
  --brand-100: #dce5db;
  --brand-050: #eef2ec;
  --product-canvas: #fffdfa;
  --sale: #b72e32;
  --line: color-mix(in srgb, var(--brand-900) 14%, transparent);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --header-h: 54px;
}

html { background: var(--paper); }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { text-wrap: pretty; }

.announcement {
  min-height: 28px;
  background: var(--brand-100);
  color: var(--brand-900);
  letter-spacing: .055em;
}
.announcement-message { font-size: 11px; font-weight: 600; }
.site-header {
  min-height: var(--header-h);
  padding-inline: clamp(16px, 2.4vw, 38px);
  border-bottom: 0;
  background: var(--brand-900);
  color: var(--paper);
}
.site-header a, .site-header button { color: inherit; }
.header-left, .header-actions { gap: 18px; }
.nav-trigger, .account-trigger, .cart-trigger {
  position: relative;
  padding-block: 17px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.nav-trigger::after, .account-trigger::after, .cart-trigger::after {
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: center;
  transition: opacity 180ms var(--ease-out), transform 240ms var(--ease-out);
}
.wordmark {
  font-family: var(--sans);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 720;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.footer-wordmark {
  font-size: clamp(46px, 14vw, 205px);
  letter-spacing: -.075em;
  white-space: nowrap;
}
.icon-button svg { stroke: currentColor; }
.mega-panel {
  top: var(--v16-header-panel-top, var(--header-h));
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 22px 52px rgba(23, 32, 25, .11);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 140ms ease, transform 190ms var(--ease-out), visibility 0s linear 190ms;
}
.mega-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 140ms ease, transform 190ms var(--ease-out), visibility 0s;
}
@media (min-width: 701px) {
  .site-header > .shop-panel,
  .site-header > .info-panel {
    position: fixed;
    top: var(--v16-header-panel-top, var(--header-h));
  }
}
.shop-panel {
  --menu-rule: color-mix(in srgb, var(--brand-900) 15%, transparent);
  --menu-hover: color-mix(in srgb, var(--brand-100) 44%, var(--paper));
  grid-template-columns: clamp(180px, 14vw, 216px) minmax(520px, 720px) clamp(210px, 17vw, 248px);
  justify-content: center;
  column-gap: clamp(32px, 3.4vw, 60px);
  min-height: 0;
  max-height: calc(100dvh - var(--v16-header-overlay-space, calc(var(--notice-h) + var(--header-h))));
  padding: clamp(26px, 2.5vw, 36px) clamp(28px, 5vw, 94px) clamp(28px, 2.7vw, 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.shop-panel > .mega-discover,
.shop-panel > .mega-scenes,
.shop-panel > .mega-editorial { min-width: 0; min-height: 0; padding: 0; border: 0; background: transparent; }
.shop-panel.shop-panel--directory {
  grid-template-columns: minmax(220px, .55fr) minmax(0, 2.45fr);
  justify-content: stretch;
  column-gap: 0;
  padding: 0;
}
.shop-panel--directory > .mega-group {
  min-width: 0;
  min-height: 0;
  padding: 18px clamp(18px, 2.2vw, 34px) 20px;
  border-right: var(--line);
  background: var(--paper);
}
.shop-panel--directory > .mega-group:last-child { border-right: 0; }
.shop-occasion-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 68px);
}
.info-panel.info-panel--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1fr);
}
.info-panel.info-panel--compact > * {
  min-width: 0;
  min-height: 0;
  padding: 18px clamp(18px, 2.2vw, 34px) 20px;
}
.info-panel--compact .mega-answer {
  justify-content: flex-start;
  gap: clamp(14px, 1.4vw, 22px);
}
.info-panel--compact .mega-answer strong {
  max-width: 20ch;
  font-size: clamp(20px, 1.45vw, 25px);
  line-height: 1;
}
.mega-discover {
  display: flex;
  flex-direction: column;
}
.mega-scenes {
  display: flex;
  flex-direction: column;
}
.menu-kicker, .brand-eyebrow, .collection-kicker {
  color: var(--brand-700);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.mega-discover > .menu-kicker {
  margin: 0 0 15px;
  color: var(--brand-500);
  font-size: 9px;
  letter-spacing: .14em;
}
.mega-quick-links {
  margin: 0;
  border-top: 1px solid var(--menu-rule);
}
.shop-panel .mega-quick-links a {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--menu-rule);
  color: var(--ink);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 570;
  letter-spacing: -.018em;
  text-transform: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.mega-quick-arrow {
  justify-self: end;
  color: var(--brand-700);
  font-size: 12px;
  font-weight: 400;
  opacity: .42;
  transform: translateX(0);
  transition: opacity 140ms ease, transform 160ms var(--ease-out);
}
.shop-panel .mega-quick-links a:active { background-color: var(--menu-hover); }
.shop-panel .mega-quick-links a:focus-visible {
  color: var(--ink) !important;
  background-color: var(--menu-hover);
  outline: 2px solid var(--brand-700);
  outline-offset: -2px;
  transition-duration: 0s;
}
.shop-panel .mega-quick-links a:focus-visible .mega-quick-arrow { opacity: 1; transform: translateX(3px); transition-duration: 0s; }
.mega-discover .mega-note {
  max-width: 25ch;
  margin: auto 0 0;
  padding-top: 22px;
  color: var(--brand-500);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.4;
}
.mega-scenes-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}
.mega-scenes-head .menu-kicker {
  margin: 0;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}
.mega-scenes-head > p:last-child { max-width: 34ch; margin: 0; color: var(--brand-700); font-size: 11px; line-height: 1.4; }
.mega-scene-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(24px, 2.5vw, 40px);
  border-top: 1px solid var(--menu-rule);
  border-bottom: 1px solid var(--menu-rule);
}
.shop-panel a.mega-scene-card {
  position: relative;
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  margin: 0;
  padding: 12px 10px;
  color: var(--ink);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--menu-rule);
  border-radius: 0;
  line-height: 1;
  text-transform: none;
  transition: background-color 160ms ease, color 160ms ease;
}
.shop-panel a.mega-scene-card:nth-last-child(-n + 2) { border-bottom: 0; }
.shop-panel .mega-scene-copy { min-width: 0; display: grid; gap: 4px; margin: 0; padding: 0 6px 0 0; }
.shop-panel .mega-scene-copy strong { font-family: var(--sans); font-size: clamp(21px, 1.55vw, 25px); font-weight: 400; letter-spacing: -.015em; line-height: 1; }
.shop-panel .mega-scene-copy small {
  max-width: 30ch;
  min-height: 1.35em;
  margin: 0;
  overflow: hidden;
  color: var(--brand-700);
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 1;
  transform: none;
  transition: color 150ms ease, opacity 140ms var(--ease-out), transform 160ms var(--ease-out);
}
.shop-panel .mega-scene-arrow { position: static; justify-self: end; color: var(--brand-700); font-size: 12px; opacity: .42; transform: translateX(0); transition: color 150ms ease, opacity 140ms var(--ease-out), transform 160ms var(--ease-out); }
.shop-panel a.mega-scene-card:active { background-color: var(--menu-hover); }
.shop-panel a.mega-scene-card:focus-visible {
  z-index: 1;
  color: var(--ink) !important;
  background-color: var(--menu-hover);
  outline: 2px solid var(--brand-700);
  outline-offset: -2px;
  transition-duration: 0s;
}
.shop-panel a.mega-scene-card:focus-visible .mega-scene-copy small { color: var(--brand-700); opacity: 1; transform: none; transition-duration: 0s; }
.shop-panel a.mega-scene-card:focus-visible .mega-scene-arrow { opacity: 1; transform: translateX(0); transition-duration: 0s; }
.shop-panel a.mega-editorial-card {
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-self: start;
  align-content: start;
  justify-content: initial;
  gap: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.shop-panel a.mega-editorial-card::before {
  display: none;
}
.shop-panel a.mega-editorial-card::after { display: none; }
.shop-panel .mega-editorial-card img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 70%;
  filter: none;
  transform: none;
  transition: none;
}
.shop-panel .mega-editorial-card strong {
  margin-top: 4px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(20px, 1.65vw, 24px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
}
.shop-panel .mega-editorial-kicker { margin-top: 12px; color: var(--brand-500); font-size: 9px; letter-spacing: .09em; }
.shop-panel .mega-editorial-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--menu-rule);
  color: var(--brand-700);
  font-size: 9px;
  letter-spacing: .06em;
  text-decoration: none;
}
.shop-panel .mega-editorial-link span { transform: translateX(0); transition: transform 150ms var(--ease-out); }
.shop-panel a.mega-editorial-card:hover { color: var(--ink) !important; }
.shop-panel a.mega-editorial-card:focus-visible { outline: 2px solid var(--brand-700); outline-offset: 4px; transition-duration: 0s; }
.button, .product-add, .collection-card-add {
  min-height: 42px;
  border-radius: 999px;
  font-weight: 650;
  letter-spacing: .025em;
  transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 120ms var(--ease-out);
}
.button:active, .product-add:active, .collection-card-add:active { transform: scale(.97); }

/* Home — editorial rhythm rather than repeated boxed modules */
.editorial-hero {
  width: min(100% - clamp(24px, 3vw, 52px), 1520px);
  min-height: min(720px, calc(100svh - 82px));
  margin: clamp(14px, 2vw, 30px) auto clamp(72px, 8vw, 126px);
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--brand-100);
}
.editorial-hero-copy { padding: clamp(44px, 6.2vw, 104px); }
.editorial-hero-copy h1 {
  max-width: 7.4ch;
  margin-block: clamp(34px, 6vh, 86px) 24px;
  font-family: var(--sans);
  font-size: clamp(65px, 7vw, 118px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .83;
}
.editorial-hero-copy .hero-lede { max-width: 36ch; font-family: var(--sans); font-size: clamp(17px, 1.25vw, 21px); line-height: 1.45; }
.editorial-hero-media { min-height: 620px; }
.editorial-hero-media img { transform: scale(1.015); transition: transform 1200ms var(--ease-out); }
.editorial-hero-note { color: var(--brand-700); font-size: 11px; letter-spacing: .055em; text-transform: uppercase; }
.section-bar { width: min(100% - clamp(24px, 3vw, 52px), 1520px); margin-inline: auto; padding: 0 0 13px; border-bottom: 1px solid var(--line); background: transparent; color: var(--brand-700); }
.section-bar strong { font-family: var(--sans); font-size: 19px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.section-bar--black { background: transparent; color: var(--brand-700); }
.home-product-rail {
  width: min(100% - clamp(24px, 3vw, 52px), 1520px);
  margin: 0 auto clamp(92px, 10vw, 150px);
  padding: clamp(34px, 4vw, 62px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.home-product-rail .rail-heading { margin-bottom: 28px; padding: 0; }
.home-product-rail .rail-heading h2, .home-product-rail .rail-heading h2 a { font-family: var(--sans); font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.03em; }
.home-product-rail .rail-heading button { width: 46px; height: 46px; border: 1px solid var(--brand-700); border-radius: 50%; color: var(--brand-700); transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), transform 120ms var(--ease-out); }
.home-product-rail .rail-heading button:active { transform: scale(.94); }
.home-product-rail .product-grid { gap: 16px; scroll-padding-inline: 0; }
.home-product-rail .product-card { flex: 0 0 clamp(220px, 22vw, 324px); }
.home-product-rail .product-picture { aspect-ratio: .86; border-radius: 15px; overflow: hidden; background: var(--product-canvas); }
.home-product-rail .product-photo { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease-out); }
.home-product-rail .product-tags { top: 14px; left: 14px; }
.home-product-rail .product-tags span:not(:first-child) { display: none; }
.home-product-rail .product-tags span { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--sale); font-size: 10px; letter-spacing: .06em; }
.home-product-rail .product-copy { padding: 12px 2px 0; }
.home-product-rail .product-copy h3 { font-size: 16px; font-weight: 620; letter-spacing: -.015em; }
.home-product-rail .product-copy > strong { color: var(--sale); font-size: 14px; }
.home-product-rail .product-copy p { color: var(--brand-700); font-family: var(--sans); font-size: 15px; }
.rail-progress { margin-top: 28px; background: var(--brand-200); }
.rail-progress span { background: var(--brand-900); }
.three-set-offer {
  width: min(100% - clamp(24px, 3vw, 52px), 1520px);
  margin: 0 auto clamp(96px, 10vw, 156px);
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--brand-900);
}
.three-set-copy { padding: clamp(45px, 6vw, 92px); }
.three-set-copy h2 { max-width: 6ch; font-family: var(--sans); font-size: clamp(70px, 8vw, 128px); font-weight: 400; letter-spacing: -.045em; line-height: .78; }
.three-set-copy > p { max-width: 44ch; font-family: var(--sans); font-size: 16px; line-height: 1.5; }
.three-set-visual { background: var(--brand-100); }
.occasion-showcase {
  width: min(100% - clamp(24px, 3vw, 52px), 1520px);
  margin: 0 auto clamp(110px, 11vw, 170px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.occasion-showcase-head { align-items: end; margin-bottom: 30px; padding-inline: clamp(56px, 5vw, 78px); }
.occasion-showcase-head h2 { font-family: var(--sans); font-size: clamp(50px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.04em; }
.occasion-page-count { color: var(--brand-500); font-size: 11px; }
.occasion-carousel-stage { padding-inline: clamp(56px, 5vw, 78px); }
.occasion-viewport { overflow: hidden; }
.occasion-track { gap: 18px; transition-duration: 520ms; transition-timing-function: var(--ease-in-out); }
.occasion-slide { border: 0; border-radius: 18px; overflow: hidden; background: var(--brand-050); }
.occasion-photo { aspect-ratio: 4 / 3; border-radius: 0; overflow: hidden; }
.occasion-photo img { transition: transform 900ms var(--ease-out); }
.occasion-slide-copy { padding: 20px 24px 26px; }
.occasion-slide-copy h3 { font-family: var(--sans); font-size: clamp(32px, 3vw, 46px); font-weight: 400; letter-spacing: -.025em; }
.occasion-slide-copy p { color: var(--brand-700); font-family: var(--sans); font-size: 17px; }
.occasion-side-control { top: 42%; width: 48px; height: 48px; border: 0; background: var(--brand-900); color: var(--paper); box-shadow: 0 8px 24px rgba(23, 32, 25, .16); transition: opacity 150ms var(--ease-out), transform 150ms var(--ease-out), background-color 180ms var(--ease-out); }
.occasion-side-control--previous { left: 0; }
.occasion-side-control--next { right: 0; }
.occasion-side-control:active { transform: translateY(-50%) scale(.94); }
.brand-manifesto, .in-use, .compare, .brand-letter, .brand-principles, .values, .faq { width: min(100% - clamp(24px, 3vw, 52px), 1520px); margin-inline: auto; }
.brand-manifesto { margin-bottom: clamp(95px, 10vw, 160px); padding: clamp(72px, 8vw, 128px) clamp(22px, 6vw, 96px); border-block: 1px solid var(--line); }
.brand-manifesto h2 { max-width: 10ch; font-family: var(--sans); font-size: clamp(62px, 8vw, 124px); font-weight: 400; letter-spacing: -.05em; line-height: .84; }
.brand-manifesto-copy { color: var(--brand-700); font-family: var(--sans); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.55; }
.in-use { margin-bottom: clamp(100px, 11vw, 175px); border: 0; border-radius: 24px; overflow: hidden; }
.in-use-story { background: var(--brand-100); }
.in-use-story h2 { font-family: var(--sans); font-size: clamp(50px, 5.5vw, 84px); font-weight: 400; letter-spacing: -.045em; line-height: .86; }
.in-use-story p { max-width: 36ch; font-family: var(--sans); font-size: 17px; line-height: 1.5; }
.compare { margin-bottom: clamp(100px, 11vw, 175px); padding: clamp(36px, 5vw, 72px) 0; border-block: 1px solid var(--line); border-radius: 0; }
.compare-head h2 { font-family: var(--sans); font-size: clamp(44px, 4.5vw, 70px); font-weight: 400; letter-spacing: -.035em; }
.compare-grid { gap: 18px; }
.compare-grid article { border: 0; border-radius: 0; background: transparent; }
.compare-grid article img { border-radius: 15px; background: var(--product-canvas); }
.compare-grid article h3 { font-family: var(--sans); font-size: 26px; font-weight: 400; }
.brand-letter { margin-bottom: clamp(100px, 11vw, 175px); grid-template-columns: 1.2fr .8fr; border: 0; border-radius: 24px; overflow: hidden; background: var(--brand-050); }
.brand-letter-copy { padding: clamp(44px, 6vw, 96px); }
.brand-letter-copy h2 { font-family: var(--sans); font-size: clamp(50px, 5vw, 78px); font-weight: 400; letter-spacing: -.04em; line-height: .88; }
.brand-letter-copy > p { font-family: var(--sans); font-size: 17px; line-height: 1.55; }
.brand-principles { margin-bottom: clamp(100px, 11vw, 175px); border-top: 1px solid var(--line); }
.brand-principles article { padding: 34px clamp(6px, 2vw, 28px); border-color: var(--line); }
.brand-principles h2 { font-family: var(--sans); font-size: 31px; font-weight: 400; }
.values {
  min-height: 520px;
  margin-bottom: clamp(110px, 12vw, 190px);
  grid-template-columns: .9fr 1.1fr;
  border: 0;
  border-radius: 28px;
  color: var(--paper);
  background: var(--brand-900);
  overflow: hidden;
}
.values > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(46px, 6vw, 92px);
  border-right: 1px solid color-mix(in srgb, var(--paper) 18%, transparent);
}
.values > div > p:last-child { max-width: 34ch; margin: 48px 0 0; color: var(--brand-200); font-size: 16px; line-height: 1.5; }
.values h2 { margin-top: auto; font-family: var(--sans); font-size: clamp(55px, 5.8vw, 88px); font-weight: 400; line-height: .87; text-transform: none; }
.values ul { display: grid; grid-template-rows: repeat(3, 1fr); }
.values li {
  min-height: 0;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: clamp(28px, 3vw, 46px);
  border-color: color-mix(in srgb, var(--paper) 18%, transparent);
  font-family: var(--sans);
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: none;
}
.values li strong { align-self: start; color: var(--brand-200); font-family: var(--sans); font-size: 11px; font-style: normal; letter-spacing: .08em; }
.faq {
  margin-bottom: 120px;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 130px);
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  overflow: visible;
  padding-top: clamp(48px, 6vw, 88px);
}
.faq-title { padding: 0; border: 0; }
.faq-title-sticky { top: calc(var(--header-h) + 42px); }
.faq-title h2 { max-width: 8ch; margin-top: 18px; font-family: var(--sans); font-size: clamp(54px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.04em; line-height: .9; text-transform: none; }
.faq-title-sticky > p:last-of-type { max-width: 34ch; margin-top: 22px; color: var(--brand-700); font-size: 16px; line-height: 1.5; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-color: var(--line); transition: background-color 160ms var(--ease-out); }
.faq-list summary { min-height: 72px; align-items: center; gap: 24px; padding: 20px 10px; font-family: var(--sans); font-size: clamp(20px, 1.8vw, 27px); font-weight: 400; text-transform: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--brand-200); border-radius: 50%; font-family: var(--sans); font-size: 15px; transition: transform 180ms var(--ease-out), background-color 160ms var(--ease-out), color 160ms var(--ease-out); }
.faq-list details[open] { background: var(--brand-050); }
.faq-list details[open] summary span { background: var(--brand-900); color: var(--paper); }
.faq-list details p { max-width: 62ch; margin: -4px 62px 24px 10px; color: var(--brand-700); font-size: 15px; line-height: 1.55; }
.faq-list details p a { color: var(--brand-900); font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.faq--enhanced { align-items: start; }
.faq--enhanced .faq-title-sticky > p:last-of-type { max-width: 32ch; }
.faq-highlights {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  border-top: 1px solid var(--line);
}
.faq-highlights > div {
  display: grid;
  grid-template-columns: minmax(112px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.faq-highlights dt {
  color: var(--brand-500);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.faq-highlights dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.35;
}
.faq--enhanced .faq-list summary { min-height: 78px; }
.faq--enhanced .faq-list summary > .faq-question {
  display: grid;
  width: auto;
  height: auto;
  min-width: 0;
  flex: 1 1 auto;
  gap: 5px;
  place-items: initial;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  transform: none;
  transition: none;
}
.faq--enhanced .faq-list details[open] summary > .faq-question {
  background: transparent;
  color: inherit;
  transform: none;
}
.faq--enhanced .faq-question small {
  color: var(--brand-500);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.faq--enhanced .faq-question strong {
  font-family: var(--sans);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.08;
}
.faq--enhanced .faq-list summary > .faq-toggle { flex: 0 0 30px; margin-left: auto; }
.faq--enhanced .faq-list details[open] summary > .faq-toggle { transform: rotate(45deg); }
.faq--enhanced .faq-list summary:focus-visible {
  outline: 2px solid var(--brand-700);
  outline-offset: -2px;
}
.faq--enhanced .faq-list details:target { scroll-margin-top: calc(var(--header-h) + 24px); }
.faq--enhanced .faq-list details:target summary { background: var(--brand-100); }

/* Collection pages — scene first, tools second */
body.collection-page { --collection-accent: var(--brand-900) !important; --collection-soft: var(--brand-100) !important; --collection-ink: var(--paper) !important; }
.collection-breadcrumb { display: none; }
.collection-family-nav {
  position: relative;
  top: auto;
  z-index: 5;
  width: min(100% - 32px, 1120px);
  margin: 18px auto 0;
  padding: 0 0 12px;
  gap: clamp(14px, 2.1vw, 32px);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  overflow-x: auto;
  scrollbar-width: none;
}
.collection-family-nav::-webkit-scrollbar { display: none; }
.collection-family-nav a {
  flex: 0 0 auto;
  padding: 9px 0 7px;
  border: 0;
  background: transparent;
  color: var(--brand-500);
  font-size: 11px;
  font-weight: 610;
  letter-spacing: .035em;
  white-space: nowrap;
}
.collection-family-nav a[aria-current="page"] { background: transparent; color: var(--ink); box-shadow: inset 0 -1px var(--ink); }
.collection-hero {
  width: min(100% - 32px, 1520px);
  min-height: clamp(520px, 62vw, 690px);
  margin: clamp(28px, 4vw, 64px) auto clamp(72px, 8vw, 126px);
  grid-template-columns: minmax(340px, .68fr) minmax(0, 1.32fr);
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--collection-accent);
}
.collection-hero-copy {
  min-height: 100%;
  padding: clamp(54px, 6vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(247,243,236,.09), transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--collection-accent) 91%, #132219), var(--collection-accent));
  box-shadow: inset -1px 0 color-mix(in srgb, var(--paper) 18%, transparent);
}
.collection-hero-copy h1 {
  max-width: 6.8ch;
  margin-top: clamp(54px, 8vh, 94px);
  font-family: var(--sans);
  font-size: clamp(68px, 7.4vw, 116px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .82;
  text-transform: none;
}
.collection-hero-description { max-width: 36ch; font-family: var(--sans); font-size: clamp(17px, 1.25vw, 21px); line-height: 1.42; }
.collection-hero-foot { border-color: color-mix(in srgb, var(--paper) 28%, transparent); }
.collection-hero-foot span { font-size: 10px; letter-spacing: .08em; }
.collection-hero-foot strong { max-width: 27ch; font-family: var(--sans); font-size: 14px; font-weight: 560; line-height: 1.15; text-align: right; text-transform: uppercase; }
.collection-hero-art { padding: 0; background: transparent; }
.collection-scene-figure { border-radius: 0; overflow: hidden; }
.collection-scene-figure img { transform: scale(1.002); transition: transform 900ms var(--ease-out); }
.collection-local-tags {
  width: min(100% - 32px, 1520px);
  margin: 0 auto clamp(44px, 5vw, 74px);
  grid-template-columns: minmax(190px, .3fr) minmax(0, 1.7fr);
  gap: clamp(24px, 5vw, 80px);
  padding: 0;
  border: 0;
  background: transparent;
}
.collection-tags-title { padding: 0; background: transparent; color: var(--ink); }
.collection-tags-title span { color: var(--brand-500); font-size: 10px; }
.collection-tags-title strong { margin-top: 8px; font-family: var(--sans); font-size: clamp(27px, 2.6vw, 39px); font-weight: 400; line-height: 1; }
.collection-tag-list { display: flex; align-items: end; gap: 8px; padding: 4px 0; overflow-x: auto; scrollbar-width: none; }
.collection-tag-list::-webkit-scrollbar { display: none; }
.collection-tag {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid var(--brand-200);
  border-radius: 999px;
  background: transparent;
  color: var(--brand-700);
  font-size: 11px;
  font-weight: 590;
  letter-spacing: .02em;
  transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 120ms var(--ease-out);
}
.collection-tag.is-active { border-color: var(--brand-900); background: var(--brand-900); color: var(--paper); }
.collection-tag:active { transform: scale(.97); }
.collection-toolbar {
  position: relative;
  top: auto;
  z-index: 4;
  width: min(100% - 32px, 1520px);
  margin: 0 auto;
  grid-template-columns: auto 1fr auto;
  padding: 13px 0;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
}
.collection-filter-toggle { padding: 0 18px 0 0; border: 0; font-size: 12px; font-weight: 650; }
.collection-result-count { padding-left: 18px; border-left: 1px solid var(--line); color: var(--brand-500); font-size: 11px; }
.collection-sort { gap: 10px; }
.collection-sort label { color: var(--brand-500); font-size: 10px; }
.collection-sort select { min-width: 150px; border: 0; border-bottom: 1px solid var(--brand-500); border-radius: 0; background: transparent; font-size: 12px; }
.collection-layout { display: block; width: min(100% - 32px, 1520px); margin: 0 auto; }
.collection-filters {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 105;
  display: block;
  width: min(390px, 92vw);
  height: 100dvh;
  padding: 24px clamp(20px, 3vw, 34px) 40px;
  overflow-y: auto;
  border: 0;
  background: var(--paper);
  box-shadow: 18px 0 54px rgba(23, 32, 25, .13);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-102%);
  transition: opacity 180ms var(--ease-out), transform 280ms var(--ease-out), visibility 0s linear 280ms;
}
.collection-filters.is-open { opacity: 1; visibility: visible; transform: translateX(0); transition: opacity 180ms var(--ease-out), transform 280ms var(--ease-out), visibility 0s; }
.collection-filters-head { position: sticky; top: -24px; z-index: 2; padding: 20px 0; background: var(--paper); }
.collection-filters-head strong { font-family: var(--sans); font-size: 34px; font-weight: 400; }
.collection-filter-close { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.collection-filter-group { border-color: var(--line); }
.collection-filter-group summary { padding-block: 17px; font-size: 12px; }
.collection-filter-options label { min-height: 40px; }
.collection-filter-options label:has(input[data-filter-key="color"]) > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.collection-filter-options label:has(input[data-filter-key="color"]) > span::before {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid color-mix(in srgb, var(--brand-900) 22%, transparent);
  border-radius: 50%;
  background: var(--filter-swatch, #d8d3ca);
  box-shadow: inset 0 0 0 2px var(--paper);
  content: "";
}
.collection-filter-options label:has(input[value="black"]) { --filter-swatch: #1c1d1b; }
.collection-filter-options label:has(input[value="blue"]) { --filter-swatch: #8aa4bd; }
.collection-filter-options label:has(input[value="brown"]) { --filter-swatch: #8b654f; }
.collection-filter-options label:has(input[value="gold"]) { --filter-swatch: #c8a55b; }
.collection-filter-options label:has(input[value="green"]) { --filter-swatch: #77907b; }
.collection-filter-options label:has(input[value="ivory"]) { --filter-swatch: #eee7d6; }
.collection-filter-options label:has(input[value="pink"]) { --filter-swatch: #d8a8ae; }
.collection-filter-options label:has(input[value="red"]) { --filter-swatch: #a54845; }
.collection-filter-options label:has(input[value="silver"]) { --filter-swatch: #bfc2c0; }
.collection-filter-options label:has(input[value="white"]) { --filter-swatch: #faf9f5; }
.collection-filter-options label:has(input[value="multicolor"]) { --filter-swatch: conic-gradient(#d89b83, #d1b967, #8aa4bd, #a78daf, #d89b83); }
.collection-filter-options label:has(input[value="other"]) { --filter-swatch: linear-gradient(135deg, #d8d3ca 0 45%, #405747 45% 55%, #b8a7c9 55%); }
.collection-filter-scrim { z-index: 104; background: rgba(23, 32, 25, .42); backdrop-filter: blur(2px); }
.collection-results { min-width: 0; }
.collection-active-filters { padding: 12px 0 0; }
.collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(30px, 4vw, 64px) clamp(14px, 2vw, 28px); padding-top: clamp(28px, 4vw, 56px); background: transparent; }
.collection-card { align-self: start; border: 0; background: transparent; }
.collection-card-art { aspect-ratio: .9; border: 0; border-radius: 15px; overflow: hidden; background: var(--product-canvas); }
.collection-card-art > a, .collection-card-art img { width: 100%; height: 100%; }
.collection-card-art img { object-fit: cover; transition: transform 650ms var(--ease-out); }
.collection-card-art::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  color: var(--sale);
  border-bottom: 1px solid currentColor;
  content: "20% off";
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.collection-card-add { right: 12px; bottom: 12px; left: 12px; min-height: 40px; border-color: var(--brand-900); background: color-mix(in srgb, var(--paper) 94%, transparent); color: var(--brand-900); backdrop-filter: blur(8px); }
.collection-card-copy { min-height: 0; padding: 14px 2px 0; }
.collection-card-line { align-items: start; gap: 14px; }
.collection-card-line h2 { font-size: clamp(17px, 1.4vw, 21px); font-weight: 620; letter-spacing: -.025em; line-height: 1.05; }
.collection-card-price { flex: 0 0 auto; font-size: 13px; }
.collection-card-price s { color: var(--brand-500); font-size: 10px; font-weight: 450; }
.collection-card-price span { color: var(--sale); }
.collection-card-copy > p { min-height: 2.8em; margin-top: 7px; color: var(--brand-700); font-family: var(--sans); font-size: 14px; line-height: 1.4; }
.collection-editorial-card { grid-column: span 2; min-height: 540px; border: 0; border-radius: 17px; overflow: hidden; background: var(--brand-100); }
.collection-editorial-copy { background: linear-gradient(180deg, transparent 20%, rgba(23, 32, 25, .78)); }
.collection-editorial-copy strong { max-width: 10ch; font-family: var(--sans); font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.035em; line-height: .9; }
.collection-load { padding-block: 54px 90px; }
.collection-load .button { min-width: 210px; }
.collection-seo,
.collection-faq {
  width: min(100% - 32px, 1240px);
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
  margin-inline: auto;
  border-color: var(--line);
  border-bottom: 1px solid var(--line);
}
.collection-seo-title,
.collection-faq-title {
  border-right: 1px solid var(--line);
}
.collection-seo-title {
  min-height: 348px;
  justify-content: center;
  gap: 28px;
  padding: 42px 34px 38px;
  color: var(--paper);
  background: var(--brand-900);
}
.collection-seo-title p,
.collection-faq-title p {
  margin: 0;
  color: var(--brand-500);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.collection-seo-title p { color: var(--brand-200); }
.collection-seo-title h2,
.collection-faq-title h2 {
  max-width: 9.5ch;
  margin: 0;
  font-family: var(--sans);
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .92;
  text-transform: none;
}
.collection-seo-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 76px;
}
.collection-seo-copy > p {
  max-width: 52ch;
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
}
.collection-seo-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 18px 34px;
  margin-top: 38px;
}
.collection-seo-links a {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 150ms var(--ease-out), border-color 150ms var(--ease-out);
}
.collection-faq {
  margin-bottom: 112px;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
}
.collection-faq-title {
  min-height: 348px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 42px 34px;
  background: var(--collection-soft);
}
.collection-faq-title h2 { max-width: 7.5ch; }
.collection-faq-list {
  border-top: 1px solid var(--line);
}
.collection-faq-list details {
  border-bottom: 1px solid var(--line);
  transition: background-color 160ms var(--ease-out);
}
.collection-faq-list details:last-child { border-bottom: 0; }
.collection-faq-list summary {
  min-height: 78px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 28px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
  list-style: none;
  text-transform: none;
}
.collection-faq-list summary::-webkit-details-marker { display: none; }
.collection-faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid var(--brand-200);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms var(--ease-out), background-color 160ms var(--ease-out), color 160ms var(--ease-out);
}
.collection-faq-list details[open] { background: var(--brand-050); }
.collection-faq-list details[open] summary span {
  color: var(--paper);
  background: var(--brand-900);
  transform: rotate(45deg);
}
.collection-faq-list details p {
  max-width: 64ch;
  margin: -4px 72px 25px 28px;
  padding: 0;
  color: var(--brand-700);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .collection-seo,
  .collection-faq {
    display: block;
    width: calc(100% - 24px);
  }
  .collection-seo-title,
  .collection-faq-title {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .collection-seo-title {
    gap: 28px;
    padding: 38px 26px;
  }
  .collection-faq-title {
    padding: 42px 26px;
  }
  .collection-seo-title h2,
  .collection-faq-title h2 {
    max-width: 10ch;
    font-size: 56px;
  }
  .collection-seo-copy {
    padding: 38px 26px 52px;
  }
  .collection-seo-links {
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 16px 28px;
    margin-top: 32px;
  }
  .collection-faq-list summary {
    min-height: 68px;
    padding: 18px 26px;
    font-size: 22px;
  }
  .collection-faq-list details p {
    margin: -2px 64px 23px 26px;
  }
}

@media (max-width: 560px) {
  .collection-seo-title,
  .collection-faq-title {
    padding: 34px 18px;
  }
  .collection-seo-title h2,
  .collection-faq-title h2 {
    font-size: 44px;
    line-height: .94;
  }
  .collection-seo-copy {
    padding: 34px 18px 46px;
  }
  .collection-seo-copy > p {
    font-size: 16px;
  }
  .collection-seo-links {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .collection-faq-list summary {
    min-height: 64px;
    gap: 16px;
    padding: 16px 18px;
    font-size: 19px;
  }
  .collection-faq-list details p {
    margin: -2px 54px 21px 18px;
  }
}

/* Product page inherits the same editorial/commerce hierarchy. */
.pdp-buy-panel h1 { font-family: var(--sans); font-weight: 400; letter-spacing: -.04em; line-height: .9; }
.pdp-buy-panel, .pdp-volume, .pdp-set-summary { border-color: var(--line); }
.pdp-buy-panel { background: var(--brand-050); }
.pdp-volume { background: var(--paper); }
.pdp-tier, .pdp-selection-summary > div { border-color: var(--brand-200); }
.pdp-tier.is-active, .pdp-selection-summary > div:nth-child(2) { background: var(--brand-900); color: var(--paper); }

@media (hover: hover) and (pointer: fine) {
  .nav-trigger:hover::after, .account-trigger:hover::after, .cart-trigger:hover::after { opacity: 1; transform: scaleX(1); }
  .shop-panel .mega-quick-links a:hover { padding: 0; color: var(--ink) !important; background-color: var(--menu-hover); }
  .shop-panel .mega-quick-links a:hover .mega-quick-arrow { opacity: 1; transform: translateX(3px); }
  .shop-panel a.mega-scene-card .mega-scene-copy small { opacity: 0; transform: translateY(3px); }
  .shop-panel a.mega-scene-card .mega-scene-arrow { opacity: 0; transform: translateX(-4px); }
  .shop-panel a.mega-scene-card:hover { padding: 12px 10px; color: var(--ink) !important; background-color: var(--menu-hover); }
  .shop-panel a.mega-scene-card:hover .mega-scene-copy small,
  .shop-panel a.mega-scene-card:focus-visible .mega-scene-copy small { opacity: 1; transform: none; }
  .shop-panel a.mega-scene-card:hover .mega-scene-arrow,
  .shop-panel a.mega-scene-card:focus-visible .mega-scene-arrow { opacity: 1; transform: translateX(0); }
  .shop-panel a.mega-scene-card:focus-visible .mega-scene-copy small { transition-duration: 0s; }
  .shop-panel .mega-editorial-card:hover .mega-editorial-link span { transform: translateX(3px); }
  .shop-panel .mega-editorial-card:hover img { transform: none; }
  .editorial-hero:hover .editorial-hero-media img, .collection-hero:hover .collection-scene-figure img { transform: scale(1.045); }
  .home-product-rail .product-card:hover .product-photo, .collection-card:hover .collection-card-art img, .occasion-slide:hover .occasion-photo img { transform: scale(1.035); }
  .home-product-rail .rail-heading button:hover { background: var(--brand-900); color: var(--paper); }
  .occasion-side-control:hover { background: var(--brand-700); }
  .collection-tag:hover { border-color: var(--brand-700); color: var(--ink); }
  .collection-card-add:hover { background: var(--brand-900); color: var(--paper); }
}

@media (max-width: 1243px) {
  .shop-panel {
    grid-template-columns: clamp(180px, 21vw, 216px) minmax(0, 720px);
    column-gap: clamp(28px, 3.2vw, 40px);
    padding-inline: clamp(28px, 5vw, 56px);
  }
  .mega-editorial { display: none; }
}

@media (max-width: 1100px) {
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-hero-copy h1 { font-size: clamp(58px, 8vw, 88px); }
}

@media (max-width: 800px) {
  :root { --header-h: 48px; }
  .shop-occasion-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega-scenes-head { gap: 0; }
  .mega-scenes-head > p:last-child { display: none; }
  .mega-scene-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-panel a.mega-scene-card { min-height: 82px; grid-template-columns: minmax(0, 1fr) 14px; padding: 11px 8px; }
  .shop-panel .mega-scene-copy strong { font-size: clamp(18px, 2.7vw, 21px); }
  .shop-panel .mega-scene-copy small { font-size: 10px; white-space: normal; }
  .shop-panel a.mega-scene-card:hover { padding: 11px 8px; }
  .site-header { min-height: var(--header-h); padding-inline: 14px; }
  .wordmark { font-size: 18px; }
  .cart-trigger { padding-block: 14px; font-size: 11px; }
  .editorial-hero { width: calc(100% - 20px); min-height: auto; margin: 10px auto 72px; grid-template-columns: 1fr; border-radius: 17px; }
  .editorial-hero-copy { min-height: 62svh; padding: 46px 30px; }
  .editorial-hero-copy h1 { margin-block: 56px 20px; font-size: clamp(62px, 20vw, 90px); }
  .editorial-hero-media { min-height: 62svh; }
  .home-product-rail, .section-bar, .three-set-offer, .occasion-showcase, .brand-manifesto, .in-use, .compare, .brand-letter, .brand-principles, .values, .faq { width: calc(100% - 24px); }
  .home-product-rail .product-card { flex-basis: min(76vw, 285px); }
  .three-set-offer { grid-template-columns: 1fr; border-radius: 17px; }
  .three-set-copy h2 { font-size: 72px; }
  .occasion-showcase-head, .occasion-carousel-stage { padding-inline: 44px; }
  .occasion-side-control { width: 38px; height: 38px; }
  .brand-manifesto { padding-inline: 12px; }
  .brand-manifesto h2 { font-size: 66px; }
  .brand-letter { grid-template-columns: 1fr; border-radius: 17px; }
  .collection-family-nav { width: calc(100% - 24px); margin-top: 10px; }
  .collection-hero { width: calc(100% - 20px); min-height: auto; grid-template-columns: 1fr; margin: 22px auto 64px; border-radius: 17px; }
  .collection-hero-copy { min-height: 58svh; padding: 44px 28px; }
  .collection-hero-copy h1 { margin-top: 54px; font-size: clamp(61px, 19vw, 88px); }
  .collection-hero-art { min-height: 54svh; padding: 12px; }
  .collection-local-tags { width: calc(100% - 24px); grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .collection-tag-list { margin-inline: -12px; padding-inline: 12px; }
  .collection-toolbar { width: calc(100% - 24px); }
  .collection-layout { width: calc(100% - 24px); }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 10px; }
  .collection-card-art { border-radius: 11px; }
  .collection-card-copy > p { display: none; }
  .collection-card-line { display: block; }
  .collection-card-price { display: flex; align-items: center; gap: 6px; margin-top: 7px; }
  .collection-card-add { right: 7px; bottom: 7px; left: 7px; min-height: 36px; }
  .collection-editorial-card { grid-column: 1 / -1; min-height: 430px; }
}

@media (max-width: 700px) {
  .site-header > .mobile-panel {
    position: absolute;
    top: 100%;
    max-height: calc(100dvh - var(--notice-h) - var(--header-h));
    color: var(--paper);
    background: var(--brand-900);
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--paper) 20%, transparent);
    box-shadow: 0 18px 42px rgba(23, 32, 25, .18);
    overscroll-behavior: contain;
  }
  .mobile-quick-links a,
  .mobile-scene a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .mobile-scene summary,
  .mobile-utility { min-height: 48px; align-items: center; }
  .mobile-scene summary:focus-visible,
  .mobile-scene a:focus-visible,
  .mobile-utility:focus-visible {
    outline: 2px solid var(--brand-200);
    outline-offset: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* ========================================================================== */
/* V11 / ROUND TWO — art direction, hierarchy and intentional motion          */
/* ========================================================================== */

/* Home: introduce an editorial rhythm instead of another sequence of boxes. */
.editorial-hero {
  position: relative;
  width: min(calc(100% - 32px), 1660px);
  grid-template-columns: minmax(520px, .88fr) minmax(0, 1.12fr);
  min-height: min(820px, calc(100svh - 86px));
  margin-top: 16px;
}
.editorial-hero::before {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: calc(50% - 6px);
  content: "01 / FIRST IMPRESSION";
  color: rgba(247,243,236,.72);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}
.editorial-hero-copy {
  position: relative;
  min-height: 0;
  padding: clamp(48px, 4.8vw, 82px) clamp(46px, 4.6vw, 78px);
}
.editorial-hero-copy::after {
  position: absolute;
  right: 30px;
  bottom: 34px;
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--brand-900) 30%, transparent);
  border-radius: 50%;
  content: "↘";
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: 16px;
}
.editorial-hero::before,
.editorial-hero-copy::after { display: none; }
.editorial-hero-copy > div { margin-block: 0; }
.editorial-hero-copy h1 {
  max-width: 9ch;
  margin-block: clamp(34px, 5vh, 64px) 22px;
  font-size: clamp(62px, 5.15vw, 88px);
  line-height: .88;
}
.editorial-hero-copy h1 span { display: block; }
.editorial-hero-lede { max-width: 34ch; font-size: clamp(17px, 1.2vw, 20px); }
.editorial-hero-actions { margin-top: 28px; }
.editorial-hero-actions .button { width: auto; }
.editorial-hero-note { margin-top: 34px; }
.editorial-hero-media { isolation: isolate; }
.editorial-hero-media > img {
  animation-duration: 10.5s;
  animation-timing-function: cubic-bezier(.45,0,.55,1);
  transform-origin: 57% 54%;
}
.editorial-hero-media figcaption {
  right: 22px;
  bottom: 22px;
  left: auto;
  max-width: 260px;
  border: 1px solid rgba(247,243,236,.38);
  background: rgba(18,28,21,.66);
  color: var(--paper);
  backdrop-filter: blur(12px);
}
.section-bar {
  margin-top: clamp(94px, 10vw, 156px);
  padding: 0 0 15px;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--brand-900);
}
.section-bar span { color: var(--brand-700); }
.section-bar strong { font-family: var(--sans); font-size: clamp(28px, 3vw, 46px); font-weight: 400; letter-spacing: -.025em; text-transform: none; }
.section-bar--black { color: var(--brand-900); background: transparent; }

.home-product-rail { position: relative; overflow: visible; }
.home-product-rail::before {
  position: absolute;
  top: 76px;
  left: -34px;
  color: var(--brand-200);
  content: attr(id);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.home-product-rail .product-grid { align-items: stretch; }
.product-detail-link { display: block; width: 100%; height: 100%; }
.product-detail-link:focus-visible { outline: 2px solid var(--brand-700); outline-offset: -4px; }
.product-picture > .product-detail-link,
.collection-card-art > .product-detail-link { position: absolute; inset: 0; }
.product-picture > .product-detail-link img,
.collection-card-art > .product-detail-link img { width: 100%; height: 100%; object-fit: cover; }
.product-add,
.collection-card-add { z-index: 3; }
.home-product-rail .product-card,
.home-product-rail .product-card:first-child,
.home-product-rail.new-arrivals .product-card:nth-child(3) { flex-basis: clamp(220px, 22vw, 324px); }
.home-product-rail .product-card .product-picture,
.home-product-rail .product-card:first-child .product-picture,
.home-product-rail.new-arrivals .product-card:nth-child(3) .product-picture { aspect-ratio: .86; }
.home-product-rail .product-card:first-child .product-copy h3 { font-family: var(--sans); font-size: 16px; font-weight: 620; }
.home-product-rail .product-copy p { min-height: 2.8em; font-family: var(--sans); font-size: 14px; line-height: 1.4; }
.home-product-rail .rail-progress { height: 1px; }
.home-product-rail .rail-heading {
  position: static;
  display: flex;
  justify-content: center;
  min-height: 72px;
}
.home-product-rail .rail-heading h2 a {
  display: grid;
  justify-items: center;
  gap: 8px;
}
.home-product-rail .rail-heading h2 a > span {
  display: inline-flex;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--brand-500);
  color: var(--brand-700);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: color 160ms var(--ease-out), letter-spacing 180ms var(--ease-out), border-color 160ms var(--ease-out);
}
.home-product-rail .rail-heading button {
  position: absolute;
  z-index: 6;
  top: 51%;
  margin: 0;
  border-color: var(--brand-900);
  background: var(--brand-900);
  color: var(--paper);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.96);
  transition: opacity 150ms var(--ease-out), transform 180ms var(--ease-out), background-color 160ms var(--ease-out);
}
.home-product-rail .rail-heading button:first-child { left: -18px; }
.home-product-rail .rail-heading button:last-child { right: -18px; }
.home-product-rail:hover .rail-heading button,
.home-product-rail:focus-within .rail-heading button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
.home-product-rail .rail-heading button:active { transform: translateY(-50%) scale(.94); }

.three-set-offer { margin-block: clamp(130px, 13vw, 210px); border-radius: 24px 24px 110px 24px; }
.three-set-copy { position: relative; }
.three-set-copy::before {
  position: absolute;
  top: 28px;
  right: 30px;
  color: color-mix(in srgb, var(--paper) 55%, transparent);
  content: "03";
  font-family: var(--sans);
  font-size: 46px;
  font-style: italic;
}

.occasion-showcase { margin-bottom: clamp(120px, 12vw, 190px); padding-bottom: 52px; }
.occasion-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .48fr);
  gap: clamp(36px, 7vw, 120px);
  align-items: end;
  padding-bottom: 34px;
}
.occasion-showcase-head h2 { max-width: 10ch; line-height: .88; }
.occasion-showcase-head h2 span { display: block; }
.occasion-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-bottom: 8px; }
.occasion-intro p { max-width: 30ch; margin: 0; color: var(--brand-700); font-size: 15px; line-height: 1.45; }
.occasion-page-count { padding: 0; color: var(--brand-500); font-family: var(--sans); font-size: 17px; white-space: nowrap; }
.occasion-track { align-items: stretch; transition-duration: 280ms; }
.occasion-slide { display: grid; grid-template-rows: auto 1fr; align-self: stretch; overflow: visible; background: transparent; }
.occasion-slide:nth-child(even) { padding-top: 0; }
.occasion-photo { aspect-ratio: 1.28; border-radius: 18px; overflow: hidden; background: var(--occasion-tint); }
.occasion-photo img { width: 100%; height: 100%; object-fit: cover; }
.occasion-slide-copy { display: grid; grid-template-rows: auto auto 1fr auto; justify-items: start; padding: 20px 6px 0; text-align: left; }
.occasion-slide-copy > span { color: var(--brand-500); }
.occasion-slide-copy h3 { margin-bottom: 8px; }
.occasion-slide-copy p { max-width: 34ch; min-height: 3.1em; margin-bottom: 18px; font-family: var(--sans); font-size: 15px; line-height: 1.45; }
.occasion-button { min-width: 180px; }

.brand-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(110px, 12vw, 190px);
  padding: clamp(56px, 6vw, 92px);
  border: 0;
  border-radius: 28px;
  color: var(--ink);
  background: var(--brand-100);
  overflow: hidden;
}
.brand-manifesto::before {
  position: absolute;
  right: -5%;
  bottom: -32%;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--brand-500) 28%, transparent);
  border-radius: 50%;
  content: "";
}
.brand-manifesto::after { display: none; }
.manifesto-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(52px, 7vw, 110px);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--brand-200);
}
.manifesto-heading > span { color: var(--brand-500); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.brand-manifesto h2 {
  z-index: 1;
  grid-column: 1 / span 8;
  max-width: 11ch;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: .89;
  text-transform: none;
}
.brand-manifesto-copy {
  z-index: 1;
  grid-column: 9 / -1;
  display: block;
  max-width: 36ch;
  padding: 0 0 6px;
  color: var(--brand-700);
}
.brand-manifesto-copy p { font-size: clamp(15px, 1.05vw, 18px); line-height: 1.52; }
.brand-manifesto-copy p + p { margin: 26px 0 0; }
.in-use { border-radius: 24px 88px 24px 24px; }
.in-use-grid { grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr); align-items: stretch; gap: 0; background: transparent; }
.in-use-main { min-height: 650px; height: auto; }
.in-use-main img { display: block; }
.in-use-story { min-height: 650px; }
.rail-heading--black { padding: 12px 20px; border: 0; background: var(--brand-900); }
.rail-heading--black > span { color: var(--brand-200); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Collections: three primary routes, one calm occasion disclosure. */
.collection-family-nav {
  z-index: 24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.collection-nav-primary { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.collection-family-nav .collection-nav-primary > a { color: var(--brand-500); }
.collection-family-nav .collection-nav-primary > a[aria-current="page"] { color: var(--ink); }
.collection-occasion-menu { position: relative; flex: 0 0 auto; }
.collection-occasion-menu summary {
  display: flex;
  min-width: 184px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 0 7px;
  border-bottom: 1px solid var(--brand-500);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .035em;
  list-style: none;
  text-transform: uppercase;
}
.collection-occasion-menu summary::-webkit-details-marker { display: none; }
.collection-occasion-menu summary:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 4px; }
.collection-occasion-menu summary i { font-size: 17px; font-style: normal; font-weight: 420; transition: transform 180ms var(--ease-out); }
.collection-occasion-menu[open] summary i { transform: rotate(45deg); }
.collection-occasion-links {
  position: absolute;
  z-index: 30;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(520px, calc(100vw - 32px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  box-shadow: 0 22px 60px rgba(23,32,25,.14);
  backdrop-filter: blur(18px);
  animation: v11-menu-in 180ms var(--ease-out) both;
  transform-origin: right top;
}
.collection-occasion-links > a {
  padding: 17px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--brand-700);
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
}
.collection-occasion-links > a:nth-last-child(-n+2) { border-bottom: 0; }
.collection-occasion-links > a[aria-current="page"] { color: var(--paper); background: var(--brand-900); box-shadow: none; }
@keyframes v11-menu-in {
  from { opacity: 0; transform: translateY(-8px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.collection-hero { position: relative; isolation: isolate; }
.collection-hero::after {
  position: absolute;
  z-index: 3;
  right: clamp(34px, 4vw, 62px);
  bottom: clamp(32px, 4vw, 58px);
  content: "SCENE / COLLECTION";
  color: rgba(247,243,236,.78);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .13em;
}
.collection-hero-copy { position: relative; }
.collection-hero-copy::before {
  position: absolute;
  top: clamp(28px, 3vw, 48px);
  right: clamp(28px, 3vw, 48px);
  content: "01";
  color: color-mix(in srgb, var(--paper) 58%, transparent);
  font-family: var(--sans);
  font-size: clamp(38px, 4vw, 58px);
  font-style: italic;
}
.collection-scene-figure { height: 100%; border-radius: 0; }
.collection-scene-figure img { width: 100%; height: 100%; object-fit: cover; }
.collection-local-tags { align-items: end; }
.collection-tag-list { gap: clamp(14px, 2vw, 28px); }
.collection-tag {
  min-height: 30px;
  padding: 6px 0 7px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: var(--brand-500);
  background: transparent;
}
.collection-tag.is-active { border-color: var(--brand-900); color: var(--brand-900); background: transparent; }
.collection-grid { row-gap: clamp(52px, 6vw, 94px); }
.collection-card:nth-child(6n + 2) { margin-top: 0; }
.collection-card-copy > p { max-width: 30ch; }
.collection-editorial-card { border-radius: 18px 90px 18px 18px; }

/* PDP: choice first, result second. Never make two rows look like peers. */
.pdp-top {
  grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr);
  gap: clamp(12px, 1.5vw, 24px);
  padding: clamp(12px, 1.5vw, 24px);
  border: 0;
  background: var(--paper);
}
.pdp-gallery { border: 0; background: transparent; }
.pdp-main-stage { position: relative; border-radius: 24px 92px 24px 24px; background: var(--product-canvas); }
.pdp-gallery-control {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--brand-900);
  color: var(--paper);
  box-shadow: 0 9px 26px rgba(23,32,25,.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.96);
  transition: opacity 150ms var(--ease-out), transform 180ms var(--ease-out), background-color 160ms var(--ease-out);
}
.pdp-gallery-control--previous { left: 18px; }
.pdp-gallery-control--next { right: 18px; }
.pdp-gallery-control[hidden] { display: none; }
.pdp-main-stage:hover .pdp-gallery-control,
.pdp-main-stage:focus-within .pdp-gallery-control { opacity: 1; pointer-events: auto; transform: translateY(-50%) scale(1); }
.pdp-gallery-control:active { transform: translateY(-50%) scale(.94); }
.pdp-thumbnails { gap: 9px; padding-top: 10px; background: transparent; }
.pdp-thumbnails button { border-radius: 10px; }
.pdp-buy-panel {
  min-height: auto;
  padding: clamp(28px, 3vw, 48px);
  border-radius: 24px;
  background: var(--brand-050);
}
.pdp-buy-panel h1 { max-width: 11ch; font-size: clamp(50px, 5vw, 78px); }
.pdp-volume {
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.pdp-volume-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .7fr);
  gap: 18px 28px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.pdp-volume-head .pdp-volume-eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.pdp-volume-head h2 { font-family: var(--sans); font-size: clamp(28px, 2.4vw, 38px); }
.pdp-volume-head span { margin: 0; padding-left: 18px; border-left: 1px solid var(--line); font-size: 11px; }
.pdp-bundle-options { gap: 9px; margin-top: 16px; }
.pdp-bundle-options button {
  min-height: 128px;
  padding: 34px 14px 14px;
  border-radius: 12px;
  background: transparent;
  transition: transform 150ms var(--ease-out), color 180ms var(--ease-out), background-color 180ms var(--ease-out), border-color 180ms var(--ease-out);
}
.pdp-bundle-options button.is-current { transform: translateY(-4px); }
.pdp-bundle-options button.is-current::after {
  top: 9px;
  right: 9px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--paper) 60%, transparent);
  border-radius: 50%;
  content: "✓";
  font-size: 10px;
}
.pdp-bundle-options button:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 3px; }
.pdp-bundle-options button > strong { margin-top: 9px; font-family: var(--sans); font-size: 20px; font-weight: 400; }
.pdp-live-price {
  grid-template-columns: .9fr .8fr 1.15fr;
  margin-top: 20px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--brand-100);
}
.pdp-live-price > div { border-color: color-mix(in srgb, var(--brand-900) 16%, transparent); }
.pdp-live-price small { color: var(--brand-500); }
.pdp-live-price-label strong,
.pdp-live-price-total strong { font-size: 23px; }
.pdp-live-price-total strong { color: var(--sale); }
.pdp-volume-meter { display: none; }
.pdp-volume > p {
  min-height: 0;
  margin: 12px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--brand-900);
  font-size: 11px;
  text-align: left;
}
.pdp-quantity-row { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.pdp-add { min-height: 52px; border-radius: 999px; }

@media (hover: hover) and (pointer: fine) {
  .collection-occasion-menu summary:hover { color: var(--brand-500); }
  .collection-occasion-links > a:hover { color: var(--paper); background: var(--brand-700); }
  .collection-seo-links a:hover { color: var(--brand-900); border-color: var(--brand-900); background: transparent; }
  .collection-tag:not(.is-active):hover { border-color: var(--brand-500); color: var(--brand-900); }
  .collection-tag.is-active:hover { border-color: var(--brand-900); color: var(--brand-900); }
  .pdp-bundle-options button:hover:not(.is-current) { transform: translateY(-3px); background: var(--brand-100); }
  .home-product-rail .rail-heading h2 a:hover > span { border-color: var(--brand-900); color: var(--brand-900); letter-spacing: .105em; }
  .home-product-rail .rail-heading button:hover,
  .occasion-side-control:hover,
  .pdp-gallery-control:hover { background: var(--brand-700); color: var(--paper); }
  .occasion-side-control { opacity: 0; pointer-events: none; }
  .occasion-showcase:hover .occasion-side-control,
  .occasion-showcase:focus-within .occasion-side-control { opacity: 1; pointer-events: auto; }
  .button--black:hover,
  .occasion-button:hover { border-color: var(--brand-700); background: var(--brand-700); color: var(--paper); }
  .faq-list details:hover { background: var(--brand-050); }
}

@media (max-width: 1100px) {
  .editorial-hero::before { display: none; }
  .editorial-hero { grid-template-columns: minmax(440px, .9fr) minmax(0, 1.1fr); }
  .brand-manifesto { grid-template-columns: 1fr; }
  .manifesto-heading, .brand-manifesto h2, .brand-manifesto-copy { grid-column: 1 / -1; }
  .brand-manifesto h2 { max-width: 12ch; }
  .brand-manifesto-copy { max-width: 720px; padding-top: 42px; margin-left: auto; }
  .pdp-top { grid-template-columns: minmax(0, 1fr) minmax(390px, .84fr); }
}

@media (max-width: 800px) {
  .editorial-hero { grid-template-columns: 1fr; }
  .editorial-hero-copy::after { right: 22px; bottom: 24px; }
  .editorial-hero-copy h1 { max-width: 9ch; }
  .editorial-hero-media figcaption { right: 14px; bottom: 14px; }
  .section-bar { margin-top: 82px; }
  .home-product-rail::before { display: none; }
  .home-product-rail .product-card,
  .home-product-rail .product-card:first-child,
  .home-product-rail.new-arrivals .product-card:nth-child(3) { flex-basis: min(78vw, 310px); }
  .home-product-rail .rail-heading button { opacity: 1; pointer-events: auto; }
  .occasion-showcase-head, .occasion-carousel-stage { padding-inline: 0; }
  .occasion-showcase-head { display: block; }
  .occasion-intro { margin-top: 24px; }
  .occasion-slide:nth-child(even) { padding-top: 0; }
  .occasion-page-count { padding-right: 44px; }
  .brand-manifesto { display: block; }
  .brand-manifesto::after { display: none; }
  .brand-manifesto-copy p + p { margin-left: 0; }
  .manifesto-heading { margin-bottom: 44px; }
  .in-use-grid { display: block; }
  .in-use-main, .in-use-story { min-height: 520px; }
  .values { display: block; }
  .values > div { border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--paper) 18%, transparent); }
  .faq { display: block; }
  .faq-title { margin-bottom: 46px; }
  .faq-highlights { margin-top: 30px; }
  .faq--enhanced .faq-list summary { min-height: 68px; gap: 16px; padding-block: 16px; }
  .faq--enhanced .faq-list details p { margin-right: 48px; }
  .pdp-gallery-control { opacity: 1; pointer-events: auto; }
  .collection-family-nav { align-items: flex-end; gap: 18px; }
  .collection-nav-primary { max-width: calc(100% - 150px); gap: 18px; overflow-x: auto; }
  .collection-occasion-menu summary { min-width: 132px; }
  .collection-occasion-links { grid-template-columns: 1fr; width: min(340px, calc(100vw - 24px)); }
  .collection-occasion-links > a:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .collection-hero::after { display: none; }
  .collection-hero-art { padding: 0; }
  .collection-scene-figure { min-height: 52svh; border-radius: 0; }
  .collection-card:nth-child(6n + 2) { margin-top: 0; }
  .pdp-top { display: block; padding: 10px; }
  .pdp-buy-panel { border-radius: 18px; }
  .pdp-volume-head { grid-template-columns: 1fr; }
  .pdp-volume-head .pdp-volume-eyebrow { grid-column: auto; }
  .pdp-volume-head span { padding-left: 0; border-left: 0; }
  .pdp-bundle-options { overflow-x: auto; }
  .pdp-bundle-options button { min-width: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-hero-media > img { animation: none !important; }
  .collection-occasion-links { animation: none !important; }
  .mega-panel,
  .shop-panel .mega-editorial-card img { transform: none !important; }
  .shop-panel a.mega-scene-card,
  .shop-panel .mega-scene-copy small,
  .shop-panel .mega-scene-arrow { transition-duration: 1ms; }
  .shop-panel .mega-scene-copy small,
  .shop-panel .mega-scene-arrow { transform: none; }
  .shop-panel .mega-quick-arrow,
  .shop-panel .mega-editorial-link span { transition-duration: 1ms; transform: none !important; }
}
