:root {
  --paper: #fbf7ef;
  --ink: #14160f;
  --muted: #6b6e62;
  --line: #e4decf;
  --matcha: #6e8b3d;
  --matcha-soft: #c9dca0;
  --coral: #ff5a45;
  --coral-ink: #c94435;
  --focus: #2340d8;
  --store-pad: clamp(1rem, 4vw, 4rem);
  --store-radius: 1rem;
  font-family: "Archivo", system-ui, sans-serif;
}

body {
  background: var(--paper);
  font-family: "Archivo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.storefront-ticker {
  overflow: hidden;
  padding: .62rem 0;
  background: var(--ink);
  color: var(--paper);
}

.storefront-ticker div {
  display: flex;
  gap: clamp(2.5rem, 7vw, 7rem);
  width: max-content;
  min-width: 100%;
  justify-content: space-around;
}

.storefront-ticker span {
  white-space: nowrap;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-header {
  min-height: 64px;
  padding-inline: var(--store-pad);
  border-color: var(--line);
  background: rgba(251, 247, 239, .94);
}

.brand {
  color: var(--ink);
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -.09em;
}

.brand span {
  color: var(--coral-ink);
}

.desktop-nav {
  gap: clamp(1.4rem, 3vw, 2.2rem);
}

.desktop-nav a {
  position: relative;
  padding-block: .25rem;
  font-size: .82rem;
  font-weight: 700;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  gap: .9rem;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bag-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .5rem .95rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: .76rem;
  letter-spacing: 0;
  text-transform: none;
}

.mobile-menu summary {
  min-height: 38px;
  padding: .45rem .85rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.mobile-menu nav {
  top: calc(100% + .65rem);
  border: 2px solid var(--ink);
  border-radius: .75rem;
  background: var(--paper);
}

.storefront-home main {
  overflow: clip;
}

.storefront-mask-definitions {
  position: absolute;
  pointer-events: none;
}

.storefront-anchor {
  height: 0;
  scroll-margin-top: 5.5rem;
}

.launch-hero {
  position: relative;
  display: grid;
  height: min(78vh, 660px);
  min-height: 560px;
  margin: 1rem var(--store-pad) 0;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #2e3c1d;
  color: #fff;
}

.hero-slide {
  position: relative;
  grid-area: 1 / 1;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .9s ease;
}

.hero-slide.is-active {
  z-index: 1;
  pointer-events: auto;
  opacity: 1;
}

.launch-hero-image,
.launch-hero-missing,
.launch-hero-shade,
.story-band-image,
.story-band-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.launch-hero-image {
  object-fit: cover;
  object-position: center 22%;
  transform: scale(1.04);
  transition: transform 7s linear;
}

.hero-slide.is-active .launch-hero-image {
  transform: scale(1);
}

.launch-hero-missing {
  display: grid;
  place-items: center;
  background: #2e3c1d;
  color: var(--matcha-soft);
  font-size: clamp(4rem, 16vw, 13rem);
  font-weight: 900;
  letter-spacing: -.08em;
}

.launch-hero-shade {
  background:
    linear-gradient(
      to right,
      rgba(20, 22, 15, .68) 0 30%,
      rgba(20, 22, 15, .38) 52%,
      transparent 76%
    ),
    linear-gradient(to top, rgba(20, 22, 15, .42), transparent 42%);
}

.launch-hero-copy {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  max-width: min(760px, 72%);
  padding: clamp(1.7rem, 4vw, 3.7rem);
}

.launch-hero .eyebrow {
  margin-bottom: 1rem;
  color: #fff;
  opacity: .85;
}

.launch-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.launch-hero h1 span {
  display: block;
  opacity: 0;
  transform: translateY(.4em);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2, .8, .2, 1);
}

.hero-slide.is-active h1 span {
  opacity: 1;
  transform: none;
}

.hero-slide.is-active h1 span:nth-child(2) {
  transition-delay: .11s;
}

.hero-slide.is-active h1 span:nth-child(3) {
  transition-delay: .22s;
}

.launch-hero h1 span.matcha {
  color: var(--matcha-soft);
}

.launch-hero h1 span.coral {
  color: var(--coral);
}

.launch-hero-copy > p:not(.eyebrow) {
  max-width: 41ch;
  margin: 1.25rem 0 1.7rem;
  color: #f2efe6;
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  min-height: 48px;
  padding: .9rem 1.65rem;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.primary-action:hover {
  background: var(--coral-ink);
  color: #fff;
  transform: translateY(-2px);
}

.primary-action > span {
  transition: transform .2s ease;
}

.primary-action:hover > span,
.primary-action:focus-visible > span {
  transform: translateX(4px);
}

.hero-controls {
  position: absolute;
  z-index: 5;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  display: flex;
  align-items: center;
  gap: .75rem;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.hero-dots button {
  position: relative;
  width: 42px;
  height: 44px;
  padding: 20px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-dots button::before {
  position: absolute;
  top: 20px;
  right: 4px;
  left: 4px;
  height: 4px;
  border-radius: 999px;
  content: "";
  background: rgba(255, 255, 255, .42);
}

.hero-dot-fill {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
}

.hero-dots button[aria-current="true"] .hero-dot-fill {
  transform: scaleX(1);
}

.launch-hero.is-rotating .hero-dots button[aria-current="true"] .hero-dot-fill {
  animation: hero-progress 7s linear forwards;
}

@keyframes hero-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.hero-arrow,
.hero-pause {
  min-width: 44px;
  min-height: 44px;
  border: 2px solid rgba(255, 255, 255, .78);
  background: rgba(20, 22, 15, .1);
  color: #fff;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.hero-arrow {
  width: 44px;
  padding: 0;
  border-radius: 50%;
  font-size: 1rem;
}

.hero-pause {
  padding: .6rem .85rem;
  border-radius: 999px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-arrow:hover,
.hero-arrow:focus-visible,
.hero-pause:hover,
.hero-pause:focus-visible {
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
}

.launch-hero-empty .launch-hero-copy {
  position: relative;
  align-self: end;
}

.theme-directory,
.catalog-filter-bar,
.catalog-section,
.story-band,
.launch-values,
.prototype-banner {
  max-width: none;
  margin-inline: var(--store-pad);
}

.theme-directory {
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
  scroll-margin-top: 5.5rem;
}

.hybrid-heading {
  margin-bottom: 1.6rem;
}

.hybrid-heading h2,
.catalog-section-heading h2,
.story-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.hybrid-heading > p {
  margin: 0;
  color: var(--muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow,
.card-kicker {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.storefront-home .eyebrow.accent {
  color: var(--coral-ink);
}

.theme-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: clamp(.7rem, 1.6vw, 1.2rem);
}

.theme-card {
  display: block;
  min-width: 0;
  text-decoration: none;
}

.theme-card-frame {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #ddd8c8;
}

.theme-card-background {
  position: absolute;
  z-index: 1;
  inset: -8%;
}

.theme-card-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--category-object-position, 50% 50%);
  filter: blur(16px) saturate(1.15) brightness(.72);
}

.theme-card-frame::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 45%, transparent 30%, rgba(20, 22, 15, .28));
}

.theme-card-tee {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  inset: 0;
  filter: drop-shadow(0 14px 30px rgba(20, 22, 15, .45));
}

.theme-card-clip {
  position: relative;
  width: 104%;
  aspect-ratio: 1;
  overflow: hidden;
  clip-path: url("#storefront-tee-clip");
}

.theme-card-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--category-object-position, 50% 50%);
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.theme-card:hover .theme-card-clip img,
.theme-card:focus-visible .theme-card-clip img {
  transform: scale(1.07);
}

.theme-card-count,
.theme-card-seasonal {
  position: absolute;
  z-index: 5;
  top: .7rem;
  padding: .25rem .65rem;
  border-radius: 999px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .62rem;
  font-weight: 500;
  text-transform: uppercase;
}

.theme-card-count {
  right: .7rem;
  background: rgba(251, 247, 239, .92);
}

.theme-card-seasonal {
  left: .7rem;
  background: var(--coral-ink);
  color: #fff;
}

.theme-card-missing {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  inset: 0;
  color: #5e6650;
  text-align: center;
}

.theme-card-missing small {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .58rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.theme-card-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .6rem;
  padding: .85rem .15rem 0;
}

.theme-card-label strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.theme-card-label > span {
  color: var(--muted);
  font-size: .74rem;
  text-align: right;
}

.theme-card-label i {
  display: inline-block;
  font-style: normal;
  transition: transform .3s ease;
}

.theme-card:hover .theme-card-label i,
.theme-card:focus-visible .theme-card-label i {
  transform: translateX(4px);
}

.catalog-filter-bar {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: 0 0 1.5rem;
  scroll-margin-top: 5.5rem;
}

.catalog-filter-bar > .eyebrow {
  margin: 0 .25rem 0 0;
  color: var(--muted);
  text-transform: uppercase;
}

.catalog-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.catalog-filter-buttons button {
  display: inline-flex;
  align-items: baseline;
  gap: .45rem;
  min-height: 42px;
  padding: .55rem 1.05rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.catalog-filter-buttons button:hover,
.catalog-filter-buttons button:focus-visible {
  transform: translateY(-2px);
}

.catalog-filter-buttons button[aria-pressed="true"] {
  border-color: var(--coral-ink);
  background: var(--coral-ink);
  color: #fff;
}

.catalog-filter-buttons button span {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .66rem;
  font-weight: 500;
  opacity: .62;
}

.catalog-section {
  padding: 1rem 0 clamp(3.5rem, 6vw, 5.5rem);
  scroll-margin-top: 5.5rem;
}

.catalog-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.7rem;
  margin-bottom: 1.5rem;
  border-top: 2px solid var(--ink);
}

.catalog-section-heading p:not(.eyebrow) {
  margin: .6rem 0 0;
  color: var(--muted);
  font-size: .83rem;
}

.catalog-section-count {
  color: var(--ink);
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}

.storefront-home .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.storefront-home .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.storefront-home .product-card.reference::before {
  display: none;
}

.storefront-home .product-media-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #efebe0;
  text-decoration: none;
}

.storefront-home .product-image-wrap {
  aspect-ratio: 4 / 5;
  background: #efebe0;
}

.storefront-home .product-image-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  transition: transform .5s ease, opacity .25s ease;
}

.storefront-home .product-media-link:hover img,
.storefront-home .product-media-link:focus-visible img {
  transform: scale(1.025);
}

.storefront-home .swap-hint,
.sold-out-badge {
  position: absolute;
  z-index: 3;
  right: .7rem;
  bottom: .7rem;
  padding: .3rem .65rem;
  border-radius: 999px;
  background: rgba(251, 247, 239, .92);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .56rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .2s ease;
}

.storefront-home .product-media-link:hover .swap-hint,
.storefront-home .product-media-link:focus-visible .swap-hint,
.storefront-home .product-media-link.showing-alternate .swap-hint {
  opacity: 1;
}

.sold-out-badge {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 0 0 .65rem 0;
  background: var(--ink);
  color: #fff;
  opacity: 1;
}

.storefront-home .missing-product-image {
  min-height: 0;
  background: #e8e2d5;
  color: #5e6650;
}

.storefront-home .card-copy {
  padding: .85rem .1rem 0;
}

.storefront-home .card-kicker {
  margin-bottom: .35rem;
  color: var(--coral-ink);
}

.storefront-home .card-copy h3 {
  min-height: 2.6em;
  margin: 0 0 .35rem;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.storefront-home .card-copy h3 a {
  text-decoration: none;
}

.storefront-home .card-copy h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.storefront-home .card-meta {
  align-items: baseline;
  color: var(--muted);
}

.storefront-home .card-meta strong {
  color: var(--ink);
  font-size: .92rem;
}

.storefront-home .option-summary {
  margin: .35rem 0 0;
  color: var(--muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .58rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.storefront-home .availability {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .58rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.storefront-home .availability::before {
  display: none;
}

.story-band {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 430px;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #34352e;
  color: #fff;
}

.story-band-image {
  z-index: 0;
  object-fit: cover;
  object-position: center 28%;
}

.story-band-shade {
  z-index: 1;
  background:
    linear-gradient(to right, rgba(20, 22, 15, .76) 0 33%, rgba(20, 22, 15, .42) 58%, transparent 82%),
    linear-gradient(to top, rgba(20, 22, 15, .36), transparent 55%);
}

.story-band-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.story-band .eyebrow {
  color: var(--matcha-soft);
}

.story-band h2 {
  max-width: 12ch;
  margin: .8rem 0 1.1rem;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.story-band h2 span {
  color: var(--matcha-soft);
}

.story-band p:not(.eyebrow) {
  max-width: 52ch;
  margin: 0 0 1.6rem;
  color: #efede4;
  line-height: 1.7;
}

.category-page-hero,
.category-page-products,
.category-page-state {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-inline: var(--store-pad);
}

.category-page-hero {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding-top: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(3rem, 7vw, 7rem);
}

.category-page-copy h1,
.category-page-state h1 {
  margin: .45rem 0 1rem;
  font-size: clamp(2.7rem, 6vw, 6.5rem);
  line-height: .92;
  letter-spacing: -.07em;
}

.category-page-copy > p:not(.eyebrow),
.category-page-state > p {
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.65;
}

.category-page-tagline {
  color: var(--ink) !important;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
}

.category-page-count {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-page-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #ddd8c8;
}

.category-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-page-image > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: var(--coral-ink);
  color: #fff;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .62rem;
  text-transform: uppercase;
}

.category-page-products {
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.category-page-state {
  min-height: 54vh;
  padding-top: clamp(4rem, 10vw, 9rem);
  padding-bottom: clamp(4rem, 10vw, 9rem);
}

.category-page-state.compact {
  min-height: 0;
  padding-top: 0;
}

.category-page-state.compact h2 {
  margin-bottom: .75rem;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  letter-spacing: -.04em;
}

.light-action {
  display: inline-flex;
}

.launch-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--store-radius);
  background: var(--line);
}

.launch-values article {
  min-height: 180px;
  padding: 1.7rem 1.4rem;
  background: var(--paper);
}

.launch-values .value-number {
  margin: 0 0 1.2rem;
  color: var(--coral-ink);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .08em;
}

.launch-values h2 {
  margin: 0 0 .6rem;
  font-size: .9rem;
}

.launch-values p {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.6;
}

.storefront-home .prototype-banner {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  border-left-color: var(--coral);
  border-radius: 0 .6rem .6rem 0;
}

.site-footer {
  margin-top: 0;
  padding: clamp(3rem, 6vw, 5rem) var(--store-pad);
  border-top: 0;
  background: var(--ink);
  color: var(--paper);
}

.site-footer .brand {
  color: var(--paper);
}

.site-footer h2,
.site-footer p,
.site-footer .fine-print {
  color: var(--paper);
}

.site-footer h2,
.site-footer p {
  opacity: .7;
}

.site-footer a:not(.brand) {
  color: var(--paper);
  opacity: .88;
}

@media (max-width: 1000px) {
  .theme-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .storefront-home .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .launch-values {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .storefront-ticker div {
    justify-content: flex-start;
  }

  .storefront-ticker span:nth-child(n + 4) {
    display: none;
  }

  .site-header {
    min-height: 64px;
  }

  .currency {
    display: inline;
  }

  .bag-link {
    min-height: 36px;
    padding: .45rem .75rem;
  }

  .launch-hero {
    height: auto;
    min-height: 620px;
    margin-top: .85rem;
  }

  .launch-hero-image {
    object-position: center 15%;
  }

  .launch-hero-shade {
    background: linear-gradient(
      to top,
      rgba(20, 22, 15, .78) 0 48%,
      rgba(20, 22, 15, .1) 82%
    );
  }

  .launch-hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 1.5rem 1.5rem 5.75rem;
  }

  .launch-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .launch-hero h1 span {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .launch-hero-copy > p:not(.eyebrow) {
    max-width: 31ch;
  }

  .hybrid-heading,
  .catalog-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-controls {
    right: 1rem;
    bottom: 1rem;
  }

  .hero-arrow {
    display: none;
  }

  .hero-pause {
    padding-inline: .7rem;
  }

  .theme-card-label {
    align-items: flex-start;
    flex-direction: column;
    gap: .25rem;
  }

  .theme-card-label > span {
    text-align: left;
  }

  .catalog-filter-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .storefront-home .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem .8rem;
  }

  .storefront-home .card-copy h3 {
    min-height: 3.9em;
    font-size: .8rem;
  }

  .storefront-home .card-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-band {
    min-height: 400px;
  }

  .story-band-shade {
    background: linear-gradient(
      to top,
      rgba(20, 22, 15, .8) 0 55%,
      rgba(20, 22, 15, .12) 92%
    );
  }

  .launch-values {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .category-page-hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .category-page-copy h1,
  .category-page-state h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }
}

@media (max-width: 380px) {
  .header-actions {
    gap: .45rem;
  }

  .brand {
    font-size: 1.5rem;
  }

  .currency {
    display: none;
  }

  .launch-hero h1 {
    font-size: clamp(1.82rem, 8.2vw, 2.05rem);
  }

  .storefront-home .card-copy h3 {
    min-height: 3.9em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desktop-nav a::after,
  .primary-action,
  .hero-slide,
  .launch-hero-image,
  .launch-hero h1 span,
  .hero-dot-fill,
  .hero-arrow,
  .hero-pause,
  .theme-card-clip img,
  .catalog-filter-buttons button,
  .storefront-home .product-image-wrap > img,
  .storefront-home .swap-hint {
    transition: none;
    animation: none;
  }

  .launch-hero h1 span {
    opacity: 1;
    transform: none;
  }
}
