:root {
  color-scheme: light;
  --color-ink: #050505;
  --color-panel: #101010;
  --color-panel-2: #171717;
  --color-text: #f7f7f2;
  --color-muted: #a6a6a0;
  --color-line: rgba(255, 255, 255, .14);
  --color-line-strong: rgba(255, 255, 255, .28);
  --color-accent: #ffe000;
  --font-display: "Barlow Condensed", Impact, system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-max: 1200px;
  --page-pad: 16px;
  --header-height: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, .34);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* Footer trust/compliance logos */
.site-footer__trust {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  border-top: 1px solid rgba(0, 0, 0, .14);
  padding-top: 20px;
}

.site-footer__trust-text {
  max-width: 900px;
  margin: 0;
  color: #5c5c5c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.site-footer__trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.site-footer__trust-logo {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .14);
  background: #ffffff;
  padding: 8px 10px;
  text-decoration: none;
}

.site-footer__trust-logo img {
  width: auto;
  max-width: 132px;
  max-height: 42px;
  display: block;
  object-fit: contain;
}

@media (min-width: 768px) {
  .site-footer__trust {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .site-footer__trust-logos {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .site-footer__trust {
    gap: 14px;
  }

  .site-footer__trust-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__trust-logo {
    min-height: 50px;
  }

  .site-footer__trust-logo img {
    max-width: 118px;
    max-height: 38px;
  }
}

/* Collection editorial split: text left, image block right. */
.collection-feature {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
}

.collection-feature__content {
  display: grid;
  gap: clamp(14px, 1.4vw, 22px);
}

.collection-feature__eyebrow {
  margin: 0;
  color: #000000;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 900;
  text-transform: uppercase;
}

.collection-feature__title {
  max-width: 8ch;
  margin: 0;
  color: #000000;
  font-size: clamp(5rem, 8vw, 12rem);
  line-height: .78;
}

.collection-feature__text {
  max-width: 560px;
  margin: 0;
  color: #000000;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.35;
}

.collection-feature__link {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-bottom: 4px solid #000000;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.collection-feature__media {
  position: relative;
  display: block;
  min-height: clamp(520px, 52vw, 820px);
  background: #101010;
  overflow: hidden;
}

.collection-feature__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.collection-feature__visual {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 54% 26%, rgba(255, 255, 255, .88) 0 9%, transparent 10%),
    linear-gradient(145deg, transparent 0 42%, rgba(255, 255, 255, .88) 42% 52%, transparent 52%),
    linear-gradient(28deg, transparent 0 76%, var(--color-accent) 76% 82%, transparent 82%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 70px),
    #155866;
}

.collection-feature__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46%;
  height: 64%;
  border-radius: 38% 38% 0 0;
  background: rgba(255, 255, 255, .84);
  transform: translateX(-50%);
}

.collection-feature__visual::after {
  content: "HEAVY";
  position: absolute;
  left: 6%;
  bottom: 4%;
  color: rgba(0, 0, 0, .24);
  font-family: var(--font-display);
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 900;
  line-height: .8;
}

@media (min-width: 768px) {
  .featured-collections.section {
    padding-block: clamp(64px, 7vw, 108px);
  }

  .collection-feature {
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  }

  .collection-feature__content {
    order: 1;
    padding-left: clamp(0px, 2vw, 30px);
  }

  .collection-feature__media {
    order: 2;
  }
}

/* Haravan editable media fixes: legacy file uploads replace fixed assets. */
.hero-campaign__media--asset-fallback {
  background:
    linear-gradient(135deg, #080808 0 44%, #155d64 44% 100%);
}

.collection-feature__visual--fallback[hidden] {
  display: none;
}

.brand-pillars .brand-pillar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.brand-pillars .brand-pillar__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-pillars .brand-pillar--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .78)),
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .2));
  pointer-events: none;
}

.brand-pillars .brand-pillar--image h3,
.brand-pillars .brand-pillar--image p,
.brand-pillars .brand-pillar--image .brand-pillar__number,
.brand-pillars .brand-pillar--image span {
  position: relative;
}

/* Final cart balance pass at EOF: compact commerce panel, calmer type hierarchy. */
.cart-page--overlay .cart-panel {
  color: #000000;
}

.cart-panel__title {
  font-size: clamp(3.8rem, 4.2vw, 5.8rem);
  line-height: .88;
}

.cart-panel__shipping {
  max-width: 42ch;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.35;
}

.cart-panel-item {
  grid-template-columns: clamp(96px, 9vw, 124px) minmax(0, 1fr) 44px;
  gap: clamp(12px, 1.25vw, 18px);
  align-items: start;
}

.cart-panel-item__title {
  max-width: 22ch;
  font-size: clamp(1.8rem, 1.55vw, 2.4rem);
  line-height: .96;
}

.cart-panel-item__variant,
.cart-panel-item__properties {
  color: #5d5d5d;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.25;
}

.cart-panel-item__price {
  font-size: clamp(1.8rem, 1.35vw, 2.2rem);
  line-height: 1;
}

.cart-panel__subtotal {
  font-size: clamp(1.6rem, 1.35vw, 2.1rem);
  line-height: 1.05;
}

.cart-panel__checkout,
.cart-panel__continue {
  min-height: 58px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  line-height: 1;
}

@media (min-width: 990px) {
  .cart-page--overlay .cart-panel {
    width: min(46vw, 620px);
    padding: clamp(28px, 3vw, 44px) clamp(28px, 3vw, 48px);
  }

  .cart-page--overlay .cart-panel__header {
    margin-bottom: clamp(22px, 2.6vw, 38px);
  }

  .cart-page--overlay .cart-panel__progress {
    height: 4px;
    margin-bottom: clamp(22px, 2.8vw, 36px);
  }

  .cart-page--overlay .cart-panel__form {
    grid-template-rows: minmax(230px, 1fr) auto;
  }

  .cart-page--overlay .cart-panel__items {
    max-height: calc(100svh - 380px);
    gap: clamp(18px, 2vw, 26px);
    padding-right: 8px;
  }

  .cart-page__context {
    gap: 14px;
  }

  .cart-page__context strong {
    max-width: 8.5ch;
    font-size: clamp(3.8rem, 4.6vw, 6.4rem);
    line-height: .92;
  }
}

@media (max-width: 767px) {
  .cart-panel {
    padding: 18px 14px 18px;
  }

  .cart-panel__header {
    align-items: center;
    margin-bottom: 20px;
  }

  .cart-panel__title {
    font-size: clamp(3.4rem, 12vw, 4.5rem);
  }

  .cart-panel__progress {
    margin-bottom: 18px;
  }

  .cart-panel__form {
    grid-template-rows: minmax(300px, 1fr) auto;
  }

  .cart-panel__items {
    gap: 16px;
  }

  .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 44px;
    gap: 10px;
  }

  .cart-panel-item__title {
    font-size: clamp(1.45rem, 4.6vw, 1.75rem);
    line-height: 1;
  }

  .cart-panel-item__price {
    font-size: 1.7rem;
  }

  .cart-panel-item__quantity {
    grid-template-columns: 24px 38px 24px;
    gap: 4px;
  }

  .cart-panel__summary {
    gap: 12px;
    padding-top: 16px;
  }

  .cart-panel__checkout,
  .cart-panel__continue {
    min-height: 52px;
  }
}

/* Final product variant media + About editable imagery pass. Keep this block at EOF. */
.product-form--commerce .product-form__variants {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  border: 0;
}

.product-form--commerce .variant-option {
  position: relative;
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 8px 12px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  box-shadow: none;
}

.product-form--commerce .variant-option--with-image {
  grid-template-columns: 44px minmax(0, 1fr);
  justify-items: start;
  text-align: left;
}

.product-form--commerce .variant-option:last-child {
  border-right: 1px solid rgba(0, 0, 0, .2);
}

.product-form--commerce .variant-option.is-active {
  border-color: #ff3d21;
  background: #ffffff;
  color: #ff3d21;
  box-shadow: inset 0 0 0 1px #ff3d21;
}

.product-form--commerce .variant-option.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #ff3d21;
}

.variant-option__thumb {
  width: 44px;
  height: 44px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: #f4f4f0;
}

.variant-option__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.variant-option__label {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 900;
  line-height: 1.12;
}

.about-visual img,
.about-editorial-pillar .about-visual img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-visual:has(img)::after {
  z-index: 2;
  color: rgba(255, 255, 255, .86);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .3);
}

.about-editorial__intro {
  max-width: 58ch;
  margin: 0;
  color: #151515;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .product-form--commerce .product-form__variants {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-form--commerce .variant-option {
    min-height: 58px;
    padding: 7px 9px;
  }

  .product-form--commerce .variant-option--with-image {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .variant-option__thumb {
    width: 38px;
    height: 38px;
  }

  .variant-option__label {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.16;
  }

  .about-editorial__intro {
    font-size: 14px;
  }
}

/* EOF Haravan lock: collection image must render; Account stays inside mobile menu. */
.collection-page__hero-upload {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .site-header__actions .account-link {
    display: none !important;
  }

  .mobile-nav__account {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .16);
  }
}

/* EOF Haravan lock: collection image must render; Account stays inside mobile menu. */
.collection-page__hero-upload {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .site-header__actions .account-link {
    display: none !important;
  }

  .mobile-nav__account {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .16);
  }
}

/* Final Haravan collection/header lock: keep collection images and mobile account behavior consistent. */
.collection-page__hero-upload {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .site-header__actions .account-link {
    display: none !important;
  }

  .mobile-nav__account {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .16);
  }
}

/* Final Haravan MVP controls + cart text containment pass. Keep this block at EOF. */
.site-header__dropdown {
  position: relative;
}

.site-header__drop-toggle {
  list-style: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}

.site-header__drop-toggle::-webkit-details-marker {
  display: none;
}

.site-header__dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  z-index: 60;
  min-width: 220px;
  display: grid;
  gap: 0;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.site-header__dropdown:not([open]) .site-header__dropdown-menu {
  display: none;
}

.site-header__dropdown-menu a {
  display: block;
  padding: 12px 14px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__dropdown-menu a:hover,
.site-header__dropdown-menu a:focus-visible {
  background: #000000;
  color: #ffffff;
}

.mobile-nav__group {
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.mobile-nav__group summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font: inherit;
  text-transform: uppercase;
}

.mobile-nav__group summary::-webkit-details-marker {
  display: none;
}

.mobile-nav__group summary::after {
  content: "+";
}

.mobile-nav__group[open] summary::after {
  content: "-";
}

.mobile-nav__sub {
  display: grid;
  gap: 0;
  padding: 0 0 14px;
}

.mobile-nav__sub a {
  min-height: 42px;
  font-size: clamp(1.5rem, 5vw, 2rem);
  color: rgba(255, 255, 255, .78);
}

.collection-page__bar--filters {
  align-items: end;
  gap: 18px;
}

.collection-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.collection-filter {
  display: grid;
  gap: 6px;
  color: #000000;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-filter select {
  min-width: 150px;
  min-height: 42px;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  padding: 0 34px 0 12px;
  font: 800 13px/1 var(--font-body);
  text-transform: uppercase;
}

.collection-page__filter-empty {
  margin-top: 24px;
}

.product-card[hidden] {
  display: none !important;
}

.cart-panel-item,
.cart-panel-item__info,
.cart-panel-item__title,
.cart-panel-item__title a,
.cart-panel-item__variant,
.cart-panel-item__properties,
.cart-panel__subtotal strong {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.cart-panel-item__title {
  max-width: none;
  font-size: clamp(1.45rem, 1.35vw, 2rem);
  line-height: .95;
}

.cart-panel-item__variant,
.cart-panel-item__properties {
  font-size: clamp(12px, .95vw, 14px);
  line-height: 1.25;
}

.cart-panel__subtotal {
  align-items: flex-start;
}

.cart-panel__subtotal strong {
  text-align: right;
}

.about-history-editorial {
  padding: clamp(56px, 7vw, 104px) 0;
  border-top: 1px solid rgba(0, 0, 0, .14);
  background: #ffffff;
  color: #000000;
}

.about-history-editorial__inner {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(24px, 6vw, 84px);
}

.about-history-editorial__copy {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.about-history-editorial__copy h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4.2rem, 9vw, 10rem);
  line-height: .82;
}

.about-history-editorial__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, .2);
}

.about-history-item {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 14px;
  background: #f5f3ee;
  padding: clamp(20px, 3vw, 34px);
}

.about-history-item span {
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 5rem);
  font-weight: 900;
  line-height: .8;
}

.about-history-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.6vw, 3.6rem);
  line-height: .9;
  text-transform: uppercase;
}

.about-history-item p {
  margin: 0;
  max-width: 34ch;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.brand-pillars#about {
  scroll-margin-top: 112px;
}

@media (min-width: 990px) {
  .cart-page--overlay .cart-panel {
    width: min(47vw, 660px);
  }

  .cart-panel-item {
    grid-template-columns: minmax(86px, 112px) minmax(0, 1fr) 30px;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .collection-page__bar--filters {
    align-items: stretch;
  }

  .collection-filters {
    width: 100%;
    justify-content: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .collection-filter select {
    width: 100%;
  }

  .about-history-editorial__inner {
    grid-template-columns: 1fr;
  }

  .about-history-editorial__items {
    grid-template-columns: 1fr;
  }

  .about-history-editorial__copy h2 {
    max-width: 9ch;
    font-size: clamp(4rem, 14vw, 6rem);
  }
}

/* Final cart balance pass. Must stay after older cart blocks. */
.cart-page--overlay .cart-panel {
  color: #000000;
}

.cart-panel__title {
  font-size: clamp(3.8rem, 4.2vw, 5.8rem);
  line-height: .88;
}

.cart-panel__shipping {
  max-width: 42ch;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.35;
}

.cart-panel-item {
  grid-template-columns: clamp(96px, 9vw, 124px) minmax(0, 1fr) 44px;
  gap: clamp(12px, 1.25vw, 18px);
  align-items: start;
}

.cart-panel-item__title {
  max-width: 22ch;
  font-size: clamp(1.8rem, 1.55vw, 2.4rem);
  line-height: .96;
}

.cart-panel-item__variant,
.cart-panel-item__properties {
  color: #5d5d5d;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.25;
}

.cart-panel-item__price {
  font-size: clamp(1.8rem, 1.35vw, 2.2rem);
  line-height: 1;
}

.cart-panel__subtotal {
  font-size: clamp(1.6rem, 1.35vw, 2.1rem);
  line-height: 1.05;
}

.cart-panel__checkout,
.cart-panel__continue {
  min-height: 58px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  line-height: 1;
}

@media (min-width: 990px) {
  .cart-page--overlay .cart-panel {
    width: min(46vw, 620px);
    padding: clamp(28px, 3vw, 44px) clamp(28px, 3vw, 48px);
  }

  .cart-page--overlay .cart-panel__header {
    margin-bottom: clamp(22px, 2.6vw, 38px);
  }

  .cart-page--overlay .cart-panel__progress {
    height: 4px;
    margin-bottom: clamp(22px, 2.8vw, 36px);
  }

  .cart-page--overlay .cart-panel__form {
    grid-template-rows: minmax(230px, 1fr) auto;
  }

  .cart-page--overlay .cart-panel__items {
    max-height: calc(100svh - 380px);
    gap: clamp(18px, 2vw, 26px);
    padding-right: 8px;
  }

  .cart-page__context {
    gap: 14px;
  }

  .cart-page__context strong {
    max-width: 8.5ch;
    font-size: clamp(3.8rem, 4.6vw, 6.4rem);
    line-height: .92;
  }
}

@media (max-width: 767px) {
  .cart-panel {
    padding: 18px 14px 18px;
  }

  .cart-panel__header {
    align-items: center;
    margin-bottom: 20px;
  }

  .cart-panel__title {
    font-size: clamp(3.4rem, 12vw, 4.5rem);
  }

  .cart-panel__progress {
    margin-bottom: 18px;
  }

  .cart-panel__form {
    grid-template-rows: minmax(300px, 1fr) auto;
  }

  .cart-panel__items {
    gap: 16px;
  }

  .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 44px;
    gap: 10px;
  }

  .cart-panel-item__title {
    font-size: clamp(1.45rem, 4.6vw, 1.75rem);
    line-height: 1;
  }

  .cart-panel-item__price {
    font-size: 1.7rem;
  }

  .cart-panel-item__quantity {
    grid-template-columns: 24px 38px 24px;
    gap: 4px;
  }

  .cart-panel__summary {
    gap: 12px;
    padding-top: 16px;
  }

  .cart-panel__checkout,
  .cart-panel__continue {
    min-height: 52px;
  }
}

/* Final cart balance pass: compact commerce panel, calmer type hierarchy. */
.cart-page--overlay .cart-panel {
  color: #000000;
}

.cart-panel__title {
  font-size: clamp(3.8rem, 4.2vw, 5.8rem);
  line-height: .88;
}

.cart-panel__shipping {
  max-width: 42ch;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.35;
}

.cart-panel-item {
  grid-template-columns: clamp(96px, 9vw, 124px) minmax(0, 1fr) 44px;
  gap: clamp(12px, 1.25vw, 18px);
  align-items: start;
}

.cart-panel-item__title {
  max-width: 22ch;
  font-size: clamp(1.8rem, 1.55vw, 2.4rem);
  line-height: .96;
}

.cart-panel-item__variant,
.cart-panel-item__properties {
  color: #5d5d5d;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.25;
}

.cart-panel-item__price {
  font-size: clamp(1.8rem, 1.35vw, 2.2rem);
  line-height: 1;
}

.cart-panel__subtotal {
  font-size: clamp(1.6rem, 1.35vw, 2.1rem);
  line-height: 1.05;
}

.cart-panel__checkout,
.cart-panel__continue {
  min-height: 58px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  line-height: 1;
}

@media (min-width: 990px) {
  .cart-page--overlay .cart-panel {
    width: min(46vw, 620px);
    padding: clamp(28px, 3vw, 44px) clamp(28px, 3vw, 48px);
  }

  .cart-page--overlay .cart-panel__header {
    margin-bottom: clamp(22px, 2.6vw, 38px);
  }

  .cart-page--overlay .cart-panel__progress {
    height: 4px;
    margin-bottom: clamp(22px, 2.8vw, 36px);
  }

  .cart-page--overlay .cart-panel__form {
    grid-template-rows: minmax(230px, 1fr) auto;
  }

  .cart-page--overlay .cart-panel__items {
    max-height: calc(100svh - 380px);
    gap: clamp(18px, 2vw, 26px);
    padding-right: 8px;
  }

  .cart-page__context {
    gap: 14px;
  }

  .cart-page__context strong {
    max-width: 8.5ch;
    font-size: clamp(3.8rem, 4.6vw, 6.4rem);
    line-height: .92;
  }
}

@media (max-width: 767px) {
  .cart-panel {
    padding: 18px 14px 18px;
  }

  .cart-panel__header {
    align-items: center;
    margin-bottom: 20px;
  }

  .cart-panel__title {
    font-size: clamp(3.4rem, 12vw, 4.5rem);
  }

  .cart-panel__progress {
    margin-bottom: 18px;
  }

  .cart-panel__form {
    grid-template-rows: minmax(300px, 1fr) auto;
  }

  .cart-panel__items {
    gap: 16px;
  }

  .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 44px;
    gap: 10px;
  }

  .cart-panel-item__title {
    font-size: clamp(1.45rem, 4.6vw, 1.75rem);
    line-height: 1;
  }

  .cart-panel-item__price {
    font-size: 1.7rem;
  }

  .cart-panel-item__quantity {
    grid-template-columns: 24px 38px 24px;
    gap: 4px;
  }

  .cart-panel__summary {
    gap: 12px;
    padding-top: 16px;
  }

  .cart-panel__checkout,
  .cart-panel__continue {
    min-height: 52px;
  }
}

.collection-page__hero-media [hidden],
.cart-page__context [hidden],
.collection-feature__visual--fallback[hidden] {
  display: none !important;
}

.collection-page__hero-upload {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 990px) {
  .cart-page__context-media {
    width: min(44vw, 620px);
    aspect-ratio: 1 / 1.08;
    display: block;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #111111;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .1);
  }

  .cart-page__context--has-image::before {
    display: none !important;
  }
}

@media (max-width: 989px) {
  .cart-page__context-media {
    display: none;
  }
}

@media (max-width: 767px) {
  .featured-collections.section {
    padding-block: 28px 42px;
  }

  .collection-feature {
    gap: 22px;
  }

  .collection-feature__media {
    min-height: 430px;
    order: 1;
  }

  .collection-feature__content {
    order: 2;
  }

  .collection-feature__title {
    max-width: 8ch;
    font-size: clamp(48px, 14vw, 62px);
  }

  .collection-feature__text {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.35;
  }

  .collection-feature__link {
    min-height: 34px;
    border-bottom-width: 3px;
    font-size: 21px;
  }
}

/* Desktop fix for about/brand area: prevent sticky-header overlap and match reference rhythm. */
@media (min-width: 768px) {
  .brand-pillars.section {
    padding-top: clamp(120px, 10vw, 170px);
    padding-bottom: clamp(76px, 8vw, 120px);
  }

  .brand-statement {
    min-height: auto;
    margin-bottom: clamp(70px, 7vw, 110px);
    padding-inline: clamp(48px, 11vw, 190px) clamp(28px, 5vw, 80px);
  }

  .brand-statement__label {
    left: clamp(70px, 8vw, 150px);
    top: 44%;
    font-size: clamp(14px, 1.1vw, 18px);
  }

  .brand-statement__quote {
    max-width: 1180px;
    font-size: clamp(5.4rem, 6.2vw, 8.9rem);
    line-height: .82;
  }

  .brand-pillars__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
  }

  .brand-pillar {
    min-height: clamp(440px, 38vw, 620px);
    align-content: end;
    padding: clamp(18px, 2vw, 28px);
    overflow: hidden;
  }

  .brand-pillar:nth-child(n+4) {
    display: none;
  }

  .brand-pillar__number,
  .brand-pillar span {
    font-size: clamp(38px, 4vw, 66px);
  }

  .brand-pillar h3 {
    max-width: 9ch;
    font-size: clamp(3.2rem, 3.7vw, 5.4rem);
  }

  .brand-pillar p {
    max-width: 420px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.35;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--color-ink);
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--color-ink);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body.nav-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: #0b0b0b;
  color: var(--color-text);
  padding: 12px 14px;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

button,
a,
summary,
label {
  touch-action: manipulation;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

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

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: #050505;
  padding: 10px 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.site-main {
  min-height: 60vh;
}

.page-width {
  width: min(100% - (var(--page-pad) * 2), var(--page-max));
  margin-inline: auto;
}

.display {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.muted {
  color: var(--color-muted);
}

.button {
  min-height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: #050505;
  padding: 12px 18px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
}

.button:hover {
  background: #ffe34c;
}

.button:active {
  transform: translateY(1px);
}

.button--secondary {
  border-color: var(--color-line-strong);
  background: transparent;
  color: var(--color-text);
}

.section {
  padding-block: 44px;
}

.section__header {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.section__header--split {
  align-items: end;
}

.section__title {
  margin: 0;
  font-size: clamp(36px, 12vw, 88px);
}

.text-link {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: var(--color-accent);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  min-height: calc(88svh - var(--header-height));
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
  background: #080808;
}

.home-hero__art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .94), rgba(5, 5, 5, .58) 50%, rgba(5, 5, 5, .9)),
    linear-gradient(135deg, transparent 0 42%, rgba(245, 212, 0, .24) 42% 58%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 88px),
    #111111;
}

.home-hero__mark {
  position: absolute;
  right: -18px;
  bottom: -24px;
  color: rgba(255, 255, 255, .055);
  font-size: clamp(108px, 36vw, 340px);
  line-height: .78;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  min-height: calc(88svh - var(--header-height));
  display: grid;
  gap: 30px;
  align-items: end;
  padding-block: 48px 34px;
}

.home-hero__copy {
  display: grid;
  gap: 16px;
}

.home-hero h1 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(58px, 18vw, 142px);
}

.home-hero p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(16px, 4vw, 19px);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-hero__product {
  min-height: 320px;
  display: grid;
  align-items: end;
}

.home-hero__product-card {
  position: relative;
  width: min(78vw, 320px);
  aspect-ratio: 3 / 4;
  justify-self: end;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius-md);
  background:
    linear-gradient(150deg, transparent 0 38%, rgba(245, 212, 0, .9) 38% 48%, transparent 48%),
    radial-gradient(circle at 50% 34%, #262626 0 14%, transparent 15%),
    linear-gradient(180deg, #222222, #0f0f0f);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.home-hero__product-card .display {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(50px, 15vw, 88px);
}

.home-hero__label {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: #050505;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-collections__grid,
.brand-pillars__grid {
  display: grid;
  gap: 14px;
}

.home-collection-card,
.brand-pillar,
.product-card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  overflow: hidden;
}

.home-collection-card__media {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(245, 212, 0, .18), transparent 42%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 18px),
    #151515;
}

.home-collection-card__media--jerseys {
  background:
    linear-gradient(145deg, transparent 0 34%, rgba(245, 212, 0, .9) 34% 48%, transparent 48%),
    #141414;
}

.home-collection-card__media--drops {
  background:
    radial-gradient(circle at 70% 28%, rgba(245, 212, 0, .24), transparent 30%),
    linear-gradient(160deg, #0d0d0d, #202020);
}

.home-collection-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.home-collection-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-collection-card p {
  margin: 0;
  color: var(--color-muted);
}

.home-products,
.brand-pillars {
  background: #090909;
}

.product-grid {
  display: grid;
  gap: 14px;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  display: block;
  background: #151515;
  color: var(--color-text);
  text-decoration: none;
  overflow: hidden;
}

.product-card__media img,
.product-card__hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 180ms var(--ease);
}

.product-card__media:hover .product-card__hover {
  opacity: 1;
}

.product-card__badge,
.product-card__quick {
  position: absolute;
  z-index: 1;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__badge {
  top: 12px;
  left: 12px;
  background: var(--color-accent);
  color: #050505;
  padding: 6px 8px;
}

.product-card__quick {
  right: 12px;
  bottom: 12px;
  border: 1px solid var(--color-line-strong);
  background: rgba(5, 5, 5, .72);
  color: var(--color-text);
  padding: 8px 10px;
}

.product-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(150deg, transparent 0 40%, rgba(245, 212, 0, .82) 40% 48%, transparent 48%),
    linear-gradient(180deg, #222222, #101010);
  color: rgba(255, 255, 255, .92);
  font-size: clamp(42px, 14vw, 78px);
}

.product-card__placeholder--dark {
  background:
    linear-gradient(120deg, rgba(245, 212, 0, .18), transparent 40%),
    linear-gradient(180deg, #262626, #0d0d0d);
}

.product-card__placeholder--line {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 36px),
    linear-gradient(180deg, #191919, #0c0c0c);
}

.product-card__placeholder--cap {
  background:
    radial-gradient(circle at 50% 38%, var(--color-accent) 0 20%, transparent 21%),
    linear-gradient(180deg, #1f1f1f, #0e0e0e);
}

.product-card__info {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.product-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.18;
  text-transform: uppercase;
}

.product-card h3 a {
  text-decoration: none;
}

.product-card p {
  margin: 5px 0 0;
  color: var(--color-muted);
  font-size: 13px;
}

.product-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--color-text);
  font-size: 14px;
}

.product-card__price s {
  color: var(--color-muted);
  font-weight: 700;
}

.product-card__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid var(--color-line);
  padding: 10px 14px 14px;
}

.product-card__sizes span {
  min-width: 30px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 900;
}

.brand-pillar {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.brand-pillar span {
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.brand-pillar h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.brand-pillar p {
  margin: 0;
  color: var(--color-muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--color-line);
  background: rgba(5, 5, 5, .82);
  backdrop-filter: blur(18px);
  transition: background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(5, 5, 5, .96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .24);
}

.site-header__inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.site-header__brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: var(--color-text);
  font-size: 32px;
  text-decoration: none;
}

.site-header__logo-image {
  width: auto;
  max-width: 140px;
  max-height: 42px;
  object-fit: contain;
}

.site-header__nav {
  display: none;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.icon-button {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .04);
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}

.icon-button:hover {
  border-color: var(--color-line-strong);
  background: rgba(255, 255, 255, .08);
}

.icon-button svg {
  width: 22px;
  height: 22px;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--color-ink);
  border-radius: 999px;
  background: var(--color-accent);
  color: #050505;
  font-size: 11px;
  font-weight: 900;
}

.mobile-nav {
  position: fixed;
  inset: var(--header-height) 0 auto 0;
  z-index: 90;
  display: none;
  border-bottom: 1px solid var(--color-line);
  background: rgba(5, 5, 5, .98);
  box-shadow: var(--shadow-soft);
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav__inner {
  display: grid;
  gap: 2px;
  padding-block: 14px 20px;
}

.mobile-nav__top {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-accent);
  font-size: 28px;
}

.mobile-nav a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-text);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.newsletter-section {
  border-block: 1px solid var(--color-line);
  background:
    linear-gradient(135deg, rgba(245, 212, 0, .14), transparent 34%),
    #090909;
}

.newsletter-section__inner {
  display: grid;
  gap: 24px;
}

.newsletter-section__copy {
  display: grid;
  gap: 10px;
}

.newsletter-section h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 13vw, 92px);
}

.newsletter-section p {
  max-width: 620px;
  margin: 0;
  color: var(--color-muted);
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-form input {
  border-color: var(--color-line-strong);
  background: rgba(255, 255, 255, .05);
}

.site-footer {
  border-top: 1px solid var(--color-line);
  background:
    linear-gradient(180deg, #0b0b0b, #050505),
    var(--color-ink);
}

.site-footer__inner {
  display: grid;
  gap: 28px;
  padding-block: 40px 26px;
}

.site-footer__statement {
  display: grid;
  gap: 14px;
}

.site-footer__brand {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(48px, 16vw, 112px);
}

.site-footer__statement p:not(.site-footer__brand) {
  max-width: 590px;
  margin: 0;
  color: var(--color-muted);
}

.site-footer__group {
  display: grid;
  gap: 8px;
}

.site-footer__group h2 {
  margin: 0 0 4px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer__group a {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.site-footer__group a:hover,
.site-header__nav a:hover,
.mobile-nav a:hover {
  color: var(--color-accent);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  border-top: 1px solid var(--color-line);
  padding-top: 18px;
  color: var(--color-muted);
  font-size: 13px;
}

@media (min-width: 768px) {
  :root {
    --page-pad: 24px;
    --header-height: 76px;
  }

  .section {
    padding-block: 72px;
  }

  .section__header--split {
    display: flex;
    justify-content: space-between;
  }

  .home-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    align-items: center;
    padding-block: 54px 42px;
  }

  .home-hero__product {
    min-height: 520px;
  }

  .home-hero__product-card {
    width: min(32vw, 360px);
  }

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

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

  .brand-pillars__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }

  .site-header__nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--color-text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .site-header__menu {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }

  .newsletter-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    align-items: end;
  }

  .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-footer__inner {
    grid-template-columns: minmax(320px, 1.4fr) repeat(3, minmax(120px, .5fr));
    align-items: start;
    padding-block: 58px 28px;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1120px) {
  :root {
    --page-pad: 40px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  .product-grid,
  .brand-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MVP visual direction pass: black/white lifestyle base with restrained yellow hits. */
body {
  background:
    linear-gradient(180deg, #050505 0, #050505 36%, #0a0a0a 100%);
}

.button {
  min-height: 54px;
  border-width: 2px;
  background: var(--color-text);
  color: #050505;
  padding: 15px 22px;
  box-shadow: 5px 5px 0 var(--color-accent);
}

.button:hover {
  border-color: var(--color-text);
  background: var(--color-accent);
  box-shadow: 5px 5px 0 var(--color-text);
}

.button--secondary {
  border-color: var(--color-text);
  background: #050505;
  color: var(--color-text);
  box-shadow: none;
}

.button--secondary:hover {
  border-color: var(--color-accent);
  background: #050505;
  color: var(--color-accent);
  box-shadow: none;
}

.home-hero {
  min-height: calc(96svh - var(--header-height));
  background: #050505;
}

.home-hero__art {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .98) 0 30%, rgba(5, 5, 5, .62) 64%, rgba(5, 5, 5, .95)),
    linear-gradient(110deg, transparent 0 54%, rgba(255, 255, 255, .94) 54% 66%, transparent 66%),
    linear-gradient(135deg, transparent 0 72%, rgba(245, 212, 0, .9) 72% 76%, transparent 76%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 96px),
    #0a0a0a;
}

.home-hero__mark {
  right: -26px;
  bottom: -34px;
  color: rgba(255, 255, 255, .1);
  font-size: clamp(150px, 44vw, 430px);
}

.home-hero__inner {
  min-height: calc(96svh - var(--header-height));
  padding-block: 62px 42px;
}

.home-hero__copy {
  gap: 20px;
}

.home-hero h1 {
  max-width: 7ch;
  font-size: clamp(78px, 23vw, 190px);
  line-height: .82;
}

.home-hero p:not(.eyebrow) {
  max-width: 620px;
  color: #deded8;
  font-size: clamp(17px, 4.5vw, 22px);
  font-weight: 600;
}

.home-hero__actions {
  gap: 14px;
}

.home-hero__product-card {
  border: 2px solid rgba(255, 255, 255, .84);
  background:
    linear-gradient(150deg, transparent 0 35%, #ffffff 35% 47%, transparent 47%),
    linear-gradient(25deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    radial-gradient(circle at 50% 32%, #f2f2ec 0 13%, transparent 14%),
    linear-gradient(180deg, #202020, #070707);
  box-shadow: 12px 12px 0 rgba(245, 212, 0, .92), 0 24px 70px rgba(0, 0, 0, .42);
}

.home-hero__product-card .display {
  color: #ffffff;
  text-shadow: 0 3px 0 #050505;
}

.home-collection-card,
.brand-pillar,
.product-card {
  border-color: rgba(255, 255, 255, .24);
  background: #f5f5ef;
  color: #050505;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.home-collection-card__media {
  min-height: 250px;
  border-bottom: 1px solid rgba(5, 5, 5, .14);
  background:
    linear-gradient(135deg, #f7f7f2 0 28%, transparent 28%),
    linear-gradient(155deg, transparent 0 58%, var(--color-accent) 58% 66%, transparent 66%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 42px),
    #080808;
}

.home-collection-card__media--jerseys {
  background:
    linear-gradient(145deg, transparent 0 35%, #ffffff 35% 48%, transparent 48%),
    linear-gradient(25deg, transparent 0 72%, var(--color-accent) 72% 79%, transparent 79%),
    #0b0b0b;
}

.home-collection-card__media--drops {
  background:
    linear-gradient(135deg, var(--color-accent) 0 16%, transparent 16%),
    linear-gradient(160deg, #f5f5ef 0 26%, #0b0b0b 26%),
    #0b0b0b;
}

.home-collection-card p,
.product-card p,
.brand-pillar p {
  color: #55554f;
}

.home-collection-card .button {
  width: fit-content;
  min-height: 46px;
  border-color: #050505;
  background: #050505;
  color: #ffffff;
  box-shadow: 4px 4px 0 var(--color-accent);
}

.home-products {
  background: #f5f5ef;
  color: #050505;
}

.home-products .eyebrow,
.home-products .text-link {
  color: #050505;
}

.product-grid {
  gap: 18px;
}

.product-card {
  border-color: rgba(5, 5, 5, .16);
}

.product-card__media {
  background: #090909;
}

.product-card__placeholder {
  background:
    linear-gradient(150deg, transparent 0 39%, #ffffff 39% 48%, transparent 48%),
    linear-gradient(24deg, transparent 0 74%, var(--color-accent) 74% 80%, transparent 80%),
    linear-gradient(180deg, #242424, #080808);
  color: #ffffff;
  text-shadow: 0 3px 0 #050505;
}

.product-card__placeholder--dark {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .95) 0 22%, transparent 22%),
    linear-gradient(180deg, #1c1c1c, #050505);
}

.product-card__placeholder--line {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 34px),
    linear-gradient(145deg, transparent 0 62%, #ffffff 62% 71%, transparent 71%),
    #080808;
}

.product-card__placeholder--cap {
  background:
    radial-gradient(circle at 50% 38%, #ffffff 0 20%, transparent 21%),
    linear-gradient(150deg, transparent 0 68%, var(--color-accent) 68% 76%, transparent 76%),
    #111111;
}

.product-card__info {
  padding: 16px;
}

.product-card h3 {
  font-size: 18px;
}

.product-card__price {
  color: #050505;
  font-size: 15px;
}

.product-card__quick {
  border-color: #ffffff;
  background: #ffffff;
  color: #050505;
}

.product-card__sizes {
  border-top-color: rgba(5, 5, 5, .16);
}

.product-card__sizes span {
  border-color: rgba(5, 5, 5, .24);
  color: #050505;
  background: #ffffff;
}

.brand-pillars {
  background: #050505;
}

.brand-pillar {
  background: #0b0b0b;
  color: #ffffff;
}

.brand-pillar p {
  color: var(--color-muted);
}

@media (min-width: 768px) {
  .home-hero__inner {
    padding-block: 64px 50px;
  }

  .home-hero h1 {
    font-size: clamp(120px, 16vw, 210px);
  }

  .home-hero__product-card {
    width: min(34vw, 400px);
  }
}

/* Homepage MVP scoped implementation. */
.hero-campaign {
  position: relative;
  min-height: 75vh;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
  background: #050505;
}

.hero-campaign__background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .98) 0 32%, rgba(5, 5, 5, .7) 64%, rgba(5, 5, 5, .96)),
    linear-gradient(112deg, transparent 0 54%, rgba(255, 255, 255, .92) 54% 65%, transparent 65%),
    linear-gradient(135deg, transparent 0 73%, rgba(245, 212, 0, .86) 73% 77%, transparent 77%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .065) 0 1px, transparent 1px 96px),
    #0a0a0a;
}

.hero-campaign__brand {
  position: absolute;
  right: -26px;
  bottom: -34px;
  color: rgba(255, 255, 255, .1);
  font-size: clamp(140px, 42vw, 420px);
  line-height: .78;
}

.hero-campaign__content {
  position: relative;
  z-index: 1;
  min-height: 75vh;
  display: grid;
  gap: 34px;
  align-items: end;
  padding-block: 58px 42px;
}

.hero-campaign__copy {
  display: grid;
  gap: 18px;
}

.hero-campaign__heading {
  max-width: 7ch;
  margin: 0;
  font-size: clamp(3.6rem, 19vw, 8.5rem);
  line-height: .84;
}

.hero-campaign__text {
  max-width: 590px;
  margin: 0;
  color: #deded8;
  font-size: clamp(1rem, 4.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.55;
}

.hero-campaign__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-campaign__media {
  min-height: 300px;
  display: grid;
  align-items: end;
}

.hero-campaign__media-card {
  position: relative;
  width: min(78vw, 330px);
  aspect-ratio: 3 / 4;
  justify-self: end;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .84);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(150deg, transparent 0 35%, #ffffff 35% 47%, transparent 47%),
    linear-gradient(25deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    radial-gradient(circle at 50% 32%, #f2f2ec 0 13%, transparent 14%),
    linear-gradient(180deg, #202020, #070707);
  box-shadow: 12px 12px 0 rgba(245, 212, 0, .9), 0 24px 70px rgba(0, 0, 0, .42);
  overflow: hidden;
}

.hero-campaign__drop {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: #050505;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-campaign__media-title {
  color: #ffffff;
  font-size: clamp(52px, 15vw, 92px);
  text-shadow: 0 3px 0 #050505;
}

.featured-collections {
  background: #050505;
}

.featured-collections__grid {
  display: grid;
  gap: 16px;
}

.collection-card {
  display: grid;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-sm);
  background: #f5f5ef;
  color: #050505;
  overflow: hidden;
}

.collection-card__media {
  min-height: 250px;
  border-bottom: 1px solid rgba(5, 5, 5, .14);
  background: #101010;
}

.collection-card__media--core {
  background:
    linear-gradient(135deg, #f7f7f2 0 28%, transparent 28%),
    linear-gradient(155deg, transparent 0 58%, var(--color-accent) 58% 66%, transparent 66%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 42px),
    #080808;
}

.collection-card__media--jerseys {
  background:
    linear-gradient(145deg, transparent 0 35%, #ffffff 35% 48%, transparent 48%),
    linear-gradient(25deg, transparent 0 72%, var(--color-accent) 72% 79%, transparent 79%),
    #181818;
}

.collection-card__media--drops {
  background:
    linear-gradient(135deg, #3a0808 0 28%, transparent 28%),
    linear-gradient(160deg, #f5f5ef 0 22%, #120505 22%),
    linear-gradient(28deg, transparent 0 70%, var(--color-accent) 70% 76%, transparent 76%);
}

.collection-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.collection-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
}

.collection-card p {
  margin: 0;
  color: #55554f;
}

.collection-card__link {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid var(--color-accent);
  color: #050505;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.featured-products {
  background: #f5f5ef;
  color: #050505;
}

.featured-products .eyebrow,
.featured-products .text-link {
  color: #050505;
}

.featured-products__grid.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.featured-products .product-card {
  border-color: rgba(5, 5, 5, .16);
  background: #ffffff;
  color: #050505;
  box-shadow: none;
}

.featured-products .product-card__media {
  background: #090909;
}

.featured-products .product-card__info {
  gap: 8px;
  padding: 13px;
}

.featured-products .product-card h3 {
  font-size: clamp(13px, 3.6vw, 18px);
}

.featured-products .product-card p {
  color: #55554f;
}

.featured-products .product-card__price {
  color: #050505;
}

.brand-pillars {
  background: #050505;
}

.brand-pillars__grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--color-line);
}

.brand-pillar {
  border: 0;
  border-bottom: 1px solid var(--color-line);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  padding: 22px 0;
}

.brand-pillar__number {
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.brand-pillar h3 {
  margin: 8px 0 10px;
  font-size: 22px;
  line-height: 1;
}

.brand-pillar p {
  margin: 0;
  color: var(--color-muted);
}

.newsletter {
  border-block: 1px solid var(--color-line);
  background: #050505;
}

.newsletter__inner {
  display: grid;
  gap: 24px;
}

.newsletter__content {
  display: grid;
  gap: 12px;
}

.newsletter__title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 13vw, 6.5rem);
}

.newsletter__content p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--color-muted);
}

.newsletter__form {
  display: grid;
  gap: 10px;
}

.newsletter__form input {
  border-color: rgba(255, 255, 255, .42);
  background: #050505;
  color: #ffffff;
  text-transform: uppercase;
}

.newsletter__form input::placeholder {
  color: rgba(255, 255, 255, .68);
}

@media (min-width: 640px) {
  .featured-collections__grid,
  .brand-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-pillar {
    border-right: 1px solid var(--color-line);
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .hero-campaign {
    min-height: 80vh;
  }

  .hero-campaign__content {
    min-height: 80vh;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    align-items: center;
    padding-block: 64px 52px;
  }

  .hero-campaign__heading {
    font-size: clamp(6rem, 13vw, 12rem);
  }

  .hero-campaign__media {
    min-height: 520px;
  }

  .hero-campaign__media-card {
    width: min(34vw, 400px);
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .newsletter__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    align-items: end;
  }

  .newsletter__form {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1024px) {
  .featured-collections__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-pillars__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Final homepage type scale: balanced for desktop and mobile review. */
.announcement-bar {
  font-size: clamp(11px, .95vw, 15px);
}

.site-header__brand {
  font-size: clamp(30px, 3.2vw, 46px);
}

.site-header__nav a,
.site-header__link {
  font-size: clamp(13px, 1vw, 17px);
}

.mobile-nav a {
  font-size: 18px;
}

.button {
  min-height: 46px;
  border-bottom-width: 3px;
  font-size: clamp(20px, 1.8vw, 28px);
}

.section {
  padding-block: clamp(42px, 6vw, 84px);
}

.section__title {
  font-size: clamp(3.2rem, 7.6vw, 9rem);
  line-height: .82;
}

.text-link {
  font-size: clamp(20px, 1.8vw, 28px);
  text-decoration-thickness: 3px;
}

.hero-campaign__story {
  gap: clamp(10px, 1.2vw, 18px);
  padding-bottom: clamp(30px, 5vw, 64px);
}

.hero-campaign__eyebrow {
  font-size: clamp(13px, 1.1vw, 18px);
}

.hero-campaign__heading {
  max-width: 9.2ch;
  font-size: clamp(4.8rem, 9.8vw, 12.5rem);
  line-height: .78;
}

.hero-campaign__text {
  max-width: 520px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.45;
}

.hero-campaign__meta {
  font-size: clamp(11px, .9vw, 13px);
}

.featured-products .product-card h3 {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: .98;
}

.featured-products .product-card__price {
  font-size: clamp(16px, 1.2vw, 21px);
}

.featured-products .product-card__placeholder {
  font-size: clamp(2.2rem, 5.5vw, 5rem);
}

.collection-card h3 {
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .88;
}

.collection-card p {
  font-size: clamp(14px, 1vw, 16px);
}

.collection-card__link {
  font-size: clamp(18px, 1.55vw, 24px);
}

.brand-statement {
  margin-bottom: clamp(34px, 5vw, 72px);
}

.brand-statement__quote {
  font-size: clamp(3rem, 5.8vw, 8.5rem);
  line-height: .84;
}

.brand-pillar {
  min-height: clamp(260px, 28vw, 360px);
}

.brand-pillar h3 {
  font-size: clamp(32px, 3.25vw, 54px);
  line-height: .88;
}

.brand-pillar p {
  font-size: clamp(14px, 1vw, 16px);
}

.newsletter-section h2,
.newsletter__title {
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  line-height: .86;
}

.newsletter-section p,
.newsletter__content p:not(.eyebrow) {
  font-size: clamp(15px, 1.1vw, 18px);
}

.site-footer__group h2,
.site-footer__newsletter h2 {
  font-size: clamp(15px, 1vw, 19px);
}

.site-footer__group a {
  font-size: clamp(14px, .95vw, 17px);
}

.site-footer__form input {
  font-size: 16px;
}

@media (max-width: 767px) {
  .section__title {
    font-size: clamp(3.4rem, 17vw, 5.2rem);
  }

  .hero-campaign__story {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .hero-campaign__heading {
    font-size: clamp(4rem, 19vw, 6.5rem);
    line-height: .82;
  }

  .hero-campaign__ctas {
    gap: 14px;
  }

  .button {
    font-size: clamp(19px, 6vw, 25px);
  }

  .brand-statement__quote {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .collection-card h3 {
    font-size: clamp(34px, 12vw, 48px);
  }
}

/* Final mobile structure pass: placed last so reference mobile rules win. */
@media (max-width: 767px) {
  body {
    background: #ffffff;
  }

  .page-width {
    padding-inline: 16px;
  }

  .announcement-bar {
    min-height: 26px;
    font-size: 12px;
  }

  .site-header__inner {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
  }

  .site-header__brand {
    position: static;
    font-size: 30px;
  }

  .site-header__actions {
    display: contents;
  }

  .site-header__menu {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
  }

  .site-header__link {
    display: none;
  }

  .cart-link {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid !important;
    place-items: center;
    font-size: 0;
    transform: translateY(-50%);
  }

  .cart-link__text {
    display: none;
  }

  .cart-link__icon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .cart-count {
    position: absolute;
    top: 2px;
    right: 1px;
    min-width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 10px;
  }

  .mobile-nav {
    inset: 104px 0 auto;
  }

  .hero-campaign {
    min-height: 520px;
    background: #efefed;
  }

  .hero-campaign__media {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .04)),
      #efefed;
  }

  .hero-campaign__media::before {
    display: none;
  }

  .hero-campaign__media::after {
    inset: auto 16px 12px auto;
    width: 34%;
    height: 2px;
    background: #e32626;
    opacity: 1;
    transform: none;
  }

  .hero-campaign__frame--main {
    left: 15%;
    right: auto;
    top: 12px;
    width: 72%;
    height: 390px;
    opacity: 1;
  }

  .hero-campaign__story {
    min-height: 520px;
    align-content: end;
    gap: 8px;
    padding: 0 16px 34px;
  }

  .hero-campaign__heading {
    max-width: 6.9ch;
    font-size: clamp(52px, 16vw, 64px);
    line-height: .82;
  }

  .hero-campaign__text {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-campaign .button {
    min-height: 34px;
    font-size: 21px;
  }

  .hero-campaign__meta {
    display: none;
  }

  .section {
    padding-block: 34px;
  }

  .featured-products__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

  .section__title,
  .featured-products .section__title {
    font-size: clamp(44px, 14vw, 58px);
    line-height: .86;
  }

  .featured-products .text-link {
    margin-left: auto;
    font-size: 0;
    text-decoration: none;
  }

  .featured-products .text-link::after {
    content: "->";
    font-family: var(--font-body);
    font-size: 34px;
    font-weight: 400;
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 6px;
  }

  .featured-products .product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .featured-products .product-card__info {
    display: block;
    padding-top: 5px;
  }

  .featured-products .product-card h3 {
    max-width: 96%;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 900;
    line-height: .95;
  }

  .featured-products .product-card__price {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }

  .featured-products .product-card__placeholder {
    color: transparent;
    font-size: 0;
  }

  .featured-collections__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .collection-card__media {
    min-height: 410px;
  }

  .collection-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .collection-card p {
    font-size: 13px;
    line-height: 1.3;
  }

  .brand-statement__quote {
    font-size: clamp(39px, 10.8vw, 48px);
    line-height: .93;
  }

  .brand-pillars.section {
    scroll-margin-top: 104px;
  }

  .brand-pillars__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .brand-pillars__grid::-webkit-scrollbar {
    display: none;
  }

  .brand-pillar {
    min-height: 520px;
    scroll-snap-align: start;
    padding: 18px 10px 74px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .86) 72%),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
      #dce9ea;
    color: #000000;
  }

  .brand-pillar:nth-child(even) {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .9) 72%),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
      #d7e3e5;
  }

  .brand-pillar__number,
  .brand-pillar span {
    display: none;
  }

  .brand-pillar h3 {
    margin-top: auto;
    color: #000000;
    font-size: clamp(26px, 8vw, 34px);
  }

  .brand-pillar p {
    max-width: 330px;
    color: #000000;
    font-size: 13px;
    line-height: 1.3;
  }

  .newsletter,
  .newsletter-section {
    background: #ffffff;
    color: #000000;
    padding-block: 76px 44px;
  }

  .newsletter .eyebrow,
  .newsletter-section .eyebrow {
    display: none;
  }

  .newsletter__title,
  .newsletter-section h2 {
    max-width: 340px;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 900;
    line-height: .98;
  }

  .newsletter__content p:not(.eyebrow),
  .newsletter-section p {
    color: #000000;
    font-size: 13px;
  }

  .newsletter__form,
  .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    border: 1px solid rgba(0, 0, 0, .5);
  }

  .newsletter__form input,
  .newsletter-form input {
    min-height: 50px;
    border: 0;
    background: #ffffff;
    color: #000000;
    text-transform: none;
  }

  .newsletter__form input::placeholder,
  .newsletter-form input::placeholder {
    color: #6f6f6f;
    opacity: 1;
  }

  .newsletter__form .button,
  .newsletter-form .button {
    min-width: 56px;
    min-height: 50px;
    border: 0;
    color: transparent;
    font-size: 0;
  }

  .newsletter__form .button::after,
  .newsletter-form .button::after {
    content: ">";
    color: #000000;
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 400;
  }

  .site-footer__inner {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 28px;
    padding: 32px 16px 28px;
  }

  .site-footer__newsletter {
    display: none;
  }

  .site-footer__group h2 {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .site-footer__group a {
    min-height: 24px;
    font-size: 13px;
    font-weight: 500;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
    margin-top: 18px;
    font-size: 11px;
  }
}

/* Mobile reference pass: compact ecommerce rhythm for 390px review. */
.cart-link__icon {
  display: none;
}

@media (max-width: 767px) {
  body {
    background: #ffffff;
  }

  .page-width {
    padding-inline: 16px;
  }

  .announcement-bar {
    min-height: 26px;
    font-size: 12px;
    line-height: 1;
  }

  .site-header__inner {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
  }

  .site-header__brand {
    position: static;
    justify-self: center;
    font-size: 30px;
  }

  .site-header__actions {
    position: static;
    display: contents;
  }

  .site-header__menu {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
  }

  .site-header__menu svg {
    width: 26px;
    height: 26px;
  }

  .site-header__link {
    display: none;
  }

  .cart-link {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid !important;
    place-items: center;
    min-height: 44px;
    font-size: 0;
    transform: translateY(-50%);
  }

  .cart-link__text {
    display: none;
  }

  .cart-link__icon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .cart-count {
    position: absolute;
    right: 1px;
    top: 2px;
    min-width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
  }

  .mobile-nav {
    inset: 104px 0 auto;
  }

  .hero-campaign {
    min-height: 520px;
    background: #efefed;
    color: #ffffff;
  }

  .hero-campaign__media {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .04)),
      #efefed;
  }

  .hero-campaign__media::before {
    display: none;
  }

  .hero-campaign__media::after {
    inset: auto 16px 12px auto;
    width: 34%;
    height: 2px;
    background: #e32626;
    opacity: 1;
    transform: none;
  }

  .hero-campaign__frame--main {
    left: 15%;
    right: auto;
    top: 12px;
    width: 72%;
    height: 390px;
    opacity: 1;
    background:
      radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .88) 0 11%, transparent 12%),
      linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .08)),
      #155866;
  }

  .hero-campaign__story {
    min-height: 520px;
    align-content: end;
    gap: 8px;
    padding: 0 16px 34px;
  }

  .hero-campaign__eyebrow {
    color: #ffffff;
    font-size: 13px;
  }

  .hero-campaign__heading {
    max-width: 6.9ch;
    font-size: clamp(52px, 16vw, 64px);
    line-height: .82;
  }

  .hero-campaign__text {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-campaign__ctas {
    gap: 14px;
    margin-top: 8px;
  }

  .hero-campaign .button {
    min-height: 34px;
    font-size: 21px;
    border-bottom-width: 3px;
  }

  .hero-campaign__meta {
    display: none;
  }

  .section {
    padding-block: 34px;
  }

  .featured-products {
    padding-top: 28px;
  }

  .featured-products__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

  .section__title,
  .featured-products .section__title {
    font-size: clamp(44px, 14vw, 58px);
    line-height: .86;
  }

  .featured-products .text-link {
    margin-left: auto;
    font-size: 0;
    text-decoration: none;
  }

  .featured-products .text-link::after {
    content: "->";
    font-family: var(--font-body);
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 6px;
  }

  .featured-products .product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .featured-products .product-card__info {
    display: block;
    padding-top: 5px;
  }

  .featured-products .product-card h3 {
    max-width: 96%;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 900;
    line-height: .95;
  }

  .featured-products .product-card__price {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    line-height: 1;
  }

  .featured-products .product-card__placeholder {
    color: transparent;
    font-size: 0;
  }

  .featured-collections {
    padding-top: 38px;
  }

  .featured-collections__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .collection-card__media {
    min-height: 410px;
  }

  .collection-card__body {
    padding-top: 16px;
  }

  .collection-card h3 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: .9;
  }

  .collection-card p {
    font-size: 13px;
    line-height: 1.3;
  }

  .collection-card__link {
    min-height: 34px;
    font-size: 20px;
  }

  .brand-pillars {
    padding-top: 34px;
  }

  .brand-statement {
    gap: 18px;
    margin-bottom: 34px;
  }

  .brand-statement__label {
    font-size: 13px;
  }

  .brand-statement__quote {
    font-size: clamp(39px, 10.8vw, 48px);
    line-height: .93;
  }

  .brand-pillars__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .brand-pillars__grid::-webkit-scrollbar {
    display: none;
  }

  .brand-pillar {
    min-height: 520px;
    scroll-snap-align: start;
    padding: 18px 10px 74px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .86) 72%),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
      #dce9ea;
    color: #000000;
  }

  .brand-pillar:nth-child(even) {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .9) 72%),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
      #d7e3e5;
  }

  .brand-pillar__number,
  .brand-pillar span {
    display: none;
  }

  .brand-pillar h3 {
    margin-top: auto;
    color: #000000;
    font-size: clamp(26px, 8vw, 34px);
    line-height: .92;
  }

  .brand-pillar p {
    max-width: 330px;
    color: #000000;
    font-size: 13px;
    line-height: 1.3;
  }

  .newsletter,
  .newsletter-section {
    background: #ffffff;
    color: #000000;
    padding-block: 76px 44px;
  }

  .newsletter__content,
  .newsletter-section__copy {
    gap: 8px;
  }

  .newsletter .eyebrow,
  .newsletter-section .eyebrow {
    display: none;
  }

  .newsletter__title,
  .newsletter-section h2 {
    max-width: 340px;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 900;
    line-height: .98;
  }

  .newsletter__content p:not(.eyebrow),
  .newsletter-section p {
    max-width: 330px;
    color: #000000;
    font-size: 13px;
    line-height: 1.35;
  }

  .newsletter__form,
  .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    border: 1px solid rgba(0, 0, 0, .5);
  }

  .newsletter__form input,
  .newsletter-form input {
    min-height: 50px;
    border: 0;
    background: #ffffff;
    color: #000000;
    text-transform: none;
  }

  .newsletter__form .button,
  .newsletter-form .button {
    min-width: 56px;
    min-height: 50px;
    border: 0;
    color: transparent;
    font-size: 0;
  }

  .newsletter__form .button::after,
  .newsletter-form .button::after {
    content: ">";
    color: #000000;
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 400;
  }

  .site-footer {
    background: #ffffff;
  }

  .site-footer__inner {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 28px;
    padding: 32px 16px 28px;
  }

  .site-footer__newsletter {
    display: none;
  }

  .site-footer__group h2 {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1;
  }

  .site-footer__group a {
    min-height: 24px;
    font-size: 13px;
    font-weight: 500;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
    margin-top: 18px;
    font-size: 11px;
  }
}

/* Final homepage type scale: balanced for desktop and mobile review. */
.announcement-bar {
  font-size: clamp(11px, .95vw, 15px);
}

.site-header__brand {
  font-size: clamp(30px, 3.2vw, 46px);
}

.site-header__nav a,
.site-header__link {
  font-size: clamp(13px, 1vw, 17px);
}

.mobile-nav a {
  font-size: 18px;
}

.button {
  min-height: 46px;
  border-bottom-width: 3px;
  font-size: clamp(20px, 1.8vw, 28px);
}

.section {
  padding-block: clamp(42px, 6vw, 84px);
}

.section__title {
  font-size: clamp(3.2rem, 7.6vw, 9rem);
  line-height: .82;
}

.text-link {
  font-size: clamp(20px, 1.8vw, 28px);
  text-decoration-thickness: 3px;
}

.hero-campaign__story {
  gap: clamp(10px, 1.2vw, 18px);
  padding-bottom: clamp(30px, 5vw, 64px);
}

.hero-campaign__eyebrow {
  font-size: clamp(13px, 1.1vw, 18px);
}

.hero-campaign__heading {
  max-width: 9.2ch;
  font-size: clamp(4.8rem, 9.8vw, 12.5rem);
  line-height: .78;
}

.hero-campaign__text {
  max-width: 520px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.45;
}

.hero-campaign__meta {
  font-size: clamp(11px, .9vw, 13px);
}

.featured-products .product-card h3 {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: .98;
}

.featured-products .product-card__price {
  font-size: clamp(16px, 1.2vw, 21px);
}

.featured-products .product-card__placeholder {
  font-size: clamp(2.2rem, 5.5vw, 5rem);
}

.collection-card h3 {
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .88;
}

.collection-card p {
  font-size: clamp(14px, 1vw, 16px);
}

.collection-card__link {
  font-size: clamp(18px, 1.55vw, 24px);
}

.brand-statement {
  margin-bottom: clamp(34px, 5vw, 72px);
}

.brand-statement__quote {
  font-size: clamp(3rem, 5.8vw, 8.5rem);
  line-height: .84;
}

.brand-pillar {
  min-height: clamp(260px, 28vw, 360px);
}

.brand-pillar h3 {
  font-size: clamp(32px, 3.25vw, 54px);
  line-height: .88;
}

.brand-pillar p {
  font-size: clamp(14px, 1vw, 16px);
}

.newsletter-section h2,
.newsletter__title {
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  line-height: .86;
}

.newsletter-section p,
.newsletter__content p:not(.eyebrow) {
  font-size: clamp(15px, 1.1vw, 18px);
}

.site-footer__group h2,
.site-footer__newsletter h2 {
  font-size: clamp(15px, 1vw, 19px);
}

.site-footer__group a {
  font-size: clamp(14px, .95vw, 17px);
}

.site-footer__form input {
  font-size: 16px;
}

@media (max-width: 767px) {
  .section__title {
    font-size: clamp(3.4rem, 17vw, 5.2rem);
  }

  .hero-campaign__story {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .hero-campaign__heading {
    font-size: clamp(4rem, 19vw, 6.5rem);
    line-height: .82;
  }

  .hero-campaign__ctas {
    gap: 14px;
  }

  .button {
    font-size: clamp(19px, 6vw, 25px);
  }

  .brand-statement__quote {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .collection-card h3 {
    font-size: clamp(34px, 12vw, 48px);
  }
}

/* Homepage typography optimization: keep impact, reduce oversized poster scale. */
.announcement-bar {
  font-size: clamp(11px, .95vw, 15px);
}

.site-header__brand {
  font-size: clamp(30px, 3.2vw, 46px);
}

.site-header__nav a,
.site-header__link {
  font-size: clamp(13px, 1vw, 17px);
}

.mobile-nav a {
  font-size: 18px;
}

.button {
  min-height: 46px;
  border-bottom-width: 3px;
  font-size: clamp(20px, 1.8vw, 28px);
}

.section {
  padding-block: clamp(42px, 6vw, 84px);
}

.section__title {
  font-size: clamp(3.2rem, 7.6vw, 9rem);
  line-height: .82;
}

.text-link {
  font-size: clamp(20px, 1.8vw, 28px);
  text-decoration-thickness: 3px;
}

.hero-campaign__story {
  gap: clamp(10px, 1.2vw, 18px);
  padding-bottom: clamp(30px, 5vw, 64px);
}

.hero-campaign__eyebrow {
  font-size: clamp(13px, 1.1vw, 18px);
}

.hero-campaign__heading {
  max-width: 9.2ch;
  font-size: clamp(4.8rem, 9.8vw, 12.5rem);
  line-height: .78;
}

.hero-campaign__text {
  max-width: 520px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.45;
}

.hero-campaign__meta {
  font-size: clamp(11px, .9vw, 13px);
}

.featured-products .product-card h3 {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: .98;
}

.featured-products .product-card__price {
  font-size: clamp(16px, 1.2vw, 21px);
}

.featured-products .product-card__placeholder {
  font-size: clamp(2.2rem, 5.5vw, 5rem);
}

.collection-card h3 {
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .88;
}

.collection-card p {
  font-size: clamp(14px, 1vw, 16px);
}

.collection-card__link {
  font-size: clamp(18px, 1.55vw, 24px);
}

.brand-statement {
  margin-bottom: clamp(34px, 5vw, 72px);
}

.brand-statement__quote {
  font-size: clamp(3rem, 5.8vw, 8.5rem);
  line-height: .84;
}

.brand-pillar {
  min-height: clamp(260px, 28vw, 360px);
}

.brand-pillar h3 {
  font-size: clamp(32px, 3.25vw, 54px);
  line-height: .88;
}

.brand-pillar p {
  font-size: clamp(14px, 1vw, 16px);
}

.newsletter-section h2,
.newsletter__title {
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  line-height: .86;
}

.newsletter-section p,
.newsletter__content p:not(.eyebrow) {
  font-size: clamp(15px, 1.1vw, 18px);
}

.site-footer__group h2,
.site-footer__newsletter h2 {
  font-size: clamp(15px, 1vw, 19px);
}

.site-footer__group a {
  font-size: clamp(14px, .95vw, 17px);
}

.site-footer__form input {
  font-size: 16px;
}

@media (max-width: 767px) {
  .section__title {
    font-size: clamp(3.4rem, 17vw, 5.2rem);
  }

  .hero-campaign__story {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .hero-campaign__heading {
    font-size: clamp(4rem, 19vw, 6.5rem);
    line-height: .82;
  }

  .hero-campaign__ctas {
    gap: 14px;
  }

  .button {
    font-size: clamp(19px, 6vw, 25px);
  }

  .brand-statement__quote {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .collection-card h3 {
    font-size: clamp(34px, 12vw, 48px);
  }
}

/* Reference-structure pass: white editorial ecommerce with HEAVY-owned content. */
:root {
  --color-ink: #000000;
  --color-text: #000000;
  --color-muted: #4f4f4f;
  --color-accent: #f3d21b;
  --color-line: rgba(0, 0, 0, .16);
  --color-line-strong: rgba(0, 0, 0, .34);
  --color-surface: #f4f4f2;
}

html,
body {
  background: #ffffff;
  color: #000000;
}

.page-width {
  width: 100%;
  max-width: none;
  padding-inline: clamp(16px, 3vw, 56px);
}

.announcement-bar {
  min-height: 30px;
  display: grid;
  place-items: center;
  background: #000000;
  color: #ffffff;
  font-size: clamp(12px, 1.2vw, 18px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 0;
  background: #ffffff;
  color: #000000;
  backdrop-filter: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.site-header__inner {
  min-height: 92px;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
}

.site-header__brand {
  grid-column: 2;
  justify-self: center;
  color: #000000;
  font-size: clamp(34px, 4.5vw, 58px);
}

.site-header__nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.site-header__actions {
  grid-column: 3;
  grid-row: 1;
  gap: clamp(18px, 3vw, 44px);
}

.site-header__nav a,
.site-header__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: clamp(13px, 1.25vw, 20px);
  font-weight: 900;
  letter-spacing: .01em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__link:hover,
.site-header__nav a:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.icon-button {
  border-color: #000000;
  background: #ffffff;
  color: #000000;
}

.cart-count {
  position: static;
  min-width: auto;
  height: auto;
  display: inline;
  margin-left: .25em;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.mobile-nav {
  background: #ffffff;
  color: #000000;
}

.mobile-nav__top,
.mobile-nav a {
  border-bottom-color: rgba(0, 0, 0, .16);
  color: #000000;
}

.button {
  min-height: 50px;
  border: 0;
  border-bottom: 4px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 8px 0 5px;
  box-shadow: none;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
}

.button:hover {
  background: transparent;
  box-shadow: none;
  opacity: .68;
}

.button--secondary {
  color: inherit;
  background: transparent;
}

.section {
  padding-block: clamp(42px, 7vw, 92px);
}

.section__title {
  font-size: clamp(4.2rem, 11vw, 12rem);
  line-height: .78;
}

.text-link {
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 34px);
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.hero-campaign {
  min-height: calc(100svh - 122px);
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
  color: #ffffff;
  border-bottom: 0;
}

.hero-campaign__panel {
  min-height: 78svh;
  display: grid;
  align-items: end;
  padding: clamp(120px, 18vh, 240px) clamp(16px, 3vw, 56px) clamp(28px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .04) 62%),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, .12), transparent 20%),
    linear-gradient(135deg, #0b5863, #15343d 48%, #0b0b0b);
}

.hero-campaign__story {
  max-width: min(740px, 90vw);
  display: grid;
  gap: 18px;
}

.hero-campaign__eyebrow {
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.7vw, 26px);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-campaign__heading {
  max-width: 6.2ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(7rem, 20vw, 19rem);
  line-height: .76;
}

.hero-campaign__text {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 800;
}

.hero-campaign__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.hero-campaign__grid {
  display: none;
  gap: 16px;
  padding: 16px clamp(16px, 2vw, 28px) 16px 0;
  background: #ffffff;
}

.hero-campaign__grid span {
  min-height: 170px;
  display: block;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .92) 0 12%, transparent 13%),
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .14)),
    #1a5560;
}

.hero-campaign__grid span:nth-child(2n) {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .9) 0 12%, transparent 13%),
    linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .18)),
    #0e2730;
}

.hero-campaign__grid span:nth-child(3n) {
  background:
    linear-gradient(140deg, transparent 0 58%, var(--color-accent) 58% 66%, transparent 66%),
    #111111;
}

.featured-collections {
  background: #ffffff;
  color: #000000;
}

.featured-collections__grid {
  gap: clamp(12px, 2vw, 24px);
}

.collection-card {
  border: 0;
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}

.collection-card__media {
  min-height: clamp(320px, 38vw, 640px);
  border: 0;
}

.collection-card__body {
  padding: 18px 0 0;
}

.collection-card h3 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 78px);
  line-height: .8;
}

.collection-card__link {
  border-bottom-color: #000000;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 30px);
}

.featured-products {
  background: #ffffff;
  color: #000000;
}

.featured-products__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.featured-products__grid.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
}

.featured-products .product-card {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.featured-products .product-card__media {
  background: #f2f2f2;
}

.featured-products .product-card__placeholder {
  color: #000000;
  text-shadow: none;
  background:
    radial-gradient(circle at 50% 30%, #ffffff 0 18%, transparent 19%),
    linear-gradient(180deg, #efefef, #f7f7f7);
}

.featured-products .product-card__info {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 10px 0 0;
}

.featured-products .product-card h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: .92;
}

.featured-products .product-card__price {
  color: #000000;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 900;
}

.featured-products .product-card p,
.featured-products .product-card__quick,
.featured-products .product-card__sizes {
  display: none;
}

.brand-pillars {
  background: #ffffff;
  color: #000000;
}

.brand-pillars__grid {
  gap: clamp(12px, 2vw, 24px);
  border-top: 0;
}

.brand-pillar {
  min-height: 360px;
  align-content: end;
  border: 0;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .42)),
    #111111;
  color: #ffffff;
  padding: 22px;
}

.brand-pillar:nth-child(even) {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .5)),
    #1d4d55;
}

.brand-pillar h3 {
  font-family: var(--font-display);
  font-size: clamp(42px, 4.5vw, 74px);
  line-height: .82;
}

.newsletter {
  background: #000000;
  color: #ffffff;
}

.newsletter__form input {
  min-height: 68px;
  border-color: rgba(255, 255, 255, .8);
  border-radius: 0;
  background: #000000;
  color: #ffffff;
}

.site-footer {
  border-top: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.site-footer__inner {
  grid-template-columns: 1fr;
  gap: 28px;
  min-height: 420px;
  padding-block: clamp(52px, 7vw, 110px) 28px;
}

.site-footer__group h2,
.site-footer__newsletter h2 {
  margin: 0 0 14px;
  color: #000000;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer__group a {
  color: #000000;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 600;
}

.site-footer__newsletter {
  display: grid;
  gap: 16px;
}

.site-footer__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px;
  border: 1px solid rgba(0, 0, 0, .6);
}

.site-footer__form input {
  min-height: 70px;
  border: 0;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
}

.site-footer__form button {
  border: 0;
  background: #ffffff;
  color: #000000;
  font-size: 34px;
  cursor: pointer;
}

.site-footer__bottom {
  color: #a0a0a0;
  border-top: 0;
}

@media (max-width: 767px) {
  .site-header__inner {
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }

  .site-header__brand {
    grid-column: 1;
    justify-self: start;
  }

  .site-header__actions {
    grid-column: 2;
  }

  .site-header__link {
    display: none;
  }

  .hero-campaign__heading {
    font-size: clamp(5.2rem, 26vw, 8.5rem);
  }
}

@media (min-width: 768px) {
  .site-header__nav {
    display: flex;
    gap: clamp(24px, 3vw, 56px);
  }

  .hero-campaign {
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, .95fr);
  }

  .hero-campaign__panel {
    min-height: calc(100svh - 122px);
  }

  .hero-campaign__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-footer__inner {
    grid-template-columns: .75fr .75fr .75fr .9fr 1.55fr;
    align-items: start;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
  }
}

/* HEAVY homepage rebuild: campaign-first, white catalog, black editorial. */
:root {
  color-scheme: light;
  --color-ink: #000000;
  --color-text: #000000;
  --color-muted: #4d4d4d;
  --color-accent: #f3d21b;
  --color-line: rgba(0, 0, 0, .14);
  --color-line-strong: rgba(0, 0, 0, .38);
  --page-pad: 0px;
}

html,
body {
  background: #ffffff;
  color: #000000;
}

.page-width {
  width: 100%;
  max-width: none;
  padding-inline: clamp(16px, 3vw, 56px);
}

.section {
  padding-block: clamp(48px, 7vw, 104px);
}

.section__header {
  margin-bottom: clamp(22px, 3vw, 46px);
}

.section__title {
  font-size: clamp(4.8rem, 12vw, 14rem);
  line-height: .76;
}

.announcement-bar {
  min-height: 30px;
  display: grid;
  place-items: center;
  background: #000000;
  color: #ffffff;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 0;
  background: #ffffff;
  color: #000000;
  backdrop-filter: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.site-header__inner {
  min-height: 92px;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(14px, 3vw, 40px);
}

.site-header__brand {
  grid-column: 2;
  justify-self: center;
  color: #000000;
  font-size: clamp(34px, 4.5vw, 58px);
}

.site-header__nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.site-header__actions {
  grid-column: 3;
  grid-row: 1;
  gap: clamp(18px, 3vw, 44px);
}

.site-header__nav a,
.site-header__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: clamp(13px, 1.25vw, 20px);
  font-weight: 900;
  letter-spacing: .01em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__link:hover,
.site-header__nav a:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.icon-button {
  border-color: #000000;
  background: #ffffff;
  color: #000000;
}

.cart-count {
  position: static;
  min-width: auto;
  height: auto;
  display: inline;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.mobile-nav {
  inset: 104px 0 auto 0;
  background: #ffffff;
  color: #000000;
}

.mobile-nav__top,
.mobile-nav a {
  border-bottom-color: rgba(0, 0, 0, .16);
  color: #000000;
}

.button {
  min-height: 50px;
  border: 0;
  border-bottom: 4px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 8px 0 5px;
  box-shadow: none;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
}

.button:hover {
  background: transparent;
  box-shadow: none;
  opacity: .68;
}

.button--secondary {
  color: inherit;
  background: transparent;
}

.text-link {
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 34px);
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.hero-campaign {
  position: relative;
  min-height: calc(100svh - 122px);
  display: block;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  isolation: isolate;
}

.hero-campaign__media {
  position: absolute;
  inset: 0;
  min-height: auto;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88) 0 34%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .72)),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .18), transparent 24%),
    linear-gradient(135deg, #0d2c31 0 52%, #080808 52% 100%);
}

.hero-campaign__media::before {
  content: "HEAVY";
  position: absolute;
  left: clamp(8px, 3vw, 52px);
  bottom: clamp(-22px, -2vw, -8px);
  z-index: 1;
  color: rgba(255, 255, 255, .08);
  font-family: var(--font-display);
  font-size: clamp(8rem, 27vw, 28rem);
  font-weight: 900;
  line-height: .72;
}

.hero-campaign__media::after {
  content: "";
  position: absolute;
  inset: -12% auto -10% 47%;
  width: clamp(52px, 6vw, 88px);
  background: var(--color-accent);
  opacity: .86;
  transform: skewX(-12deg);
}

.hero-campaign__frame {
  position: absolute;
  display: block;
  background-color: #111111;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34);
}

.hero-campaign__frame--main {
  right: clamp(16px, 4vw, 74px);
  top: clamp(34px, 7vh, 86px);
  width: min(48vw, 720px);
  height: min(66vh, 680px);
  background:
    radial-gradient(circle at 52% 19%, rgba(255, 255, 255, .88) 0 8%, transparent 9%),
    linear-gradient(180deg, transparent 0 30%, rgba(0, 0, 0, .14) 31% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 76px),
    #155966;
}

.hero-campaign__frame--side {
  right: clamp(20px, 5vw, 90px);
  bottom: clamp(28px, 6vh, 72px);
  width: min(24vw, 360px);
  height: min(34vh, 360px);
  background:
    linear-gradient(140deg, transparent 0 56%, #ffffff 56% 68%, transparent 68%),
    linear-gradient(180deg, #151515, #050505);
}

.hero-campaign__frame--small {
  right: min(38vw, 650px);
  top: clamp(34px, 9vh, 110px);
  width: min(19vw, 260px);
  height: min(26vh, 260px);
  background:
    linear-gradient(135deg, var(--color-accent) 0 18%, transparent 18%),
    #ffffff;
}

.hero-campaign__story {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 122px);
  max-width: min(1040px, 100%);
  display: grid;
  align-content: end;
  justify-items: start;
  gap: clamp(12px, 1.6vw, 24px);
  padding: clamp(96px, 12vh, 150px) clamp(16px, 4vw, 76px) clamp(28px, 7vw, 86px);
}

.hero-campaign__eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-size: clamp(15px, 1.5vw, 24px);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-campaign__heading {
  max-width: 8.6ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(6rem, 13vw, 15rem);
  line-height: .74;
}

.hero-campaign__text {
  max-width: 580px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 800;
}

.hero-campaign__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 28px);
}

.hero-campaign__meta {
  margin: clamp(12px, 2vw, 24px) 0 0;
  color: var(--color-accent);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 900;
  text-transform: uppercase;
}

.featured-products {
  background: #ffffff;
  color: #000000;
}

.featured-products__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.featured-products__grid.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
}

.featured-products .product-card {
  border: 0;
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}

.featured-products .product-card__media {
  aspect-ratio: 1 / 1;
  background: #f2f2f2;
}

.featured-products .product-card__placeholder {
  position: relative;
  color: rgba(0, 0, 0, .96);
  text-shadow: none;
  background:
    radial-gradient(circle at 50% 27%, #ffffff 0 10%, transparent 11%),
    linear-gradient(180deg, #eeeeee, #f8f8f8);
  font-size: clamp(2.8rem, 8vw, 6.8rem);
  overflow: hidden;
}

.featured-products .product-card__placeholder::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 50%;
  width: 46%;
  height: 56%;
  border: 8px solid #0b0b0b;
  border-bottom-width: 18px;
  border-radius: 38% 38% 8% 8%;
  transform: translateX(-50%);
}

.featured-products .product-card__placeholder::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  width: 34%;
  height: 8px;
  background: var(--color-accent);
  transform: translateX(-50%) rotate(-12deg);
}

.featured-products .product-card__placeholder--dark {
  background:
    radial-gradient(circle at 50% 27%, #ffffff 0 10%, transparent 11%),
    linear-gradient(180deg, #151515, #050505);
  color: #ffffff;
}

.featured-products .product-card__placeholder--dark::before {
  border-color: #ffffff;
}

.featured-products .product-card__placeholder--line {
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .06) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, #efefef, #fafafa);
}

.featured-products .product-card__placeholder--cap::before {
  top: 32%;
  width: 50%;
  height: 32%;
  border-radius: 50% 50% 12% 12%;
  border-bottom-width: 8px;
}

.featured-products .product-card__info {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 10px 0 0;
}

.featured-products .product-card h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: .92;
}

.featured-products .product-card__price {
  color: #000000;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 900;
}

.featured-products .product-card p,
.featured-products .product-card__quick,
.featured-products .product-card__sizes {
  display: none;
}

.featured-collections {
  background: #ffffff;
  color: #000000;
}

.featured-collections__grid {
  gap: clamp(12px, 2vw, 24px);
}

.collection-card {
  border: 0;
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}

.collection-card__media {
  position: relative;
  min-height: clamp(320px, 38vw, 640px);
  border: 0;
  overflow: hidden;
}

.collection-card__media::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42%;
  height: 66%;
  border-radius: 36% 36% 0 0;
  background: rgba(255, 255, 255, .88);
  transform: translateX(-50%);
}

.collection-card__media::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 36%;
  height: 10px;
  background: var(--color-accent);
  transform: translateX(-50%) rotate(-12deg);
}

.collection-card__media--core {
  background:
    linear-gradient(135deg, #f7f7f2 0 28%, transparent 28%),
    linear-gradient(155deg, transparent 0 58%, var(--color-accent) 58% 66%, transparent 66%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 42px),
    #080808;
}

.collection-card__media--jerseys {
  background:
    linear-gradient(145deg, transparent 0 35%, #ffffff 35% 48%, transparent 48%),
    linear-gradient(25deg, transparent 0 72%, var(--color-accent) 72% 79%, transparent 79%),
    #181818;
}

.collection-card__media--drops {
  background:
    linear-gradient(135deg, #3b0505 0 28%, transparent 28%),
    linear-gradient(160deg, #f5f5ef 0 22%, #120505 22%),
    linear-gradient(28deg, transparent 0 70%, var(--color-accent) 70% 76%, transparent 76%);
}

.collection-card__body {
  padding: 18px 0 0;
}

.collection-card__kicker {
  color: #777777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-card h3 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 78px);
  line-height: .8;
}

.collection-card p {
  color: #4d4d4d;
  font-weight: 600;
}

.collection-card__link {
  border-bottom-color: #000000;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 30px);
}

.brand-pillars {
  background: #ffffff;
  color: #000000;
}

.brand-statement {
  position: relative;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  margin-bottom: clamp(46px, 7vw, 96px);
}

.brand-statement__label {
  margin: 0;
  color: #000000;
  font-size: clamp(13px, 1.2vw, 20px);
  font-weight: 900;
  text-transform: uppercase;
}

.brand-statement__quote {
  max-width: 1240px;
  width: 100%;
  margin: 0;
  font-size: clamp(4.4rem, 9vw, 13rem);
  line-height: .78;
  text-align: left;
}

.brand-pillars__grid {
  gap: clamp(12px, 2vw, 24px);
  border-top: 0;
}

.brand-pillar {
  min-height: 360px;
  align-content: end;
  border: 0;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .42)),
    #111111;
  color: #ffffff;
  padding: 22px;
}

.brand-pillar:nth-child(even) {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .5)),
    #174c55;
}

.brand-pillar__number,
.brand-pillar span {
  color: var(--color-accent);
}

.brand-pillar h3 {
  font-family: var(--font-display);
  font-size: clamp(42px, 4.5vw, 74px);
  line-height: .82;
}

.brand-pillar p {
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
}

.newsletter,
.newsletter-section {
  background: #000000;
  color: #ffffff;
}

.newsletter__form input,
.newsletter-form input {
  min-height: 68px;
  border-color: rgba(255, 255, 255, .8);
  border-radius: 0;
  background: #000000;
  color: #ffffff;
}

.site-footer {
  border-top: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.site-footer__inner {
  grid-template-columns: 1fr;
  gap: 28px;
  min-height: 420px;
  padding-block: clamp(52px, 7vw, 110px) 28px;
}

.site-footer__group h2,
.site-footer__newsletter h2 {
  margin: 0 0 14px;
  color: #000000;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer__group a {
  color: #000000;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 600;
}

.site-footer__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px;
  border: 1px solid rgba(0, 0, 0, .6);
}

.site-footer__form input {
  min-height: 70px;
  border: 0;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
}

.site-footer__form button {
  border: 0;
  background: #ffffff;
  color: #000000;
  font-size: 34px;
  cursor: pointer;
}

.site-footer__bottom {
  color: #9a9a9a;
  border-top: 0;
}

@media (max-width: 767px) {
  .site-header__inner {
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }

  .site-header__brand {
    grid-column: 1;
    justify-self: start;
  }

  .site-header__actions {
    grid-column: 2;
  }

  .site-header__link {
    display: none;
  }

  .mobile-nav {
    inset: 104px 0 auto 0;
  }

  .hero-campaign {
    min-height: calc(100svh - 104px);
  }

  .hero-campaign__story {
    min-height: calc(100svh - 104px);
  }

  .hero-campaign__frame--main {
    right: 0;
    top: 9vh;
    width: 58vw;
    height: 52vh;
    opacity: .58;
  }

  .hero-campaign__frame--side,
  .hero-campaign__frame--small {
    display: none;
  }

  .hero-campaign__media::after {
    left: 76%;
    width: 44px;
  }

  .hero-campaign__heading {
    font-size: clamp(5.2rem, 25vw, 9rem);
  }

  .featured-products__header {
    display: grid;
  }
}

.brand-statement,
.brand-statement__label,
.brand-statement__quote {
  min-width: 0;
  overflow-wrap: break-word;
}

@media (min-width: 640px) {
  .featured-collections__grid,
  .brand-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .site-header__nav {
    display: flex;
    gap: clamp(24px, 3vw, 56px);
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brand-statement__label {
    position: absolute;
    left: clamp(34px, 8vw, 140px);
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
  }

  .site-footer__inner {
    grid-template-columns: .75fr .75fr .75fr .9fr 1.55fr;
    align-items: start;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .featured-collections__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-pillars__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Final homepage type scale: balanced for desktop and mobile review. */
.announcement-bar {
  font-size: clamp(11px, .95vw, 15px);
}

.site-header__brand {
  font-size: clamp(30px, 3.2vw, 46px);
}

.site-header__nav a,
.site-header__link {
  font-size: clamp(13px, 1vw, 17px);
}

.mobile-nav a {
  font-size: 18px;
}

.button {
  min-height: 46px;
  border-bottom-width: 3px;
  font-size: clamp(20px, 1.8vw, 28px);
}

.section {
  padding-block: clamp(42px, 6vw, 84px);
}

.section__title {
  font-size: clamp(3.2rem, 7.6vw, 9rem);
  line-height: .82;
}

.text-link {
  font-size: clamp(20px, 1.8vw, 28px);
  text-decoration-thickness: 3px;
}

.hero-campaign__story {
  gap: clamp(10px, 1.2vw, 18px);
  padding-bottom: clamp(30px, 5vw, 64px);
}

.hero-campaign__eyebrow {
  font-size: clamp(13px, 1.1vw, 18px);
}

.hero-campaign__heading {
  max-width: 9.2ch;
  font-size: clamp(4.8rem, 9.8vw, 12.5rem);
  line-height: .78;
}

.hero-campaign__text {
  max-width: 520px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.45;
}

.hero-campaign__meta {
  font-size: clamp(11px, .9vw, 13px);
}

.featured-products .product-card h3 {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: .98;
}

.featured-products .product-card__price {
  font-size: clamp(16px, 1.2vw, 21px);
}

.featured-products .product-card__placeholder {
  font-size: clamp(2.2rem, 5.5vw, 5rem);
}

.collection-card h3 {
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .88;
}

.collection-card p {
  font-size: clamp(14px, 1vw, 16px);
}

.collection-card__link {
  font-size: clamp(18px, 1.55vw, 24px);
}

.brand-statement {
  margin-bottom: clamp(34px, 5vw, 72px);
}

.brand-statement__quote {
  font-size: clamp(3rem, 5.8vw, 8.5rem);
  line-height: .84;
}

.brand-pillar {
  min-height: clamp(260px, 28vw, 360px);
}

.brand-pillar h3 {
  font-size: clamp(32px, 3.25vw, 54px);
  line-height: .88;
}

.brand-pillar p {
  font-size: clamp(14px, 1vw, 16px);
}

.newsletter-section h2,
.newsletter__title {
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  line-height: .86;
}

.newsletter-section p,
.newsletter__content p:not(.eyebrow) {
  font-size: clamp(15px, 1.1vw, 18px);
}

.site-footer__group h2,
.site-footer__newsletter h2 {
  font-size: clamp(15px, 1vw, 19px);
}

.site-footer__group a {
  font-size: clamp(14px, .95vw, 17px);
}

.site-footer__form input {
  font-size: 16px;
}

@media (max-width: 767px) {
  .section__title {
    font-size: clamp(3.4rem, 17vw, 5.2rem);
  }

  .hero-campaign__story {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .hero-campaign__heading {
    font-size: clamp(4rem, 19vw, 6.5rem);
    line-height: .82;
  }

  .hero-campaign__ctas {
    gap: 14px;
  }

  .button {
    font-size: clamp(19px, 6vw, 25px);
  }

  .brand-statement__quote {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .collection-card h3 {
    font-size: clamp(34px, 12vw, 48px);
  }
}
/* Final mobile structure pass: placed last so reference mobile rules win. */
.cart-link__icon {
  display: none;
}

@media (max-width: 767px) {
  .page-width {
    padding-inline: 16px;
  }

  .announcement-bar {
    min-height: 26px;
    font-size: 12px;
  }

  .site-header__inner {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
  }

  .site-header__brand {
    position: static;
    font-size: 30px;
  }

  .site-header__actions {
    display: contents;
  }

  .site-header__menu {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
  }

  .site-header__link {
    display: none;
  }

  .cart-link {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid !important;
    place-items: center;
    font-size: 0;
    transform: translateY(-50%);
  }

  .cart-link__text {
    display: none;
  }

  .cart-link__icon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .cart-count {
    position: absolute;
    top: 2px;
    right: 1px;
    min-width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 10px;
  }

  .mobile-nav {
    inset: 104px 0 auto;
  }

  .hero-campaign {
    min-height: 520px;
    background: #efefed;
  }

  .hero-campaign__media {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .04)),
      #efefed;
  }

  .hero-campaign__media::before {
    display: none;
  }

  .hero-campaign__media::after {
    inset: auto 16px 12px auto;
    width: 34%;
    height: 2px;
    background: #e32626;
    opacity: 1;
    transform: none;
  }

  .hero-campaign__frame--main {
    left: 15%;
    right: auto;
    top: 12px;
    width: 72%;
    height: 390px;
    opacity: 1;
  }

  .hero-campaign__story {
    min-height: 520px;
    align-content: end;
    gap: 8px;
    padding: 0 16px 34px;
  }

  .hero-campaign__heading {
    max-width: 6.9ch;
    font-size: clamp(52px, 16vw, 64px);
    line-height: .82;
  }

  .hero-campaign__text {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-campaign .button {
    min-height: 34px;
    font-size: 21px;
  }

  .hero-campaign__meta {
    display: none;
  }

  .section {
    padding-block: 34px;
  }

  .featured-products__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

  .section__title,
  .featured-products .section__title {
    font-size: clamp(44px, 14vw, 58px);
    line-height: .86;
  }

  .featured-products .text-link {
    margin-left: auto;
    font-size: 0;
    text-decoration: none;
  }

  .featured-products .text-link::after {
    content: "->";
    font-family: var(--font-body);
    font-size: 34px;
    font-weight: 400;
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 6px;
  }

  .featured-products .product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .featured-products .product-card__info {
    display: block;
    padding-top: 5px;
  }

  .featured-products .product-card h3 {
    max-width: 96%;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 900;
    line-height: .95;
  }

  .featured-products .product-card__price {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }

  .featured-products .product-card__placeholder {
    color: transparent;
    font-size: 0;
  }

  .featured-collections__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .collection-card__media {
    min-height: 410px;
  }

  .collection-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .collection-card p {
    font-size: 13px;
    line-height: 1.3;
  }

  .brand-statement__quote {
    font-size: clamp(39px, 10.8vw, 48px);
    line-height: .93;
  }

  .brand-pillars__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .brand-pillars__grid::-webkit-scrollbar {
    display: none;
  }

  .brand-pillar {
    min-height: 520px;
    scroll-snap-align: start;
    padding: 18px 10px 74px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .86) 72%),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
      #dce9ea;
    color: #000000;
  }

  .brand-pillar:nth-child(even) {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .9) 72%),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
      #d7e3e5;
  }

  .brand-pillar__number,
  .brand-pillar span {
    display: none;
  }

  .brand-pillar h3 {
    margin-top: auto;
    color: #000000;
    font-size: clamp(26px, 8vw, 34px);
  }

  .brand-pillar p {
    max-width: 330px;
    color: #000000;
    font-size: 13px;
    line-height: 1.3;
  }

  .newsletter,
  .newsletter-section {
    background: #ffffff;
    color: #000000;
    padding-block: 76px 44px;
  }

  .newsletter .eyebrow,
  .newsletter-section .eyebrow {
    display: none;
  }

  .newsletter__title,
  .newsletter-section h2 {
    max-width: 340px;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 900;
    line-height: .98;
  }

  .newsletter__content p:not(.eyebrow),
  .newsletter-section p {
    color: #000000;
    font-size: 13px;
  }

  .newsletter__form,
  .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    border: 1px solid rgba(0, 0, 0, .5);
  }

  .newsletter__form input,
  .newsletter-form input {
    min-height: 50px;
    border: 0;
    background: #ffffff;
    color: #000000;
    text-transform: none;
  }

  .newsletter__form .button,
  .newsletter-form .button {
    min-width: 56px;
    min-height: 50px;
    border: 0;
    color: transparent;
    font-size: 0;
  }

  .newsletter__form .button::after,
  .newsletter-form .button::after {
    content: ">";
    color: #000000;
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 400;
  }

  .site-footer__inner {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 28px;
    padding: 32px 16px 28px;
  }

  .site-footer__newsletter {
    display: none;
  }

  .site-footer__group h2 {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .site-footer__group a {
    min-height: 24px;
    font-size: 13px;
    font-weight: 500;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
    margin-top: 18px;
    font-size: 11px;
  }
}
/* Desktop fix for about/brand area: prevent sticky-header overlap and match reference rhythm. */
@media (min-width: 768px) {
  .brand-pillars.section {
    scroll-margin-top: 0;
    padding-top: clamp(96px, 8vw, 132px);
    padding-bottom: clamp(64px, 6vw, 96px);
  }

  .brand-statement {
    min-height: auto;
    margin-bottom: clamp(58px, 5vw, 82px);
    padding-inline: clamp(96px, 14vw, 250px) clamp(28px, 5vw, 80px);
  }

  .brand-statement__label {
    left: clamp(70px, 8vw, 150px);
    top: 44%;
    font-size: clamp(14px, 1.1vw, 18px);
  }

  .brand-statement__quote {
    max-width: 1180px;
    font-size: clamp(4.2rem, 4.9vw, 6.9rem);
    line-height: .88;
  }

  .brand-pillars__heading {
    margin: 0 0 clamp(24px, 2.5vw, 40px);
    font-size: clamp(4.6rem, 6.2vw, 8.6rem);
    line-height: .82;
  }

  .brand-pillars__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
  }

  .brand-pillar {
    min-height: clamp(390px, 31vw, 500px);
    align-content: end;
    padding: clamp(18px, 2vw, 28px);
    overflow: hidden;
  }

  .brand-pillar:nth-child(n+4) {
    display: none;
  }

  .brand-pillar__number,
  .brand-pillar span {
    font-size: clamp(38px, 4vw, 66px);
  }

  .brand-pillar h3 {
    max-width: 9ch;
    font-size: clamp(3.2rem, 3.7vw, 5.4rem);
  }

  .brand-pillar p {
    max-width: 420px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.35;
  }
}
/* MVP product card system. */
.product-card {
  position: relative;
}

.product-card__link {
  height: 100%;
  display: grid;
  color: inherit;
  text-decoration: none;
}

.product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  display: block;
  background: #f2f2f2;
  overflow: hidden;
}

.product-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms var(--ease);
}

.product-card__link:hover .product-card__image {
  transform: scale(1.015);
}

.product-card__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge,
.product-card__badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.badge--sold-out {
  background: #000000;
  color: #ffffff;
}

.badge--new {
  background: var(--color-accent);
}

.badge--limited {
  background: #ffffff;
}

.product-card--sold-out .product-card__image,
.product-card--sold-out .product-card__placeholder {
  opacity: .52;
  filter: grayscale(100%);
}

.product-card__info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding-top: 10px;
}

.product-card__title {
  margin: 0;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
}

.product-card__price {
  color: #000000;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.price__compare {
  color: #777777;
  font-weight: 800;
}

.product-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, #ffffff 0 16%, transparent 17%),
    linear-gradient(180deg, #eeeeee, #f8f8f8);
  color: rgba(0, 0, 0, .9);
}

@media (max-width: 767px) {
  .product-card__badges {
    top: 7px;
    left: 7px;
    gap: 4px;
  }

  .badge,
  .product-card__badge {
    min-height: 20px;
    padding: 3px 5px;
    font-size: 9px;
  }

  .featured-products .product-card__media,
  .product-grid--collection .product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .product-card__info,
  .featured-products .product-card__info {
    display: block;
    padding-top: 5px;
  }

  .product-card__title,
  .featured-products .product-card h3,
  .product-grid--collection .product-card h3 {
    max-width: 96%;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 900;
    line-height: .95;
  }

  .product-card__price,
  .featured-products .product-card__price {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }

  .price {
    justify-content: flex-start;
  }
}
/* MVP collection page. */
.collection-page {
  background: #ffffff;
  color: #000000;
  padding-block: clamp(52px, 7vw, 104px);
}

.collection-page__header {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  margin-bottom: clamp(28px, 4vw, 56px);
}

.collection-page__title {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4.2rem, 9vw, 12rem);
  line-height: .78;
}

.collection-page__description {
  max-width: 760px;
  color: #222222;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.45;
}

.collection-page__description p {
  margin: 0;
}

.collection-page__bar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-block: 1px solid rgba(0, 0, 0, .18);
  margin-bottom: clamp(20px, 3vw, 36px);
  color: #000000;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 900;
  text-transform: uppercase;
}

.product-grid--collection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 24px);
}

.collection-page__empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, .16);
  background: #f5f5f5;
  padding: 32px;
  text-align: center;
}

.collection-page__empty p {
  margin: 0;
  font-weight: 800;
}

.pagination,
.collection-page__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(28px, 4vw, 56px);
}

.pagination a,
.pagination span {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #000000;
  color: #000000;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

/* Collection audit fixes: keep Haravan collection hero and grid stable. */
.collection-page__hero,
.collection-page__hero > * {
  min-width: 0;
}

.collection-page__hero-media {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .collection-page__hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  }

  .collection-page__hero-media {
    min-height: 0;
    aspect-ratio: 1 / .92;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .product-grid--collection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 990px) {
  .product-grid--collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Final mobile ABOUT HEAVY lock: no clipped first pillar, no horizontal carousel. */
@media (max-width: 989px) {
  body .brand-pillars,
  body .brand-pillars > .page-width {
    overflow: visible;
  }

  body .brand-pillars > .page-width {
    padding-inline: 16px;
  }

  body .brand-pillars .brand-pillars__grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .brand-pillars .brand-pillar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    scroll-snap-align: none !important;
    transform: none !important;
  }
}

/* Mobile brand pillars fix: prevent the first ABOUT HEAVY pillar from being clipped. */
@media (max-width: 767px) {
  .brand-pillars,
  .brand-pillars > .page-width {
    overflow: visible;
  }

  .brand-pillars > .page-width {
    padding-inline: 16px;
  }

  .brand-pillars__grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    margin: 0;
  }

  .brand-pillar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: none;
    transform: none;
  }
}

/* Final cart overlay QA lock: last in cascade for preview and Haravan. */
.cart-panel-item__title a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.cart-panel-item__quantity input {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  box-sizing: border-box;
}

@media (min-width: 990px) {
  .cart-page--overlay {
    position: relative;
    min-height: 100svh;
    display: block;
    overflow: hidden;
    background: #eeeae2;
  }

  .cart-page--overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .18)),
      #f2f0ea;
  }

  .cart-page--overlay .cart-page__context {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 96px min(50vw, 720px) 96px clamp(48px, 6vw, 96px);
    color: #000000;
    pointer-events: none;
  }

  .cart-page--overlay .cart-page__context::before {
    content: "";
    width: min(44vw, 620px);
    aspect-ratio: 1 / 1.08;
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    background:
      radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .95) 0 10%, transparent 10.5%),
      linear-gradient(140deg, transparent 0 63%, var(--color-accent) 63% 72%, transparent 72%),
      #111111;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .1);
  }

  .cart-page--overlay .cart-page__context-label {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .cart-page--overlay .cart-page__context strong {
    max-width: 9ch;
    font-family: var(--font-display);
    font-size: clamp(4.2rem, 5.2vw, 7rem);
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
  }

  .cart-page--overlay .cart-panel {
    position: relative;
    z-index: 2;
    width: min(48vw, 640px);
    min-height: 100svh;
    max-height: 100svh;
    margin: 0 0 0 auto;
    overflow: hidden;
    box-shadow: -28px 0 60px rgba(0, 0, 0, .18);
  }

  .cart-page--overlay .cart-panel__items {
    max-height: calc(100svh - 430px);
  }
}

@media (max-width: 989px) {
  .cart-page--overlay {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cart-page--overlay .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 44px;
  }
}

/* Final cart panel lock: desktop cart behaves like a right-side checkout window. */
.cart-page--overlay {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #eeeae2;
}

.cart-page--overlay .cart-panel {
  position: relative;
  z-index: 2;
}

@media (min-width: 990px) {
  .cart-page--overlay {
    display: block;
  }

  .cart-page--overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .18)),
      #f2f0ea;
  }

  .cart-page__context {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 96px min(50vw, 720px) 96px max(48px, calc((100vw - var(--page-width)) / 2 + 48px));
    color: #000000;
    pointer-events: none;
  }

  .cart-page__context::before {
    content: "";
    width: min(44vw, 620px);
    aspect-ratio: 1 / 1.08;
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    background:
      radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .95) 0 10%, transparent 10.5%),
      linear-gradient(140deg, transparent 0 63%, var(--color-accent) 63% 72%, transparent 72%),
      #111111;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .1);
  }

  .cart-page__context-label {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .cart-page__context strong {
    max-width: 9ch;
    font-family: var(--font-display);
    font-size: clamp(4.2rem, 5.2vw, 7rem);
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
  }

  .cart-page--overlay .cart-panel {
    width: min(48vw, 640px);
    min-height: 100svh;
    max-height: 100svh;
    margin: 0 0 0 auto;
    overflow: hidden;
    box-shadow: -28px 0 60px rgba(0, 0, 0, .18);
  }

  .cart-page--overlay .cart-panel__items {
    max-height: calc(100svh - 430px);
  }
}

.cart-panel__close,
.cart-panel-item__remove,
.cart-panel__update {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
}

.cart-panel-item__quantity input {
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 989px) {
  .cart-page--overlay {
    display: flex;
    justify-content: center;
  }
}

.pagination span[aria-current="page"] {
  background: #000000;
  color: #ffffff;
}

@media (min-width: 640px) {
  .product-grid--collection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .product-grid--collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .collection-page {
    padding-block: 34px 48px;
  }

  .collection-page__title {
    font-size: clamp(3.6rem, 16vw, 5.6rem);
  }

  .collection-page__description {
    font-size: 13px;
  }

  .collection-page__bar {
    min-height: 46px;
    margin-bottom: 18px;
    font-size: 11px;
  }

  .product-grid--collection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 6px;
  }
}
/* Collection page hero with date and left image. */
.collection-page__hero {
  display: grid;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 72px);
}

.collection-page__hero-media {
  position: relative;
  min-height: clamp(420px, 45vw, 760px);
  background: #155866;
  overflow: hidden;
}

.collection-page__hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.collection-page__hero-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 52% 24%, rgba(255, 255, 255, .9) 0 9%, transparent 10%),
    linear-gradient(140deg, rgba(255, 255, 255, .94) 0 16%, transparent 16%),
    linear-gradient(32deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 72px),
    #155866;
}

.collection-page__hero-placeholder::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44%;
  height: 66%;
  border-radius: 38% 38% 0 0;
  background: rgba(255, 255, 255, .86);
  transform: translateX(-50%);
}

.collection-page__hero-placeholder::after {
  content: "HEAVY";
  position: absolute;
  left: 6%;
  bottom: 5%;
  color: rgba(0, 0, 0, .22);
  font-family: var(--font-display);
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 900;
  line-height: .8;
}

.collection-page__hero-copy {
  display: grid;
  gap: clamp(14px, 1.5vw, 24px);
}

.collection-page__date {
  margin: 0;
  color: #000000;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .collection-page {
    padding-top: 0;
  }

  .collection-page__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  }

  .collection-page__hero-media {
    order: 1;
  }

  .collection-page__hero-copy {
    order: 2;
  }
}

@media (max-width: 767px) {
  .collection-page__hero {
    gap: 22px;
    margin-bottom: 28px;
  }

  .collection-page__hero-media {
    min-height: 430px;
  }

  .collection-page__date {
    font-size: 12px;
  }
}

/* MVP product page. */
.product-page {
  background: #ffffff;
  color: #000000;
  padding-block: clamp(28px, 4vw, 64px) clamp(54px, 7vw, 108px);
}

.product-page__inner {
  display: grid;
  gap: clamp(28px, 4vw, 64px);
}

.product-media {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.product-media__main {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #f1f1ed;
  overflow: hidden;
}

.product-media__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-media__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: end start;
  padding: clamp(18px, 4vw, 42px);
  color: rgba(255, 255, 255, .9);
  background:
    linear-gradient(145deg, transparent 0 34%, #ffffff 34% 45%, transparent 45%),
    linear-gradient(24deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 60px),
    #080808;
  font-size: clamp(4.4rem, 14vw, 12rem);
  line-height: .8;
}

.product-media__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(70px, 92px);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
}

.product-media__thumb {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #f4f4f0;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  scroll-snap-align: start;
}

.product-media__thumb.is-active {
  border-color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
}

.product-media__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-info {
  display: grid;
  align-content: start;
  gap: clamp(22px, 3vw, 34px);
}

.product-info__top {
  display: grid;
  gap: 12px;
}

.product-info__eyebrow {
  margin: 0;
  color: #4d4d48;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info__title {
  max-width: 8.8ch;
  margin: 0;
  font-size: clamp(4.8rem, 9vw, 11rem);
  line-height: .78;
}

.product-info__price,
.product-info__price .price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #000000;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.product-info__description {
  max-width: 620px;
  color: #222222;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.55;
}

.product-info__description > * {
  margin-block: 0 12px;
}

.product-info__description > *:last-child {
  margin-bottom: 0;
}

.product-form {
  display: grid;
  gap: 18px;
}

.product-form__field {
  display: grid;
  gap: 8px;
}

.product-form__field label {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-form select,
.quantity-selector input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.product-form__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-option {
  min-height: 44px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.variant-option.is-active {
  background: #000000;
  color: #ffffff;
}

.variant-option:disabled {
  border-color: rgba(0, 0, 0, .22);
  color: rgba(0, 0, 0, .36);
  cursor: not-allowed;
  text-decoration: line-through;
}

.product-form__row {
  display: grid;
  gap: 14px;
}

.quantity-selector {
  display: grid;
  grid-template-columns: 52px minmax(74px, 1fr) 52px;
  width: min(100%, 210px);
  border: 1px solid #000000;
}

.quantity-selector button,
.quantity-selector input {
  min-height: 52px;
  border: 0;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

.quantity-selector button {
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.quantity-selector input {
  border-inline: 1px solid #000000;
  padding: 0;
}

.product-form__submit {
  min-height: 56px;
  width: 100%;
  justify-content: center;
}

.product-form__submit:disabled {
  border-color: rgba(0, 0, 0, .24);
  background: #d8d8d2;
  color: rgba(0, 0, 0, .42);
  cursor: not-allowed;
}

.product-accordions {
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.product-accordion {
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.product-accordion summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.product-accordion summary::-webkit-details-marker {
  display: none;
}

.product-accordion summary::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
}

.product-accordion[open] summary::after {
  content: "-";
}

.product-accordion__content {
  max-width: 620px;
  padding-bottom: 20px;
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.product-accordion__content p {
  margin-block: 0 8px;
}

@media (min-width: 900px) {
  .product-page__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: start;
  }

  .product-info {
    position: sticky;
    top: calc(var(--header-height, 92px) + 24px);
  }

  .product-form__row {
    grid-template-columns: minmax(160px, 210px) minmax(220px, 1fr);
    align-items: end;
  }
}

@media (max-width: 767px) {
  .product-page {
    padding-block: 0 46px;
  }

  .product-page .page-width {
    width: 100%;
  }

  .product-media {
    gap: 10px;
  }

  .product-media__main {
    aspect-ratio: 4 / 5;
  }

  .product-media__thumbs {
    padding-inline: var(--page-gutter);
  }

  .product-info {
    padding-inline: var(--page-gutter);
  }

  .product-info__title {
    font-size: clamp(4rem, 16vw, 6.4rem);
  }
}

/* Product page commerce structure reference pass. */
.product-page--commerce {
  padding-block: clamp(28px, 4vw, 58px) clamp(56px, 7vw, 104px);
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: clamp(24px, 3.8vw, 48px);
  color: #000000;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 600;
}

.product-breadcrumb a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.product-page--commerce .product-page__inner {
  gap: clamp(34px, 7vw, 132px);
}

.product-page--commerce .product-media__main {
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
}

.product-page--commerce .product-media__image {
  object-fit: contain;
  padding: clamp(14px, 2.8vw, 42px);
}

.product-page--commerce .product-media__placeholder {
  color: rgba(255, 255, 255, .94);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .98) 0 21%, transparent 22%),
    linear-gradient(150deg, transparent 0 37%, #ffffff 37% 49%, transparent 49%),
    linear-gradient(26deg, transparent 0 71%, var(--color-accent) 71% 77%, transparent 77%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 56px),
    #080808;
}

.product-media__zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}

.product-media__arrows {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: none;
  justify-content: space-between;
  color: rgba(0, 0, 0, .7);
  font-size: 32px;
  line-height: 1;
  pointer-events: none;
}

.product-page--commerce .product-info {
  gap: 18px;
}

.product-info__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.product-page--commerce .product-info__title {
  max-width: 16ch;
  font-size: clamp(2.2rem, 2.6vw, 3.8rem);
  line-height: .9;
}

.product-page--commerce .product-info__price,
.product-page--commerce .product-info__price .price {
  padding-top: 4px;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  line-height: 1;
  white-space: nowrap;
}

.product-info__installment {
  margin: -4px 0 4px;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.product-form--commerce {
  gap: 14px;
}

.product-form__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 16px;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.product-form__meta p {
  margin: 0;
}

.product-form__meta a {
  grid-column: 2;
  grid-row: 2;
  color: #000000;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.product-form__field--native {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-form--commerce .product-form__variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 0;
  border: 1px solid #000000;
}

.product-form--commerce .variant-option {
  min-height: 72px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, .18);
  padding: 0 12px;
  background: #ffffff;
  color: #000000;
  font-size: clamp(14px, 1.2vw, 18px);
  text-align: center;
}

.product-form--commerce .variant-option:last-child {
  border-right: 0;
}

.product-form--commerce .variant-option.is-active {
  background: #000000;
  color: #ffffff;
}

.product-form__quantity-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-form__quantity-line .quantity-selector {
  width: 156px;
  grid-template-columns: 44px minmax(52px, 1fr) 44px;
}

.product-form__quantity-line .quantity-selector,
.product-form__quantity-line .quantity-selector button,
.product-form__quantity-line .quantity-selector input {
  min-height: 44px;
}

.product-form--commerce .product-form__submit {
  min-height: 74px;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: .9;
}

.product-tabs {
  display: grid;
  gap: 14px;
  margin-top: 2px;
}

.product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
}

.product-tab-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 900;
  line-height: .9;
  padding: 6px 0;
  text-transform: uppercase;
  cursor: pointer;
}

.product-tab-button.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.product-tab-panel {
  max-width: 760px;
  color: #000000;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 500;
  line-height: 1.38;
}

.product-tab-panel > * {
  margin-block: 0 16px;
}

.product-tab-panel__description {
  display: grid;
  gap: 12px;
}

.product-tab-panel__description img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

@media (min-width: 900px) {
  .product-page--commerce .product-page__inner {
    grid-template-columns: minmax(0, .98fr) minmax(440px, .74fr);
  }

  .product-page--commerce .product-info {
    padding-top: clamp(34px, 5vw, 82px);
    position: static;
  }
}

@media (max-width: 767px) {
  .product-page--commerce {
    padding-block: 22px 44px;
  }

  .product-page--commerce .page-width {
    width: min(100% - 36px, var(--page-width));
  }

  .product-breadcrumb {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
  }

  .product-page--commerce .product-page__inner {
    gap: 24px;
  }

  .product-page--commerce .product-media__main {
    aspect-ratio: 1 / 1;
  }

  .product-page--commerce .product-media__image {
    padding: 12px;
  }

  .product-media__zoom {
    top: 8px;
    right: 8px;
    font-size: 38px;
  }

  .product-media__arrows {
    display: flex;
  }

  .product-page--commerce .product-info {
    padding-inline: 0;
    gap: 14px;
  }

  .product-info__heading {
    gap: 10px;
  }

  .product-page--commerce .product-info__title {
    font-size: clamp(2.4rem, 8.8vw, 3.4rem);
  }

  .product-page--commerce .product-info__price,
  .product-page--commerce .product-info__price .price {
    font-size: 1.55rem;
  }

  .product-info__installment {
    font-size: 16px;
  }

  .product-form__meta {
    font-size: 18px;
  }

  .product-form--commerce .product-form__variants {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .product-form--commerce .variant-option {
    min-height: 64px;
    padding-inline: 4px;
    font-size: 18px;
  }

  .product-form__quantity-line {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .product-form__quantity-line .quantity-selector {
    width: 100%;
  }

  .product-form--commerce .product-form__submit {
    min-height: 94px;
    font-size: 2.6rem;
  }

  .product-tabs {
    gap: 16px;
  }

  .product-tabs__nav {
    gap: 0 18px;
  }

  .product-tab-button {
    font-size: clamp(2.2rem, 8.5vw, 3.1rem);
  }

  .product-tab-panel {
    font-size: 19px;
    line-height: 1.35;
  }
}

/* MVP cart page. */
.cart-page {
  background: #ffffff;
  color: #000000;
  padding-block: clamp(34px, 5vw, 76px) clamp(58px, 7vw, 112px);
}

.cart-page__header {
  margin-bottom: clamp(28px, 4vw, 58px);
}

.cart-page__title {
  margin: 0;
  font-size: clamp(5rem, 9vw, 13rem);
  line-height: .78;
}

.cart-page__form {
  display: grid;
  gap: clamp(28px, 4vw, 64px);
}

.cart-page__items {
  display: grid;
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.cart-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(150px, auto);
  gap: clamp(16px, 2vw, 28px);
  align-items: start;
  padding-block: clamp(18px, 2.6vw, 34px);
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.cart-item__media {
  aspect-ratio: 4 / 5;
  display: block;
  background: #f3f3ef;
  color: #000000;
  overflow: hidden;
  text-decoration: none;
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cart-item__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: end start;
  padding: 10px;
  color: rgba(255, 255, 255, .9);
  background:
    linear-gradient(140deg, transparent 0 62%, var(--color-accent) 62% 72%, transparent 72%),
    #080808;
  font-size: 2rem;
  line-height: .85;
}

.cart-item__details {
  display: grid;
  gap: 8px;
}

.cart-item__title {
  max-width: 520px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
}

.cart-item__title a,
.cart-item__remove {
  color: inherit;
}

.cart-item__title a {
  text-decoration: none;
}

.cart-item__variant,
.cart-item__properties,
.cart-summary p {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.cart-item__properties {
  display: grid;
  gap: 3px;
}

.cart-item__properties div {
  display: flex;
  gap: 6px;
}

.cart-item__properties dt,
.cart-item__properties dd {
  margin: 0;
}

.cart-item__remove {
  width: fit-content;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-item__controls {
  display: grid;
  justify-items: end;
  gap: 16px;
}

.cart-item__quantity {
  display: grid;
  gap: 8px;
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-item__quantity input {
  width: 88px;
  min-height: 44px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  padding: 0 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.cart-item__price {
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
  font-weight: 900;
  white-space: nowrap;
}

.cart-summary {
  display: grid;
  gap: 18px;
  align-content: start;
  border: 1px solid #000000;
  padding: clamp(18px, 2.6vw, 32px);
  background: #ffffff;
}

.cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #000000;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.cart-summary__checkout,
.cart-summary__update {
  width: 100%;
  justify-content: center;
}

.cart-summary__checkout {
  min-height: 62px;
  background: #000000;
  color: #ffffff;
}

.cart-empty {
  min-height: clamp(360px, 52vw, 620px);
  display: grid;
  place-items: center;
  align-content: center;
  justify-items: center;
  gap: 18px;
  border: 1px solid rgba(0, 0, 0, .14);
  background:
    linear-gradient(145deg, transparent 0 34%, rgba(0, 0, 0, .05) 34% 45%, transparent 45%),
    linear-gradient(24deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    #f6f6f2;
  padding: clamp(28px, 5vw, 70px);
  text-align: center;
}

.cart-empty__title {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4.2rem, 8vw, 10rem);
  line-height: .82;
}

.cart-empty p {
  margin: 0;
  color: #333333;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 800;
}

@media (min-width: 960px) {
  .cart-page__form {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
    align-items: start;
  }

  .cart-summary {
    position: sticky;
    top: calc(var(--header-height, 92px) + 24px);
  }
}

@media (max-width: 767px) {
  .cart-page {
    padding-block: 28px 48px;
  }

  .cart-page__title {
    font-size: clamp(4.2rem, 16vw, 6.6rem);
  }

  .cart-item {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
  }

  .cart-item__controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
  }

  .cart-item__title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .cart-item__quantity input {
    width: 96px;
  }

  .cart-item__price {
    justify-self: end;
    font-size: 1.5rem;
  }
}

/* Cart panel visual pass. */
.cart-page--panel {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  background: #eeeae2;
  color: #000000;
  padding: 0;
}

.cart-panel {
  width: min(100%, 720px);
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  margin-inline: auto;
  background: #ffffff;
  padding: clamp(20px, 3vw, 46px);
}

.cart-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.cart-panel__title {
  margin: 0;
  font-size: clamp(4.6rem, 6vw, 7.6rem);
  line-height: .78;
}

.cart-panel__close {
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-panel__shipping {
  margin: 0 0 10px;
  color: #000000;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600;
}

.cart-panel__progress {
  width: 100%;
  height: 5px;
  display: block;
  margin-bottom: clamp(26px, 4vw, 42px);
  background: #ef3232;
}

.cart-panel__form {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
}

.cart-panel__items {
  display: grid;
  align-content: start;
  gap: 20px;
  overflow: auto;
  padding-bottom: 24px;
}

.cart-panel-item {
  position: relative;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: start;
}

.cart-panel-item__media {
  aspect-ratio: 1 / 1;
  display: block;
  background: #f3f3f0;
  color: #000000;
  overflow: hidden;
  text-decoration: none;
}

.cart-panel-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cart-panel-item__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: end start;
  padding: 8px;
  color: rgba(255, 255, 255, .9);
  background:
    linear-gradient(140deg, transparent 0 62%, var(--color-accent) 62% 72%, transparent 72%),
    #080808;
  font-size: 1.8rem;
  line-height: .85;
}

.cart-panel-item__info {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.cart-panel-item__title {
  max-width: 24ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: .85;
  text-transform: uppercase;
}

.cart-panel-item__title a {
  color: inherit;
  text-decoration: none;
}

.cart-panel-item__variant,
.cart-panel-item__properties {
  margin: 0;
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.cart-panel-item__properties {
  display: grid;
  gap: 2px;
}

.cart-panel-item__properties div {
  display: flex;
  gap: 5px;
}

.cart-panel-item__properties dt,
.cart-panel-item__properties dd {
  margin: 0;
}

.cart-panel-item__price {
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
}

.cart-panel-item__quantity {
  width: fit-content;
  display: inline-grid;
  grid-template-columns: 20px 36px 20px;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.cart-panel-item__quantity input {
  width: 36px;
  min-height: 28px;
  border: 0;
  background: transparent;
  color: #000000;
  padding: 0;
  font: inherit;
  text-align: center;
}

.cart-panel-item__remove {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, .45);
  border-radius: 999px;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.cart-panel__summary {
  display: grid;
  gap: 18px;
  border-top: 1px solid #000000;
  padding-top: clamp(18px, 3vw, 30px);
}

.cart-panel__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #000000;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  font-weight: 900;
  text-transform: uppercase;
}

.cart-panel__checkout {
  min-height: 72px;
  width: 100%;
  justify-content: center;
  background: #000000;
  color: #ffffff;
}

.cart-panel__continue {
  min-height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid #000000;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 900;
  line-height: .9;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-panel__update {
  justify-self: center;
  border: 0;
  background: transparent;
  color: #666666;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-empty--panel {
  min-height: min(62svh, 520px);
  border: 0;
  background: transparent;
}

.cart-page__context {
  display: none;
}

@media (min-width: 900px) {
  .cart-page--panel {
    justify-content: flex-end;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 44%),
      #eeeae2;
  }

  .cart-panel {
    margin-right: max(0px, calc((100vw - var(--page-width)) / 2));
    box-shadow: -24px 0 60px rgba(0, 0, 0, .12);
  }
}

@media (max-width: 767px) {
  .cart-panel {
    min-height: 100svh;
    padding: 14px 10px 16px;
  }

  .cart-panel__header {
    margin-bottom: 26px;
  }

  .cart-panel__title {
    font-size: 4.2rem;
  }

  .cart-panel__shipping {
    font-size: 12px;
  }

  .cart-panel__progress {
    height: 4px;
    margin-bottom: 24px;
  }

  .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 24px;
    gap: 10px;
  }

  .cart-panel-item__title {
    font-size: 1.42rem;
  }

  .cart-panel-item__variant {
    font-size: 13px;
  }

  .cart-panel-item__price {
    font-size: 1.34rem;
  }

  .cart-panel__form {
    grid-template-rows: minmax(360px, 1fr) auto;
  }

  .cart-panel__checkout {
    min-height: 50px;
  }

  .cart-panel__continue {
    min-height: 50px;
    font-size: 2rem;
  }
}

/* Simple MVP About page. */
.about-page {
  background: #ffffff;
  color: #000000;
}

.about-page__eyebrow {
  margin: 0;
  color: #555555;
  font-size: clamp(12px, .9vw, 14px);
  font-weight: 900;
  text-transform: uppercase;
}

.about-hero {
  min-height: clamp(520px, 72svh, 820px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(145deg, transparent 0 34%, rgba(255, 255, 255, .92) 34% 45%, transparent 45%),
    linear-gradient(24deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 68px),
    #050505;
  color: #ffffff;
  padding-block: clamp(64px, 9vw, 132px);
}

.about-hero__inner {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
}

.about-hero .about-page__eyebrow {
  color: var(--color-accent);
}

.about-hero__title {
  max-width: 7ch;
  margin: 0;
  font-size: clamp(6rem, 14vw, 18rem);
  line-height: .78;
}

.about-hero__text {
  max-width: 920px;
  margin: 0;
  color: #f4f4ef;
  font-size: clamp(20px, 2.6vw, 42px);
  font-weight: 900;
  line-height: 1.02;
}

.about-mission,
.about-pillars,
.about-proof,
.about-cta {
  padding-block: clamp(54px, 7vw, 108px);
}

.about-mission__inner {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
}

.about-mission__statement {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(5rem, 9vw, 13rem);
  line-height: .78;
}

.about-section-title {
  margin: 0 0 clamp(28px, 4vw, 56px);
  font-size: clamp(4.8rem, 8vw, 11rem);
  line-height: .78;
}

.about-pillars {
  background: #050505;
  color: #ffffff;
}

.about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .18);
}

.about-pillar {
  min-height: clamp(300px, 26vw, 420px);
  display: grid;
  align-content: end;
  gap: 16px;
  background: #0b0b0b;
  padding: clamp(18px, 2.2vw, 34px);
}

.about-pillar:nth-child(even) {
  background: #155866;
}

.about-pillar span {
  align-self: start;
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 4vw, 6rem);
  font-weight: 900;
  line-height: .8;
}

.about-pillar h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 4.5vw, 7rem);
  font-weight: 900;
  line-height: .82;
}

.about-pillar p {
  margin: 0;
  color: #e8e8e2;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 700;
  line-height: 1.35;
}

.about-proof {
  border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.about-proof__inner {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.about-proof__title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(5rem, 9vw, 13rem);
  line-height: .78;
}

.about-proof__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #000000;
}

.about-proof__row span {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(0, 0, 0, .18);
  padding: 16px;
  color: #000000;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.about-proof__row span:last-child {
  border-right: 0;
}

.about-cta {
  background: #ffffff;
}

.about-cta__inner {
  display: flex;
  justify-content: center;
}

.about-cta__button {
  min-width: min(100%, 420px);
  justify-content: center;
}

@media (max-width: 900px) {
  .about-pillars__grid,
  .about-proof__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-proof__row span:nth-child(2) {
    border-right: 0;
  }

  .about-proof__row span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, .18);
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 560px;
    padding-block: 52px;
  }

  .about-hero__title {
    font-size: clamp(5.8rem, 22vw, 8.2rem);
  }

  .about-hero__text {
    font-size: clamp(20px, 7vw, 30px);
  }

  .about-mission,
  .about-pillars,
  .about-proof,
  .about-cta {
    padding-block: 46px;
  }

  .about-mission__statement,
  .about-proof__title,
  .about-section-title {
    font-size: clamp(4.4rem, 15vw, 6.8rem);
  }

  .about-pillars__grid,
  .about-proof__row {
    grid-template-columns: 1fr;
  }

  .about-pillar {
    min-height: 240px;
  }

  .about-proof__row span,
  .about-proof__row span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
  }

  .about-proof__row span:last-child {
    border-bottom: 0;
  }
}

/* About editorial structure pass. */
.about-editorial {
  background: #ffffff;
  color: #000000;
}

.about-editorial-hero,
.about-mission-split,
.about-editorial-pillars,
.about-proof-editorial,
.about-cta--editorial {
  padding-block: clamp(48px, 5.8vw, 92px);
}

.about-editorial-hero {
  padding-top: clamp(36px, 5vw, 78px);
}

.about-editorial__lead {
  display: grid;
  grid-template-columns: clamp(40px, 6vw, 80px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  margin-bottom: clamp(36px, 5vw, 76px);
}

.about-editorial__rail {
  margin: 0;
  color: #000000;
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.about-editorial__eyebrow {
  margin: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-editorial__headline,
.about-mission-split__title,
.about-editorial__section-title,
.about-proof-editorial__copy h2 {
  margin: 0;
  color: #000000;
  line-height: .82;
}

.about-editorial__headline {
  max-width: 23ch;
  font-size: clamp(4.2rem, 5.2vw, 8rem);
}

.about-media-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.about-visual {
  position: relative;
  min-height: 420px;
  display: block;
  overflow: hidden;
  background: #101010;
  scroll-snap-align: start;
}

.about-visual::before,
.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
}

.about-visual::after {
  content: "HEAVY";
  inset: auto 24px 22px 24px;
  color: rgba(255, 255, 255, .9);
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 5vw, 7rem);
  font-weight: 900;
  line-height: .8;
}

.about-visual--arcade {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .05)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 1px, transparent 1px 54px),
    linear-gradient(135deg, #310808 0 30%, #ef3232 30% 42%, #090909 42%);
}

.about-visual--arcade::before {
  width: 54%;
  height: 40%;
  inset: auto 8% 10% auto;
  border: 2px solid rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .42);
}

.about-visual--champion {
  background:
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, .9) 0 7%, transparent 8%),
    linear-gradient(135deg, #081525 0 44%, #155866 44% 58%, #050505 58%);
}

.about-visual--champion::before {
  inset: 12% 18% 0 28%;
  border-radius: 44% 44% 0 0;
  background: rgba(255, 255, 255, .14);
}

.about-visual--drop {
  background:
    linear-gradient(150deg, transparent 0 36%, #ffffff 36% 46%, transparent 46%),
    linear-gradient(24deg, transparent 0 72%, var(--color-accent) 72% 78%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 50px),
    #080808;
}

.about-mission-split__inner {
  display: grid;
  grid-template-columns: clamp(40px, 6vw, 80px) minmax(0, 1fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}

.about-mission-split__copy {
  display: grid;
  gap: 18px;
}

.about-mission-split__title {
  max-width: 17ch;
  font-size: clamp(4rem, 5vw, 7.6rem);
}

.about-visual--team {
  min-height: clamp(420px, 40vw, 650px);
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 255, 255, .92) 0 9%, transparent 10%),
    linear-gradient(135deg, #050505 0 34%, #311010 34% 46%, #050505 46%);
}

.about-visual--team::before {
  inset: 22% 14% 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .14) 0 30%, transparent 30% 36%, rgba(255, 255, 255, .18) 36% 66%, transparent 66% 72%, rgba(255, 255, 255, .14) 72%);
}

.about-editorial__section-title {
  margin-bottom: clamp(28px, 4vw, 58px);
  font-size: clamp(4rem, 5.2vw, 7.8rem);
}

.about-editorial-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
}

.about-editorial-pillar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.about-editorial-pillar .about-visual {
  min-height: clamp(300px, 25vw, 520px);
}

.about-editorial-pillar h3 {
  margin: 0;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 2.9vw, 4.6rem);
  font-weight: 900;
  line-height: .86;
  text-transform: uppercase;
}

.about-editorial-pillar p {
  margin: 0;
  color: #151515;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600;
  line-height: 1.38;
}

.about-visual--trophy {
  background:
    radial-gradient(circle at 50% 36%, #0b2440 0 18%, transparent 19%),
    radial-gradient(circle at 50% 36%, #f4f4ef 0 26%, transparent 27%),
    linear-gradient(135deg, #f3f3ee 0 18%, #1c4f7a 18% 56%, #050505 56%);
}

.about-visual--stage {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .38)),
    repeating-linear-gradient(75deg, rgba(255, 255, 255, .65) 0 3px, transparent 3px 44px),
    linear-gradient(120deg, #155866 0 48%, #1a68c5 48% 64%, #050505 64%);
}

.about-visual--arena {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .95) 0 5%, transparent 6%),
    linear-gradient(180deg, #050505 0 46%, #ef3232 46% 52%, #111111 52%);
}

.about-visual--apparel {
  background:
    linear-gradient(135deg, #f4f4ef 0 54%, var(--color-accent) 54% 60%, #050505 60%);
}

.about-proof-editorial {
  border-top: 1px solid rgba(0, 0, 0, .12);
}

.about-proof-editorial__inner {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 86px);
}

.about-visual--portrait {
  min-height: clamp(460px, 54vw, 820px);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .86) 0 8%, transparent 9%),
    linear-gradient(135deg, #ef3232 0 16%, #180606 16% 58%, #050505 58%);
}

.about-visual--portrait::before {
  inset: 18% 26% 0;
  border-radius: 46% 46% 0 0;
  background: rgba(255, 255, 255, .16);
}

.about-proof-editorial__copy {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.about-proof-editorial__copy h2 {
  max-width: 15ch;
  font-size: clamp(3.8rem, 4.8vw, 7.2rem);
}

.about-proof-editorial__copy p {
  max-width: 660px;
  margin: 0;
  color: #101010;
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: 600;
  line-height: 1.36;
}

.about-proof-editorial__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #000000;
}

.about-proof-editorial__row span {
  min-height: 72px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(0, 0, 0, .18);
  padding: 14px;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.about-proof-editorial__row span:last-child {
  border-right: 0;
}

.about-built-list {
  padding-block: clamp(48px, 5.8vw, 92px);
  border-top: 1px solid rgba(0, 0, 0, .12);
}

.about-built-list__inner {
  display: grid;
  grid-template-columns: clamp(40px, 6vw, 80px) minmax(0, 1fr) minmax(280px, .48fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
}

.about-built-list__copy {
  min-width: 0;
}

.about-built-list__names {
  display: grid;
  align-items: start;
}

.about-built-list__names span {
  width: fit-content;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 5.4vw, 8rem);
  font-weight: 900;
  line-height: .86;
  text-transform: uppercase;
}

.about-built-list__names span:first-child {
  background: var(--color-accent);
  padding: 0 .08em .03em;
}

.about-visual--community {
  min-height: clamp(360px, 42vw, 640px);
  background:
    radial-gradient(circle at 52% 24%, rgba(255, 255, 255, .9) 0 9%, transparent 10%),
    linear-gradient(135deg, #050505 0 44%, #155866 44% 58%, #080808 58%);
}

.about-visual--community::before {
  inset: 22% 18% 0;
  border-radius: 48% 48% 0 0;
  background: rgba(255, 255, 255, .16);
}

@media (max-width: 1100px) {
  .about-editorial-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-built-list__inner {
    grid-template-columns: clamp(40px, 6vw, 80px) minmax(0, 1fr);
  }

  .about-visual--community {
    grid-column: 2;
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .about-editorial-hero,
  .about-mission-split,
  .about-editorial-pillars,
  .about-proof-editorial,
  .about-built-list,
  .about-cta--editorial {
    padding-block: 42px;
  }

  .about-editorial__lead {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .about-editorial__rail {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 13px;
  }

  .about-editorial__headline,
  .about-mission-split__title,
  .about-editorial__section-title,
  .about-proof-editorial__copy h2 {
    font-size: clamp(3.1rem, 10.7vw, 4.9rem);
    line-height: .86;
  }

  .about-editorial__headline,
  .about-mission-split__title,
  .about-proof-editorial__copy h2 {
    max-width: 100%;
  }

  .about-media-strip {
    grid-auto-columns: minmax(254px, 72vw);
    gap: 10px;
    margin-right: calc(var(--page-gutter) * -1);
  }

  .about-visual,
  .about-editorial-pillar .about-visual {
    min-height: 254px;
  }

  .about-mission-split__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-visual--team,
  .about-visual--portrait {
    min-height: 410px;
  }

  .about-editorial-pillars__grid,
  .about-proof-editorial__inner,
  .about-built-list__inner {
    grid-template-columns: 1fr;
  }

  .about-built-list__names span {
    max-width: 100%;
    font-size: clamp(3.5rem, 11.2vw, 5.2rem);
  }

  .about-visual--community {
    grid-column: auto;
    min-height: 238px;
  }

  .about-proof-editorial__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-proof-editorial__row span:nth-child(2) {
    border-right: 0;
  }

.about-proof-editorial__row span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, .18);
  }
}

/* Required Haravan fallback templates. */
.system-page {
  background: #ffffff;
  color: #000000;
  padding-block: clamp(54px, 8vw, 120px);
}

.system-page h1 {
  max-width: 12ch;
  margin: 0 0 28px;
  color: #000000;
  font-size: clamp(4rem, 7vw, 9rem);
  line-height: .86;
  text-transform: uppercase;
}

.system-page time,
.system-page p {
  color: #111111;
  font-weight: 600;
  line-height: 1.45;
}

.system-page .rte {
  max-width: 820px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.65;
}

.system-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.system-list__item {
  border-top: 1px solid rgba(0, 0, 0, .16);
  padding-block: 18px;
}

.system-list__item h2 {
  margin: 0 0 8px;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: .9;
  text-transform: uppercase;
}

.system-list__item a {
  color: inherit;
  text-decoration: none;
}

.system-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 34px;
}

.system-search input {
  min-height: 54px;
  border: 1px solid #000000;
  padding: 0 16px;
  font: inherit;
}

@media (max-width: 767px) {
  .system-page {
    padding-block: 42px;
  }

  .system-page h1 {
    font-size: clamp(3.2rem, 13vw, 5.4rem);
  }

  .system-search {
    grid-template-columns: 1fr;
  }
}

/* Blog + article commerce layer. */
.blog-index,
.article-commerce {
  background: #ffffff;
  color: #050505;
}

.blog-index__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .6fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 72px);
}

.blog-index__hero h1,
.article-commerce__hero h1 {
  max-width: 10ch;
  margin: 0;
}

.blog-index__hero p:not(.eyebrow),
.blog-card__body > p,
.article-commerce__content,
.article-buy-card__content p {
  color: #171717;
  font-weight: 650;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.blog-card {
  min-width: 0;
  border-top: 1px solid rgba(0, 0, 0, .16);
  padding-top: 18px;
}

.blog-card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: end;
}

.blog-card__media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #101010;
  color: #ffe000;
  text-decoration: none;
}

.blog-card--featured .blog-card__media {
  aspect-ratio: 16 / 10;
}

.blog-card__media img,
.article-commerce__image img,
.article-buy-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: clamp(4rem, 8vw, 8rem);
}

.blog-card__body {
  padding-top: 16px;
}

.blog-card__meta,
.article-commerce__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 12px;
  color: #555;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0 0 12px;
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 3.2vw, 4.9rem);
  line-height: .88;
  text-transform: uppercase;
}

.blog-card h2 a,
.article-buy-card h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-card__link,
.article-commerce__rail a,
.article-buy-card__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 4px solid currentColor;
  color: #050505;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-empty {
  border: 1px solid rgba(0, 0, 0, .18);
  padding: clamp(24px, 5vw, 56px);
}

.article-commerce__hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: end;
  padding-bottom: clamp(30px, 5vw, 70px);
}

.article-commerce__image {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #101010;
}

.article-commerce__image--placeholder {
  display: grid;
  place-items: center;
  color: #ffe000;
  font-size: clamp(5rem, 9vw, 10rem);
}

.article-commerce__body {
  display: grid;
  grid-template-columns: minmax(116px, .18fr) minmax(0, 760px) minmax(0, .28fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: start;
}

.article-commerce__rail {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 12px;
}

.article-commerce__content {
  max-width: 760px;
  font-size: clamp(16px, 1.04vw, 19px);
  line-height: 1.68;
}

.article-commerce__content h2,
.article-commerce__content h3 {
  margin: 1.6em 0 .55em;
  color: #050505;
  font-family: var(--font-display);
  line-height: .92;
  text-transform: uppercase;
}

.article-commerce__content h2 {
  font-size: clamp(3rem, 4.2vw, 5.5rem);
}

.article-commerce__content h3 {
  font-size: clamp(2.2rem, 2.8vw, 3.6rem);
}

.article-commerce__content img {
  width: 100%;
  height: auto;
  margin: 28px 0;
}

.article-buy-card {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
  margin: clamp(30px, 5vw, 58px) 0;
  border: 2px solid #050505;
  background: #ffffff;
  color: #050505;
}

.article-buy-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #f1f1ef;
}

.article-buy-card__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #101010;
  color: #ffe000;
  font-size: clamp(3.4rem, 7vw, 6rem);
}

.article-buy-card__media img {
  position: relative;
  z-index: 1;
}

.article-buy-card__content {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: clamp(18px, 2.5vw, 30px);
}

.article-buy-card__eyebrow {
  margin: 0;
  color: #7a6500;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-buy-card h2 {
  margin: 0;
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: .9;
  text-transform: uppercase;
}

.article-buy-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-content: space-between;
}

.article-buy-card__footer strong {
  color: #050505;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}

.article-commerce__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.article-commerce__tags a {
  border: 1px solid rgba(0, 0, 0, .22);
  color: #050505;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 989px) {
  .blog-index__hero,
  .article-commerce__hero,
  .article-commerce__body {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card--featured {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .article-commerce__rail {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .article-buy-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .article-buy-card__content {
    padding: 14px;
  }

  .article-buy-card h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}

/* Article UX pass: content-commerce reading rhythm for real Haravan blog posts. */
.article-commerce.system-page {
  padding-top: clamp(34px, 5vw, 72px);
}

.article-commerce__headline {
  align-self: center;
}

.article-commerce__headline .eyebrow {
  margin-bottom: clamp(14px, 2vw, 24px);
  color: #7a6500;
}

.article-commerce__hero h1 {
  max-width: 12ch;
  font-size: clamp(4.6rem, 6.8vw, 9.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.article-commerce__image--placeholder {
  position: relative;
  display: grid;
  place-items: initial;
  overflow: hidden;
  min-height: clamp(260px, 42vw, 560px);
  align-content: end;
  justify-items: start;
  padding: clamp(22px, 4vw, 46px);
  background: #101010;
  color: #ffffff;
}

.article-commerce__image--placeholder::before {
  content: "";
  position: absolute;
  right: -18%;
  bottom: 18%;
  width: 82%;
  height: 46px;
  background: #ffe000;
  transform: rotate(-28deg);
  transform-origin: center;
}

.article-commerce__image--placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 224, 0, .38);
  pointer-events: none;
}

.article-commerce__placeholder-kicker {
  position: relative;
  z-index: 1;
  color: #ffe000;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.article-commerce__placeholder-title {
  position: relative;
  z-index: 1;
  max-width: 8ch;
  color: #ffffff;
  font-size: clamp(4rem, 7.5vw, 8.8rem);
  line-height: .96;
}

.article-commerce__body {
  padding-top: clamp(18px, 3vw, 40px);
  border-top: 1px solid rgba(0, 0, 0, .14);
}

.article-commerce__content > p:first-child {
  color: #050505;
  font-size: clamp(19px, 1.5vw, 24px);
  font-weight: 800;
  line-height: 1.42;
}

.article-commerce__content p,
.article-commerce__content li {
  overflow-wrap: anywhere;
}

.article-commerce__content h2,
.article-commerce__content h3 {
  line-height: 1.04;
}

.article-commerce__content h2 {
  font-size: clamp(3.2rem, 3.6vw, 5rem);
}

.article-commerce__content h3 {
  font-size: clamp(2.4rem, 2.3vw, 3.4rem);
}

.article-buy-card {
  box-shadow: inset 0 8px 0 #ffe000;
  min-width: 0;
}

.article-buy-card__media,
.article-buy-card__content {
  min-width: 0;
}

.article-buy-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.article-buy-card__eyebrow {
  color: #050505;
}

.article-buy-card__button {
  border-bottom-color: #050505;
}

@media (min-width: 990px) {
  .article-commerce__hero {
    grid-template-columns: minmax(0, .96fr) minmax(360px, .72fr);
    max-width: min(1480px, calc(100vw - 96px));
  }
}

@media (max-width: 640px) {
  .article-commerce.system-page {
    padding-top: 28px;
  }

  .article-commerce__hero h1 {
    max-width: 11ch;
    font-size: clamp(3.6rem, 13.4vw, 5.9rem);
    line-height: 1.04;
  }

  .article-commerce__image--placeholder {
    min-height: 210px;
    padding: 18px;
  }

  .article-commerce__content > p:first-child {
    font-size: 18px;
  }

  .article-buy-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0;
    box-shadow: inset 0 6px 0 #ffe000;
  }

  .article-buy-card__media img {
    aspect-ratio: 1 / 1;
  }

  .article-buy-card h2 {
    font-size: clamp(1.9rem, 7.2vw, 2.8rem);
    line-height: 1.02;
  }

  .article-buy-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Final QA rhythm pass: compact, upload-safe overrides for PC and mobile. */
html,
body {
  overflow-x: hidden;
}

.page-width {
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.site-header__inner {
  min-height: clamp(76px, 6vw, 92px);
}

.site-header__brand {
  font-size: clamp(32px, 3vw, 46px);
}

.site-header__nav a,
.site-header__link {
  font-size: clamp(13px, .95vw, 17px);
}

.section {
  padding-block: clamp(42px, 5.4vw, 78px);
}

.section__title {
  font-size: clamp(3.8rem, 7.2vw, 8.6rem);
}

.hero-campaign {
  min-height: min(720px, calc(100svh - 112px));
}

.hero-campaign__story {
  min-height: min(720px, calc(100svh - 112px));
  padding: clamp(76px, 9vw, 130px) clamp(16px, 3vw, 48px) clamp(42px, 5.2vw, 72px);
}

.hero-campaign__heading {
  font-size: clamp(5.6rem, 9.2vw, 11.2rem);
  line-height: .8;
}

.hero-campaign__text {
  max-width: 500px;
}

.featured-products__grid.product-grid,
.product-grid--collection {
  gap: clamp(14px, 1.45vw, 22px);
}

.product-card__media {
  overflow: hidden;
}

.product-card__info {
  min-height: 58px;
}

.product-card__title,
.product-card h3 {
  overflow-wrap: anywhere;
}

.collection-feature,
.collection-page__hero,
.product-page--commerce .product-page__inner,
.about-mission-split__inner,
.about-proof-editorial__inner {
  gap: clamp(28px, 4vw, 58px);
}

.collection-page {
  padding-block: clamp(28px, 4vw, 52px) clamp(46px, 6vw, 78px);
}

.collection-page__hero {
  min-height: auto;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.collection-page__hero-media {
  aspect-ratio: 1 / .92;
}

.collection-page__hero-copy {
  padding-block: clamp(16px, 3vw, 40px);
}

.collection-page__title {
  font-size: clamp(4.5rem, 8.2vw, 9.4rem);
  line-height: .82;
}

.product-page--commerce {
  padding-block: clamp(28px, 4.2vw, 58px) clamp(52px, 6vw, 82px);
}

.product-breadcrumb {
  margin-bottom: clamp(24px, 3vw, 42px);
}

.product-page--commerce .product-media__main {
  min-height: auto;
  aspect-ratio: 1 / 1.05;
}

.product-page--commerce .product-media__image,
.product-page--commerce .product-media__placeholder {
  height: 100%;
}

.product-page--commerce .product-info {
  align-self: start;
  padding-top: clamp(18px, 3vw, 48px);
}

.product-page--commerce .product-info__title {
  font-size: clamp(2.5rem, 3vw, 4.3rem);
}

.product-tabs {
  margin-top: clamp(18px, 2.4vw, 32px);
}

.cart-panel {
  width: min(100%, 720px);
  min-height: 100svh;
  margin-left: auto;
  padding: clamp(20px, 3vw, 44px);
}

.cart-panel__title {
  font-size: clamp(4.8rem, 5.4vw, 7.8rem);
}

.about-editorial-hero,
.about-mission-split,
.about-editorial-pillars,
.about-proof-editorial,
.about-built-list,
.about-cta--editorial {
  padding-block: clamp(48px, 6vw, 86px);
}

.about-editorial__lead,
.about-mission-split__inner,
.about-proof-editorial__inner,
.about-built-list__inner {
  grid-template-columns: clamp(42px, 5vw, 72px) minmax(0, 1fr) minmax(320px, .75fr);
}

.about-editorial__headline,
.about-mission-split__title,
.about-editorial__section-title,
.about-proof-editorial__copy h2 {
  font-size: clamp(4.4rem, 5.4vw, 7.6rem);
  line-height: .84;
}

.about-editorial__headline {
  max-width: 11ch;
}

.about-mission-split__title {
  max-width: 10.5ch;
}

.about-proof-editorial__copy h2 {
  max-width: 9.5ch;
}

.about-media-strip {
  grid-auto-columns: minmax(320px, 42vw);
}

.about-visual,
.about-editorial-pillar .about-visual {
  min-height: clamp(300px, 32vw, 480px);
}

.about-visual--team,
.about-visual--portrait {
  min-height: clamp(360px, 38vw, 560px);
}

.about-editorial-pillars__grid {
  gap: clamp(14px, 1.6vw, 24px);
}

.about-editorial-pillar h3,
.about-built-list__names span {
  font-size: clamp(3.2rem, 4.2vw, 6.4rem);
  line-height: .86;
}

@media (min-width: 768px) {
  .featured-products__grid.product-grid,
  .product-grid--collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-card__media {
    aspect-ratio: 1 / 1.08;
  }
}

@media (max-width: 767px) {
  .page-width {
    padding-inline: 16px;
  }

  .announcement-bar {
    min-height: 26px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .site-header__inner {
    min-height: 70px;
  }

  .site-header__brand {
    font-size: 28px;
  }

  .mobile-nav {
    inset: 96px 0 auto;
  }

  .section {
    padding-block: 30px;
  }

  .hero-campaign,
  .hero-campaign__story {
    min-height: 500px;
  }

  .hero-campaign__story {
    padding: 0 16px 30px;
  }

  .hero-campaign__heading {
    max-width: 7.2ch;
    font-size: clamp(48px, 15vw, 60px);
    line-height: .84;
  }

  .hero-campaign__text {
    max-width: 310px;
    font-size: 13px;
  }

  .hero-campaign__ctas {
    gap: 12px;
  }

  .section__title,
  .featured-products .section__title,
  .collection-feature__title,
  .brand-statement__quote {
    font-size: clamp(38px, 12vw, 50px);
    line-height: .88;
  }

  .featured-products__grid.product-grid,
  .product-grid--collection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 8px;
  }

  .product-card__media {
    aspect-ratio: 1 / 1.08;
  }

  .product-card__info {
    min-height: 50px;
    padding-top: 7px;
  }

  .product-card__title,
  .product-card h3 {
    font-size: 11px;
    line-height: .98;
  }

  .product-card__price,
  .featured-products .product-card__price {
    font-size: 15px;
  }

  .collection-feature {
    gap: 22px;
  }

  .collection-feature__media {
    min-height: 320px;
  }

  .collection-page {
    padding-block: 24px 40px;
  }

  .collection-page__hero {
    gap: 18px;
    margin-bottom: 28px;
  }

  .collection-page__hero-media {
    aspect-ratio: 1 / .86;
  }

  .collection-page__hero-copy {
    padding-block: 0;
  }

  .collection-page__date {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .collection-page__title {
    font-size: clamp(52px, 15.5vw, 66px);
  }

  .collection-page__description {
    font-size: 14px;
    line-height: 1.38;
  }

  .product-page--commerce {
    padding-block: 26px 42px;
  }

  .product-breadcrumb {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .product-page--commerce .product-media__main {
    aspect-ratio: 1 / 1;
  }

  .product-page--commerce .product-info {
    padding-top: 0;
  }

  .product-page--commerce .product-info__heading {
    align-items: start;
    gap: 12px;
  }

  .product-page--commerce .product-info__title {
    font-size: clamp(30px, 9.2vw, 38px);
    line-height: .9;
  }

  .product-form__variants {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .variant-option {
    min-height: 52px;
  }

  .product-tabs__nav {
    gap: 16px;
    overflow-x: auto;
  }

  .product-tab-button {
    white-space: nowrap;
  }

  .cart-page--panel {
    min-height: 100svh;
    padding: 0;
  }

  .cart-panel {
    width: 100%;
    min-height: 100svh;
    padding: 16px;
  }

  .cart-panel__title {
    font-size: 52px;
  }

  .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 24px;
    gap: 10px;
  }

  .cart-panel-item__media {
    width: 92px;
    min-height: 92px;
  }

  .cart-panel__summary {
    margin-top: auto;
  }

  .about-editorial-hero,
  .about-mission-split,
  .about-editorial-pillars,
  .about-proof-editorial,
  .about-built-list,
  .about-cta--editorial {
    padding-block: 34px;
  }

  .about-editorial__lead,
  .about-mission-split__inner,
  .about-proof-editorial__inner,
  .about-built-list__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-editorial__rail {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 12px;
  }

  .about-editorial__headline,
  .about-mission-split__title,
  .about-editorial__section-title,
  .about-proof-editorial__copy h2 {
    max-width: 100%;
    font-size: clamp(38px, 11.2vw, 48px);
    line-height: .88;
  }

  .about-media-strip {
    grid-auto-columns: minmax(238px, 68vw);
    gap: 10px;
    padding-bottom: 4px;
  }

  .about-visual,
  .about-editorial-pillar .about-visual {
    min-height: 238px;
  }

  .about-visual--team,
  .about-visual--portrait {
    min-height: 350px;
  }

  .about-editorial-pillars__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-editorial-pillar h3,
  .about-built-list__names span {
    font-size: clamp(30px, 9vw, 42px);
  }

  .about-built-list__names {
    gap: 6px;
  }

  .about-proof-editorial__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final QA correction: keep About copy compact without squeezing columns. */
@media (min-width: 768px) {
  .about-editorial__lead {
    grid-template-columns: clamp(42px, 5vw, 72px) minmax(0, 1fr);
  }

  .about-mission-split__inner,
  .about-built-list__inner {
    grid-template-columns: clamp(42px, 5vw, 72px) minmax(0, .95fr) minmax(420px, 1fr);
  }

  .about-proof-editorial__inner {
    grid-template-columns: minmax(420px, .95fr) minmax(0, 1fr);
  }

  .about-editorial__headline {
    max-width: 15ch;
    font-size: clamp(4.6rem, 5.2vw, 7.2rem);
  }

  .about-mission-split__title {
    max-width: 14ch;
    font-size: clamp(4.4rem, 5vw, 7rem);
  }

  .about-proof-editorial__copy h2 {
    max-width: 12ch;
    font-size: clamp(4.2rem, 4.8vw, 6.6rem);
  }
}

@media (max-width: 767px) {
  .collection-page__hero-media,
  .collection-page__hero-placeholder {
    width: 100%;
    max-width: 100%;
  }
}

/* About desktop compacting: fewer headline wraps on wide screens. */
@media (min-width: 768px) {
  .about-editorial__headline {
    max-width: 22ch;
    font-size: clamp(4rem, 4.6vw, 6.4rem);
  }

  .about-mission-split__title {
    max-width: 18ch;
    font-size: clamp(4rem, 4.5vw, 6.2rem);
  }

  .about-proof-editorial__copy h2 {
    max-width: 16ch;
    font-size: clamp(3.8rem, 4.3vw, 6rem);
  }
}

/* Homepage structural system: hybrid editorial + centered shop grid. */
:root {
  --heavy-shop-max: 1240px;
  --heavy-editorial-max: 1360px;
  --heavy-gutter: clamp(18px, 3vw, 48px);
}

@media (min-width: 990px) {
  .site-header .page-width,
  .newsletter .page-width,
  .site-footer .page-width {
    max-width: none;
  }

  .hero-campaign {
    min-height: clamp(620px, 74svh, 760px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: stretch;
    background: #0b0b0b;
    color: #ffffff;
  }

  .hero-campaign__media {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    min-height: 100%;
    inset: auto;
    overflow: hidden;
    background:
      linear-gradient(140deg, rgba(243, 210, 27, .95) 0 11%, transparent 11% 100%),
      radial-gradient(circle at 52% 28%, rgba(255, 255, 255, .86) 0 10%, transparent 10.5%),
      linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(0, 0, 0, .26)),
      #155b65;
  }

  .hero-campaign__media::before,
  .hero-campaign__media::after {
    display: none;
  }

  .hero-campaign__frame {
    display: none;
  }

  .hero-campaign__frame--main {
    position: absolute;
    inset: 9% 12% 9% auto;
    width: min(72%, 520px);
    height: auto;
    display: block;
    border: 0;
    background:
      radial-gradient(circle at 50% 24%, rgba(255, 255, 255, .9) 0 11%, transparent 11.5%),
      linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(0, 0, 0, .18)),
      #092f38;
    box-shadow: none;
  }

  .hero-campaign__story {
    grid-column: 1;
    grid-row: 1;
    min-height: 100%;
    width: min(100%, 760px);
    align-content: end;
    padding: clamp(82px, 9vw, 128px) var(--heavy-gutter) clamp(54px, 6vw, 82px);
  }

  .hero-campaign__heading {
    max-width: 7ch;
    font-size: clamp(6.4rem, 9.2vw, 11.5rem);
    line-height: .78;
  }

  .hero-campaign__text {
    max-width: 520px;
    font-size: clamp(15px, 1.15vw, 18px);
  }

  .featured-products {
    padding-block: clamp(54px, 5vw, 74px);
    background: #ffffff;
  }

  .featured-products > .page-width,
  .collection-page > .page-width {
    max-width: var(--heavy-shop-max);
    padding-inline: 32px;
  }

  .featured-products__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 26px;
  }

  .featured-products__header .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -10px;
    font-size: 13px;
  }

  .featured-products .section__title {
    max-width: 9ch;
    font-size: clamp(5.2rem, 5.8vw, 7.8rem);
    line-height: .82;
  }

  .featured-products .text-link {
    justify-self: end;
    margin-bottom: 10px;
    font-size: clamp(22px, 2vw, 30px);
  }

  .featured-products__grid.product-grid,
  .product-grid--collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .featured-products .product-card,
  .product-grid--collection .product-card {
    min-width: 0;
  }

  .featured-products .product-card__media,
  .product-grid--collection .product-card__media {
    aspect-ratio: 1 / 1.08;
    background: #f1f1f1;
  }

  .featured-products .product-card__info,
  .product-grid--collection .product-card__info {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    padding-top: 10px;
  }

  .featured-products .product-card h3,
  .featured-products .product-card__title,
  .product-grid--collection .product-card h3,
  .product-grid--collection .product-card__title {
    max-width: 100%;
    font-size: clamp(20px, 1.35vw, 24px);
    line-height: .92;
  }

  .featured-products .product-card__price,
  .product-grid--collection .product-card__price {
    white-space: nowrap;
    font-size: clamp(18px, 1.15vw, 21px);
  }

  .featured-collections > .page-width,
  .brand-pillars > .page-width {
    max-width: var(--heavy-editorial-max);
    padding-inline: var(--heavy-gutter);
  }

  .featured-collections {
    padding-block: clamp(56px, 5.5vw, 82px);
  }

  .collection-feature {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: clamp(34px, 5vw, 70px);
  }

  .collection-feature__content {
    padding: 0;
  }

  .collection-feature__title {
    max-width: 8ch;
    font-size: clamp(5rem, 5.9vw, 8rem);
    line-height: .8;
  }

  .collection-feature__media {
    min-height: 560px;
  }

  .brand-pillars {
    padding-block: clamp(56px, 5.5vw, 82px);
  }

  .brand-statement {
    max-width: 1120px;
    margin-inline: auto;
    margin-bottom: clamp(42px, 4vw, 62px);
  }

  .brand-statement__quote {
    font-size: clamp(4.2rem, 4.9vw, 7rem);
    line-height: .86;
  }

  .brand-pillars__heading {
    width: auto;
    font-size: clamp(4.4rem, 5vw, 7.2rem);
  }

  .brand-pillars__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .brand-pillar {
    min-height: 340px;
    padding: 22px;
  }
}

/* Render the Haravan hero image setting when configured. */
.hero-campaign__media--image,
.hero-campaign__media--asset-fallback {
  background: #080808;
}

.hero-campaign__media--image::before,
.hero-campaign__media--asset-fallback::before {
  display: none;
}

.hero-campaign__media--image::after,
.hero-campaign__media--asset-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  background: rgba(0, 0, 0, .28);
  opacity: 1;
  transform: none;
  z-index: 1;
}

.hero-campaign__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-campaign__media--asset-fallback .hero-campaign__frame {
  display: none;
}

@media (min-width: 990px) {
  .hero-campaign__media--image,
  .hero-campaign__media--asset-fallback {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    min-height: 100%;
    inset: auto;
  }

  .hero-campaign__media--image::after,
  .hero-campaign__media--asset-fallback::after {
    background: rgba(0, 0, 0, .12);
  }
}

/* Uploaded collection cards: image picker or classic Haravan asset upload. */
.collection-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.collection-card__media--image {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.collection-card__media--image::before,
.collection-card__media--image::after {
  display: none;
}

.collection-card__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
}

.collection-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: end start;
  padding: 20px;
  background: #0b0b0b;
  color: var(--color-accent);
  font-size: clamp(52px, 7vw, 104px);
  line-height: .8;
}

@media (min-width: 990px) and (max-width: 1180px) {
  .featured-products__grid.product-grid,
  .product-grid--collection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-campaign__media {
    inset: 0;
  }

  .featured-products {
    padding-block: 28px 34px;
  }

  .featured-products__header {
    margin-bottom: 18px;
  }

  .featured-products .section__title {
    font-size: clamp(38px, 12vw, 48px);
  }

  .featured-products__grid.product-grid,
  .product-grid--collection {
    gap: 14px 8px;
  }

  .featured-collections,
  .brand-pillars {
    padding-block: 34px;
  }

  .brand-statement__quote {
    font-size: clamp(36px, 10.4vw, 44px);
    line-height: .92;
  }
}

/* HEAVY source-of-truth hardening: keep preview and Haravan aligned. */
:root {
  color-scheme: light;
  --color-ink: #000000;
  --color-text: #000000;
  --color-muted: #4b4b4b;
  --color-accent: #ffe000;
  --color-line: rgba(0, 0, 0, .16);
  --radius-sm: 0;
  --radius-md: 0;
  --shadow-soft: none;
}

html,
body {
  overflow-x: hidden;
  background: #ffffff;
}

[hidden] {
  display: none !important;
}

.site-header__brand,
.site-header__link,
.site-header__nav a,
.cart-link,
.button,
.text-link,
.collection-feature__link,
.site-footer__group a,
.site-footer__bottom a {
  min-height: 44px;
}

.site-header__brand,
.site-header__link,
.site-header__nav a,
.button,
.text-link,
.collection-feature__link {
  display: inline-flex;
  align-items: center;
}

.button,
.button--secondary,
.newsletter-form button,
.site-footer__form button {
  border-radius: 0;
}

.newsletter,
.newsletter-section {
  background: #000000;
  color: #ffffff;
}

.newsletter .eyebrow,
.newsletter-section .eyebrow,
.newsletter__content p:not(.eyebrow),
.newsletter-section p {
  color: #ffffff;
}

.site-footer__bottom {
  color: #595959;
}

.brand-pillar:nth-child(n+4) {
  display: grid;
}

.brand-pillars__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-card__media,
.collection-feature__media,
.product-media__main,
.about-visual {
  box-shadow: none;
}

@media (max-width: 767px) {
  .site-header__brand {
    justify-content: center;
    min-width: 84px;
  }

  .button,
  .text-link,
  .collection-feature__link,
  .site-footer__group a {
    min-width: 44px;
  }

  .hero-campaign .button,
  .hero-campaign__ctas .button {
    min-height: 44px;
    padding-block: 9px;
  }

  .site-footer__group a {
    display: inline-flex;
    align-items: center;
  }

  .brand-pillars__grid {
    grid-template-columns: 1fr;
  }

  .newsletter,
  .newsletter-section {
    background: #ffffff;
    color: #000000;
  }

  .newsletter-section p,
  .newsletter__content p:not(.eyebrow) {
    color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .brand-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

/* Desktop typography compaction for Haravan preview: bold, but less wasteful. */
@media (min-width: 990px) {
  .site-header__inner {
    min-height: clamp(72px, 5.4vw, 84px);
  }

  .site-header__brand {
    font-size: clamp(30px, 2.4vw, 38px);
  }

  .hero-campaign {
    min-height: clamp(560px, 66svh, 680px);
  }

  .hero-campaign__story {
    width: min(100%, 700px);
    padding-block: clamp(66px, 7vw, 100px) clamp(44px, 5vw, 68px);
  }

  .hero-campaign__heading {
    max-width: 7.8ch;
    font-size: clamp(5.2rem, 7.2vw, 8.6rem);
    line-height: .82;
  }

  .section {
    padding-block: clamp(40px, 4.8vw, 68px);
  }

  .section__title,
  .featured-products .section__title,
  .brand-pillars__heading,
  .about-editorial__section-title {
    font-size: clamp(3.8rem, 4.6vw, 6.2rem);
    line-height: .86;
  }

  .featured-products .text-link {
    font-size: clamp(18px, 1.45vw, 24px);
  }

  .collection-feature {
    min-height: 500px;
  }

  .collection-feature__media {
    min-height: 500px;
  }

  .collection-feature__title {
    font-size: clamp(4rem, 4.8vw, 6.4rem);
    line-height: .84;
  }

  .brand-statement__quote,
  .about-editorial__headline,
  .about-mission-split__title,
  .about-proof-editorial__copy h2 {
    font-size: clamp(3.6rem, 4vw, 5.6rem);
    line-height: .88;
  }

  .brand-statement {
    max-width: 980px;
    margin-bottom: clamp(34px, 3.4vw, 52px);
  }

  .brand-pillar {
    min-height: clamp(280px, 24vw, 330px);
  }

  .brand-pillar h3,
  .about-editorial-pillar h3,
  .about-built-list__names span {
    font-size: clamp(2.6rem, 3.2vw, 4.5rem);
    line-height: .9;
  }

  .featured-products .product-card h3,
  .featured-products .product-card__title,
  .product-grid--collection .product-card h3,
  .product-grid--collection .product-card__title,
  .product-card__title {
    font-size: clamp(17px, 1.15vw, 20px);
    line-height: .96;
  }

  .featured-products .product-card__price,
  .product-grid--collection .product-card__price,
  .product-card__price {
    font-size: clamp(17px, 1vw, 19px);
  }

  .collection-page__title {
    font-size: clamp(4.2rem, 6vw, 7.2rem);
    line-height: .84;
  }

  .product-page--commerce .product-info__title,
  .product-info__title {
    font-size: clamp(2.2rem, 2.5vw, 3.4rem);
    line-height: .94;
  }

  .cart-panel__title {
    font-size: clamp(4rem, 4.4vw, 6rem);
    line-height: .82;
  }

  .about-editorial-hero,
  .about-mission-split,
  .about-editorial-pillars,
  .about-proof-editorial,
  .about-built-list,
  .about-cta--editorial {
    padding-block: clamp(42px, 5vw, 72px);
  }
}

/* Vietnamese typography and contrast pass: keep HEAVY bold without clipping accents. */
.display,
.section__title,
.hero-campaign__heading,
.collection-feature__title,
.collection-page__title,
.brand-statement__quote,
.brand-pillars__heading,
.about-editorial__headline,
.about-mission-split__title,
.about-editorial__section-title,
.heavy-about h1,
.heavy-about h2,
.heavy-about h3 {
  line-height: .98;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

.eyebrow,
.announcement-bar,
.site-header__nav a,
.site-header__link,
.cart-link,
.button,
.text-link,
.collection-feature__link,
.product-card__title {
  line-height: 1.18;
}

.hero-campaign__eyebrow {
  color: var(--color-accent);
}

.hero-campaign__text,
.hero-campaign__meta {
  color: #ffffff;
}

.hero-campaign__media--image::after,
.hero-campaign__media--asset-fallback::after {
  background: rgba(0, 0, 0, .54);
}

@media (min-width: 990px) {
  .hero-campaign__heading {
    max-width: 8.4ch;
    font-size: clamp(4.8rem, 6.2vw, 7.4rem);
    line-height: .96;
  }

  .featured-products .section__title,
  .section__title {
    font-size: clamp(3.4rem, 4.1vw, 5.4rem);
    line-height: .98;
  }

  .brand-statement__quote,
  .brand-pillars__heading,
  .about-editorial__headline,
  .about-mission-split__title,
  .about-editorial__section-title {
    font-size: clamp(3.2rem, 3.7vw, 5rem);
    line-height: .98;
  }

  .hero-campaign__media--image::after,
  .hero-campaign__media--asset-fallback::after {
    background: rgba(0, 0, 0, .12);
  }
}

@media (max-width: 767px) {
  .announcement-bar {
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
  }

  .hero-campaign__story {
    gap: 12px;
  }

  .hero-campaign__heading {
    max-width: 7.4ch;
    font-size: clamp(54px, 16vw, 72px);
    line-height: .96;
  }

  .hero-campaign__text {
    max-width: 31ch;
    font-size: 15px;
    line-height: 1.38;
  }

  .hero-campaign__ctas {
    gap: 12px;
  }

  .hero-campaign__ctas .button {
    font-size: clamp(18px, 5.3vw, 24px);
    line-height: 1.18;
  }

  .featured-products .section__header--split,
  .section__header--split {
    align-items: end;
    gap: 14px;
  }

  .featured-products .section__title,
  .section__title {
    max-width: 8.2ch;
    font-size: clamp(40px, 12vw, 54px);
    line-height: .98;
  }

  .featured-products .eyebrow,
  .collection-feature__eyebrow {
    max-width: 10ch;
    line-height: 1.2;
  }

  .collection-feature__title,
  .brand-statement__quote,
  .brand-pillars__heading,
  .about-editorial__headline,
  .about-mission-split__title,
  .about-editorial__section-title,
  .heavy-about h1,
  .heavy-about h2 {
    font-size: clamp(38px, 11.6vw, 54px);
    line-height: .98;
  }
}

/* 100T reference alignment pass for HEAVY: wide editorial hero, compact shop grid. */
:root {
  --heavy-shell-max: 1320px;
  --heavy-gutter: clamp(16px, 3.8vw, 56px);
}

.page-width {
  width: 100%;
  max-width: var(--heavy-shell-max);
  margin-inline: auto;
  padding-inline: var(--heavy-gutter);
}

.hero-campaign {
  min-height: clamp(600px, 74svh, 760px);
}

.hero-campaign__media,
.hero-campaign__media--image,
.hero-campaign__media--video,
.hero-campaign__media--asset-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #080808;
}

.hero-campaign__image,
.hero-campaign__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-campaign__media::after,
.hero-campaign__media--image::after,
.hero-campaign__media--video::after,
.hero-campaign__media--asset-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0 38%, rgba(0, 0, 0, .46) 58%, rgba(0, 0, 0, .08) 100%);
  opacity: 1;
  transform: none;
}

.hero-campaign__media--asset-fallback {
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, .16), transparent 22%),
    linear-gradient(135deg, #0b0b0b 0 48%, #16575f 48% 100%);
}

.hero-campaign__story {
  min-height: clamp(600px, 74svh, 760px);
  width: min(52vw, 660px);
  align-content: center;
  gap: clamp(10px, 1.4vw, 18px);
  padding: clamp(52px, 7vw, 92px) var(--heavy-gutter);
}

.hero-campaign__heading {
  max-width: 7.8ch;
  font-size: clamp(4.8rem, 5.8vw, 7.2rem);
  line-height: 1.02;
}

.hero-campaign__text {
  max-width: 520px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.42;
}

.hero-campaign__ctas .button {
  line-height: 1.16;
}

.featured-products.section {
  padding-block: clamp(52px, 5.4vw, 82px);
}

.featured-products__header {
  max-width: var(--heavy-shell-max);
  margin-inline: auto;
}

.featured-products .page-width,
.featured-products__grid.product-grid {
  width: 100%;
  max-width: 100%;
}

.featured-products .section__title {
  max-width: 9ch;
  font-size: clamp(3.4rem, 3.9vw, 5.3rem);
  line-height: 1;
}

.featured-products__grid.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.45vw, 22px);
}

.product-card,
.featured-products .product-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.product-card__link,
.featured-products .product-card__link,
.product-card__media,
.featured-products .product-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 1 / 1.06;
}

.product-card__info,
.featured-products .product-card__info {
  min-width: 0;
}

.product-card__title,
.featured-products .product-card__title,
.featured-products .product-card h3 {
  font-size: clamp(15px, .98vw, 18px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.product-card__price,
.featured-products .product-card__price {
  font-size: clamp(15px, .95vw, 18px);
  line-height: 1.1;
  white-space: nowrap;
}

.featured-collections.section,
.brand-pillars.section {
  padding-block: clamp(56px, 6vw, 96px);
}

.brand-statement__quote {
  font-size: clamp(3.8rem, 4.6vw, 6.2rem);
  line-height: 1;
}

@media (min-width: 1440px) {
  .hero-campaign__heading {
    font-size: clamp(5rem, 5.2vw, 7rem);
  }

  .section__title,
  .featured-products .section__title {
    font-size: clamp(3.4rem, 3.6vw, 5rem);
  }
}

@media (max-width: 989px) {
  .page-width {
    max-width: none;
  }

  .hero-campaign {
    min-height: 560px;
  }

  .hero-campaign__story {
    min-height: 560px;
    width: min(100%, 430px);
    align-content: end;
    padding: 80px 16px 34px;
  }

  .hero-campaign__media::after,
  .hero-campaign__media--image::after,
  .hero-campaign__media--video::after,
  .hero-campaign__media--asset-fallback::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0 48%, rgba(0, 0, 0, .12) 100%);
  }

  .hero-campaign__heading {
    max-width: 7.3ch;
    font-size: clamp(48px, 15vw, 64px);
    line-height: 1.03;
  }

  .hero-campaign__text {
    max-width: 31ch;
    font-size: 14px;
    line-height: 1.36;
  }

  .featured-products__grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .featured-products .page-width {
    padding-inline: 16px;
    overflow: hidden;
  }

  .featured-products .section__title {
    font-size: clamp(40px, 11.6vw, 54px);
    line-height: 1.02;
  }

  .product-card__title,
  .featured-products .product-card__title,
  .featured-products .product-card h3 {
    font-size: 11px;
    line-height: 1.08;
  }

  .product-card__price,
  .featured-products .product-card__price {
    font-size: 16px;
  }
}

/* Final collection QA lock: keep /collections/all symmetric on Haravan and local preview. */
.collection-page__hero,
.collection-page__hero > * {
  min-width: 0;
}

.collection-page__hero-media {
  width: 100%;
  max-width: 100%;
}

.pagination a,
.pagination span {
  min-width: 44px;
  min-height: 44px;
}

.site-header__nav a,
.site-header__link,
.site-footer__group a {
  min-width: 44px;
}

@media (min-width: 768px) {
  .collection-page__hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  }

  .collection-page__hero-media {
    min-height: 0;
    aspect-ratio: 1 / .92;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .product-grid--collection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 990px) {
  .product-grid--collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Final mobile ABOUT HEAVY lock: no clipped first pillar, no horizontal carousel. */
@media (max-width: 989px) {
  body .brand-pillars,
  body .brand-pillars > .page-width {
    overflow: visible;
  }

  body .brand-pillars > .page-width {
    padding-inline: 16px;
  }

  body .brand-pillars .brand-pillars__grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    margin: 0;
  }

  body .brand-pillars .brand-pillar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: none;
    transform: none;
  }
}

/* Final EOF mobile ABOUT HEAVY lock: force vertical cards after legacy overrides. */
@media (max-width: 989px) {
  body .brand-pillars .brand-pillars__grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .brand-pillars .brand-pillar {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    scroll-snap-align: none !important;
    transform: none !important;
  }
}

/* Final homepage slider lock: 3 editable hero/release states without heavy libraries. */
.hero-campaign--slider,
.featured-collections--slider {
  position: relative;
}

.hero-campaign--slider {
  overflow: hidden;
}

.hero-campaign__track {
  position: absolute;
  inset: 0;
}

.hero-campaign__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s var(--ease);
}

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

.hero-campaign__slide .hero-campaign__story {
  position: relative;
  z-index: 2;
}

.hero-campaign__controls,
.releases-slider__controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-campaign__controls {
  position: absolute;
  left: var(--heavy-gutter);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 4;
}

.slider-control {
  width: clamp(44px, 5vw, 72px);
  height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.slider-control::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: rgba(255, 255, 255, .42);
}

.slider-control.is-active::before {
  background: var(--color-accent);
}

.releases-slider {
  position: relative;
  min-height: clamp(560px, 53vw, 840px);
  overflow: hidden;
}

.release-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s var(--ease);
}

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

.releases-slider__header {
  margin-bottom: clamp(18px, 2.4vw, 34px);
}

.releases-slider__controls {
  justify-content: center;
  margin-top: clamp(14px, 2vw, 24px);
}

.collection-feature__visual--alt {
  background:
    radial-gradient(circle at 18% 72%, rgba(255, 224, 0, .92) 0 7%, transparent 8%),
    linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, .88) 46% 55%, transparent 55%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 68px),
    #101010;
}

.collection-feature__visual--line {
  background:
    linear-gradient(28deg, transparent 0 64%, var(--color-accent) 64% 70%, transparent 70%),
    radial-gradient(circle at 62% 28%, rgba(255, 255, 255, .84) 0 10%, transparent 11%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 76px),
    #155866;
}

@media (max-width: 989px) {
  .hero-campaign__controls {
    left: 16px;
    right: 16px;
    bottom: 10px;
  }

  .slider-control {
    flex: 1 1 0;
  }

  .releases-slider {
    min-height: 760px;
  }

  .release-slide.collection-feature {
    display: grid;
    grid-template-rows: auto 1fr;
  }

  .release-slide .collection-feature__media {
    min-height: 360px;
  }
}

/* Upload-safe About page styles for snippets/about-landing.liquid. */
.heavy-about {
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}

.heavy-about__hero,
.heavy-about__mission,
.heavy-about__intro,
.heavy-about__pillars,
.heavy-about__history,
.heavy-about__partners,
.heavy-about__brands,
.heavy-about__founder,
.heavy-about__owners,
.heavy-about__cta {
  width: min(100%, var(--heavy-shell-max, 1320px));
  margin-inline: auto;
  padding: clamp(40px, 6vw, 86px) var(--heavy-gutter, clamp(16px, 3.8vw, 56px));
}

.heavy-about__hero,
.heavy-about__mission,
.heavy-about__history,
.heavy-about__brands,
.heavy-about__founder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.heavy-about__hero {
  min-height: clamp(560px, 72svh, 760px);
  padding-top: clamp(56px, 7vw, 96px);
}

.heavy-about__rail,
.heavy-about__side-label {
  align-self: start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(1.2rem, 1.2vw, 1.7rem);
  line-height: 1;
}

.heavy-about__hero-copy,
.heavy-about__mission-copy,
.heavy-about__section-head,
.heavy-about__brand-copy,
.heavy-about__history-main,
.heavy-about__pillars,
.heavy-about__partners,
.heavy-about__cta {
  display: grid;
  gap: clamp(18px, 2.4vw, 32px);
}

.heavy-about__hero h1,
.heavy-about__mission h2,
.heavy-about__intro h2,
.heavy-about__section-head h2,
.heavy-about__history-main h2,
.heavy-about__brand-copy h2,
.heavy-about__founder h2,
.heavy-about__owners h2,
.heavy-about__cta h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(4.4rem, 6.2vw, 8.4rem);
  line-height: .96;
}

.heavy-about__hero-copy > p:not(.eyebrow),
.heavy-about__body,
.heavy-about__pillar-grid p,
.heavy-about__timeline p,
.heavy-about__founder p {
  max-width: 62ch;
  font-size: clamp(1.5rem, 1.15vw, 1.8rem);
  line-height: 1.42;
}

.heavy-about__hero-media,
.heavy-about__image,
.heavy-about__history-photo {
  position: relative;
}

.heavy-about__image,
.heavy-about__history-photo {
  min-height: 260px;
  display: grid;
  place-items: center;
  background: #e8eef0;
  color: #000000;
  overflow: hidden;
}

.heavy-about__image img,
.heavy-about__history-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.heavy-about__image span,
.heavy-about__history-photo span {
  padding: 24px;
  color: #000000;
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: .9;
  text-align: center;
}

.heavy-about__image--tall,
.heavy-about__image--portrait,
.heavy-about__history-photo {
  aspect-ratio: 4 / 5;
}

.heavy-about__image--wide {
  aspect-ratio: 16 / 10;
}

.heavy-about__image--square {
  aspect-ratio: 1 / 1;
}

.heavy-about__chant,
.heavy-about__stamp {
  position: absolute;
  z-index: 2;
  background: #ffda00;
  color: #000000;
}

.heavy-about__chant {
  right: 18px;
  bottom: 18px;
  max-width: 190px;
  padding: 16px;
}

.heavy-about__chant strong {
  display: block;
  font-size: clamp(3rem, 4vw, 5.6rem);
  line-height: .85;
}

.heavy-about__stamp {
  left: -18px;
  top: 18px;
  padding: 12px 14px;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  line-height: .9;
}

.heavy-about__intro,
.heavy-about__owners {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 60px);
}

.heavy-about__body,
.heavy-about__pillar-grid,
.heavy-about__timeline,
.heavy-about__logo-wall {
  display: grid;
  gap: 18px;
}

.heavy-about__pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heavy-about__pillar-grid article,
.heavy-about__timeline article,
.heavy-about__logo-wall span {
  border-top: 2px solid #000000;
  padding-top: 18px;
}

.heavy-about__pillar-grid h3,
.heavy-about__timeline h3 {
  margin: 18px 0 8px;
  font-size: clamp(2.4rem, 3vw, 4.4rem);
  line-height: .94;
}

.heavy-about__history {
  align-items: start;
}

.heavy-about__years {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.heavy-about__years span,
.heavy-about__timeline time,
.heavy-about__logo-wall span {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
}

.heavy-about__years span {
  color: #777777;
  font-size: clamp(2rem, 2.6vw, 4rem);
}

.heavy-about__years .is-active {
  color: #ffda00;
}

.heavy-about__logo-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heavy-about__logo-wall span {
  min-height: 86px;
  display: grid;
  place-items: center;
  background: #f3f3f0;
  text-align: center;
}

.heavy-about__brand-copy a {
  width: fit-content;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.2vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.heavy-about__names {
  display: grid;
  gap: 8px;
  font-size: clamp(3.4rem, 5vw, 7rem);
  line-height: .9;
}

.heavy-about__names span:nth-child(2),
.heavy-about__names span:nth-child(5) {
  color: #ffda00;
  -webkit-text-stroke: 1px #000000;
}

.heavy-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 989px) {
  .heavy-about__hero,
  .heavy-about__mission,
  .heavy-about__history,
  .heavy-about__brands,
  .heavy-about__founder {
    grid-template-columns: 1fr;
  }

  .heavy-about__rail,
  .heavy-about__side-label {
    writing-mode: initial;
    transform: none;
  }

  .heavy-about__hero h1,
  .heavy-about__mission h2,
  .heavy-about__intro h2,
  .heavy-about__section-head h2,
  .heavy-about__history-main h2,
  .heavy-about__brand-copy h2,
  .heavy-about__founder h2,
  .heavy-about__owners h2,
  .heavy-about__cta h2 {
    font-size: clamp(4rem, 11vw, 6.6rem);
  }

  .heavy-about__intro,
  .heavy-about__owners {
    grid-template-columns: 1fr;
  }

  .heavy-about__pillar-grid,
  .heavy-about__logo-wall {
    grid-template-columns: 1fr;
  }

  .heavy-about__chant,
  .heavy-about__stamp {
    position: static;
    margin-top: 12px;
  }
}

/* Homepage rhythm lock: dense ecommerce layout, fewer dead spaces. */
body.template-index .site-main,
body.template-index main,
body.index .site-main,
body.index main {
  background: #ffffff;
}

body.template-index .page-width,
body.index .page-width {
  max-width: min(100%, 1360px);
}

body.template-index .section,
body.index .section {
  padding-block: clamp(30px, 3.8vw, 58px);
}

body.template-index .section__header,
body.index .section__header {
  margin-bottom: clamp(16px, 2vw, 26px);
}

body.template-index .section__title,
body.index .section__title {
  max-width: 9ch;
  font-size: clamp(3.2rem, 3.6vw, 5rem);
  line-height: 1.02;
}

body.template-index .hero-campaign,
body.index .hero-campaign,
body.template-index .hero-campaign__story,
body.index .hero-campaign__story {
  min-height: clamp(500px, 62svh, 660px);
}

body.template-index .hero-campaign__story,
body.index .hero-campaign__story {
  width: min(50vw, 630px);
  gap: clamp(10px, 1.1vw, 16px);
  padding-top: clamp(46px, 5vw, 72px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

body.template-index .hero-campaign__heading,
body.index .hero-campaign__heading {
  max-width: 8.3ch;
  font-size: clamp(4.4rem, 5.4vw, 6.9rem);
  line-height: 1.02;
}

body.template-index .hero-campaign__text,
body.index .hero-campaign__text {
  max-width: 46ch;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.38;
}

body.template-index .hero-campaign__ctas,
body.index .hero-campaign__ctas {
  gap: 12px;
}

body.template-index .hero-campaign__ctas .button,
body.index .hero-campaign__ctas .button {
  min-height: 44px;
  padding: 9px 18px;
}

body.template-index .hero-campaign__controls,
body.index .hero-campaign__controls {
  bottom: clamp(10px, 1.8vw, 22px);
}

body.template-index .featured-products.section,
body.index .featured-products.section {
  padding-top: clamp(26px, 3vw, 44px);
  padding-bottom: clamp(30px, 3.4vw, 50px);
}

body.template-index .featured-products__header,
body.index .featured-products__header {
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

body.template-index .featured-products .section__title,
body.index .featured-products .section__title {
  max-width: 8.8ch;
  font-size: clamp(3rem, 3.35vw, 4.6rem);
  line-height: 1.02;
}

body.template-index .featured-products__grid.product-grid,
body.index .featured-products__grid.product-grid {
  gap: clamp(10px, 1.1vw, 16px);
}

body.template-index .featured-products .product-card__media,
body.index .featured-products .product-card__media {
  aspect-ratio: 1 / 1.02;
}

body.template-index .featured-products .product-card__info,
body.index .featured-products .product-card__info {
  min-height: 54px;
  padding-top: 8px;
  gap: 8px;
}

body.template-index .featured-collections.section,
body.index .featured-collections.section {
  padding-top: clamp(30px, 3.6vw, 54px);
  padding-bottom: clamp(34px, 4vw, 62px);
}

body.template-index .releases-slider,
body.index .releases-slider {
  min-height: clamp(420px, 39vw, 580px);
}

body.template-index .releases-slider__header,
body.index .releases-slider__header {
  margin-bottom: clamp(12px, 1.5vw, 22px);
}

body.template-index .collection-feature,
body.index .collection-feature {
  min-height: clamp(420px, 39vw, 580px);
  gap: clamp(22px, 3.2vw, 46px);
}

body.template-index .collection-feature__media,
body.index .collection-feature__media {
  min-height: clamp(420px, 39vw, 580px);
}

body.template-index .collection-feature__title,
body.index .collection-feature__title {
  max-width: 8.4ch;
  font-size: clamp(3.7rem, 4.2vw, 5.8rem);
  line-height: .96;
}

body.template-index .collection-feature__text,
body.index .collection-feature__text {
  max-width: 48ch;
  font-size: clamp(14px, 1vw, 17px);
}

body.template-index .collection-feature__link,
body.index .collection-feature__link {
  min-height: 44px;
  font-size: clamp(21px, 1.8vw, 29px);
}

body.template-index .releases-slider__controls,
body.index .releases-slider__controls {
  margin-top: clamp(8px, 1vw, 14px);
}

body.template-index .brand-pillars.section,
body.index .brand-pillars.section {
  padding-top: clamp(32px, 3.8vw, 56px);
  padding-bottom: clamp(34px, 4vw, 62px);
}

body.template-index .brand-statement,
body.index .brand-statement {
  margin-bottom: clamp(22px, 2.5vw, 38px);
}

body.template-index .brand-statement__quote,
body.index .brand-statement__quote {
  max-width: 980px;
  font-size: clamp(3rem, 3.5vw, 4.9rem);
  line-height: 1.02;
}

body.template-index .brand-pillars__heading,
body.index .brand-pillars__heading {
  margin-bottom: clamp(14px, 1.7vw, 24px);
  font-size: clamp(3rem, 3.4vw, 4.8rem);
  line-height: 1.02;
}

body.template-index .brand-pillars__grid,
body.index .brand-pillars__grid {
  gap: clamp(10px, 1.15vw, 16px);
}

body.template-index .brand-pillar,
body.index .brand-pillar {
  min-height: clamp(230px, 18vw, 300px);
  padding: clamp(16px, 1.7vw, 22px);
}

body.template-index .brand-pillar h3,
body.index .brand-pillar h3 {
  font-size: clamp(2.3rem, 2.6vw, 3.7rem);
  line-height: .96;
}

body.template-index .newsletter-section.section,
body.index .newsletter-section.section {
  padding-block: clamp(32px, 4vw, 58px);
}

body.template-index .newsletter-section__inner,
body.index .newsletter-section__inner {
  gap: clamp(18px, 3vw, 42px);
}

body.template-index .newsletter-section h2,
body.index .newsletter-section h2 {
  font-size: clamp(2.8rem, 3.3vw, 4.6rem);
  line-height: 1.02;
}

@media (min-width: 990px) {
  body.template-index .featured-products__grid.product-grid,
  body.index .featured-products__grid.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.template-index .brand-pillars__grid,
  body.index .brand-pillars__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 989px) {
  body.template-index .section,
  body.index .section {
    padding-block: 24px 34px;
  }

  body.template-index .hero-campaign,
  body.index .hero-campaign,
  body.template-index .hero-campaign__story,
  body.index .hero-campaign__story {
    min-height: 520px;
  }

  body.template-index .hero-campaign__story,
  body.index .hero-campaign__story {
    width: min(100%, 420px);
    padding: 76px 16px 34px;
  }

  body.template-index .hero-campaign__heading,
  body.index .hero-campaign__heading {
    max-width: 7.5ch;
    font-size: clamp(46px, 14vw, 60px);
    line-height: 1.04;
  }

  body.template-index .featured-products.section,
  body.index .featured-products.section {
    padding-block: 22px 30px;
  }

  body.template-index .featured-products .section__title,
  body.index .featured-products .section__title {
    font-size: clamp(36px, 10.8vw, 48px);
  }

  body.template-index .featured-products__grid.product-grid,
  body.index .featured-products__grid.product-grid {
    gap: 10px 8px;
  }

  body.template-index .featured-collections.section,
  body.index .featured-collections.section,
  body.template-index .brand-pillars.section,
  body.index .brand-pillars.section {
    padding-block: 28px 34px;
  }

  body.template-index .releases-slider,
  body.index .releases-slider {
    min-height: 600px;
  }

  body.template-index .collection-feature,
  body.index .collection-feature {
    min-height: 600px;
    gap: 16px;
  }

  body.template-index .release-slide.collection-feature,
  body.index .release-slide.collection-feature {
    grid-template-rows: minmax(280px, auto) 1fr;
  }

  body.template-index .release-slide .collection-feature__media,
  body.index .release-slide .collection-feature__media,
  body.template-index .collection-feature__media,
  body.index .collection-feature__media {
    min-height: 280px;
  }

  body.template-index .collection-feature__title,
  body.index .collection-feature__title {
    max-width: 8.2ch;
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.02;
  }

  body.template-index .brand-statement__quote,
  body.index .brand-statement__quote {
    font-size: clamp(33px, 9.6vw, 44px);
    line-height: 1.04;
  }

  body.template-index .brand-pillars__heading,
  body.index .brand-pillars__heading {
    font-size: clamp(34px, 10vw, 46px);
  }

  body.template-index .brand-pillar,
  body.index .brand-pillar {
    min-height: 190px;
  }

  body.template-index .newsletter-section h2,
  body.index .newsletter-section h2 {
    font-size: clamp(32px, 9.5vw, 44px);
  }
}

/* Homepage rhythm lock for local preview and Haravan output. */
main > .hero-campaign,
.site-main > .hero-campaign,
main > .hero-campaign .hero-campaign__story,
.site-main > .hero-campaign .hero-campaign__story {
  min-height: clamp(500px, 62svh, 660px);
}

main > .hero-campaign .hero-campaign__story,
.site-main > .hero-campaign .hero-campaign__story {
  width: min(50vw, 630px);
  gap: clamp(10px, 1.1vw, 16px);
  padding-top: clamp(46px, 5vw, 72px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

main > .hero-campaign .hero-campaign__heading,
.site-main > .hero-campaign .hero-campaign__heading {
  max-width: 8.3ch;
  font-size: clamp(4.4rem, 5.4vw, 6.9rem);
  line-height: 1.02;
}

main > .hero-campaign .hero-campaign__text,
.site-main > .hero-campaign .hero-campaign__text {
  max-width: 46ch;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.38;
}

main > .featured-products.section,
.site-main > .featured-products.section {
  padding-top: clamp(26px, 3vw, 44px);
  padding-bottom: clamp(20px, 2vw, 30px);
}

main > .featured-products .featured-products__header,
.site-main > .featured-products .featured-products__header {
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

main > .featured-products .section__title,
.site-main > .featured-products .section__title {
  max-width: 8.8ch;
  font-size: clamp(3rem, 3.35vw, 4.6rem);
  line-height: 1.02;
}

main > .featured-products .featured-products__grid.product-grid,
.site-main > .featured-products .featured-products__grid.product-grid {
  gap: clamp(10px, 1.1vw, 16px);
}

main > .featured-products .product-card__media,
.site-main > .featured-products .product-card__media {
  aspect-ratio: 1 / 1.02;
}

main > .featured-products .product-card,
.site-main > .featured-products .product-card,
main > .featured-products .product-card__link,
.site-main > .featured-products .product-card__link {
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
}

main > .featured-products .product-card__info,
.site-main > .featured-products .product-card__info {
  min-height: 54px;
  padding-top: 8px;
  gap: 8px;
}

main > .featured-collections.section,
.site-main > .featured-collections.section {
  padding-top: clamp(18px, 2.2vw, 32px);
  padding-bottom: clamp(34px, 4vw, 62px);
}

main > .featured-collections .releases-slider,
.site-main > .featured-collections .releases-slider {
  min-height: clamp(420px, 39vw, 580px);
}

main > .featured-collections .releases-slider__header,
.site-main > .featured-collections .releases-slider__header {
  margin-bottom: clamp(12px, 1.5vw, 22px);
}

main > .featured-collections .collection-feature,
.site-main > .featured-collections .collection-feature {
  min-height: clamp(420px, 39vw, 580px);
  gap: clamp(22px, 3.2vw, 46px);
}

main > .featured-collections .collection-feature__media,
.site-main > .featured-collections .collection-feature__media {
  min-height: clamp(420px, 39vw, 580px);
}

main > .featured-collections .collection-feature__title,
.site-main > .featured-collections .collection-feature__title {
  max-width: 8.4ch;
  font-size: clamp(3.7rem, 4.2vw, 5.8rem);
  line-height: .96;
}

main > .featured-collections .collection-feature__text,
.site-main > .featured-collections .collection-feature__text {
  max-width: 48ch;
  font-size: clamp(14px, 1vw, 17px);
}

main > .featured-collections .collection-feature__link,
.site-main > .featured-collections .collection-feature__link {
  min-height: 44px;
  font-size: clamp(21px, 1.8vw, 29px);
}

main > .featured-collections .releases-slider__controls,
.site-main > .featured-collections .releases-slider__controls {
  margin-top: clamp(8px, 1vw, 14px);
}

main > .brand-pillars.section,
.site-main > .brand-pillars.section {
  padding-top: clamp(32px, 3.8vw, 56px);
  padding-bottom: clamp(34px, 4vw, 62px);
}

main > .brand-pillars .brand-statement,
.site-main > .brand-pillars .brand-statement {
  min-height: 0;
  margin-bottom: clamp(22px, 2.5vw, 38px);
}

main > .brand-pillars .brand-statement__quote,
.site-main > .brand-pillars .brand-statement__quote {
  max-width: 980px;
  font-size: clamp(3rem, 3.5vw, 4.9rem);
  line-height: 1.02;
}

main > .brand-pillars .brand-pillars__heading,
.site-main > .brand-pillars .brand-pillars__heading {
  margin-bottom: clamp(14px, 1.7vw, 24px);
  font-size: clamp(3rem, 3.4vw, 4.8rem);
  line-height: 1.02;
}

main > .brand-pillars .brand-pillars__grid,
.site-main > .brand-pillars .brand-pillars__grid {
  gap: clamp(10px, 1.15vw, 16px);
}

main > .brand-pillars .brand-pillar,
.site-main > .brand-pillars .brand-pillar {
  min-height: clamp(230px, 18vw, 300px);
  padding: clamp(16px, 1.7vw, 22px);
}

main > .brand-pillars .brand-pillar h3,
.site-main > .brand-pillars .brand-pillar h3 {
  font-size: clamp(2.3rem, 2.6vw, 3.7rem);
  line-height: .96;
}

main > .newsletter-section.section,
.site-main > .newsletter-section.section {
  padding-block: clamp(32px, 4vw, 58px);
}

main > .newsletter-section .newsletter-section__inner,
.site-main > .newsletter-section .newsletter-section__inner {
  gap: clamp(18px, 3vw, 42px);
}

main > .newsletter-section h2,
.site-main > .newsletter-section h2 {
  font-size: clamp(2.8rem, 3.3vw, 4.6rem);
  line-height: 1.02;
}

@media (min-width: 990px) {
  main > .featured-products .featured-products__grid.product-grid,
  .site-main > .featured-products .featured-products__grid.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  main > .brand-pillars .brand-pillars__grid,
  .site-main > .brand-pillars .brand-pillars__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 989px) {
  main > .hero-campaign,
  .site-main > .hero-campaign,
  main > .hero-campaign .hero-campaign__story,
  .site-main > .hero-campaign .hero-campaign__story {
    min-height: 520px;
  }

  main > .hero-campaign .hero-campaign__story,
  .site-main > .hero-campaign .hero-campaign__story {
    width: min(100%, 420px);
    padding: 76px 16px 34px;
  }

  main > .hero-campaign .hero-campaign__heading,
  .site-main > .hero-campaign .hero-campaign__heading {
    max-width: 7.5ch;
    font-size: clamp(46px, 14vw, 60px);
    line-height: 1.04;
  }

  main > .featured-products.section,
  .site-main > .featured-products.section {
    padding-block: 22px 22px;
  }

  main > .featured-products .section__title,
  .site-main > .featured-products .section__title {
    font-size: clamp(36px, 10.8vw, 48px);
  }

  main > .featured-products .featured-products__grid.product-grid,
  .site-main > .featured-products .featured-products__grid.product-grid {
    gap: 10px 8px;
  }

  main > .featured-collections.section,
  .site-main > .featured-collections.section,
  main > .brand-pillars.section,
  .site-main > .brand-pillars.section {
    padding-block: 22px 30px;
  }

  main > .featured-collections .releases-slider,
  .site-main > .featured-collections .releases-slider {
    min-height: 600px;
  }

  main > .featured-collections .collection-feature,
  .site-main > .featured-collections .collection-feature {
    min-height: 600px;
    gap: 16px;
  }

  main > .featured-collections .release-slide.collection-feature,
  .site-main > .featured-collections .release-slide.collection-feature {
    grid-template-rows: minmax(280px, auto) 1fr;
  }

  main > .featured-collections .release-slide .collection-feature__media,
  .site-main > .featured-collections .release-slide .collection-feature__media,
  main > .featured-collections .collection-feature__media,
  .site-main > .featured-collections .collection-feature__media {
    min-height: 280px;
  }

  main > .featured-collections .collection-feature__title,
  .site-main > .featured-collections .collection-feature__title {
    max-width: 8.2ch;
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.02;
  }

  main > .brand-pillars .brand-statement__quote,
  .site-main > .brand-pillars .brand-statement__quote {
    font-size: clamp(33px, 9.6vw, 44px);
    line-height: 1.04;
  }

  main > .brand-pillars .brand-pillars__heading,
  .site-main > .brand-pillars .brand-pillars__heading {
    font-size: clamp(34px, 10vw, 46px);
  }

  main > .brand-pillars .brand-pillars__grid,
  .site-main > .brand-pillars .brand-pillars__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  main > .brand-pillars .brand-pillar,
  .site-main > .brand-pillars .brand-pillar {
    min-height: 180px !important;
  }

  main > .newsletter-section h2,
  .site-main > .newsletter-section h2 {
    font-size: clamp(32px, 9.5vw, 44px);
  }
}

/* Homepage typography lock: wider type blocks, less one-column feeling. */
main > .hero-campaign .hero-campaign__heading,
.site-main > .hero-campaign .hero-campaign__heading {
  max-width: 10.8ch;
}

main > .featured-products .section__title,
.site-main > .featured-products .section__title,
main > .brand-pillars .brand-pillars__heading,
.site-main > .brand-pillars .brand-pillars__heading,
main > .newsletter-section h2,
.site-main > .newsletter-section h2 {
  max-width: 14ch;
}

main > .featured-collections .collection-feature__title,
.site-main > .featured-collections .collection-feature__title {
  max-width: 12ch;
}

main > .brand-pillars .brand-statement,
.site-main > .brand-pillars .brand-statement {
  max-width: none;
  padding-inline: clamp(36px, 8vw, 132px) clamp(24px, 5vw, 82px);
}

main > .brand-pillars .brand-statement__quote,
.site-main > .brand-pillars .brand-statement__quote {
  max-width: 18ch;
  font-size: clamp(3.1rem, 3.3vw, 4.7rem);
  line-height: 1.05;
}

main > .featured-products .section__title,
.site-main > .featured-products .section__title {
  font-size: clamp(3rem, 3.1vw, 4.35rem);
}

main > .featured-collections .collection-feature__title,
.site-main > .featured-collections .collection-feature__title {
  font-size: clamp(3.4rem, 3.8vw, 5.25rem);
  line-height: 1;
}

@media (max-width: 989px) {
  main > .hero-campaign .hero-campaign__heading,
  .site-main > .hero-campaign .hero-campaign__heading {
    max-width: 9.2ch;
  }

  main > .featured-products .section__title,
  .site-main > .featured-products .section__title,
  main > .featured-collections .collection-feature__title,
  .site-main > .featured-collections .collection-feature__title,
  main > .brand-pillars .brand-pillars__heading,
  .site-main > .brand-pillars .brand-pillars__heading,
  main > .newsletter-section h2,
  .site-main > .newsletter-section h2 {
    max-width: 11.5ch;
  }

  main > .brand-pillars .brand-statement,
  .site-main > .brand-pillars .brand-statement {
    padding-inline: 0;
  }

  main > .brand-pillars .brand-statement__quote,
  .site-main > .brand-pillars .brand-statement__quote {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.08;
  }

  main > .newsletter-section__inner,
  .site-main > .newsletter-section__inner,
  main > .newsletter-section .newsletter-section__inner,
  .site-main > .newsletter-section .newsletter-section__inner {
    grid-template-columns: 1fr;
  }
}

/* Homepage typography final pass: keep Vietnamese display text readable and wide enough. */
main > .brand-pillars .brand-statement,
.site-main > .brand-pillars .brand-statement {
  grid-template-columns: minmax(84px, 10vw) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(24px, 5vw, 84px);
}

main > .brand-pillars .brand-statement__label,
.site-main > .brand-pillars .brand-statement__label {
  position: static;
  grid-column: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1.1;
}

main > .brand-pillars .brand-statement__quote,
.site-main > .brand-pillars .brand-statement__quote {
  grid-column: 2;
  width: 100%;
  max-width: min(100%, 1040px);
  font-size: clamp(3rem, 3vw, 4.35rem);
  line-height: 1.1;
}

main > .newsletter-section h2,
.site-main > .newsletter-section h2 {
  max-width: 22ch;
  line-height: 1.1;
}

main > .hero-campaign .hero-campaign__heading,
.site-main > .hero-campaign .hero-campaign__heading,
main > .featured-products .section__title,
.site-main > .featured-products .section__title,
main > .featured-collections .collection-feature__title,
.site-main > .featured-collections .collection-feature__title,
main > .brand-pillars .brand-pillars__heading,
.site-main > .brand-pillars .brand-pillars__heading {
  line-height: 1.08;
}

@media (max-width: 989px) {
  main > .brand-pillars .brand-statement,
  .site-main > .brand-pillars .brand-statement {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  main > .brand-pillars .brand-statement__label,
  .site-main > .brand-pillars .brand-statement__label {
    grid-column: auto;
    writing-mode: horizontal-tb;
    transform: none;
  }

  main > .brand-pillars .brand-statement__quote,
  .site-main > .brand-pillars .brand-statement__quote {
    grid-column: auto;
    max-width: 100%;
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.12;
  }

  main > .newsletter-section h2,
  .site-main > .newsletter-section h2 {
    max-width: 12.5ch;
  }
}

@media (min-width: 600px) and (max-width: 989px) {
  main > .newsletter-section h2,
  .site-main > .newsletter-section h2 {
    max-width: 22ch;
  }
}

@media (max-width: 989px) {
  main > .brand-pillars,
  .site-main > .brand-pillars,
  main > .brand-pillars > .page-width,
  .site-main > .brand-pillars > .page-width {
    max-width: 100%;
    overflow-x: hidden;
  }

  main > .brand-pillars .brand-pillars__grid,
  .site-main > .brand-pillars .brand-pillars__grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(260px, calc(100vw - 32px)) !important;
    grid-template-columns: none !important;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  main > .brand-pillars .brand-pillar,
  .site-main > .brand-pillars .brand-pillar {
    width: auto !important;
    min-width: 0 !important;
    scroll-snap-align: start;
  }
}

/* Final Haravan editable media overrides. Keep this block at EOF. */
.hero-campaign__media--asset-fallback {
  background:
    linear-gradient(135deg, #080808 0 44%, #155d64 44% 100%);
}

.collection-feature__visual--fallback[hidden] {
  display: none;
}

.brand-pillars .brand-pillar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.brand-pillars .brand-pillar__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-pillars .brand-pillar--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .78)),
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .2));
  pointer-events: none;
}

.brand-pillars .brand-pillar--image h3,
.brand-pillars .brand-pillar--image p,
.brand-pillars .brand-pillar--image .brand-pillar__number,
.brand-pillars .brand-pillar--image span {
  position: relative;
}

/* Final cart balance pass at actual EOF: compact commerce panel, calmer type hierarchy. */
.cart-page--overlay .cart-panel {
  color: #000000;
}

.cart-panel__title {
  font-size: clamp(3.8rem, 4.2vw, 5.8rem);
  line-height: .88;
}

.cart-panel__shipping {
  max-width: 42ch;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.35;
}

.cart-panel-item {
  grid-template-columns: clamp(96px, 9vw, 124px) minmax(0, 1fr) 44px;
  gap: clamp(12px, 1.25vw, 18px);
  align-items: start;
}

.cart-panel-item__title {
  max-width: 22ch;
  font-size: clamp(1.8rem, 1.55vw, 2.4rem);
  line-height: .96;
}

.cart-panel-item__variant,
.cart-panel-item__properties {
  color: #5d5d5d;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.25;
}

.cart-panel-item__price {
  font-size: clamp(1.8rem, 1.35vw, 2.2rem);
  line-height: 1;
}

.cart-panel__subtotal {
  font-size: clamp(1.6rem, 1.35vw, 2.1rem);
  line-height: 1.05;
}

.cart-panel__checkout,
.cart-panel__continue {
  min-height: 58px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  line-height: 1;
}

@media (min-width: 990px) {
  .cart-page--overlay .cart-panel {
    width: min(46vw, 620px);
    padding: clamp(28px, 3vw, 44px) clamp(28px, 3vw, 48px);
  }

  .cart-page--overlay .cart-panel__header {
    margin-bottom: clamp(22px, 2.6vw, 38px);
  }

  .cart-page--overlay .cart-panel__progress {
    height: 4px;
    margin-bottom: clamp(22px, 2.8vw, 36px);
  }

  .cart-page--overlay .cart-panel__form {
    grid-template-rows: minmax(230px, 1fr) auto;
  }

  .cart-page--overlay .cart-panel__items {
    max-height: calc(100svh - 380px);
    gap: clamp(18px, 2vw, 26px);
    padding-right: 8px;
  }

  .cart-page__context {
    gap: 14px;
  }

  .cart-page__context strong {
    max-width: 8.5ch;
    font-size: clamp(3.8rem, 4.6vw, 6.4rem);
    line-height: .92;
  }
}

@media (max-width: 767px) {
  .cart-panel {
    padding: 18px 14px 18px;
  }

  .cart-panel__header {
    align-items: center;
    margin-bottom: 20px;
  }

  .cart-panel__title {
    font-size: clamp(3.4rem, 12vw, 4.5rem);
  }

  .cart-panel__progress {
    margin-bottom: 18px;
  }

  .cart-panel__form {
    grid-template-rows: minmax(300px, 1fr) auto;
  }

  .cart-panel__items {
    gap: 16px;
  }

  .cart-panel-item {
    grid-template-columns: 92px minmax(0, 1fr) 44px;
    gap: 10px;
  }

  .cart-panel-item__title {
    font-size: clamp(1.45rem, 4.6vw, 1.75rem);
    line-height: 1;
  }

  .cart-panel-item__price {
    font-size: 1.7rem;
  }

  .cart-panel-item__quantity {
    grid-template-columns: 24px 38px 24px;
    gap: 4px;
  }

  .cart-panel__summary {
    gap: 12px;
    padding-top: 16px;
  }

  .cart-panel__checkout,
  .cart-panel__continue {
    min-height: 52px;
  }
}

/* Final product variant media + About editable imagery pass. Keep this block at EOF. */
.product-form--commerce .product-form__variants {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  border: 0;
}

.product-form--commerce .variant-option {
  position: relative;
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 8px 12px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  box-shadow: none;
}

.product-form--commerce .variant-option--with-image {
  grid-template-columns: 44px minmax(0, 1fr);
  justify-items: start;
  text-align: left;
}

.product-form--commerce .variant-option:last-child {
  border-right: 1px solid rgba(0, 0, 0, .2);
}

.product-form--commerce .variant-option.is-active {
  border-color: #ff3d21;
  background: #ffffff;
  color: #ff3d21;
  box-shadow: inset 0 0 0 1px #ff3d21;
}

.product-form--commerce .variant-option.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #ff3d21;
}

.variant-option__thumb {
  width: 44px;
  height: 44px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: #f4f4f0;
}

.variant-option__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.variant-option__label {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 900;
  line-height: 1.12;
}

.about-visual img,
.about-editorial-pillar .about-visual img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-visual:has(img)::after {
  z-index: 2;
  color: rgba(255, 255, 255, .86);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .3);
}

.about-editorial__intro {
  max-width: 58ch;
  margin: 0;
  color: #151515;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .product-form--commerce .product-form__variants {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-form--commerce .variant-option {
    min-height: 58px;
    padding: 7px 9px;
  }

  .product-form--commerce .variant-option--with-image {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .variant-option__thumb {
    width: 38px;
    height: 38px;
  }

  .variant-option__label {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.16;
  }

  .about-editorial__intro {
    font-size: 14px;
  }
}

/* Collection UX Pro Max lock: compact hero, dense filters, stable commerce grid. */
.collection-page {
  padding-block: clamp(18px, 2.4vw, 34px) clamp(42px, 5vw, 76px);
}

.collection-page > .page-width {
  width: min(100%, 1480px);
  padding-inline: clamp(16px, 3vw, 48px);
}

.collection-page__hero {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 36px);
  align-items: center;
  margin-bottom: clamp(24px, 3.4vw, 48px);
}

.collection-page__hero-copy {
  display: grid;
  gap: clamp(10px, 1.2vw, 18px);
  padding: 0;
}

.collection-page__date {
  margin: 0;
  color: #000000;
  font-size: clamp(11px, .85vw, 14px);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.collection-page__title {
  max-width: 9.5ch;
  margin: 0;
  font-size: clamp(50px, 7vw, 112px);
  line-height: .84;
}

.collection-page__description {
  max-width: 58ch;
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.42;
}

.collection-page__hero-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / .78;
  background: #f1f1ee;
}

.collection-page__hero-upload {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.collection-page__bar--filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  min-height: 0;
  padding-block: 14px;
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

.collection-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.collection-filter {
  min-width: 0;
}

.collection-filter select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-grid--collection {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.35vw, 20px);
}

.product-grid--collection .product-card__media {
  aspect-ratio: 1 / 1.08;
}

.product-grid--collection .product-card__info {
  min-height: 56px;
}

@media (min-width: 768px) {
  .collection-page__hero {
    grid-template-columns: minmax(320px, .42fr) minmax(0, .58fr);
  }

  .collection-page__hero-media {
    order: 1;
  }

  .collection-page__hero-copy {
    order: 2;
  }

  .collection-page__bar--filters {
    grid-template-columns: minmax(120px, .35fr) minmax(0, .65fr);
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .product-grid--collection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 990px) {
  .collection-page__hero-media {
    max-height: 560px;
  }

  .product-grid--collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .collection-page {
    padding-block: 18px 42px;
  }

  .collection-page > .page-width {
    padding-inline: 14px;
  }

  .collection-page__hero {
    gap: 14px;
    margin-bottom: 22px;
  }

  .collection-page__hero-copy {
    order: 1;
  }

  .collection-page__hero-media {
    order: 2;
    aspect-ratio: 1 / .92;
  }

  .collection-page__title {
    max-width: 8.8ch;
    font-size: clamp(44px, 14vw, 62px);
    line-height: .88;
  }

  .collection-page__description {
    font-size: 13px;
  }

  .collection-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-filter:last-child {
    grid-column: 1 / -1;
  }

  .collection-filter select {
    min-height: 44px;
    font-size: 12px;
  }
}

/* Mobile ABOUT HEAVY readability lock: protect pillar text over uploaded imagery. */
.brand-pillars .brand-pillar--image {
  color: #ffffff;
}

.brand-pillars .brand-pillar--image::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .48) 42%, rgba(0, 0, 0, .9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .18));
}

.brand-pillars .brand-pillar--image .brand-pillar__number,
.brand-pillars .brand-pillar--image > span {
  color: #ffdf00;
}

.brand-pillars .brand-pillar--image h3 {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .55);
}

.brand-pillars .brand-pillar--image p {
  color: rgba(255, 255, 255, .94);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .55);
}

@media (max-width: 767px) {
  main > .brand-pillars .brand-pillar--image,
  .site-main > .brand-pillars .brand-pillar--image,
  .brand-pillars .brand-pillar--image {
    min-height: 224px !important;
    align-content: end;
    padding: 16px !important;
    background: #070707;
  }

  main > .brand-pillars .brand-pillar--image::after,
  .site-main > .brand-pillars .brand-pillar--image::after,
  .brand-pillars .brand-pillar--image::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .52) 42%, rgba(0, 0, 0, .94) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .3));
  }

  main > .brand-pillars .brand-pillar--image h3,
  .site-main > .brand-pillars .brand-pillar--image h3,
  .brand-pillars .brand-pillar--image h3 {
    color: #ffffff !important;
    font-size: clamp(26px, 8vw, 34px);
    line-height: .96;
  }

  main > .brand-pillars .brand-pillar--image p,
  .site-main > .brand-pillars .brand-pillar--image p,
  .brand-pillars .brand-pillar--image p {
    max-width: 30ch;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.28;
  }
}

/* Article commerce hard lock: keep long Vietnamese articles inside the viewport. */
.article-commerce__hero.page-width {
  box-sizing: border-box;
  width: 100%;
}

.article-commerce__hero > .article-commerce__image,
.article-commerce__hero > .article-commerce__image--placeholder {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  justify-self: stretch;
}

.article-commerce__hero h1 {
  max-width: 16ch;
  font-size: clamp(3.8rem, 5vw, 7.2rem);
  line-height: 1.06;
}

.article-commerce__content .article-buy-card {
  overflow: hidden;
}

.article-commerce__content .article-buy-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
}

.article-commerce__content .article-buy-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

@media (min-width: 990px) {
  .article-commerce__hero.page-width {
    max-width: min(1320px, calc(100vw - 96px));
  }
}

@media (max-width: 640px) {
  .article-commerce__hero h1 {
    max-width: 13ch;
    font-size: clamp(3.2rem, 10.8vw, 4.8rem);
    line-height: 1.08;
  }

  .article-commerce__content .article-buy-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .article-commerce__content .article-buy-card__media {
    width: 96px;
    aspect-ratio: 1 / 1;
  }

  .article-commerce__content .article-buy-card__media img {
    aspect-ratio: 1 / 1;
  }
}

/* Simple per-article product ad link.
   Paste: <a class="article-product-link" href="/products/handle">Product name</a> */
.article-commerce__content a.article-product-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 22px;
  align-items: end;
  min-height: 132px;
  margin: clamp(28px, 4vw, 52px) 0;
  padding: clamp(18px, 2.4vw, 30px);
  border: 2px solid #050505;
  box-shadow: inset 0 8px 0 #ffe000;
  background: #050505;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.2vw, 5rem);
  font-weight: 950;
  line-height: .94;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-transform: uppercase;
}

.article-commerce__content a.article-product-link::before {
  content: "SHOP THE STORY";
  grid-column: 1 / -1;
  color: #ffe000;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.article-commerce__content a.article-product-link[data-eyebrow]::before {
  content: attr(data-eyebrow);
}

.article-commerce__content a.article-product-link::after {
  content: "MUA NGAY";
  align-self: end;
  border-bottom: 4px solid #ffffff;
  color: #ffffff;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1;
  white-space: nowrap;
}

.article-commerce__content a.article-product-link[data-price]::after {
  content: attr(data-price) " / MUA NGAY";
}

.article-commerce__content a.article-product-link:focus-visible {
  outline: 3px solid #ffe000;
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .article-commerce__content a.article-product-link {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    font-size: clamp(2.4rem, 9vw, 3.6rem);
    line-height: 1;
  }

  .article-commerce__content a.article-product-link::after {
    justify-self: start;
    font-size: 2rem;
    white-space: normal;
  }
}

.article-commerce__content .article-shop-card {
  display: grid;
  grid-template-columns: minmax(220px, .84fr) minmax(0, 1.16fr);
  gap: clamp(28px, 4.8vw, 64px);
  align-items: center;
  width: min(100%, 1180px);
  margin: clamp(30px, 5vw, 58px) 0;
  padding: clamp(18px, 3vw, 42px);
  border: 1px solid rgba(5, 5, 5, .16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(5, 5, 5, .045);
  color: #050505;
}

.article-commerce__content .article-shop-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: #efefed;
  overflow: hidden;
  text-decoration: none;
}

.article-commerce__content .article-shop-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.article-commerce__content .article-shop-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: #101010;
  color: #ffe000;
  font-size: clamp(6rem, 12vw, 15rem);
  line-height: .86;
  text-align: left;
  word-break: break-all;
}

.article-commerce__content .article-shop-card__content {
  display: grid;
  gap: clamp(20px, 2.5vw, 34px);
  min-width: 0;
}

.article-commerce__content .article-shop-card__eyebrow {
  margin: 0;
  color: #7c6500;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.article-commerce__content .article-shop-card__title {
  color: #050505;
  font-family: var(--font-body);
  font-size: clamp(3rem, 4.5vw, 6.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-transform: none;
}

.article-commerce__content .article-shop-card__title:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.article-commerce__content .article-shop-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: 16px;
  min-height: 76px;
  padding: 0 clamp(42px, 5vw, 74px);
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.article-commerce__content .article-shop-card__button svg {
  width: clamp(24px, 2.4vw, 34px);
  height: clamp(24px, 2.4vw, 34px);
  flex: 0 0 auto;
}

.article-commerce__content .article-shop-card__button:hover {
  background: #1c1c1c;
}

.article-commerce__content .article-shop-card__button:focus-visible {
  outline: 3px solid #ffe000;
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .article-commerce__content .article-shop-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }

  .article-commerce__content .article-shop-card__title {
    font-size: clamp(2.6rem, 8.4vw, 3.8rem);
  }

  .article-commerce__content .article-shop-card__button {
    width: 100%;
    min-height: 58px;
    font-size: 2.4rem;
  }
}
