:root {
  --store-ink: #101110;
  --store-paper: #f4f4ef;
  --store-white: #ffffff;
  --store-soft: #e7e7df;
  --store-line: #c9c9c1;
  --store-muted: #62645f;
  --store-red: #a5221c;
  --store-green: #205238;
  --store-blue: #27547b;
  --store-yellow: #e3b846;
  --store-shadow: 0 20px 60px rgba(15, 17, 16, 0.18);
}

.storefront-body {
  margin: 0;
  color: var(--store-ink);
  background: var(--store-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.storefront-body.store-cart-open,
.storefront-body.store-filters-open {
  overflow: hidden;
}

.storefront-body :where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--store-blue);
  outline-offset: 3px;
}

.storefront-body h1,
.storefront-body h2,
.storefront-body h3,
.storefront-body p {
  margin-top: 0;
  letter-spacing: 0;
}

.storefront-body h1,
.storefront-body h2,
.storefront-body h3 {
  color: inherit;
  text-transform: uppercase;
}

.storefront-body h1 {
  max-width: none;
  font-size: 5.5rem;
  line-height: 0.88;
}

.storefront-body h2 {
  font-size: 3rem;
  line-height: 0.94;
}

.storefront-body h3 {
  font-size: 1rem;
  line-height: 1.12;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: 0.75rem 1rem;
  background: var(--store-white);
  color: var(--store-ink);
  border: 2px solid var(--store-ink);
}

.skip-link:focus {
  top: 1rem;
}

.store-notice {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 0.3rem 1rem;
  background: var(--store-ink);
  color: var(--store-white);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.store-notice a {
  color: var(--store-yellow);
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.65rem max(1rem, calc((100vw - 1480px) / 2));
  border-bottom: 1px solid var(--store-line);
  background: rgba(244, 244, 239, 0.96);
  backdrop-filter: blur(16px);
}

.store-brand {
  display: inline-flex;
  width: 172px;
  align-items: center;
}

.store-brand img,
.footer-brand img {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}

.store-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  min-width: 0;
}

.store-nav a,
.header-back,
.header-search-button,
.header-menu-button {
  border: 0;
  background: transparent;
  color: var(--store-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 900;
  white-space: nowrap;
}

.store-nav a:hover,
.store-nav a:focus-visible,
.header-back:hover,
.header-search-button:hover {
  color: var(--store-red);
}

.store-header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
}

.header-cart-button {
  min-height: 42px;
  padding: 0 0.8rem;
  border: 1px solid var(--store-ink);
  border-radius: 4px;
  background: var(--store-ink);
  color: var(--store-white);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.header-cart-button span,
.filter-toggle span {
  display: inline-grid;
  min-width: 1.45rem;
  min-height: 1.45rem;
  place-items: center;
  margin-left: 0.25rem;
  background: var(--store-red);
  color: var(--store-white);
  border-radius: 50%;
}

.header-menu-button {
  display: none;
}

.header-back-compact {
  display: none;
}

.header-search {
  position: absolute;
  inset: 100% 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem max(1rem, calc((100vw - 1480px) / 2));
  border-bottom: 1px solid var(--store-line);
  background: var(--store-white);
  box-shadow: 0 18px 35px rgba(16, 17, 16, 0.12);
}

.header-search[hidden],
.mobile-menu[hidden] {
  display: none;
}

.header-search label {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.header-search input {
  width: 100%;
  min-height: 44px;
  padding: 0 0.8rem;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-paper);
}

.header-search button {
  min-height: 42px;
  padding: 0 0.9rem;
  border: 1px solid var(--store-ink);
  border-radius: 4px;
  background: var(--store-ink);
  color: var(--store-white);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.header-search button:last-child {
  background: transparent;
  color: var(--store-ink);
}

.store-hero {
  position: relative;
  min-height: 520px;
  height: 610px;
  max-height: calc(100svh - 104px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--store-ink);
}

.store-hero-image,
.store-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.store-hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.05);
}

.store-hero-shade {
  background: rgba(8, 9, 8, 0.44);
}

.store-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 2rem));
  padding: 0 0 4.5rem max(1rem, calc((100vw - 1480px) / 2));
  color: var(--store-white);
}

.store-kicker {
  margin-bottom: 0.55rem;
  color: var(--store-red);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-hero-copy .store-kicker {
  color: var(--store-yellow);
}

.store-hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
}

.store-hero-copy > p:not(.store-kicker) {
  max-width: 37rem;
  margin-bottom: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.store-hero-actions,
.quick-view-actions,
.purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.store-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--store-ink);
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 900;
}

.store-button.light {
  border-color: var(--store-white);
  background: var(--store-white);
  color: var(--store-ink);
}

.store-button.ghost {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(16, 17, 16, 0.16);
  color: var(--store-white);
}

.store-button.dark {
  background: var(--store-ink);
  color: var(--store-white);
}

.store-button.outline {
  background: transparent;
  color: var(--store-ink);
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-1px);
}

.store-button:disabled,
.store-button.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.hero-next {
  position: absolute;
  right: max(1rem, calc((100vw - 1480px) / 2));
  bottom: 1.5rem;
  z-index: 2;
  color: var(--store-white);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-band {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid var(--store-line);
  background: var(--store-white);
}

.category-band a {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  border-right: 1px solid var(--store-line);
  color: var(--store-ink);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-band a:last-child {
  border-right: 0;
}

.category-band a:hover {
  background: var(--store-green);
  color: var(--store-white);
}

.category-band span {
  color: var(--store-red);
  font-size: 0.67rem;
}

.store-shop,
.product-rail-section,
.sold-story,
.brand-story,
.product-breadcrumbs,
.product-detail-shell,
.product-information {
  width: min(1480px, calc(100% - 2rem));
  margin-inline: auto;
}

.store-shop {
  padding: 4.5rem 0 5.5rem;
  scroll-margin-top: 74px;
}

.store-shop-heading,
.rail-heading,
.sold-story-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--store-line);
}

.store-shop-heading h2,
.rail-heading h2,
.sold-story-heading h2 {
  margin-bottom: 0;
}

.results-summary {
  margin: 0.65rem 0 0;
  color: var(--store-muted);
  font-size: 0.86rem;
}

.shop-command-bar {
  display: flex;
  align-items: end;
  gap: 0.65rem;
}

.filter-toggle {
  display: none;
  min-height: 44px;
  padding: 0 0.8rem;
  border: 1px solid var(--store-ink);
  border-radius: 4px;
  background: transparent;
  color: var(--store-ink);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sort-control {
  display: grid;
  gap: 0.25rem;
  color: var(--store-muted);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sort-control select {
  min-width: 190px;
  min-height: 44px;
  padding: 0 2rem 0 0.75rem;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-white);
  color: var(--store-ink);
}

.active-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--store-line);
}

.active-filter-row[hidden] {
  display: none;
}

.active-filter-row button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-white);
  color: var(--store-ink);
  font-size: 0.72rem;
}

.active-filter-row b {
  font-size: 1rem;
}

.shop-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.5rem;
  padding-top: 1.5rem;
}

.store-filters {
  align-self: start;
  position: sticky;
  top: 92px;
  max-height: calc(100svh - 112px);
  overflow-y: auto;
  padding-right: 0.45rem;
  scrollbar-width: thin;
}

.filter-heading {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--store-line);
  background: var(--store-offwhite);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.filter-heading-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.filter-heading button,
.text-command,
.close-command,
.cart-item-price button {
  border: 0;
  background: transparent;
  color: var(--store-muted);
  text-decoration: underline;
  font-size: 0.72rem;
  font-weight: 800;
}

.filter-heading button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.filter-heading [data-filter-close] {
  display: none;
}

.filter-updating {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0;
  color: var(--store-red);
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-updating[hidden] {
  display: none;
}

.filter-updating span {
  width: 13px;
  height: 13px;
  border: 2px solid color-mix(in srgb, var(--store-red) 25%, transparent);
  border-top-color: var(--store-red);
  border-radius: 50%;
  animation: filter-spin 650ms linear infinite;
}

.filter-search {
  display: grid;
  gap: 0.3rem;
  padding: 0.65rem 0;
  color: var(--store-muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-search input,
.price-filter input {
  width: 100%;
  min-height: 38px;
  padding: 0 0.65rem;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-white);
  color: var(--store-ink);
}

.store-filters details {
  border-top: 1px solid var(--store-line);
}

.store-filters details:last-of-type {
  border-bottom: 1px solid var(--store-line);
}

.store-filters summary {
  min-height: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 14px;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-filters summary::-webkit-details-marker { display: none; }
.store-filters summary::after { content: "+"; color: var(--store-muted); font-size: 1rem; font-weight: 500; }
.store-filters details[open] > summary::after { content: "-"; }
.store-filters summary small { overflow: hidden; color: var(--store-red); font-size: 0.61rem; text-overflow: ellipsis; white-space: nowrap; }
.store-filters details.is-disabled > summary { color: #9a9d97; cursor: not-allowed; }
.store-filters details.is-disabled > summary::after { content: ""; }

.filter-options {
  display: grid;
  gap: 0.05rem;
  padding: 0 0 0.65rem;
}

.filter-options label {
  min-height: 30px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  color: var(--store-muted);
  font-size: 0.74rem;
}

.filter-options input {
  width: 16px;
  height: 16px;
  accent-color: var(--store-red);
}

.filter-options small {
  color: var(--store-muted);
}

.filter-unavailable {
  padding: 0.4rem 0;
  color: var(--store-muted);
  font-size: 0.75rem;
}

.price-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding-bottom: 0.7rem;
}

.price-filter label {
  display: grid;
  gap: 0.3rem;
  color: var(--store-muted);
  font-size: 0.67rem;
  font-weight: 800;
}

.filter-view-results {
  display: none;
}

.product-results {
  position: relative;
  min-width: 0;
}

.product-results.is-updating .store-product-grid {
  opacity: 0.48;
  transition: opacity 120ms ease;
  pointer-events: none;
}

@keyframes filter-spin { to { transform: rotate(360deg); } }

.store-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem 0.8rem;
}

.store-product-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.store-product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-soft);
}

.store-product-media > a,
.store-product-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.store-product-media img {
  object-fit: cover;
  transition: transform 180ms ease;
}

.store-product-card:hover .store-product-media img {
  transform: scale(1.018);
}

.availability-badge,
.detail-availability {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.25rem 0.45rem;
  border-radius: 3px;
  background: var(--store-green);
  color: var(--store-white);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.availability-badge {
  position: absolute;
  left: 0.55rem;
  top: 0.55rem;
  z-index: 2;
}

.availability-badge.reserved,
.detail-availability.reserved {
  background: var(--store-blue);
}

.availability-badge.sold,
.detail-availability.sold {
  background: var(--store-ink);
}

.card-quick {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  min-height: 34px;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background: rgba(16, 17, 16, 0.86);
  color: var(--store-white);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-product-info {
  display: grid;
  gap: 0.55rem;
}

.product-card-heading {
  min-height: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.65rem;
}

.product-card-heading p,
.rail-product-card > div > p {
  margin-bottom: 0.25rem;
  color: var(--store-muted);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card-heading h3 {
  margin: 0;
  overflow-wrap: anywhere;
}

.product-card-heading a,
.rail-product-card h3 a,
.store-cart-item a {
  color: inherit;
  text-decoration: none;
}

.store-price {
  display: grid;
  justify-items: end;
  white-space: nowrap;
  font-size: 0.86rem;
}

.store-compare {
  color: var(--store-muted);
  text-decoration: line-through;
  font-size: 0.7rem;
}

.product-card-details {
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  margin: 0;
  color: var(--store-muted);
  font-size: 0.76rem;
}

.product-card-details span:first-child {
  color: var(--store-ink);
  font-weight: 900;
}

.card-add {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--store-ink);
  border-radius: 4px;
  background: var(--store-ink);
  color: var(--store-white);
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-add.secondary {
  background: transparent;
  color: var(--store-ink);
}

@media (min-width: 821px) {
  .store-product-grid .store-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .store-product-grid .store-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .store-product-grid .card-add {
    margin-top: auto;
  }
}

.product-skeleton {
  display: grid;
  gap: 0.65rem;
}

.product-skeleton span {
  display: block;
  min-height: 18px;
  background: #deded7;
  animation: store-pulse 1.4s ease-in-out infinite alternate;
}

.product-skeleton span:first-child {
  min-height: 360px;
  aspect-ratio: 4 / 5;
}

.product-skeleton span:nth-child(2) { width: 82%; }
.product-skeleton span:nth-child(3) { width: 55%; }

@keyframes store-pulse {
  to { opacity: 0.45; }
}

.results-empty {
  min-height: 360px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  border: 1px dashed var(--store-line);
  background: var(--store-white);
}

.results-empty[hidden] { display: none; }
.results-empty h3 { font-size: 1.4rem; }
.results-empty p { color: var(--store-muted); }

.load-more-row {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  padding-top: 2.5rem;
  color: var(--store-muted);
  font-size: 0.72rem;
}

.load-more-row[hidden] { display: none; }

.product-rail-section,
.sold-story {
  padding: 4rem 0;
  border-top: 1px solid var(--store-line);
}

.product-rail-section[hidden] { display: none; }

.rail-heading a,
.sold-story-heading > a {
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-rail,
.sold-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 280px);
  gap: 0.8rem;
  overflow-x: auto;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  scroll-snap-type: x proximity;
}

.product-rail > *,
.sold-rail > * {
  scroll-snap-align: start;
}

.product-rail .store-product-card,
.sold-rail .store-product-card {
  width: 100%;
}

.sold-story-heading > p {
  max-width: 34rem;
  margin: 0;
  color: var(--store-muted);
}

.rail-empty {
  padding: 1.5rem 0;
  color: var(--store-muted);
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 590px;
  margin-bottom: 5rem;
  background: var(--store-green);
  color: var(--store-white);
}

.brand-story-media,
.brand-story-media img {
  width: 100%;
  height: 100%;
}

.brand-story-media img {
  display: block;
  object-fit: cover;
}

.brand-story-copy {
  display: grid;
  align-content: center;
  padding: 4rem;
}

.brand-story-copy .store-kicker {
  color: var(--store-yellow);
}

.brand-story-copy h2 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
}

.brand-story-copy > p:not(.store-kicker) {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.82);
}

.brand-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.brand-principles div {
  display: grid;
  gap: 0.35rem;
}

.brand-principles strong {
  text-transform: uppercase;
}

.brand-principles span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.store-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(8, 9, 8, 0.56);
}

.store-overlay[hidden] { display: none; }

.store-cart {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 100;
  width: min(480px, 100vw);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  padding: 1.25rem;
  border-left: 1px solid var(--store-line);
  background: var(--store-white);
  box-shadow: var(--store-shadow);
  transform: translateX(105%);
  transition: transform 180ms ease;
}

.store-cart.is-open { transform: translateX(0); }

.cart-panel-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--store-line);
}

.cart-panel-heading h2 {
  margin: 0;
  font-size: 2rem;
}

.close-command {
  min-height: 36px;
  padding: 0.4rem;
}

.cart-validation-message {
  min-height: 31px;
  margin: 0;
  padding: 0.6rem 0;
  color: var(--store-muted);
  font-size: 0.74rem;
}

.store-cart-items {
  overflow-y: auto;
}

.store-cart-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--store-line);
}

.store-cart-item img {
  width: 84px;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border: 1px solid var(--store-line);
  border-radius: 3px;
}

.cart-item-copy h3 {
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
}

.cart-item-copy p {
  margin-bottom: 0.55rem;
  color: var(--store-muted);
  font-size: 0.72rem;
}

.quantity-control {
  width: 108px;
  height: 36px;
  display: grid;
  grid-template-columns: 36px 36px 36px;
  border: 1px solid var(--store-line);
  border-radius: 3px;
}

.quantity-control button,
.quantity-control span {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.quantity-control button:disabled { opacity: 0.3; }

.cart-item-price {
  display: grid;
  align-content: space-between;
  justify-items: end;
  white-space: nowrap;
  font-size: 0.8rem;
}

.store-cart-summary {
  display: grid;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--store-line);
}

.store-cart-summary[hidden] { display: none; }

.store-cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.store-cart-summary > p {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.72rem;
}

.cart-checkout { width: 100%; }

.store-cart-empty {
  align-self: center;
  display: grid;
  justify-items: center;
  padding: 2rem;
  text-align: center;
}

.store-cart-empty[hidden] { display: none; }
.store-cart-empty p { color: var(--store-muted); }

.quick-view,
.image-viewer {
  width: min(980px, calc(100% - 2rem));
  max-height: calc(100svh - 2rem);
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--store-white);
  color: var(--store-ink);
  box-shadow: var(--store-shadow);
}

.quick-view::backdrop,
.image-viewer::backdrop {
  background: rgba(8, 9, 8, 0.7);
}

.quick-view-close,
.image-viewer > .close-command {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  padding: 0.4rem 0.55rem;
  background: var(--store-white);
  color: var(--store-ink);
  border: 1px solid var(--store-line);
  border-radius: 3px;
  text-decoration: none;
}

.quick-view-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.quick-view-media { min-height: 620px; background: var(--store-soft); }
.quick-view-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.quick-view-copy { display: grid; align-content: center; padding: 3rem; }
.quick-view-copy h2 { margin-bottom: 0.7rem; font-size: 2.4rem; }
.quick-view-copy > p { color: var(--store-muted); }
.quick-view-price { margin-bottom: 1rem; font-size: 1.4rem; font-weight: 900; }
.quick-view-copy dl { display: grid; border-top: 1px solid var(--store-line); }
.quick-view-copy dl div { display: grid; grid-template-columns: 90px 1fr; padding: 0.65rem 0; border-bottom: 1px solid var(--store-line); }
.quick-view-copy dt { color: var(--store-muted); font-size: 0.7rem; text-transform: uppercase; }
.quick-view-copy dd { margin: 0; font-size: 0.82rem; }

.store-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 150;
  max-width: min(420px, calc(100% - 2rem));
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background: var(--store-ink);
  color: var(--store-white);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 1rem);
  transition: 160ms ease;
  font-size: 0.8rem;
}

.store-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.store-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.6fr));
  gap: 2rem;
  padding: 3.5rem max(1rem, calc((100vw - 1480px) / 2));
  border-top: 1px solid #2d2f2d;
  background: var(--store-ink);
  color: var(--store-white);
}

.footer-brand { max-width: 260px; }
.footer-brand img {
  padding: 0;
  background: var(--store-ink);
  filter: invert(1);
  mix-blend-mode: normal;
}
.footer-brand p { margin: 0.8rem 0 0; color: rgba(255, 255, 255, 0.65); font-size: 0.82rem; }
.store-footer nav,
.footer-staff { display: grid; align-content: start; gap: 0.55rem; }
.store-footer strong { margin-bottom: 0.3rem; color: var(--store-yellow); font-size: 0.72rem; text-transform: uppercase; }
.store-footer a { color: rgba(255, 255, 255, 0.76); text-decoration: none; font-size: 0.8rem; }
.store-footer a:hover { color: var(--store-white); text-decoration: underline; }

/* Product detail */
.product-header {
  grid-template-columns: auto 172px minmax(0, 1fr) auto;
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 1rem 0;
  color: var(--store-muted);
  font-size: 0.72rem;
}

.product-breadcrumbs a { color: inherit; }

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 5rem;
}

.product-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.75rem;
}

.product-gallery:has(.product-main-image:first-child) {
  grid-template-columns: minmax(0, 1fr);
}

.product-thumbnails {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.product-thumbnails button {
  width: 88px;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 3px;
  background: var(--store-soft);
}

.product-thumbnails button.is-active {
  outline: 2px solid var(--store-ink);
  outline-offset: 2px;
}

.product-thumbnails img,
.product-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-main-image {
  position: relative;
  width: 100%;
  min-height: 650px;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-soft);
}

.product-main-image span {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  padding: 0.35rem 0.5rem;
  border-radius: 3px;
  background: rgba(16, 17, 16, 0.82);
  color: var(--store-white);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-purchase-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1.25rem;
}

.product-title-block {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--store-line);
}

.product-title-block > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-title-block h1 {
  margin: 0.7rem 0 0.9rem;
  font-size: 3.4rem;
  overflow-wrap: anywhere;
}

.detail-price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 1rem;
  font-size: 1.45rem;
}

.detail-price > span { color: var(--store-muted); text-decoration: line-through; font-size: 0.9rem; }
.product-title-block > p { margin: 0; color: var(--store-muted); }
.purchase-actions .store-button { flex: 1; }
.purchase-unavailable { margin: -0.65rem 0 0; color: var(--store-red); font-size: 0.78rem; }

.product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid var(--store-line);
}

.product-specs div {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem 0.5rem 0.75rem 0;
  border-bottom: 1px solid var(--store-line);
}

.product-specs dt,
.product-sku {
  color: var(--store-muted);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-specs dd { margin: 0; overflow-wrap: anywhere; font-size: 0.82rem; }

.purchase-notice {
  padding: 1rem;
  border-left: 4px solid var(--store-red);
  background: var(--store-white);
}

.purchase-notice strong { text-transform: uppercase; font-size: 0.78rem; }
.purchase-notice p { margin: 0.35rem 0 0; color: var(--store-muted); font-size: 0.78rem; }

.product-accordions { border-top: 1px solid var(--store-line); }
.product-accordions details { border-bottom: 1px solid var(--store-line); }
.product-accordions summary { min-height: 46px; display: flex; align-items: center; cursor: pointer; font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.product-accordions p { padding: 0 0 0.9rem; margin: 0; color: var(--store-muted); font-size: 0.82rem; }
.product-sku { margin: 0; }

.product-information {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 3rem;
  padding: 4rem 0;
  border-top: 1px solid var(--store-line);
}

.product-information[hidden] { display: none; }
.product-information h2 { max-width: 10ch; margin-bottom: 0; }
.product-information-copy > p { color: var(--store-muted); font-size: 1rem; }

.product-detail-notice {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--store-line);
  background: var(--store-white);
}

.product-detail-notice strong { text-transform: uppercase; font-size: 0.8rem; }
.product-detail-notice span { color: var(--store-muted); font-size: 0.8rem; }

.rail-product-card { min-width: 0; scroll-snap-align: start; }
.rail-product-image { position: relative; aspect-ratio: 4 / 5; display: block; overflow: hidden; border: 1px solid var(--store-line); border-radius: 4px; background: var(--store-soft); }
.rail-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.rail-product-card > div { padding-top: 0.65rem; }
.rail-product-card h3 { margin-bottom: 0.35rem; }
.rail-product-card strong { font-size: 0.82rem; }

.image-viewer {
  width: min(1100px, calc(100% - 2rem));
  height: calc(100svh - 2rem);
  background: #0b0c0b;
  color: var(--store-white);
}

.image-viewer img {
  width: 100%;
  height: calc(100% - 50px);
  display: block;
  object-fit: contain;
}

.image-viewer p {
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0.5rem 4rem;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 0.76rem;
}

.mobile-purchase-bar { display: none; }

.detail-skeleton { min-height: 650px; background: #deded7; animation: store-pulse 1.4s ease-in-out infinite alternate; }
.detail-skeleton.text { min-height: 26px; width: 50%; }
.detail-skeleton.text.wide { min-height: 54px; width: 90%; }
.detail-skeleton.block { min-height: 300px; width: 100%; }
.product-not-found { grid-column: 1 / -1; min-height: 520px; display: grid; place-content: center; justify-items: start; }
.product-not-found h1 { max-width: 12ch; font-size: 3.4rem; }

@media (max-width: 1240px) {
  .store-nav { gap: 0.85rem; }
  .store-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-main-image { min-height: 560px; }
}

@media (max-width: 980px) {
  .store-header { grid-template-columns: 150px minmax(0, 1fr) auto; }
  .store-brand { width: 150px; }
  .store-nav a:nth-child(4),
  .store-nav a:nth-child(5) { display: none; }
  .shop-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 1.25rem; }
  .store-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-story-copy { padding: 2.5rem; }
  .brand-principles { grid-template-columns: 1fr; }
  .product-header { grid-template-columns: auto 150px minmax(0, 1fr) auto; }
  .product-detail-shell { grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr); gap: 1.25rem; }
  .product-gallery { grid-template-columns: 70px minmax(0, 1fr); }
  .product-thumbnails button { width: 70px; }
  .product-title-block h1 { font-size: 2.8rem; }
}

@media (max-width: 860px) {
  .store-notice { justify-content: space-between; gap: 0.5rem; font-size: 0.62rem; }
  .store-notice span:nth-child(2) { display: none; }
  .store-header,
  .product-header { min-height: 62px; grid-template-columns: auto 132px 1fr; gap: 0.6rem; padding: 0.45rem 0.75rem; }
  .store-brand { width: 132px; }
  .header-menu-button { display: block; justify-self: start; min-height: 40px; }
  .header-back { min-height: 40px; display: inline-flex; align-items: center; }
  .store-nav { display: none; }
  .store-header-actions { grid-column: 3; justify-self: end; }
  .header-search-button { min-height: 40px; display: inline-flex; align-items: center; }
  .header-cart-button { min-height: 40px; padding-inline: 0.55rem; }
  .header-search { grid-template-columns: 1fr auto; padding: 0.75rem; }
  .header-search label { grid-column: 1 / -1; }
  .header-search input { grid-column: 1; }
  .header-search button { grid-column: 2; grid-row: 2; }
  .header-search button:last-child { grid-column: 1 / -1; grid-row: 3; }
  .mobile-menu {
    position: absolute;
    inset: 100% 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.75rem;
    border-bottom: 1px solid var(--store-line);
    background: var(--store-white);
    box-shadow: 0 18px 35px rgba(16, 17, 16, 0.12);
  }
  .mobile-menu a,
  .mobile-search-command { min-height: 48px; display: flex; align-items: center; padding: 0.5rem; border: 0; border-bottom: 1px solid var(--store-line); background: transparent; color: inherit; text-decoration: none; text-align: left; font: inherit; font-size: 0.76rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }
  .store-hero { min-height: 500px; height: 520px; max-height: none; }
  .store-hero-image { object-position: 58% center; }
  .store-hero-copy { padding: 0 1rem 3.7rem; }
  .store-hero-copy h1 { max-width: 9ch; font-size: 4.2rem; }
  .hero-next { right: 1rem; bottom: 1rem; }
  .category-band { grid-auto-flow: column; grid-auto-columns: minmax(145px, 1fr); grid-template-columns: none; overflow-x: auto; }
  .category-band a { min-height: 58px; }
  .store-shop { padding-top: 3rem; }
  .store-shop-heading { align-items: start; }
  .store-shop-heading h2 { font-size: 2.4rem; }
  .shop-command-bar { align-items: end; }
  .filter-toggle { display: block; }
  .shop-layout { grid-template-columns: minmax(0, 1fr); }
  .store-filters {
    align-self: stretch;
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 110;
    width: min(360px, calc(100vw - 36px));
    max-height: none;
    padding: 0 1rem;
    background: var(--store-white);
    box-shadow: var(--store-shadow);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }
  .store-filters-open .store-filters { transform: translateX(0); }
  .store-filters-open::after { content: ""; position: fixed; inset: 0; z-index: 105; background: rgba(8, 9, 8, 0.56); }
  .filter-heading { padding: 0.85rem 0; background: var(--store-white); }
  .filter-heading [data-filter-close] { display: block; }
  .filter-updating { position: sticky; top: 51px; z-index: 2; background: var(--store-white); }
  .filter-view-results {
    position: sticky;
    bottom: 0;
    z-index: 4;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: 0;
    border-top: 1px solid var(--store-line);
    background: var(--store-ink);
    color: var(--store-white);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  .brand-story { grid-template-columns: 1fr; }
  .brand-story-media { min-height: 430px; }
  .brand-story-copy { padding: 2.5rem 1.5rem; }
  .brand-principles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .store-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .quick-view-layout { grid-template-columns: 1fr; }
  .quick-view { overflow-y: auto; }
  .quick-view-media { min-height: 420px; max-height: 60svh; }
  .quick-view-copy { padding: 2rem 1.25rem; }
  .product-detail-shell { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-purchase-panel { position: static; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-thumbnails { grid-row: 2; grid-auto-flow: column; grid-auto-columns: 70px; overflow-x: auto; }
  .product-main-image { min-height: 0; }
  .product-information { grid-template-columns: 1fr; gap: 1.5rem; }
  .mobile-purchase-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem max(0.65rem, env(safe-area-inset-bottom));
    border-top: 1px solid var(--store-line);
    background: var(--store-white);
    box-shadow: 0 -10px 28px rgba(16, 17, 16, 0.12);
  }
  .mobile-purchase-bar[hidden] { display: none; }
  .mobile-purchase-bar > div { min-width: 0; display: grid; }
  .mobile-purchase-bar span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
  .mobile-purchase-bar strong { font-size: 0.8rem; }
  .product-page-body { padding-bottom: 74px; }
}

@media (max-width: 620px) {
  .storefront-body h2 { font-size: 2.25rem; }
  .store-notice { min-height: 28px; }
  .store-header,
  .product-header { grid-template-columns: 64px minmax(112px, 132px) minmax(0, 1fr); }
  .header-menu-button,
  .header-back { font-size: 0.65rem; }
  .header-back-wide { display: none; }
  .header-back-compact { display: inline; }
  .header-search-button { display: none; }
  .header-cart-button { font-size: 0.68rem; }
  .store-hero-copy h1 { font-size: 3.35rem; }
  .store-hero-copy > p:not(.store-kicker) { max-width: 24rem; font-size: 0.92rem; }
  .store-hero-actions .store-button { min-width: 0; flex: 1; padding-inline: 0.55rem; font-size: 0.67rem; }
  .store-shop,
  .product-rail-section,
  .sold-story,
  .brand-story,
  .product-breadcrumbs,
  .product-detail-shell,
  .product-information { width: min(100% - 1rem, 1480px); }
  .store-shop-heading { display: grid; }
  .shop-command-bar { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-toggle { width: 100%; }
  .sort-control select { min-width: 0; width: 100%; }
  .store-product-grid { gap: 1.25rem 0.5rem; }
  .product-card-heading { min-height: 74px; grid-template-columns: 1fr; gap: 0.35rem; }
  .store-price { justify-items: start; grid-auto-flow: column; justify-content: start; gap: 0.4rem; }
  .product-card-details { min-height: 54px; display: grid; align-content: start; gap: 0.15rem; }
  .card-quick { min-height: 32px; font-size: 0.62rem; }
  .card-add { min-height: 42px; }
  .product-skeleton span:first-child { min-height: 240px; }
  .sold-story-heading { display: grid; align-items: start; }
  .product-rail,
  .sold-rail { grid-auto-columns: minmax(180px, 44vw); }
  .brand-story { width: 100%; margin-bottom: 0; }
  .brand-story-media { min-height: 340px; }
  .brand-principles { grid-template-columns: 1fr; }
  .store-cart { padding: 0.9rem; }
  .store-cart-item { grid-template-columns: 72px minmax(0, 1fr); }
  .store-cart-item img { width: 72px; }
  .cart-item-price { grid-column: 2; grid-row: 2; display: flex; justify-content: space-between; justify-items: normal; }
  .store-footer { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; padding: 2.5rem 1rem; }
  .store-footer .footer-staff { grid-column: 1 / -1; }
  .product-title-block h1 { font-size: 2.5rem; }
  .product-specs { grid-template-columns: 1fr; }
  .product-information { padding: 3rem 0; }
  .quick-view-copy h2 { font-size: 2rem; }
}

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

@media (pointer: coarse) {
  .active-filter-row button,
  .filter-options label,
  .filter-heading button,
  .close-command,
  .cart-item-price button,
  .quantity-control button,
  .card-quick,
  .card-add,
  .text-command {
    min-height: 44px;
    min-width: 44px;
  }
}

/* Phase 10 checkout */
.modern-checkout-body {
  min-height: 100svh;
  background: #eeeeea;
}

.checkout-store-header {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem max(1rem, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid var(--store-line);
  background: var(--store-white);
}

.checkout-store-header > a:first-child,
.checkout-store-header > span {
  color: var(--store-muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-store-header > span {
  justify-self: end;
  color: var(--store-green);
}

.checkout-store-header .store-brand {
  width: 180px;
}

.checkout-progress {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-bottom: 1px solid var(--store-line);
  background: var(--store-paper);
}

.checkout-progress span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--store-muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-progress b {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--store-line);
  border-radius: 50%;
  background: var(--store-white);
}

.checkout-progress .is-complete,
.checkout-progress .is-current {
  color: var(--store-ink);
}

.checkout-progress .is-complete b {
  border-color: var(--store-green);
  background: var(--store-green);
  color: var(--store-white);
}

.checkout-progress .is-current b {
  border-color: var(--store-red);
}

.modern-checkout-shell {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.5rem 0 5rem;
}

.checkout-page-heading {
  padding-bottom: 2rem;
}

.checkout-page-heading h1 {
  margin-bottom: 0.7rem;
  font-size: 4rem;
}

.checkout-page-heading > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: var(--store-muted);
}

.modern-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 1.5rem;
  align-items: start;
}

.modern-checkout-form,
.modern-order-summary,
.checkout-complete-panel {
  background: var(--store-white);
  border: 1px solid var(--store-line);
  border-radius: 4px;
}

.modern-checkout-form {
  padding: 1.5rem;
}

.checkout-form-section {
  padding: 0 0 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid var(--store-line);
}

.checkout-section-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.checkout-section-heading > span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: var(--store-ink);
  color: var(--store-white);
  font-size: 0.68rem;
  font-weight: 900;
}

.checkout-section-heading h2 {
  margin-bottom: 0.2rem;
  font-size: 1.45rem;
}

.checkout-section-heading p {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.78rem;
}

.modern-checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.modern-checkout-fields label {
  min-width: 0;
  display: grid;
  gap: 0.35rem;
  color: var(--store-ink);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modern-checkout-fields label > span {
  color: var(--store-muted);
  font-size: 0.62rem;
  font-weight: 700;
}

.modern-checkout-fields label.full {
  grid-column: 1 / -1;
}

.modern-checkout-fields input {
  width: 100%;
  min-height: 48px;
  padding: 0 0.75rem;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-paper);
  color: var(--store-ink);
  text-transform: none;
}

.modern-checkout-fields input:focus {
  outline: 2px solid var(--store-blue);
  outline-offset: 1px;
}

.modern-checkout-fields input:disabled {
  color: var(--store-muted);
  background: #e5e5df;
}

.payment-handoff {
  margin-bottom: 1rem;
}

.payment-handoff-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid var(--store-line);
  border-left: 4px solid var(--store-green);
  background: var(--store-paper);
  font-size: 0.78rem;
}

.payment-handoff-row span {
  color: var(--store-red);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-status-message,
.summary-validation {
  min-height: 34px;
  margin: 0;
  padding: 0.55rem 0;
  color: var(--store-muted);
  font-size: 0.76rem;
}

.checkout-status-message[data-tone="error"],
.summary-validation[data-tone="error"] {
  color: var(--store-red);
}

.summary-validation[data-tone="success"] {
  color: var(--store-green);
}

.manual-stripe-link a {
  color: var(--store-blue);
  font-weight: 900;
}

.checkout-primary-action {
  width: 100%;
  min-height: 52px;
  font-size: 0.82rem;
}

.checkout-submit-note {
  margin: 0.75rem 0 0;
  color: var(--store-muted);
  text-align: center;
  font-size: 0.7rem;
}

.modern-order-summary {
  position: sticky;
  top: 1rem;
  padding: 1.25rem;
}

.order-summary-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--store-line);
}

.order-summary-heading h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.order-summary-heading a {
  color: var(--store-muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modern-summary-items {
  max-height: 500px;
  overflow-y: auto;
}

.modern-summary-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--store-line);
}

.modern-summary-item img {
  width: 78px;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border: 1px solid var(--store-line);
  border-radius: 3px;
}

.modern-summary-item h3 {
  margin-bottom: 0.3rem;
  font-size: 0.82rem;
}

.modern-summary-item h3 a {
  color: inherit;
  text-decoration: none;
}

.modern-summary-item p {
  margin-bottom: 0.55rem;
  color: var(--store-muted);
  font-size: 0.7rem;
}

.checkout-quantity {
  width: 96px;
  height: 32px;
  grid-template-columns: 32px 32px 32px;
}

.summary-item-price {
  display: grid;
  align-content: space-between;
  justify-items: end;
  white-space: nowrap;
  font-size: 0.78rem;
}

.summary-item-price button {
  border: 0;
  background: transparent;
  color: var(--store-muted);
  text-decoration: underline;
  font-size: 0.68rem;
}

.modern-summary-totals {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 0;
}

.modern-summary-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--store-muted);
  font-size: 0.78rem;
}

.modern-summary-totals .order-total {
  padding-top: 0.85rem;
  border-top: 1px solid var(--store-line);
  color: var(--store-ink);
  font-size: 0.9rem;
}

.checkout-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--store-line);
}

.checkout-assurances span {
  padding: 0.45rem;
  background: var(--store-paper);
  color: var(--store-muted);
  text-align: center;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-empty-state {
  min-height: 260px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.checkout-empty-state p {
  color: var(--store-muted);
}

.checkout-complete-panel {
  padding: 3rem;
  text-align: center;
}

.checkout-complete-panel[hidden] {
  display: none;
}

.checkout-complete-panel h2 {
  margin-bottom: 0.75rem;
}

.checkout-complete-panel h1 {
  margin-bottom: 0.75rem;
  font-size: 3.2rem;
}

@media (max-width: 900px) {
  .modern-checkout-layout {
    grid-template-columns: 1fr;
  }
  .modern-order-summary {
    position: static;
    grid-row: 1;
  }
}

@media (max-width: 620px) {
  .checkout-store-header {
    min-height: 62px;
    grid-template-columns: 1fr 132px 1fr;
    padding: 0.45rem 0.75rem;
  }
  .checkout-store-header .store-brand {
    width: 132px;
  }
  .checkout-store-header > a:first-child,
  .checkout-store-header > span {
    font-size: 0.61rem;
  }
  .checkout-progress {
    min-height: 50px;
    justify-content: space-around;
    gap: 0.25rem;
    padding: 0 0.5rem;
  }
  .checkout-progress span {
    gap: 0.25rem;
    font-size: 0.58rem;
  }
  .checkout-progress b {
    width: 23px;
    height: 23px;
  }
  .modern-checkout-shell {
    width: calc(100% - 1rem);
    padding: 2.5rem 0 4rem;
  }
  .checkout-page-heading h1 {
    font-size: 3rem;
  }
  .modern-checkout-form,
  .modern-order-summary {
    padding: 1rem;
  }
  .modern-checkout-fields {
    grid-template-columns: 1fr;
  }
  .modern-checkout-fields label.full {
    grid-column: auto;
  }
  .modern-summary-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }
  .modern-summary-item img {
    width: 68px;
  }
  .summary-item-price {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    justify-items: normal;
  }
  .checkout-assurances {
    grid-template-columns: 1fr;
  }
}

.store-announcement {
  padding: 0.55rem 1rem;
  background: #b8d7c5;
  color: #101110;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.featured-collection-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--store-line);
}

.featured-collection-band a {
  flex: 1 1 180px;
  padding: 0.85rem 1rem;
  border-right: 1px solid var(--store-line);
  color: var(--store-ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  text-transform: capitalize;
}

.store-information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
}

.store-information > div {
  padding: clamp(2rem, 5vw, 4.5rem);
}

.store-information > div + div {
  border-left: 1px solid var(--store-line);
  background: #dfe7e2;
}

.store-information h2,
.store-faq h2 {
  max-width: 620px;
  margin-bottom: 1rem;
  font-size: clamp(1.65rem, 3vw, 2.75rem);
}

.store-information p:last-child {
  max-width: 680px;
  color: var(--store-muted);
  line-height: 1.65;
}

.store-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(2rem, 6vw, 5rem);
  background: #fff;
}

.store-faq details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--store-line);
}

.store-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.store-faq details p {
  max-width: 760px;
  margin: 0.8rem 0 0;
  color: var(--store-muted);
  line-height: 1.6;
}

.footer-social {
  display: grid;
  gap: 0.45rem;
}

@media (max-width: 760px) {
  .store-information,
  .store-faq {
    grid-template-columns: 1fr;
  }
  .store-information > div + div {
    border-top: 1px solid var(--store-line);
    border-left: 0;
  }
}

/* About */
.store-nav a[aria-current="page"],
.mobile-menu a[aria-current="page"] {
  color: var(--store-red);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.about-page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Restored from the original mission section without changing its visual values. */
.about-page-body .mission-band {
  background:
    linear-gradient(135deg, rgba(17, 16, 14, 0.96), rgba(38, 53, 44, 0.95)),
    url("assets/editorial-one.jpg") center / cover;
  color: var(--paper);
}

.about-page-body .mission-inner {
  width: min(1500px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.about-page-body .mission-copy h2 {
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 0.95;
}

.about-page-body .mission-copy p:not(.eyebrow) {
  max-width: 42rem;
  margin-bottom: 0;
  color: rgba(245, 242, 236, 0.78);
  font-size: 1.08rem;
}

.about-page-body .impact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.about-page-body .impact-stat {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(245, 242, 236, 0.18);
  border-radius: 8px;
  background: rgba(245, 242, 236, 0.08);
}

.about-page-body .impact-stat strong {
  color: #fff;
  font-size: 2.4rem;
  line-height: 0.95;
}

.about-page-body .impact-stat span {
  color: rgba(245, 242, 236, 0.76);
  font-size: 0.9rem;
}

.about-section,
.about-impact-inner,
.about-affordability-inner,
.about-character-inner {
  width: min(1480px, calc(100% - 2rem));
  margin-inline: auto;
}

.about-section {
  padding: 5.5rem 0;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.about-section-heading h2 {
  max-width: 14ch;
}

.about-intro-copy {
  max-width: 760px;
  justify-self: end;
}

.about-intro-copy > p,
.about-impact-copy > p,
.about-affordability-inner > div:last-child > p,
.about-character-copy > p,
.about-community-copy > p {
  color: var(--store-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.about-impact-band {
  padding: 0 0 5.5rem;
  background: var(--store-white);
}

.about-impact-inner {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
}

.about-impact-media {
  min-height: 620px;
  overflow: hidden;
}

.about-impact-media img,
.about-character-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-impact-copy {
  padding: 4rem clamp(2rem, 6vw, 6rem);
}

.about-impact-copy h2,
.about-character-copy h2 {
  max-width: 13ch;
}

.about-affordability {
  padding: 5.5rem 0;
  background: var(--store-yellow);
  color: var(--store-ink);
}

.about-affordability-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}

.about-affordability-inner h2 {
  max-width: 15ch;
}

.about-affordability-inner > div:last-child > p {
  color: rgba(16, 17, 16, 0.78);
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  text-underline-offset: 0.25rem;
}

.about-character {
  background: var(--store-ink);
  color: var(--store-white);
}

.about-character-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
}

.about-character-copy {
  align-self: center;
  padding: 5rem clamp(2rem, 6vw, 6rem) 5rem 0;
}

.about-character-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.about-character-media {
  min-height: 680px;
  overflow: hidden;
}

.about-character-media img {
  object-position: center 38%;
}

.about-standards {
  padding-block: 6rem;
}

.about-standards-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.about-standards-heading h2 {
  max-width: 13ch;
}

.about-standards-heading > p {
  max-width: 520px;
  margin: 0;
  justify-self: end;
  color: var(--store-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.about-standard-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.about-standard-list article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  border-top: 3px solid var(--store-red);
}

.about-standard-list span {
  margin-bottom: auto;
  color: var(--store-red);
  font-size: 0.7rem;
  font-weight: 900;
}

.about-standard-list h3 {
  margin: 2rem 0 0.45rem;
  font-size: 1.25rem;
}

.about-standard-list p {
  margin-bottom: 0;
  color: var(--store-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.about-community {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: url("/assets/hero-banner.jpg") center 43% / cover;
  color: var(--store-white);
}

.about-community-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 17, 16, 0.94) 0%, rgba(16, 17, 16, 0.72) 48%, rgba(16, 17, 16, 0.18) 100%),
    linear-gradient(0deg, rgba(16, 17, 16, 0.72), transparent 65%);
}

.about-community-copy {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 2rem));
  margin-left: max(1rem, calc((100vw - 1480px) / 2));
  padding: 5rem 0;
}

.about-community-copy h2 {
  max-width: 13ch;
}

.about-community-copy > p {
  color: rgba(255, 255, 255, 0.78);
}

.about-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: 4rem max(1rem, calc((100vw - 1480px) / 2));
  background: var(--store-red);
  color: var(--store-white);
}

.about-final-cta h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.about-final-cta .about-actions {
  justify-content: end;
  margin-top: 0;
}

@media (max-width: 1050px) {
  .about-page-body .mission-inner {
    grid-template-columns: 1fr;
  }
  .about-page-body .impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-page-body .mission-copy h2 {
    font-size: 3rem;
  }
  .about-standard-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .about-intro,
  .about-impact-inner,
  .about-affordability-inner,
  .about-character-inner,
  .about-standards-heading,
  .about-final-cta {
    grid-template-columns: 1fr;
  }
  .about-intro-copy,
  .about-standards-heading > p {
    justify-self: start;
  }
  .about-impact-media {
    min-height: 500px;
  }
  .about-character-copy {
    padding: 4rem 1.5rem;
  }
  .about-character-media {
    min-height: 560px;
  }
  .about-final-cta .about-actions {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .about-page-body .impact-stats {
    grid-template-columns: 1fr;
  }
  .about-page-body .impact-stat {
    min-height: 170px;
  }
  .about-page-body .mission-copy h2 {
    font-size: 2.15rem;
  }
  .about-section,
  .about-affordability,
  .about-standards {
    padding-block: 4rem;
  }
  .about-impact-band {
    padding-bottom: 4rem;
  }
  .about-standard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-community {
    min-height: 620px;
    background-position: 58% center;
  }
  .about-community-shade {
    background: linear-gradient(0deg, rgba(16, 17, 16, 0.94) 0%, rgba(16, 17, 16, 0.6) 70%, rgba(16, 17, 16, 0.2) 100%);
  }
  .about-community-copy {
    margin-inline: 1rem;
    padding: 3.5rem 0;
  }
}

@media (max-width: 520px) {
  .about-impact-media {
    min-height: 390px;
  }
  .about-character-media {
    min-height: 480px;
  }
  .about-standard-list {
    grid-template-columns: 1fr;
  }
  .about-standard-list article {
    min-height: 170px;
  }
  .about-actions .store-button {
    width: 100%;
  }
}
