@charset "UTF-8";
/* V16 prototype-first catalog and PDP surface.
 * Direct CSS skeleton: collection.css + product.css + contextwrap-system.css.
 * Only the final adapter block accounts for server-rendered Woo data states.
 */

body.collection-page {
  --collection-accent: var(--brand-700);
  --collection-soft: var(--brand-100);
  --collection-ink: var(--paper);
  background: var(--tan);
}

.collection-main { overflow: clip; border-bottom: var(--line); }
.collection-breadcrumb { display: flex; align-items: center; gap: 8px; padding: 11px 16px; border-bottom: var(--line); color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.collection-breadcrumb a { color: var(--black); }

.collection-family-nav { display: flex; min-width: 0; overflow-x: auto; scrollbar-width: none; border-bottom: var(--line); background: var(--tan); }
.collection-family-nav::-webkit-scrollbar { display: none; }
.collection-family-nav a { flex: 0 0 auto; padding: 11px 15px; border-right: var(--line); font-size: 11px; font-weight: 700; text-transform: uppercase; transition: color 150ms ease, background-color 150ms ease; }
.collection-family-nav a[aria-current="page"] { color: var(--tan); background: var(--black); }

.collection-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr); min-height: 520px; border-bottom: 4px solid var(--tan); color: var(--collection-ink); background: var(--collection-accent); }
.collection-hero-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 5vw, 72px) 16px 22px; border-right: 4px solid var(--tan); }
.collection-kicker { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.collection-hero h1 { max-width: 920px; margin: 18px 0 26px; font-size: clamp(70px, 9vw, 150px); line-height: .77; letter-spacing: -.075em; text-transform: uppercase; }
.collection-hero-description { max-width: 640px; margin: 0; font-size: clamp(16px, 1.45vw, 22px); line-height: 1.2; }
.collection-hero-foot { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-top: 54px; padding-top: 13px; border-top: var(--line); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.collection-hero-foot strong { max-width: 350px; font-size: 18px; line-height: 1; text-align: right; }

.collection-hero-art { position: relative; min-height: 520px; overflow: hidden; background: var(--collection-soft); }
.collection-art-panel { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: var(--tan); }
.collection-art-panel figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--brand-050); }
.collection-art-panel figure:last-child { margin-top: 76px; }
.collection-art-panel img { width: 100%; height: 100%; object-fit: contain; padding: clamp(12px, 2vw, 34px); transition: transform 220ms var(--ease-out); }
.collection-art-index { position: absolute; z-index: 1; top: 12px; left: 12px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--tan); background: var(--black); border-radius: 50%; font-size: 9px; font-weight: 700; }

.collection-local-tags { display: grid; grid-template-columns: 220px 1fr; border-bottom: var(--line); }
.collection-tags-title { padding: 18px 16px; border-right: var(--line); background: var(--black); color: var(--tan); }
.collection-tags-title span { display: block; margin-bottom: 26px; color: var(--yellow); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.collection-tags-title strong { font-size: 24px; line-height: .95; text-transform: uppercase; }
.collection-tag-list { display: flex; flex-wrap: wrap; gap: 8px; align-content: center; padding: 16px; }
.collection-tag { min-height: 34px; padding: 8px 13px; border: var(--line); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; transition: color 150ms ease, background-color 150ms ease, transform 130ms var(--ease-out); }
.collection-tag.is-active { color: var(--tan); background: var(--black); }
.collection-tag:active { transform: scale(.97); }

.collection-toolbar { position: sticky; z-index: 35; top: var(--header-h); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; min-height: 52px; border-bottom: var(--line); background: rgba(247,243,236,.96); backdrop-filter: blur(12px); }
.collection-filter-toggle { height: 52px; padding: 0 16px; border: 0; border-right: var(--line); background: transparent; font-weight: 700; text-align: left; text-transform: uppercase; }
.collection-result-count { padding: 0 16px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.collection-sort { height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 16px; border-left: var(--line); }
.collection-sort label { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.collection-sort select { padding: 7px 28px 7px 8px; border: var(--line); border-radius: 999px; background: var(--tan); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.collection-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; }
.collection-filters { position: sticky; top: calc(var(--header-h) + 52px); max-height: calc(100dvh - var(--header-h) - 52px); overflow-y: auto; border-right: var(--line); background: var(--tan); }
.collection-filters-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 15px; border-bottom: var(--line); }
.collection-filters-head strong { font-size: 14px; text-transform: uppercase; }
.collection-filter-reset { padding: 0; border: 0; background: transparent; font-size: 9px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-transform: uppercase; }
.collection-filter-close { display: none; }
.collection-filter-group { border-bottom: var(--line); }
.collection-filter-group summary { display: flex; justify-content: space-between; padding: 14px 15px; cursor: pointer; font-size: 11px; font-weight: 700; text-transform: uppercase; list-style: none; }
.collection-filter-group summary::-webkit-details-marker { display: none; }
.collection-filter-group summary span { font-size: 16px; line-height: .7; }
.collection-filter-options { display: grid; gap: 9px; padding: 0 15px 16px; }
.collection-filter-options label { display: grid; grid-template-columns: 15px 1fr auto; gap: 8px; align-items: center; font-size: 11px; }
.collection-filter-options input { width: 14px; height: 14px; margin: 0; accent-color: var(--collection-accent); }
.collection-filter-options small { color: var(--muted); }

.collection-results { min-width: 0; }
.collection-active-filters { display: flex; gap: 6px; flex-wrap: wrap; min-height: 0; padding: 0 12px; border-bottom: 0; }
.collection-active-filters:not(:empty) { padding-top: 10px; padding-bottom: 10px; border-bottom: var(--line); }
.collection-active-filters button { padding: 5px 9px; color: var(--tan); background: var(--black); border: 0; border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; }

.collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--black); gap: 1px; }
.collection-card { position: relative; min-width: 0; display: flex; flex-direction: column; background: var(--tan); }
.collection-card[hidden] { display: none; }
.collection-card-art { position: relative; overflow: hidden; background: var(--product-canvas); }
.collection-card-art img { width: 100%; aspect-ratio: 1 / 1.12; object-fit: contain; padding: 9%; transition: transform 220ms var(--ease-out); }
.collection-card-badges { position: absolute; z-index: 2; top: 10px; left: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.collection-card-badges span { padding: 5px 0 3px; color: var(--brand-900); background: transparent; border-bottom: 1px solid currentColor; border-radius: 0; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.collection-card-badges .is-sale { color: var(--sale); }
.collection-card-add { position: absolute; z-index: 2; left: 10px; right: 10px; bottom: 10px; display: flex; justify-content: space-between; padding: 10px 13px; color: var(--black); background: var(--tan); border: 1.5px solid var(--black); border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; opacity: 0; transform: translateY(7px); transition: opacity 160ms ease, transform 190ms var(--ease-out), color 150ms ease, background-color 150ms ease; }
.collection-card-add:active { transform: translateY(0) scale(.97); }
.collection-card-copy { min-height: 154px; padding: 12px 11px 18px; }
.collection-card-line { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.collection-card-copy h2 { margin: 0; font-size: clamp(18px, 1.65vw, 26px); line-height: .94; letter-spacing: -.035em; text-transform: uppercase; }
.collection-card-price { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; font-size: 14px; font-weight: 800; }
.collection-card-price s { color: var(--muted); font-size: 9px; font-weight: 400; }
.collection-card-price span { color: var(--sale); font-size: 14px; }
.collection-card-copy p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.25; }

.collection-editorial-card { position: relative; grid-column: span 2; min-height: 430px; overflow: hidden; color: var(--tan); background: var(--collection-accent); }
.collection-editorial-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .42; transform: translateX(22%); }
.collection-editorial-copy { position: relative; z-index: 1; width: 64%; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; }
.collection-editorial-copy span { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.collection-editorial-copy strong { font-size: clamp(40px, 5vw, 76px); line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.collection-editorial-copy p { max-width: 390px; margin: 20px 0 0; font-size: 13px; line-height: 1.3; }

.collection-empty { padding: 90px 18px 110px; text-align: center; }
.collection-empty h2 { margin: 0 0 12px; font-size: clamp(46px, 7vw, 96px); line-height: .85; letter-spacing: -.06em; text-transform: uppercase; }
.collection-empty p { margin: 0 0 24px; }
.collection-load { display: grid; place-items: center; padding: 32px 16px; border-top: var(--line); border-bottom: var(--line); }
.collection-load button { min-width: 220px; }

.collection-seo { display: grid; grid-template-columns: .9fr 1.1fr; border-bottom: var(--line); }
.collection-seo-title { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(48px, 7vw, 100px) 16px 22px; color: var(--tan); background: var(--black); border-right: var(--line); }
.collection-seo-title p { margin: 0; color: var(--yellow); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.collection-seo-title h2 { margin: 0; font-size: clamp(62px, 9vw, 132px); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.collection-seo-copy { align-self: center; padding: clamp(48px, 8vw, 120px); }
.collection-seo-copy > p { max-width: 700px; font-size: 17px; line-height: 1.42; }
.collection-seo-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.collection-seo-links a { padding: 8px 12px; border: var(--line); border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.collection-faq { display: grid; grid-template-columns: .75fr 1.25fr; border-bottom: var(--line); }
.collection-faq-title { padding: clamp(52px, 7vw, 100px) 16px; background: var(--collection-soft); border-right: var(--line); }
.collection-faq-title p { margin: 0 0 22px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.collection-faq-title h2 { margin: 0; font-size: clamp(58px, 8vw, 118px); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.collection-faq-list details { border-bottom: var(--line); }
.collection-faq-list details:last-child { border-bottom: 0; }
.collection-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 16px; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; text-transform: uppercase; }
.collection-faq-list summary::-webkit-details-marker { display: none; }
.collection-faq-list details p { max-width: 740px; margin: 0; padding: 0 16px 24px; color: var(--muted); line-height: 1.45; }
.collection-filter-scrim { display: none; }

@media (hover: hover) and (pointer: fine) {
  .collection-family-nav a:hover { color: var(--tan); background: var(--collection-accent); }
  .collection-art-panel figure:hover img { transform: scale(1.025); }
  .collection-card:hover .collection-card-art img, .collection-card:focus-within .collection-card-art img { transform: scale(1.025); }
  .collection-card:hover .collection-card-add, .collection-card:focus-within .collection-card-add { opacity: 1; transform: translateY(0); }
  .collection-card-add:hover, .collection-card-add:focus-visible { color: var(--tan); background: var(--black); }
  .collection-card:hover .collection-card-add:active, .collection-card-add:focus-visible:active { transform: translateY(0) scale(.97); }
  .collection-tag:hover { color: var(--tan); background: var(--collection-accent); }
  .collection-seo-links a:hover { color: var(--tan); background: var(--black); }
}

@media (max-width: 1100px) {
  .collection-hero { grid-template-columns: 1fr .8fr; }
  .collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-editorial-card { grid-column: span 2; }
}

@media (max-width: 800px) {
  .collection-hero { grid-template-columns: 1fr; }
  .collection-hero-copy { min-height: 470px; border-right: 0; border-bottom: 4px solid var(--tan); }
  .collection-hero-art { min-height: 480px; }
  .collection-local-tags { grid-template-columns: 1fr; }
  .collection-tags-title { display: flex; justify-content: space-between; align-items: end; border-right: 0; border-bottom: var(--line); }
  .collection-tags-title span { margin: 0; }
  .collection-layout { display: block; }
  .collection-toolbar { grid-template-columns: auto 1fr auto; }
  .collection-filter-toggle { width: auto; }
  .collection-filters { position: fixed; z-index: 85; top: 0; left: 0; width: min(370px, 92vw); height: 100dvh; max-height: none; border-right: var(--line); transform: translateX(-102%); transition: transform 240ms var(--ease-out); }
  .collection-filters.is-open { transform: translateX(0); }
  .collection-filter-close { display: block; width: 32px; height: 32px; border: 0; background: transparent; font-size: 24px; }
  .collection-filter-scrim { position: fixed; z-index: 84; inset: 0; display: block; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity 160ms ease; }
  .collection-filter-scrim.is-open { opacity: 1; pointer-events: auto; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-card-add { opacity: 1; transform: none; }
  .collection-seo, .collection-faq { display: block; }
  .collection-seo-title { min-height: 440px; border-right: 0; border-bottom: var(--line); }
  .collection-faq-title { border-right: 0; border-bottom: var(--line); }
}

@media (max-width: 560px) {
  .collection-breadcrumb { overflow: hidden; white-space: nowrap; }
  .collection-family-nav a { padding: 10px 12px; font-size: 9px; }
  .collection-hero-copy { min-height: 430px; padding-top: 42px; }
  .collection-hero h1 { font-size: clamp(66px, 21vw, 92px); }
  .collection-hero-description { font-size: 16px; }
  .collection-hero-foot { margin-top: 36px; }
  .collection-hero-foot strong { font-size: 14px; }
  .collection-hero-art { min-height: 410px; }
  .collection-art-panel figure:last-child { margin-top: 46px; }
  .collection-tags-title { padding: 14px; }
  .collection-tags-title strong { font-size: 19px; }
  .collection-tag-list { flex-wrap: nowrap; overflow-x: auto; padding: 12px; scrollbar-width: none; }
  .collection-tag-list::-webkit-scrollbar { display: none; }
  .collection-tag { flex: 0 0 auto; min-height: 31px; padding: 7px 10px; font-size: 9px; }
  .collection-toolbar { top: var(--header-h); min-height: 46px; }
  .collection-filter-toggle { height: 46px; padding: 0 11px; font-size: 10px; }
  .collection-result-count { padding: 0 8px; font-size: 9px; }
  .collection-sort { height: 46px; padding: 0 8px; }
  .collection-sort label { display: none; }
  .collection-sort select { max-width: 112px; padding-right: 20px; font-size: 9px; }
  .collection-card-art img { aspect-ratio: 1 / 1.18; padding: 8%; }
  .collection-card-badges { top: 6px; left: 6px; gap: 3px; }
  .collection-card-badges span { padding: 3px 0; font-size: 9px; }
  .collection-card-add { left: 6px; right: 6px; bottom: 6px; padding: 8px 9px; font-size: 8px; }
  .collection-card-copy { min-height: 116px; padding: 10px 8px 14px; }
  .collection-card-copy h2 { font-size: 17px; }
  .collection-card-price { font-size: 11px; }
  .collection-card-copy p { font-size: 9px; }
  .collection-editorial-card { grid-column: 1 / -1; min-height: 380px; }
  .collection-editorial-copy { width: 72%; min-height: 380px; padding: 16px; }
  .collection-editorial-copy strong { font-size: 48px; }
  .collection-seo-title { min-height: 380px; padding-inline: 14px; }
  .collection-seo-copy { padding: 54px 14px 68px; }
  .collection-faq-title { padding: 58px 14px; }
  .collection-faq-list summary { padding: 18px 14px; font-size: 14px; }
  .collection-faq-list details p { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .collection-art-panel img,
  .collection-card-art img,
  .collection-card-add,
  .collection-filters,
  .collection-filter-scrim { transition-duration: 1ms; }
}

/* V12 art-directed collection cover and single product canvas */
.collection-hero {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: 570px;
  border-bottom: 1px solid var(--brand-200);
}
.collection-hero-copy {
  padding: clamp(42px, 5.4vw, 78px) clamp(28px, 4vw, 62px) 28px;
  border-right: 1px solid color-mix(in srgb, var(--collection-ink) 28%, transparent);
}
.collection-hero h1 {
  max-width: 760px;
  margin: 20px 0 28px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .84;
  letter-spacing: -.065em;
}
.collection-hero-description {
  max-width: 580px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.35;
}
.collection-hero-foot { border-top-color: color-mix(in srgb, var(--collection-ink) 35%, transparent); }
.collection-hero-art {
  min-height: 570px;
  padding: clamp(18px, 2vw, 30px);
  background: var(--scene-wash, var(--collection-soft));
}
.collection-scene-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--scene-wash, var(--collection-soft));
  border-radius: 220px 220px 18px 18px;
}
.collection-scene-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(.98);
  transition: transform 600ms var(--ease-out);
}
.collection-card-art,
.collection-card-art a { background: var(--product-canvas); }
.collection-card-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  padding: 0;
  filter: saturate(.9) contrast(.985);
}

@media (hover: hover) and (pointer: fine) {
  .collection-scene-figure:hover img { transform: scale(1.012); }
}

@media (max-width: 980px) {
  .collection-hero { grid-template-columns: 1fr .9fr; }
}

@media (max-width: 760px) {
  .collection-hero { grid-template-columns: 1fr; }
  .collection-hero-copy { min-height: 440px; border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--collection-ink) 28%, transparent); }
  .collection-hero h1 { font-size: clamp(58px, 18vw, 86px); }
  .collection-hero-art { min-height: 430px; padding: 12px; }
  .collection-scene-figure { border-radius: 150px 150px 14px 14px; }
  .collection-card-art img { aspect-ratio: 1; padding: 0; }
}

.pdp-main { border-bottom: var(--line); }
.pdp-breadcrumb { display: flex; gap: 8px; align-items: center; padding: 12px 16px; border-bottom: var(--line); color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pdp-breadcrumb a { color: var(--black); }

.pdp-top { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(360px, .82fr); border-bottom: 4px solid var(--tan); background: var(--tan); }
.pdp-gallery { min-width: 0; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: minmax(590px, calc(100svh - 122px)) auto; gap: 4px; background: var(--tan); border-right: 4px solid var(--tan); }
.pdp-main-stage, .pdp-secondary-stage { margin: 0; overflow: hidden; background: var(--product-canvas); }
.pdp-main-stage img, .pdp-secondary-stage img { width: 100%; height: 100%; object-fit: contain; }
.pdp-secondary-stage img { object-fit: cover; }
.pdp-thumbnails { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 92px); gap: 4px; padding: 4px 0 0; background: var(--tan); }
.pdp-thumbnails button { aspect-ratio: 1; padding: 0; background: var(--pale); border: 2px solid transparent; overflow: hidden; }
.pdp-thumbnails button.is-active { border-color: var(--black); }
.pdp-thumbnails img { width: 100%; height: 100%; object-fit: cover; }

.pdp-buy-panel { align-self: start; min-height: calc(100svh - 72px); padding: 18px 18px 26px; background: var(--tan); }
.pdp-kicker { margin: 0 0 16px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pdp-buy-panel h1 { max-width: 520px; margin: 0; font-size: clamp(36px, 4vw, 62px); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.pdp-variant { margin: 7px 0 14px; font-size: 16px; font-style: italic; text-transform: uppercase; }
.pdp-price { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; border-top: var(--line); border-bottom: var(--line); }
.pdp-price > div { display: flex; align-items: center; gap: 8px; }
.pdp-price strong { font-size: 25px; }
.pdp-price s { color: var(--muted); font-size: 12px; }
.pdp-price .offer-pill { margin: 0; color: var(--tan); background: var(--mauve); font-size: 9px; }
.pdp-price span { color: var(--muted); font-size: 11px; }
.pdp-status { display: flex; flex-wrap: wrap; gap: 5px; padding: 9px 0; }
.pdp-status span { padding: 4px 8px; border: var(--line); border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.pdp-status span:first-child { color: var(--tan); background: var(--green); border-color: var(--green); }
.pdp-included-summary { padding: 11px 13px; color: var(--tan); background: var(--mauve); }
.pdp-included-summary p { margin: 0 0 12px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.pdp-included-summary strong { display: block; font-size: 18px; text-transform: uppercase; }
.pdp-included-summary span { display: block; margin-top: 4px; font-size: 10px; }

.pdp-volume { margin: 12px 0 8px; padding: 12px 12px 10px; color: var(--tan); background: var(--black); }
.pdp-volume-head { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.pdp-volume-head h2 { margin: 0; font-size: 13px; text-transform: uppercase; }
.pdp-volume-head span { color: var(--yellow); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.pdp-bundle-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin-top: 12px; }
.pdp-bundle-options button { position: relative; min-height: 116px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 22px 9px 9px; color: var(--tan); background: var(--brand-900); border: 1px solid rgba(247,243,236,.28); text-align: left; transition: transform 140ms var(--ease-out), color 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.pdp-bundle-options button:active { transform: scale(.97); }
.pdp-bundle-options button.is-current { color: var(--black); background: var(--brand-200); border-color: var(--brand-200); }
.pdp-bundle-options button > em { position: absolute; top: 7px; left: 8px; padding: 3px 5px; color: var(--black); background: var(--tan); border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.pdp-bundle-options button.is-current > em { color: var(--tan); background: var(--black); }
.pdp-bundle-options button > span { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.pdp-bundle-options button > strong { margin: 4px 0 3px; font-size: 17px; }
.pdp-bundle-options button > small { color: currentColor; font-size: 7px; line-height: 1.2; }
.pdp-volume-track { position: relative; height: 3px; margin: 20px 20px 0; background: var(--brand-500); }
.pdp-volume-track > span { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--yellow); transition: width 180ms linear; }
.pdp-volume-nodes { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -14px; }
.pdp-volume-nodes button { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 0; color: var(--brand-500); background: transparent; border: 0; font-size: 8px; }
.pdp-volume-nodes button::before { content: ""; width: 11px; height: 11px; margin-bottom: 7px; background: var(--black); border: 1px solid #777; border-radius: 50%; }
.pdp-volume-nodes button.is-reached { color: var(--tan); }
.pdp-volume-nodes button.is-reached::before { background: var(--yellow); border-color: var(--yellow); }
.pdp-volume-nodes button.is-current::before { box-shadow: 0 0 0 3px var(--black), 0 0 0 4px var(--yellow); }
.pdp-volume-nodes strong { font-size: 10px; }
.pdp-volume-nodes small { font-size: 7px; }
.pdp-volume > p { margin: 8px 0 0; color: var(--yellow); font-size: 10px; font-weight: 700; text-align: center; }

.pdp-quantity-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.pdp-stepper { display: grid; grid-template-columns: 38px 42px 38px; border: var(--line); border-radius: 999px; overflow: hidden; }
.pdp-stepper button { height: 34px; background: transparent; border: 0; font-size: 18px; }
.pdp-stepper strong { display: grid; place-items: center; }
.pdp-add { display: grid; grid-template-columns: 1fr auto; padding-inline: 22px; }
.pdp-add span { justify-self: center; }
.pdp-add strong { justify-self: end; }
.pdp-fulfillment-note { margin-top: 10px; }
.pdp-policy-note { margin: 8px 0 22px; color: var(--muted); font-size: 9px; line-height: 1.25; }
.pdp-details { margin-top: 6px; }

.pdp-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: var(--line); }
.pdp-facts article { min-height: 180px; display: flex; flex-direction: column; padding: 15px; border-right: var(--line); }
.pdp-facts article:last-child { border-right: 0; }
.pdp-facts span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pdp-facts strong { margin: auto 0 4px; font-size: clamp(30px, 4vw, 58px); line-height: .86; letter-spacing: -.05em; text-transform: uppercase; }
.pdp-facts p { margin: 0; font-style: italic; }

.pdp-story { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; color: var(--tan); background: var(--black); border-bottom: 4px solid var(--tan); }
.pdp-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 7vw, 110px); background: var(--mauve); }
.pdp-story-copy h2 { max-width: 700px; margin: 20px 0 32px; font-size: clamp(50px, 7vw, 104px); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.pdp-story-copy > p:not(.brand-eyebrow) { max-width: 570px; font-size: 17px; line-height: 1.3; }
.pdp-story-copy ul { margin: 22px 0 0; padding-left: 18px; line-height: 1.6; }
.pdp-story figure { min-height: 720px; margin: 0; overflow: hidden; background: var(--pale); }
.pdp-story figure img { width: 100%; height: 100%; object-fit: cover; }

.pdp-set-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border-bottom: var(--line); }
.pdp-set-grid article { padding-bottom: 32px; }
.pdp-set-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--pale); }
.pdp-set-grid span { display: block; margin: 10px 12px 0; font-size: 10px; font-style: italic; }
.pdp-set-grid h2 { margin: 22px 12px 6px; font-size: 26px; text-transform: uppercase; }
.pdp-set-grid p { max-width: 420px; margin: 0 12px; line-height: 1.3; }

.pdp-specs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: var(--line); }
.pdp-specs-title { padding: clamp(48px, 8vw, 120px) 16px; color: var(--tan); background: var(--black); }
.pdp-specs-title h2 { margin: 18px 0 28px; font-size: clamp(70px, 10vw, 150px); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.pdp-specs-title > p:last-child { max-width: 560px; font-size: 17px; line-height: 1.3; }
.pdp-spec-list { align-self: stretch; }
.pdp-spec-list dl { margin: 0; }
.pdp-spec-list dl div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 20px 16px; border-bottom: var(--line); }
.pdp-spec-list dl div:last-child { border-bottom: 0; }
.pdp-spec-list dt { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pdp-spec-list dd { margin: 0; font-size: 17px; font-weight: 700; }

.pdp-explainer { display: grid; grid-template-columns: .4fr 1.2fr .9fr; gap: 28px; padding: clamp(60px, 9vw, 140px) 16px; border-bottom: var(--line); }
.pdp-explainer h2 { margin: 0; font-size: clamp(50px, 7vw, 108px); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.pdp-explainer div { align-self: end; }
.pdp-explainer div p { font-size: 16px; line-height: 1.35; }
.pdp-related { background: var(--brand-050); }
.pdp-faq .faq-title h2 { font-size: clamp(56px, 8vw, 112px); }

@media (hover: hover) and (pointer: fine) {
  .pdp-thumbnails button:hover { border-color: var(--mauve); }
  .pdp-volume-nodes button:hover { color: var(--yellow); }
  .pdp-bundle-options button:hover { border-color: var(--yellow); transform: translateY(-2px); }
  .pdp-stepper button:hover { color: var(--tan); background: var(--black); }
}

@media (max-width: 900px) {
  .pdp-top { grid-template-columns: 1.25fr .75fr; }
  .pdp-gallery { grid-template-columns: 1fr; grid-template-rows: 66vw 48vw auto; }
  .pdp-thumbnails { grid-template-columns: repeat(4, 70px); }
  .pdp-facts { grid-template-columns: 1fr 1fr; }
  .pdp-facts article:nth-child(2) { border-right: 0; }
  .pdp-facts article:nth-child(-n+2) { border-bottom: var(--line); }
}

@media (max-width: 700px) {
  .pdp-breadcrumb { overflow: hidden; white-space: nowrap; }
  .pdp-top { display: block; }
  .pdp-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: 104vw auto; border-right: 0; }
  .pdp-main-stage, .pdp-secondary-stage { border-bottom: 4px solid var(--tan); }
  .pdp-secondary-stage { display: none; }
  .pdp-thumbnails { grid-template-columns: repeat(4, 1fr); gap: 3px; padding-top: 0; }
  .pdp-buy-panel { min-height: 0; padding: 28px 14px 34px; }
  .pdp-buy-panel h1 { font-size: 48px; }
  .pdp-price { align-items: flex-end; }
  .pdp-price > div { flex-wrap: wrap; }
  .pdp-volume-head { display: block; }
  .pdp-volume-head span { display: block; margin-top: 3px; }
  .pdp-bundle-options { grid-template-columns: repeat(3, minmax(106px, 1fr)); overflow-x: auto; padding-bottom: 2px; }
  .pdp-facts article { min-height: 150px; padding: 12px; }
  .pdp-facts strong { font-size: 34px; }
  .pdp-story { display: flex; flex-direction: column-reverse; }
  .pdp-story figure { min-height: 0; height: 112vw; }
  .pdp-story-copy { padding: 58px 14px 66px; }
  .pdp-story-copy h2 { font-size: 55px; }
  .pdp-set-grid { display: block; }
  .pdp-set-grid article { border-bottom: var(--line); }
  .pdp-set-grid article:last-child { border-bottom: 0; }
  .pdp-specs { display: block; }
  .pdp-specs-title { padding: 62px 14px 72px; }
  .pdp-specs-title h2 { font-size: 82px; }
  .pdp-spec-list dl div { grid-template-columns: 110px 1fr; padding-inline: 14px; }
  .pdp-spec-list dd { font-size: 14px; }
  .pdp-explainer { display: block; padding: 66px 14px 76px; }
  .pdp-explainer h2 { margin: 24px 0 38px; font-size: 58px; }
  .pdp-explainer div p { font-size: 15px; }
}

/* PDP refinement: product first, pricing clear, editorial detail secondary. */
.pdp-main { border-bottom: 0; }
.pdp-top {
  grid-template-columns: minmax(0,1.45fr) minmax(390px,.8fr);
  gap: 12px;
  padding: 12px;
  background: var(--paper);
  border-bottom: 0;
}
.pdp-gallery {
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: minmax(560px,calc(100svh - 150px)) auto;
  gap: 10px;
  background: transparent;
  border-right: 0;
}
.pdp-main-stage,
.pdp-secondary-stage { border-radius: 18px; }
.pdp-thumbnails { gap: 8px; padding-top: 0; background: transparent; }
.pdp-thumbnails button { border-radius: 12px; }
.pdp-buy-panel {
  position: sticky;
  top: var(--header-h);
  min-height: 0;
  padding: 28px 26px;
  background: var(--brand-050);
  border-radius: 18px;
}
.pdp-kicker { margin-bottom: 12px; }
.pdp-buy-panel h1 {
  max-width: 600px;
  font-size: clamp(34px,3.3vw,52px);
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: none;
}
.pdp-variant { margin: 10px 0 18px; font-family: var(--sans); font-size: 17px; font-style: normal; text-transform: none; }
.pdp-price { padding: 12px 0; border-color: var(--brand-200); }
.pdp-price .offer-pill { padding: 0 0 2px; color: var(--sale); background: transparent; border-bottom: 1px solid currentColor; border-radius: 0; font-size: 10px; }
.pdp-status { gap: 12px; padding: 12px 0; color: var(--brand-700); }
.pdp-status span { padding: 0; border: 0; border-radius: 0; font-size: 10px; }
.pdp-status span:first-child { color: var(--brand-700); background: transparent; }
.pdp-status span + span::before { content: "·"; margin-right: 12px; color: var(--brand-500); }
.pdp-included-summary { padding: 14px 16px; color: var(--brand-900); background: var(--brand-100); border-radius: 12px; }
.pdp-included-summary p { margin-bottom: 9px; font-size: 10px; }
.pdp-included-summary strong { font-family: var(--sans); font-size: 20px; font-weight: 400; text-transform: none; }
.pdp-included-summary span { font-size: 12px; line-height: 1.35; }

.pdp-volume { margin: 14px 0 10px; padding: 16px; color: var(--brand-900); background: var(--paper); border: 1px solid var(--brand-200); border-radius: 12px; }
.pdp-volume-head { display: block; }
.pdp-volume-head .pdp-volume-eyebrow { margin: 0 0 6px; color: var(--brand-700); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pdp-volume-head h2 { margin: 0; font-family: var(--sans); font-size: 22px; font-weight: 400; line-height: 1.05; text-transform: none; }
.pdp-volume-head span { display: block; margin-top: 6px; color: var(--brand-700); font-size: 11px; letter-spacing: .01em; line-height: 1.35; text-transform: none; }
.pdp-bundle-options { gap: 8px; margin-top: 16px; }
.pdp-bundle-options button {
  min-height: 104px;
  padding: 30px 11px 12px;
  color: var(--brand-900);
  background: var(--brand-050);
  border: 1px solid var(--brand-200);
  border-radius: 10px;
}
.pdp-bundle-options button.is-current { color: var(--paper); background: var(--brand-900); border-color: var(--brand-900); box-shadow: none; transform: translateY(-2px); }
.pdp-bundle-options button.is-current::after { content: "✓"; position: absolute; top: 8px; right: 10px; font-size: 12px; font-weight: 700; }
.pdp-bundle-options button > em { top: 8px; left: 10px; padding: 0; color: var(--brand-700); background: transparent; border-radius: 0; font-size: 9px; }
.pdp-bundle-options button.is-current > em { color: var(--brand-200); background: transparent; }
.pdp-bundle-options button > span { font-size: 11px; }
.pdp-bundle-options button > strong { margin: 7px 0 4px; font-size: 16px; line-height: 1.1; }
.pdp-bundle-options button > small { font-size: 9px; line-height: 1.3; }
.pdp-volume > p { margin-top: 12px; color: var(--brand-700); font-size: 11px; line-height: 1.35; }
.pdp-policy-note { margin-bottom: 18px; font-size: 11px; line-height: 1.4; }
.pdp-details summary { font-size: 13px; text-transform: none; }

.pdp-facts,
.pdp-story,
.pdp-set-grid,
.pdp-specs,
.pdp-explainer,
.pdp-related,
.pdp-faq {
  margin: 0 16px 72px;
  overflow: hidden;
  border: 1px solid var(--brand-200);
  border-radius: 28px;
}
.pdp-facts { margin-top: 44px; }
.pdp-facts article { min-height: 132px; padding: 18px; }
.pdp-facts strong { font-size: clamp(27px,3vw,38px); line-height: .92; text-transform: none; }
.pdp-story { grid-template-columns: .9fr 1.1fr; gap: 0; color: var(--brand-900); background: var(--brand-100); }
.pdp-story-copy { padding: clamp(42px,5vw,74px); background: var(--brand-100); }
.pdp-story-copy h2 { margin-block: 18px 26px; font-size: clamp(46px,5.4vw,72px); line-height: .9; }
.pdp-story-copy > p:not(.brand-eyebrow) { font-size: 16px; line-height: 1.45; }
.pdp-story figure { min-height: 600px; }
.pdp-set-grid { grid-template-columns: 1.15fr .85fr .85fr; gap: 1px; }
.pdp-set-grid article { padding-bottom: 26px; }
.pdp-set-grid img { aspect-ratio: 1.12; }
.pdp-set-grid h2 { margin-top: 16px; font-family: var(--sans); font-size: 24px; font-weight: 400; text-transform: none; }
.pdp-specs { grid-template-columns: .82fr 1.18fr; }
.pdp-specs-title { padding: clamp(46px,6vw,82px) clamp(22px,4vw,58px); background: var(--brand-900); }
.pdp-specs-title h2 { font-size: clamp(54px,6vw,82px); line-height: .86; }
.pdp-spec-list dl div { padding: 20px 24px; }
.pdp-explainer { grid-template-columns: .3fr 1fr .7fr; gap: 34px; padding: clamp(54px,7vw,96px) clamp(22px,4vw,58px); }
.pdp-explainer h2 { font-size: clamp(46px,5.5vw,72px); line-height: .9; }
.pdp-related { padding-block: 42px 26px; }
.pdp-related .rail-heading h2 { font-family: var(--sans); font-size: clamp(22px,2.2vw,34px); font-weight: 400; text-transform: none; }
.pdp-faq .faq-title h2 { font-size: clamp(48px,5.5vw,72px); }

@media (hover: hover) and (pointer: fine) {
  .pdp-bundle-options button:hover { border-color: var(--brand-700); transform: translateY(-2px); }
}

@media (max-width: 900px) {
  .pdp-top { grid-template-columns: 1.15fr .85fr; }
  .pdp-gallery { grid-template-columns: 1fr; grid-template-rows: 66vw 48vw auto; }
  .pdp-buy-panel { padding: 24px 20px; }
}

@media (max-width: 700px) {
  .pdp-top { display: block; padding: 10px; }
  .pdp-gallery { grid-template-rows: 104vw auto; }
  .pdp-main-stage { border-radius: 18px; }
  .pdp-buy-panel { position: static; margin-top: 10px; padding: 28px 18px 34px; border-radius: 18px; }
  .pdp-buy-panel h1 { font-size: 43px; }
  .pdp-bundle-options { grid-template-columns: repeat(3,minmax(100px,1fr)); }
  .pdp-facts,
  .pdp-story,
  .pdp-set-grid,
  .pdp-specs,
  .pdp-explainer,
  .pdp-related,
  .pdp-faq { margin: 0 10px 42px; border-radius: 20px; }
  .pdp-facts { margin-top: 34px; }
  .pdp-story figure { height: 100vw; min-height: 0; }
  .pdp-story-copy { padding: 48px 22px 54px; }
  .pdp-story-copy h2 { font-size: 49px; }
  .pdp-set-grid article:first-child { background: var(--brand-050); }
  .pdp-specs-title { padding: 52px 22px 60px; }
  .pdp-specs-title h2 { font-size: 60px; }
  .pdp-explainer { padding: 54px 22px 62px; }
  .pdp-explainer h2 { font-size: 50px; }
}

/* Pricing feedback and single-stage gallery. */
.pdp-gallery {
  grid-template-columns: minmax(0,1fr);
  grid-template-rows: minmax(650px,calc(100svh - 150px)) auto;
}
.pdp-main-stage { grid-column: 1; }
.pdp-secondary-stage { display: none; }
.pdp-thumbnails { grid-column: 1; }
.pdp-price > div { flex-wrap: wrap; }
.pdp-each-label { color: var(--brand-700) !important; font-size: 10px !important; font-weight: 700; text-transform: uppercase; }
.pdp-price > [data-pdp-saving] { color: var(--sale); font-size: 11px; font-weight: 700; }
.pdp-live-price {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  margin-top: 16px;
  padding-top: 14px;
  color: var(--brand-900);
  border-top: 1px solid var(--brand-200);
}
.pdp-live-price > div { min-width: 0; padding: 0 12px; border-left: 1px solid rgba(36,56,43,.18); }
.pdp-live-price > div:first-child { padding-left: 0; border-left: 0; }
.pdp-live-price > div:last-child { padding-right: 0; }
.pdp-live-price small { display: block; margin-bottom: 5px; color: var(--brand-700); font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.pdp-live-price strong { display: block; font-family: var(--sans); font-size: 17px; font-weight: 400; white-space: nowrap; }
.pdp-live-price-label strong { font-size: 21px; }
.pdp-live-price-total { text-align: right; }
.pdp-live-price-total strong { font-size: 21px; }
.pdp-live-price.is-two-set-offer { grid-template-columns: 1fr 1fr; }
.pdp-live-price.is-two-set-offer > div:nth-child(2) { display: none; }
.pdp-volume-meter { position: relative; height: 4px; margin: 18px 7px 13px; background: var(--brand-200); }
.pdp-volume-meter span { position: absolute; inset: 0; background: var(--brand-900); transform: scaleX(0); transform-origin: left; transition: transform 260ms var(--ease-in-out); }
.pdp-volume-meter i { position: absolute; top: 50%; width: 10px; height: 10px; background: var(--paper); border: 2px solid var(--brand-900); border-radius: 50%; transform: translate(-50%,-50%); }
.pdp-volume-meter i:nth-of-type(1) { left: 0; }
.pdp-volume-meter i:nth-of-type(2) { left: 22%; }
.pdp-volume-meter i:nth-of-type(3) { left: 100%; }
.pdp-volume > p { min-height: 15px; }

@media (max-width: 900px) {
  .pdp-gallery { grid-template-rows: minmax(560px,70vw) auto; }
}

@media (max-width: 700px) {
  .pdp-gallery { grid-template-rows: 106vw auto; }
  .pdp-live-price { grid-template-columns: 1fr 1fr 1fr; }
  .pdp-live-price > div { padding-inline: 9px; }
  .pdp-live-price strong { font-size: 16px; }
  .pdp-live-price-label strong,
  .pdp-live-price-total strong { font-size: 19px; }
}
}

:root {
  --sans: "Instrument Sans", Arial, sans-serif;
  --paper: #f7f3ec;
  --ink: #172019;
  --brand-900: #24382b;
  --brand-700: #405747;
  --brand-500: #7d907f;
  --brand-200: #c8d5c8;
  --brand-100: #dce5db;
  --brand-050: #eef2ec;
  --product-canvas: #f1eee9;
  --sale: #b72e32;
  --line: color-mix(in srgb, var(--brand-900) 18%, 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(--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: absolute;
    top: 100%;
  }
}
.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(--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: rgba(247, 243, 236, .94); 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 {
  position: static;
  top: auto;
  min-height: auto;
  padding: clamp(28px, 3vw, 48px);
  border-radius: 24px;
  background: var(--brand-050);
}
.pdp-buy-panel h1 {
  max-width: 15ch;
  font-size: clamp(36px, 3.2vw, 50px);
  line-height: .96;
  letter-spacing: -.035em;
  text-wrap: balance;
  overflow-wrap: break-word;
}

@media (min-width: 801px) and (min-height: 700px) {
  .pdp-gallery {
    position: sticky;
    top: calc(var(--header-h) + clamp(12px, 1.5vw, 24px));
    grid-template-rows: minmax(480px, calc(100svh - var(--header-h) - 150px)) auto;
  }
}
.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-buy-panel h1 { max-width: none; font-size: clamp(34px, 8vw, 42px); }
  .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; }
}


/* Woo/server adapter states. The prototype selectors above remain authoritative. */
.collection-tag,
.collection-card-add,
.collection-filter-reset,
.product-detail-link { color: inherit; text-decoration: none; }
.collection-card-art::before { content: none; }
.collection-card-badges { top: 14px; left: 14px; }
.collection-card-copy > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.collection-card-add:hover,
.collection-card-add:focus-visible {
  background: var(--brand-900);
  color: var(--paper);
}
.collection-filter-apply { width: 100%; margin: 18px 0; }
.collection-filter-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; color: var(--tan); background: var(--black); border-radius: 999px; }
.collection-card-art .product-photo,
[data-media-fit="contain"] { width: 100%; height: 100%; object-fit: contain !important; background: #fff; }
[data-media-fit="cover"] { object-fit: cover !important; }

/* Product rails show the complete governed primary image. Collection/editorial
   canvases keep their separate art direction above. */
.home-product-rail .product-picture > .product-detail-link img,
.home-product-rail .product-photo,
.pdp-related .product-picture > .product-detail-link img,
.pdp-related .product-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(12px, 1.5vw, 24px);
  background: #fff;
}
.woocommerce .collection-card-art .product-photo,
.woocommerce-page .collection-card-art .product-photo,
.woocommerce .collection-scene-figure img,
.woocommerce-page .collection-scene-figure img,
.woocommerce .pdp-main-stage img,
.woocommerce-page .pdp-main-stage img,
.woocommerce .pdp-thumbnails img,
.woocommerce-page .pdp-thumbnails img,
.woocommerce .pdp-story img,
.woocommerce-page .pdp-story img,
.woocommerce .pdp-set-grid img,
.woocommerce-page .pdp-set-grid img {
  width: 100% !important;
  height: 100% !important;
}
.collection-card-price del,
.collection-card-price ins,
.pdp-price del,
.pdp-price ins { color: inherit; text-decoration: none; }
.collection-card-price s { color: var(--muted); font-weight: 500; }
.collection-card-add--details strong { font-size: 14px; }
.collection-empty { padding: clamp(54px, 8vw, 120px) 16px; text-align: center; }
.collection-empty h2 { margin: 0 0 12px; font-size: clamp(36px, 5vw, 72px); }
.collection-empty p { margin: 0 0 22px; color: var(--muted); }
.collection-filter-scrim[hidden] { display: none; }
.collection-filter-scrim.is-open { opacity: 1; }
.collection-filters[aria-hidden="true"] { pointer-events: none; }
body.v16-filter-open { overflow: hidden; }
.pdp-main-stage > a { display: block; width: 100%; height: 100%; }
.pdp-main-stage img { padding: var(--pdp-media-inset, 0%); }
.pdp-story--text-only { grid-template-columns: 1fr; }
.pdp-cart-form { display: block; }
.pdp-boundary { padding: 16px; border: var(--line); }
.pdp-complimentary-gift { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: var(--line); }
.pdp-complimentary-gift small { display: block; margin-top: 4px; color: var(--muted); }
.pdp-complimentary-gift b { white-space: nowrap; }
.pdp-tier-unavailable { min-height: 126px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 18px 13px 14px; color: var(--brand-900); background: var(--brand-050); border: 1px solid var(--brand-200); border-radius: 10px; }
.pdp-tier-unavailable > span { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.pdp-tier-unavailable > strong { margin: 7px 0 4px; font-size: 20px; font-weight: 400; }
.pdp-tier-unavailable > small { color: var(--muted); font-size: 9px; line-height: 1.3; }
.pdp-spec-list > p { margin: 0; padding: 20px 24px; color: var(--muted); }
.pdp-related { contain: paint; }
.pdp-related .product-grid:empty { min-height: clamp(120px, 16vw, 230px); }
.pdp-facts:has(article:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.collection-card[hidden] { display: none; }
.collection-card-art > .collection-card-add {
  width: auto;
  height: auto;
}

/* Dynamic gallery extension: retain the prototype's four-thumb geometry while
   keeping every additional governed image on the same horizontal rail. */
.pdp-gallery { align-self: start; }
.pdp-thumbnails {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: 92px;
  align-content: start;
  justify-content: start;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
}
.pdp-thumbnails::-webkit-scrollbar { display: none; }
.pdp-thumbnails button { width: 100%; scroll-snap-align: start; }

@media (max-width: 900px) {
  .pdp-thumbnails { grid-auto-columns: 70px; }
}
@media (max-width: 700px) {
  .pdp-thumbnails { grid-auto-columns: calc((100% - 9px) / 4); }
  .pdp-facts:has(article:nth-child(2):last-child) { grid-template-columns: 1fr; }
}
