:root {
  --bg: #f3f1eb;
  --bg-soft: #ffffff;
  --ink: #0b0b0b;
  --muted: #6f6c66;
  --line: rgba(11, 11, 11, 0.16);
  --line-strong: rgba(11, 11, 11, 0.82);
  --accent: #111111;
  --accent-soft: #ece8df;
  --container: 1480px;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
@keyframes topbar-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-25%); }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
.container { width: min(var(--container), calc(100% - 3rem)); margin: 0 auto; }

.header-chrome {
  position: sticky;
  top: 0;
  z-index: 130;
  padding: 0.7rem 0.9rem 0;
  margin-bottom: -6.2rem;
  pointer-events: none;
}
.header-chrome .topbar,
.header-chrome .site-header {
  pointer-events: auto;
}

.topbar {
  position: relative;
  top: auto;
  z-index: 120;
  margin: 0 auto 0;
  width: min(calc(var(--container) + 0rem), calc(100% - 0rem));
  background: rgba(255, 255, 255, 0.76);
  color: #111;
  border: 1px solid rgba(11,11,11,0.06);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.topbar-track {
  display: block;
  overflow: hidden;
  padding: 0.42rem 0;
}
.topbar-marquee {
  display: flex;
  gap: 3.2rem;
  width: max-content;
  animation: topbar-marquee 30s linear infinite;
}
.topbar-marquee span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 0;
  font-size: 0.54rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #111;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 110;
  margin: 0 auto;
  width: min(calc(var(--container) + 0rem), calc(100% - 0rem));
  background: rgba(248, 246, 241, 0.50);
  -webkit-backdrop-filter: blur(13px) saturate(130%);
  backdrop-filter: blur(13px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 -1px 0 rgba(11, 11, 11, 0.06), 0 2px 12px rgba(11,11,11,0.04);
}
.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  gap: 0.75rem;
  padding: 0 0.8rem;
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.nav-right { justify-content: flex-end; }
.nav-left a,
.nav-right a,
.nav-right button,
.text-link,
.button-reset,
.collection-link {
  font-size: 0.61rem;
  color: rgba(11, 11, 11, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nav-left a:hover,
.nav-right a:hover,
.nav-right button:hover,
.text-link:hover,
.button-reset:hover { opacity: 0.65; }
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-wordmark {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-icon-link,
.search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.search-icon-button {
  font-size: 1.15rem !important;
  line-height: 1;
  min-width: 1.2rem;
  font-weight: 400;
  letter-spacing: 0 !important;
}
.cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.61rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cart-count {
  min-width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 4px;
}

.hero-section,
.section { padding: 0 0 3rem; }
.hero-section {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  height: 180vh;
  margin-bottom: -76vh;
}
.hero-frame {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-single {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  border: 0;
  background: #ddd;
}
.hero-single::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,11,11,0.2) 0%, rgba(11,11,11,0.08) 24%, rgba(11,11,11,0.04) 60%, rgba(11,11,11,0.14) 100%);
}
.hero-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: #f6f3ed;
  text-align: center;
}
.hero-overlay-wide { max-width: 720px; }
.hero-overlay .eyebrow {
  margin-bottom: 0.55rem;
  letter-spacing: 0.18em;
}
.hero-proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.7rem auto 0;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0 0.55rem;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.08);
  color: #f6f3ed;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}

.collection-entry-section {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  scroll-margin-top: 12vh;
}
.collection-entry-panel {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 1rem 0 0;
  box-shadow: 0 -8px 32px rgba(11, 11, 11, 0.06);
  border-top: 1px solid rgba(11, 11, 11, 0.04);
}

.eyebrow {
  margin: 0 0 0.38rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--muted);
}
.eyebrow.light,
.text-link.light,
.hero-link { color: #f6f3ed; }
.product-meta {
  margin: 0 0 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.6rem;
  color: var(--muted);
  font-weight: 700;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.05em;
}
h1 { font-size: clamp(1.48rem, 2.2vw, 2.1rem); max-width: 15ch; }
h2 { font-size: clamp(1.2rem, 1.8vw, 1.7rem); max-width: 11ch; }
h3 { font-size: clamp(0.92rem, 1.2vw, 1.08rem); }
.hero-overlay h1 {
  font-size: clamp(1.82rem, 3vw, 2.7rem);
  max-width: none;
  white-space: nowrap;
  line-height: 0.92;
}
.hero-overlay p {
  max-width: 48ch;
  margin: 0.62rem auto 0;
  font-size: 0.69rem;
  line-height: 1.24;
}

.button,
.size-button,
.button-reset,
.cart-close,
.filter-pill,
.popup-close,
.search-trigger,
.search-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 0.75rem;
  border-radius: 0;
  border: 1px solid transparent;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
}
.button-light { background: #f6f3ed; color: #111; border-color: #f6f3ed; }
.button-dark { background: #111; color: #f6f3ed; border-color: #111; }
.button-secondary { background: #fff; color: #111; border-color: var(--line); }
.button-block { width: 100%; }
.button,
.size-button,
.search-trigger,
.cart-trigger,
.filter-pill,
.search-clear { transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover,
.cart-trigger:hover,
.search-trigger:hover,
.size-button:hover,
.filter-pill:hover,
.search-clear:hover { transform: translateY(-1px); }
.button-reset {
  min-height: auto;
  padding: 0;
}
.text-link,
.button-reset,
.collection-link,
.hero-link { line-height: 1; }
.disabled-link { pointer-events: none; opacity: 0.5; }

.trust-section { padding-top: 0.4rem; display: none; }
.trust-section-live {
  display: block;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-grid article,
.product-card,
.spotlight-grid,
.review-card,
.newsletter-box,
.faq-list details,
.cart-drawer,
.blog-card,
.filters-shell,
.popup-panel {
  background: var(--bg-soft);
  border: 0;
  border-radius: var(--radius);
}
.trust-grid article {
  padding: 1rem 1.1rem;
  min-height: 130px;
  border-left: 0;
  border-top: 0;
}
.trust-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.trust-grid strong { font-size: 0.92rem; line-height: 1.15; }
.trust-grid p,
.product-body p,
.spotlight-copy p,
.review-card span,
.newsletter-box p,
.faq-list p,
.cart-items,
.empty-cart,
.cart-total-row span,
.blog-card p,
.popup-note,
.filter-label,
.cart-trust { color: var(--muted); margin: 0; }
.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--accent-soft);
}
.filter-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.simple-head { justify-content: flex-start; align-items: flex-start; }
.collection-head {
  align-items: flex-end;
  padding: 0 1.2rem;
}
.collection-head > div {
  max-width: 720px;
}
.collection-title {
  max-width: none;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  letter-spacing: -0.03em;
}
.collection-subcopy {
  margin: 0.42rem 0 0;
  max-width: 48ch;
  font-size: 0.74rem;
  line-height: 1.28;
  color: var(--muted);
}
.section-kicker-plain {
  margin: 0 0 0.3rem;
  line-height: 1;
}
.collection-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
  margin-left: auto;
}

.search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
}
.search-trigger {
  display: none;
}
.search-shell {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  width: 320px;
  padding: 0 0.9rem;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  border: 0;
  background: #f5f5f3;
  transform: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.search-wrap.is-open .search-shell,
.search-wrap:focus-within .search-shell,
.search-wrap.is-active .search-shell {
  width: 320px;
  padding: 0 0.9rem;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  box-shadow: none;
}
.search-wrap.is-open .search-trigger,
.search-wrap:focus-within .search-trigger {
  opacity: 0;
  pointer-events: none;
  transform: none;
}
.search-icon {
  color: var(--muted);
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.search-input {
  border: 0;
  background: transparent;
  color: var(--ink);
  min-width: 0;
  width: 100%;
  outline: none;
}
.search-input::-webkit-search-cancel-button { appearance: none; }
.search-input {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-input::placeholder { color: var(--muted); }
.search-clear {
  width: 1.4rem;
  height: 1.4rem;
  min-height: 1.4rem;
  padding: 0;
  background: transparent;
  color: var(--ink);
  flex: 0 0 auto;
}
.search-clear:hover { background: transparent; color: #111; }

.filters-shell {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 1.2rem;
  margin: 0 1.2rem 0.8rem;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.88);
}
.filter-group {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  flex-wrap: wrap;
}
.filter-pills {
  position: relative;
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 0;
  background: #f5f5f3;
}
.filter-pill-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: calc(100% - 0.5rem);
  background: #111;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), width 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
  z-index: 0;
  opacity: 0;
}
.filter-pill {
  position: relative;
  z-index: 1;
  min-height: 32px;
  padding: 0 0.72rem;
  border-color: transparent;
  background: transparent;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.filter-pill.active { color: #fff; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  margin: 0 1.2rem;
}
.product-grid > * {
  min-width: 0;
}
.product-editorial-card {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
  background: transparent;
  overflow: hidden;
}
.product-editorial-image {
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
  object-position: center center;
  background: #f3f3f1;
}
.search-empty-state {
  display: grid;
  place-items: center;
  min-height: 180px;
  margin: 0;
  padding: 1.5rem;
  grid-column: 1 / -1;
  background: var(--bg-soft);
  color: var(--muted);
  text-align: center;
}
.product-card {
  overflow: visible;
  position: relative;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  display: grid;
  grid-template-rows: auto 1fr;
  background: transparent;
  cursor: pointer;
  transition: transform 220ms ease, opacity 220ms ease;
}
.product-image-wrap {
  overflow: hidden;
}
.product-image-wrap .product-image {
  display: block;
  width: 100%;
}
.product-card-draft .product-image {
  filter: saturate(0.88) brightness(0.96);
}
.product-card-draft .size-button {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    transform: translateY(-4px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-image-wrap {
    position: relative;
    overflow: hidden;
  }
  .sizes {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0.85rem;
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, 10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
    justify-content: center;
    width: max-content;
    max-width: calc(100% - 1.7rem);
  }
  .product-card:hover .sizes,
  .product-card:focus-within .sizes {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
}
.product-badges {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0 0.58rem;
  background: #fff;
  color: #111;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-badge.subtle {
  background: rgba(255,255,255,0.92);
  color: #111;
}
.product-image,
.product-video {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  background: #f3f3f1;
  border-radius: 0;
  box-shadow: none;
  transform: scale(1.0);
  transform-origin: center center;
  transition: transform 260ms ease, filter 260ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-image,
  .product-card:hover .product-video {
    transform: scale(1.05);
    filter: contrast(1.02);
  }
}
.product-body {
  padding: 0.85rem 0 0;
  display: grid;
  gap: 0.5rem;
  align-content: start;
  grid-template-rows: auto auto minmax(5.4rem, auto) auto auto;
}
.product-body h3 {
  min-height: 1.65rem;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  letter-spacing: -0.035em;
}
.product-body > p:last-of-type {
  min-height: 5.4rem;
}
.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.1rem;
}
.product-price-from {
  margin: 0;
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}
.product-view-link {
  color: var(--ink);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.product-view-link:hover {
  opacity: 0.65;
}
.sizes {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: auto;
  min-height: 34px;
}
@media (hover: hover) and (pointer: fine) {
  .sizes .size-button {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
  }
}
.size-button {
  min-height: 34px;
  padding: 0 0.66rem;
  border: 0;
  background: #f1f1ef;
  color: var(--ink);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.size-button:hover { background: #111; color: #fff; }


.spotlight-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
}
.spotlight-copy {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spotlight-copy p {
  max-width: 58ch;
}
.spotlight-points {
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}
.spotlight-points li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
}
.spotlight-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--ink);
}
.spotlight-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 480px;
  background: #f4f4f4;
}
.spotlight-copy h2,
.reviews-section .section-head h2,
.journal-section .section-head h2,
.newsletter-section h2 {
  max-width: none;
}

.reviews-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.review-card,
.blog-card { padding: 1.15rem; min-height: 100%; }
.blog-card-link {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}
.blog-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f2f2f0;
}
.nav-journal-link {
  opacity: 0.74;
}
.reviews-section .section-head h2 {
  max-width: 18ch;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
}
.review-card {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}
.review-card p,
.review-card span,
.blog-card h3,
.blog-card p { margin: 0; }
.review-card blockquote {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.22;
  text-wrap: balance;
}
.blog-card {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}
.blog-tag {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.65rem;
  background: var(--accent-soft);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.faq-shell { max-width: 900px; }
.faq-list { display: grid; gap: 0.8rem; }
.faq-list details { padding: 1rem 1.15rem; background: #f5f5f3; }
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list details[open] {
  background: #f1efeb;
}
.faq-list details summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-list details summary::-webkit-details-marker { display: none; }
.faq-list details summary::after {
  content: "+";
  font-size: 1.1rem;
  font-weight: 300;
  transition: transform 220ms ease;
  flex-shrink: 0;
}
.faq-list details[open] summary::after {
  transform: rotate(45deg);
}
.faq-list .faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.faq-list details[open] .faq-body {
  grid-template-rows: 1fr;
}
.faq-list .faq-body-inner {
  min-height: 0;
  padding-top: 0.65rem;
}

.newsletter-box {
  padding: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}
.newsletter-section h2 {
  max-width: 18ch;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
}
.policies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.policy-card {
  background: var(--bg-soft);
  padding: 1.2rem;
  border-radius: var(--radius);
  min-height: 100%;
}
.policy-card h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  letter-spacing: -0.03em;
}
.policy-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.34;
}
.newsletter-form,
.popup-form {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.newsletter-form input,
.popup-form input {
  min-width: 280px;
  min-height: 48px;
  border-radius: 0;
  border: 0;
  padding: 0 1rem;
  background: #f5f5f3;
}

.cart-drawer {
  position: fixed;
  top: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  width: min(32vw, 480px);
  min-width: 360px;
  z-index: 220;
  display: none;
  flex-direction: column;
  padding: 0;
  background: #fbfaf7;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.12);
  overflow: auto;
}
.cart-drawer.open { display: flex; }
.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.12);
  z-index: 210;
}
.cart-header,
.cart-total-row,
.cart-line-top {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.cart-header {
  align-items: start;
  padding: 0.95rem 1rem 1rem;
}
.cart-header h3 {
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.cart-close,
.popup-close {
  min-height: auto;
  font-size: 1.65rem;
  line-height: 1;
  padding: 0;
}
.cart-shipping-banner {
  padding: 0.9rem 1rem 1rem;
  background: #f1ede5;
}
.cart-empty-note {
  margin: 0.4rem 0 0;
  font-size: 0.68rem;
  text-align: center;
  color: var(--muted);
}
.cart-shipping-copy {
  margin: 0 0 0.7rem;
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0;
}
.cart-progress {
  width: 100%;
  height: 4px;
  background: rgba(17, 17, 17, 0.08);
  overflow: hidden;
}
.cart-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: #111;
  transition: width 220ms ease;
}
.cart-items {
  padding: 1rem 1rem 0;
}
.cart-note-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.8rem 1rem 0;
}
.cart-note-bar span {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: 0 0.5rem;
  background: #f1efeb;
  color: var(--ink);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cart-line {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 0.8rem;
  padding: 0.8rem 0 1rem;
}
.cart-line-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f2f2f0;
}
.cart-line-main {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}
.cart-line-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cart-line-meta strong,
.cart-total-row strong { color: var(--ink); }
.cart-line-meta strong {
  font-size: 0.86rem;
  font-weight: 500;
}
.cart-line-meta span {
  color: var(--ink);
  font-size: 0.72rem;
}
.cart-line-remove {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.cart-line-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.cart-line-qty span {
  font-size: 0.75rem;
}
.cart-qty-button {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.cart-upsell {
  padding: 1rem 1rem 0;
}
.cart-upsell h4 {
  margin: 0 0 0.35rem;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.cart-upsell-copy {
  margin: 0 0 0.8rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--muted);
}
.cart-upsell-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.cart-upsell-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f2f2f0;
}
.cart-footer {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem 1rem 1rem;
}
.cart-total-row {
  font-size: 0.82rem;
}
.cart-pay-button {
  min-height: 44px;
  background: #111;
  color: #f6f3ed;
  border-color: #111;
}
.cart-continue-button,
.cart-clear-button {
  min-height: 36px;
  background: transparent;
}
.cart-trust {
  font-size: 0.72rem;
  line-height: 1.3;
  text-align: center;
}
.wallet-preview {
  display: grid;
  gap: 0.45rem;
}
.wallet-preview-label {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}
.wallet-preview-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.wallet-preview-row-buttons {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.55rem;
}
.wallet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: #111;
  padding: 0 0.85rem;
}
.wallet-logo {
  display: block;
  max-width: 100%;
  max-height: 19px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.wallet-logo-apple {
  max-height: 18px;
}
.wallet-logo-paypal {
  max-height: 19px;
}
.wallet-logo-gpay {
  max-height: 18px;
}
.checkout-panel {
  display: grid;
  gap: 0.8rem;
}
.checkout-wallets:empty,
.checkout-element:empty {
  display: none;
}
.checkout-wallets {
  min-height: 46px;
}
.checkout-divider {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}
.checkout-element {
  padding: 0.85rem;
  border: 1px solid rgba(11,11,11,0.08);
  background: #fff;
}
.checkout-confirm-button {
  min-height: 44px;
}
.checkout-status {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: center;
  color: var(--muted);
}
.checkout-status.is-error {
  color: #9b2c2c;
}
.checkout-status.is-success {
  color: #1f6b3b;
}

.site-legal-footer {
  border-top: 1px solid rgba(11,11,11,0.08);
  padding: 1rem 0 1.2rem;
  background: #f7f5f0;
}
.site-legal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.68rem;
  color: var(--muted);
}
.site-legal-inner p {
  margin: 0;
}
.site-legal-inner nav {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.site-legal-inner a {
  color: var(--muted);
}

.email-popup {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, 0.42);
  padding: 1rem;
}
.popup-panel {
  position: relative;
  width: min(560px, 100%);
  padding: 2rem;
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.popup-form { margin-top: 1.1rem; }
.popup-note {
  display: block;
  margin-top: 0.85rem;
}

@media (max-width: 1180px) {
  .trust-grid,
  .product-grid,
  .reviews-grid,
  .blog-grid,
  .spotlight-grid,
  .newsletter-box,
  .policies-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-editorial-card {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .product-editorial-image {
    min-height: 420px;
  }
}

@media (min-width: 961px) {
  .spotlight-copy h2,
  .reviews-section .section-head h2,
  .journal-section .section-head h2,
  .newsletter-section h2 {
    white-space: nowrap;
  }
}

@media (max-width: 960px) {
  .header-chrome {
    position: sticky;
    top: 0;
    padding: 0.7rem 0.7rem 0;
    margin-bottom: -4.2rem;
  }
  .topbar-track { grid-template-columns: 1fr; }
  .nav-shell {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "left brand right";
    align-items: center;
    padding: 0.55rem 0.75rem;
    gap: 0.75rem;
  }
  .nav-left,
  .nav-right {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.7rem;
  }
  .nav-left { grid-area: left; }
  .brand { grid-area: brand; }
  .nav-right { grid-area: right; }
  .nav-left a,
  .nav-right a,
  .nav-right button,
  .cart-trigger { font-size: 0.58rem; }
  .hero-section {
    height: auto;
    margin-bottom: 0;
  }
  .hero-frame {
    position: relative;
    top: auto;
    height: auto;
  }
  .hero-single { min-height: 480px; height: 480px; }
  .hero-overlay {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }
  .hero-overlay-wide { max-width: min(88vw, 560px); }
  .collection-entry-section { margin-top: -0.8rem; }
  .product-grid,
  .reviews-grid,
  .blog-grid,
  .spotlight-grid,
  .newsletter-box,
  .policies-grid { grid-template-columns: 1fr; }
  .newsletter-box { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 1rem)); }
  .header-chrome {
    position: sticky;
    top: 0;
    padding: 0.45rem 0.45rem 0;
    margin-bottom: -3.9rem;
  }
  .site-header {
    position: relative;
    top: auto;
  }
  .nav-shell {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "left brand right";
    padding: 0.5rem 0.7rem;
    gap: 0.5rem;
    align-items: center;
  }
  .nav-left,
  .nav-right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }
  .nav-left {
    justify-content: flex-start;
    min-width: 0;
  }
  .brand {
    justify-self: center;
  }
  .nav-right {
    justify-content: flex-end;
    gap: 0.6rem;
  }
  .nav-left a,
  .nav-right button,
  .cart-trigger {
    width: auto;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  .brand-wordmark { font-size: 0.56rem; letter-spacing: 0.1em; }
  .topbar-marquee { gap: 2rem; animation-duration: 28s; }
  .topbar-marquee span { font-size: 0.48rem; }
  .hero-section,
  .section { padding-bottom: 1.8rem; }
  .hero-section {
    height: auto;
    margin-bottom: 0;
  }
  .hero-frame { position: relative; top: auto; height: auto; }
  .hero-single { min-height: 400px; height: 400px; }
  .hero-single::after {
    background: linear-gradient(180deg, rgba(11,11,11,0.18) 0%, rgba(11,11,11,0.08) 34%, rgba(11,11,11,0.18) 70%, rgba(11,11,11,0.62) 100%);
  }
  .hero-overlay {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }
  .hero-overlay-wide { max-width: min(96vw, 440px); }
  h1 { font-size: clamp(1.42rem, 7vw, 2.05rem); max-width: 10ch; }
  h2 { font-size: clamp(1.05rem, 5vw, 1.45rem); max-width: none; }
  .hero-overlay h1 {
    white-space: nowrap;
    max-width: none;
    font-size: clamp(1.5rem, 6.2vw, 2.2rem);
  }
  .hero-overlay p {
    font-size: 0.54rem;
    max-width: 42ch;
    line-height: 1.18;
    white-space: nowrap;
  }
  .hero-proof {
    gap: 0.25rem;
    margin-top: 0.62rem;
  }
  .hero-proof span {
    font-size: 0.52rem;
    min-height: 1.4rem;
    padding: 0 0.42rem;
  }
  .hero-actions {
    gap: 0.55rem;
    margin-top: 0.7rem;
  }
  .button,
  .size-button,
  .filter-pill,
  .search-clear { min-height: 32px; }
  .collection-entry-section { margin-top: -0.75rem; }
  .collection-entry-panel {
    width: 100%;
    border-radius: 4px 4px 0 0;
    padding-top: 0.8rem;
  }
  .section-head,
  .collection-actions,
  .newsletter-form,
  .popup-form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
  .collection-head,
  .filters-shell {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .collection-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    justify-content: normal;
    gap: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .collection-head > div {
    width: auto;
    max-width: none;
    margin-right: 0;
  }
  .collection-actions {
    width: auto;
    max-width: none;
    margin-left: 0;
    justify-content: flex-end;
    justify-self: end;
    align-self: start;
    flex: 0 0 auto;
    padding-top: 0.1rem;
  }
  .search-wrap,
  .search-shell,
  .search-wrap.is-open .search-shell,
  .search-wrap.is-active .search-shell {
    width: auto;
    min-width: 0;
  }
  .search-wrap {
    min-width: 0;
    width: auto;
  }
  .search-shell,
  .search-wrap.is-open .search-shell {
    min-height: 38px;
    width: min(170px, 34vw);
    padding: 0 0.65rem;
  }
  .search-shell,
  .search-wrap.is-open .search-shell {
    position: static;
    transform: none;
    padding: 0 0.8rem;
    opacity: 1;
    pointer-events: auto;
  }
  .filters-shell {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    margin: 0 0 0.6rem;
    background: transparent;
    align-items: center;
  }
  .filters-shell::-webkit-scrollbar { display: none; }
  .filter-group {
    flex: 0 0 auto;
    flex-direction: row;
    gap: 0.2rem;
  }
  .filter-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.2rem;
    width: auto;
    padding: 0.2rem;
    background: #f0efec;
  }
  .filter-group:last-child .filter-pills {
    grid-template-columns: none;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .filter-pill {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
    min-width: 0;
    padding: 0 0.6rem;
    min-height: 28px;
    font-size: 0.6rem;
  }
  /* separador visual entre grupos */
  .filter-group + .filter-group::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: var(--line);
    align-self: center;
    margin-right: 0.3rem;
    flex: 0 0 auto;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .product-editorial-card {
    display: block;
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .product-editorial-image {
    min-height: 320px;
  }
  .product-image,
  .product-video {
    height: auto;
    aspect-ratio: 3 / 4;
    transform: scale(1.0);
  }
  .sizes {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0.7rem;
    z-index: 3;
    width: max-content;
    max-width: calc(100% - 1.4rem);
    gap: 0.35rem;
    opacity: 1 !important;
    transform: translateX(-50%) !important;
    pointer-events: auto !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-body {
    padding-top: 0.65rem;
    grid-template-rows: auto auto auto auto;
  }
  .product-body > p:last-of-type,
  .product-body h3 { min-height: 0; }
  .product-body > p:last-of-type {
    font-size: 0.68rem;
    line-height: 1.22;
  }
  .sizes .size-button {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
  }
  .sizes .size-button:hover,
  .sizes .size-button:focus,
  .sizes .size-button:active {
    background: #111;
    color: #fff;
  }
  .product-card:hover .sizes,
  .product-card:focus-within .sizes,
  .product-card:active .sizes {
    opacity: 1 !important;
    transform: translateX(-50%) !important;
    pointer-events: auto !important;
  }
  .newsletter-section h2 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(0.92rem, 3.9vw, 1.15rem);
  }
  .newsletter-form input,
  .popup-form input {
    min-width: 0;
    width: 100%;
  }
  .site-legal-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .site-legal-inner nav {
    justify-content: flex-end;
    text-align: right;
  }
  .cart-drawer {
    top: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    width: auto;
    min-width: 0;
    padding: 0;
    max-height: calc(100dvh - 1rem);
  }
  .cart-line {
    grid-template-columns: 104px 1fr;
    gap: 0.8rem;
  }
  .cart-upsell-grid {
    gap: 0.7rem;
  }
  .popup-panel { padding: 1.1rem; }
}

/* Pantallas muy anchas (>1480px) */
@media (min-width: 1480px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .product-editorial-image {
    min-height: 720px;
  }
  .collection-entry-panel {
    padding-top: 1.5rem;
  }
  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Focus visible */
:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
:focus:not(:focus-visible) {
  outline: none;
}
.button:focus-visible,
.size-button:focus-visible,
.filter-pill:focus-visible,
.cart-trigger:focus-visible,
.nav-left a:focus-visible,
.nav-right a:focus-visible,
.nav-right button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(11,11,11,0.08);
}

/* Discovery Sets */
.discovery-hero {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.discovery-hero-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.discovery-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 720px) {
  .discovery-hero-image {
    aspect-ratio: 4 / 3;
  }
  .discovery-product-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
