/* Public storefront presentation only. Commerce hooks remain in the existing page markup and script. */
#static-intro,
main#static-intro.intro {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home {
  display: block !important;
}

main#static-home.home {
  display: block !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@import url('/css/public-logo.css');

.storefront-header {
  position: sticky;
  top: 0;
  z-index: 110;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  min-height: 76px;
  border-bottom: 1px solid rgba(242, 240, 232, 0.18);
  padding: 0 clamp(20px, 4vw, 48px);
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(16px);
}

.storefront-brand {
  border: 0;
  padding: 0;
  background: transparent;
  color: #f2f0e8;
  cursor: pointer;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-brand img {
  display: block;
  width: clamp(126px, 12vw, 172px);
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.storefront-header .sidebar {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.6vw, 26px);
  max-height: none;
  overflow: visible;
  border: 0;
  padding: 0;
  background: transparent;
}

.storefront-header .side-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.55vw, 25px);
}

.storefront-header .side-menu a {
  color: #aaa99f;
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.storefront-header .side-menu a.is-active,
.storefront-header .side-menu a:hover {
  border: 0;
  padding-left: 0;
  color: #f2f0e8;
}

.storefront-header .side-menu a.is-active::after {
  display: block;
  height: 1px;
  margin-top: 8px;
  background: #f2f0e8;
  content: '';
}

.storefront-tools {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 18px);
}

.storefront-tools .language-switcher {
  display: flex;
  gap: 3px;
  margin: 0;
}

.storefront-tools .language-switcher button {
  min-height: 34px;
  min-width: 38px;
}

.storefront-tools .cart-button {
  width: auto;
  min-height: 42px;
  margin: 0;
  border: 1px solid rgba(242, 240, 232, 0.3);
  padding: 0 15px;
}

.storefront-menu-toggle {
  display: none;
}

.site-shell {
  display: block;
}

.content {
  width: 100%;
}

.video-banner#home {
  height: clamp(570px, calc(100svh - 76px), 920px);
  min-height: clamp(570px, calc(100svh - 76px), 920px);
}

.video-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.72));
}

.hero-content {
  position: absolute;
  inset: auto auto clamp(40px, 7vw, 82px) clamp(20px, 6vw, 72px);
  max-width: min(760px, calc(100vw - 44px));
}

.hero-content .hero-text {
  position: static;
  max-width: 760px;
  font-size: clamp(44px, 6.8vw, 96px);
  line-height: 0.9;
}

.home-fact-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid rgba(242, 240, 232, 0.22);
  background: #080808;
}

.home-fact {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  border-right: 1px solid rgba(242, 240, 232, 0.16);
  padding: clamp(18px, 2.5vw, 28px);
}

.home-fact:last-child {
  border-right: 0;
}

.home-fact strong {
  color: #f2f0e8;
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.home-fact span {
  color: #9da08f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-gateway {
  border-bottom: 1px solid rgba(242, 240, 232, 0.16);
}

.home-route-grid {
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr 0.8fr;
}

.home-route {
  min-height: clamp(250px, 29vw, 396px);
}

.home-route-code {
  background-image: url('/media/images/quiz-results/quiz_top_page.png');
  background-position: center top;
}

.home-route-lab {
  background-image: linear-gradient(135deg, #101010 0%, #050505 100%);
}

.home-route-ambassadors {
  background-image: url('/media/images/logo-menu.jpeg');
  background-size: contain;
}

.home-editorials {
  display: grid;
  gap: 1px;
  border-bottom: 1px solid rgba(242, 240, 232, 0.18);
  background: rgba(242, 240, 232, 0.16);
}

.editorial-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(300px, 1fr);
  min-height: clamp(380px, 50vw, 560px);
  background: #050505;
}

.editorial-feature:nth-child(even) .editorial-feature-media {
  order: 2;
}

.editorial-feature-media {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.editorial-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: clamp(30px, 6vw, 72px);
}

.editorial-feature-copy h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 950;
  line-height: 0.93;
  text-transform: uppercase;
}

.editorial-feature-copy p:not(.policy-kicker) {
  max-width: 480px;
  margin: 0;
  color: #b8bab1;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.6;
}

.editorial-link {
  min-height: 50px;
  border: 1px solid rgba(242, 240, 232, 0.75);
  padding: 0 23px;
  background: #f2f0e8;
  color: #050505;
  cursor: pointer;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-link:hover {
  background: transparent;
  color: #f2f0e8;
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.shop-filter {
  border: 1px solid rgba(242, 240, 232, 0.34);
  padding: 12px 16px;
  background: transparent;
  color: #f2f0e8;
  cursor: pointer;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-filter.is-active,
.shop-filter:hover {
  background: #f2f0e8;
  color: #050505;
}

.shop-filtered-out {
  display: none !important;
}

.product-preview-card {
  border-style: dashed;
}

.product-preview-status {
  margin: auto 0 0;
  border-top: 1px solid rgba(242, 240, 232, 0.22);
  padding-top: 18px;
  color: #9da08f;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quiz-page-hero {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(242, 240, 232, 0.2);
  background: #050505;
}

.quiz-page-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.quiz-page-hero::after {
  display: none;
  content: none;
}

.quiz-page-hero-copy {
  display: none;
}

.quiz-page-intro {
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 6vw, 72px) 0;
}

.quiz-page-intro .policy-kicker {
  margin-bottom: 12px;
}

.quiz-page-intro p:last-child {
  max-width: 800px;
  margin: 0;
  color: #e4e0d5;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 760;
  line-height: 1.45;
}

#find-your-code .ml-quiz-wrap {
  min-height: auto;
  padding-top: clamp(24px, 3vw, 36px);
}

.ambassador-access-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-left: 10px;
  border: 1px solid rgba(242, 240, 232, 0.36);
  padding: 0 22px;
  color: #f2f0e8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.ambassador-access-link:hover {
  border-color: #f2f0e8;
}

@media (max-width: 1120px) {
  .storefront-header {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    gap: 16px;
  }

  .storefront-menu-toggle {
    display: block;
    border: 1px solid rgba(242, 240, 232, 0.34);
    padding: 11px 13px;
    background: transparent;
    color: #f2f0e8;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .storefront-header .sidebar {
    position: fixed;
    top: 77px;
    left: 0;
    display: none;
    width: min(360px, 100vw);
    height: calc(100svh - 77px);
    align-items: stretch;
    justify-content: start;
    border-right: 1px solid rgba(242, 240, 232, 0.22);
    padding: 28px 22px;
    background: #050505;
  }

  .storefront-header .sidebar.is-open {
    display: block;
  }

  .storefront-header .side-menu {
    display: grid;
    justify-content: stretch;
    gap: 22px;
  }

  .storefront-header .side-menu a {
    font-size: 13px;
  }

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

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

@media (max-width: 768px) {
  .storefront-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 0 13px;
  }

  .storefront-brand {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.13em;
  }

  .storefront-brand img {
    width: clamp(98px, 29vw, 128px);
    max-height: 45px;
  }

  .storefront-header .sidebar {
    top: 65px;
    height: calc(100svh - 65px);
  }

  .storefront-tools .cart-button {
    min-height: 38px;
    padding: 0 10px;
  }

  .storefront-tools {
    gap: 5px;
  }

  .storefront-tools .language-switcher button {
    min-width: 27px;
    min-height: 30px;
    padding: 0;
    font-size: 9px;
  }

  .video-banner#home {
    height: clamp(500px, calc(100svh - 64px), 720px);
    min-height: clamp(500px, calc(100svh - 64px), 720px);
  }

  .hero-content {
    inset: auto 18px 30px;
  }

  .hero-content .hero-text {
    font-size: clamp(40px, 12.6vw, 55px);
  }

  .home-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-fact {
    min-height: 104px;
  }

  .home-route-grid,
  .editorial-feature {
    grid-template-columns: 1fr;
  }

  .editorial-feature:nth-child(even) .editorial-feature-media {
    order: initial;
  }

  .editorial-feature-media {
    min-height: 270px;
    max-height: 370px;
  }

  .ambassador-access-link {
    margin: 10px 0 0;
  }
}

/* 2026 local storefront rebuild layer: public presentation only. */
#static-home {
  background:
    radial-gradient(circle at 18% 0, rgba(126, 14, 14, 0.22), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0b0b0a 46%, #030303 100%);
}

.storefront-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 84px;
  border-bottom-color: rgba(242, 240, 232, 0.14);
  background: rgba(3, 3, 3, 0.88);
}

.storefront-brand img {
  width: clamp(142px, 13vw, 196px);
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.72));
}

.storefront-header .top-navigation {
  min-width: 0;
}

.storefront-header .side-menu {
  gap: clamp(10px, 1.2vw, 20px);
}

.storefront-header .side-menu a {
  position: relative;
  padding: 32px 0 28px;
  color: rgba(242, 240, 232, 0.64);
  font-size: clamp(10px, 0.76vw, 12px);
  letter-spacing: 0.16em;
}

.storefront-header .side-menu a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  margin: 0;
  background: #a52218;
}

.storefront-tools .cart-button {
  border-color: rgba(242, 240, 232, 0.42);
  background: rgba(242, 240, 232, 0.06);
}

.storefront-tools .cart-button:hover,
.storefront-tools .cart-button.is-open {
  border-color: #f2f0e8;
  background: #f2f0e8;
  color: #050505;
}

.content {
  min-height: calc(100svh - 84px);
}

.section-view {
  width: 100%;
}

.section-view:not(.is-active) {
  display: none !important;
}

.video-banner#home {
  min-height: calc(100svh - 84px);
  height: calc(100svh - 84px);
  border-bottom: 1px solid rgba(242, 240, 232, 0.16);
}

.video-banner#home video {
  filter: saturate(0.9) contrast(1.1);
}

.hero-content {
  inset: auto auto clamp(34px, 6vw, 76px) clamp(18px, 6vw, 80px);
}

.hero-eyebrow,
.policy-kicker {
  color: #b6a47c;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-action,
.editorial-link,
.ambassador-invite-button {
  border-radius: 0;
}

.home-fact-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #0d0d0b;
}

.home-fact {
  position: relative;
  min-height: clamp(132px, 13vw, 188px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(242, 240, 232, 0.08), transparent 52%),
    #0a0a09;
}

.home-fact::after {
  position: absolute;
  right: 18px;
  bottom: -12px;
  color: rgba(242, 240, 232, 0.06);
  font-size: 72px;
  font-weight: 950;
  line-height: 1;
  content: attr(data-index);
}

.home-gateway,
.home-product-preview,
.home-community {
  padding: clamp(32px, 5vw, 72px) clamp(16px, 4vw, 56px);
}

.home-gateway-header,
.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(22px, 4vw, 46px);
}

.home-section-head h2,
.home-community h2 {
  margin: 0;
  color: #f2f0e8;
  font-size: clamp(34px, 5vw, 74px);
  font-weight: 950;
  line-height: 0.93;
  text-transform: uppercase;
}

.home-section-head p:not(.policy-kicker),
.home-community p:not(.policy-kicker) {
  margin: 0;
  max-width: 620px;
  color: rgba(242, 240, 232, 0.68);
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 700;
  line-height: 1.62;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(242, 240, 232, 0.14);
}

.home-route {
  display: flex;
  min-height: clamp(300px, 30vw, 460px);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 14px;
  border: 0;
  padding: clamp(20px, 2.8vw, 34px);
  background-color: #050505;
  background-blend-mode: multiply;
  color: #f2f0e8;
  text-align: left;
}

.home-route strong {
  max-width: 13ch;
  font-size: clamp(28px, 3vw, 48px);
}

.home-route em {
  border: 1px solid rgba(242, 240, 232, 0.5);
  padding: 10px 14px;
  font-style: normal;
}

.home-brand-squares {
  margin-top: 1px;
}

.home-brand-squares article {
  min-height: 190px;
  background: #11110f;
}

.home-product-preview {
  background: #070707;
  border-top: 1px solid rgba(242, 240, 232, 0.12);
  border-bottom: 1px solid rgba(242, 240, 232, 0.12);
}

.home-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 22px;
  background: rgba(242, 240, 232, 0.14);
}

.home-product-card {
  display: grid;
  background: #0d0d0b;
}

.home-product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #000;
}

.home-product-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.home-product-card span {
  color: #9da08f;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-product-card strong {
  color: #f2f0e8;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}

.home-community {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(242, 240, 232, 0.14);
}

.home-community-block {
  min-height: clamp(340px, 38vw, 540px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 18px;
  padding: clamp(26px, 5vw, 62px);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86)),
    #070707;
}

.home-community-lab {
  background-image: linear-gradient(135deg, #111 0%, #050505 100%);
  background-size: cover;
  background-position: center;
}

.home-community-ambassadors {
  background-image: linear-gradient(135deg, #121212 0%, #050505 100%);
  background-size: cover;
  background-position: center;
}

.collection-masthead,
.product-section,
.lab-section,
.size-guide-section,
.returns-section,
.ambassador-invite-section,
.newsletter-section,
.end-separator {
  min-height: calc(100svh - 84px);
}

.product-section {
  padding-top: clamp(34px, 5vw, 70px);
}

.product-grid {
  align-items: stretch;
}

.product-card {
  background: #0b0b0a;
}

.product-image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #000;
}

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

.cart-panel {
  top: 96px;
  right: clamp(12px, 3vw, 38px);
  left: auto;
  width: min(94vw, 540px);
  transform: none;
}

@media (max-width: 1180px) {
  .storefront-header {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  .storefront-header .top-navigation {
    position: fixed;
    top: 84px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100svh - 84px);
    padding: clamp(24px, 6vw, 54px);
    border: 0;
    background: rgba(5, 5, 5, 0.98);
  }

  .storefront-header .top-navigation.is-open {
    display: block;
  }

  .storefront-header .side-menu {
    display: grid;
    justify-content: stretch;
    gap: 0;
  }

  .storefront-header .side-menu a {
    border-bottom: 1px solid rgba(242, 240, 232, 0.14);
    padding: 20px 0;
    font-size: clamp(18px, 6vw, 42px);
    line-height: 1;
  }

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

  .home-gateway-header,
  .home-section-head,
  .home-community,
  .art-section .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .storefront-header {
    min-height: 68px;
    gap: 10px;
  }

  .storefront-header .top-navigation {
    top: 68px;
    height: calc(100svh - 68px);
  }

  .storefront-tools .language-switcher {
    display: flex;
  }

  .video-banner#home {
    min-height: calc(100svh - 68px);
    height: calc(100svh - 68px);
  }

  .home-fact-strip,
  .home-route-grid,
  .home-preview-grid {
    grid-template-columns: 1fr;
  }

  .home-fact {
    min-height: 116px;
  }

  .home-route {
    min-height: 260px;
  }

  .editorial-feature {
    min-height: auto;
  }

  .cart-panel {
    top: 76px;
    right: 10px;
  }
}

/* Targeted correction: header logo and Home fact strip placement. */
body #static-home .storefront-brand {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
  background: transparent !important;
}

body #static-home .storefront-brand img {
  display: block !important;
  width: auto !important;
  height: clamp(40px, 4vw, 54px) !important;
  max-width: min(190px, 32vw) !important;
  max-height: 54px !important;
  object-fit: contain !important;
  background: transparent !important;
}

body #static-home .video-banner#home {
  clear: both !important;
  margin: 0 !important;
}

body #static-home .home-fact-strip {
  position: static !important;
  inset: auto !important;
  z-index: 1 !important;
  clear: both !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

body #static-home .home-fact {
  position: relative !important;
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: clamp(124px, 13vw, 180px) !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  float: none !important;
  transform: none !important;
}

body #static-home .home-gateway {
  clear: both !important;
}

@media (max-width: 1180px) {
  body #static-home .home-fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body #static-home .storefront-brand img {
    height: 38px !important;
    max-width: 132px !important;
  }

  body #static-home .home-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Layout repair pass: override legacy inline sidebar/grid rules. */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

body #static-home,
body #static-home .site-shell,
body #static-home .content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body #static-home .site-shell {
  display: block !important;
  grid-template-columns: none !important;
  min-height: auto !important;
  padding-top: 0 !important;
}

body #static-home .content {
  display: block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #static-home .content::before {
  display: none !important;
  content: none !important;
}

body #static-home .content > * {
  width: 100% !important;
  max-width: none !important;
}

body #static-home .section-view {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body #static-home .section-view:not(.is-active),
body #static-home [data-section-panel][hidden] {
  display: none !important;
}

body #static-home .section-view.is-active {
  display: block !important;
}

body #static-home .storefront-header {
  width: 100% !important;
  max-width: none !important;
}

body #static-home .storefront-header .top-navigation {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

body #static-home .storefront-header .side-menu {
  width: 100% !important;
  min-width: 0 !important;
}

body #static-home .video-banner#home {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100svh - 84px) !important;
  overflow: hidden !important;
}

body #static-home .video-banner#home video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body #static-home .hero-content {
  position: absolute !important;
  right: auto !important;
  bottom: clamp(32px, 7vw, 88px) !important;
  left: clamp(18px, 6vw, 80px) !important;
  z-index: 2 !important;
  width: min(720px, calc(100vw - 36px)) !important;
  max-width: 720px !important;
  min-width: 0 !important;
}

body #static-home .hero-content .hero-text,
body #static-home .hero-text {
  position: static !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  writing-mode: horizontal-tb !important;
  font-size: clamp(42px, 7vw, 96px) !important;
  line-height: 0.93 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body #static-home .hero-actions {
  width: 100% !important;
  margin-top: clamp(20px, 3vw, 34px) !important;
}

/* 2026 mobile polish pass: single mobile nav, tighter footer pairing, and home image framing. */
body #static-home .storefront-brand img {
  filter:
    brightness(1.08)
    contrast(1.16)
    drop-shadow(0 10px 28px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 2px rgba(242, 240, 232, 0.48)) !important;
}

@media (max-width: 720px) {
  body #static-home .storefront-header {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    min-height: 64px !important;
    gap: 0 !important;
    padding: 0 12px !important;
  }

  body #static-home .storefront-menu-toggle,
  body #static-home .storefront-tools .cart-button {
    min-height: 64px !important;
    min-width: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #f2f0e8 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
  }

  body #static-home .storefront-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    justify-self: start !important;
  }

  body #static-home .storefront-menu-toggle::before {
    content: '' !important;
    width: 18px !important;
    height: 12px !important;
    border-top: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    box-shadow: 0 5px 0 0 currentColor !important;
  }

  body #static-home .storefront-brand {
    justify-self: center !important;
  }

  body #static-home .storefront-brand img {
    height: 40px !important;
    max-width: 142px !important;
  }

  body #static-home .storefront-tools {
    justify-self: end !important;
  }

  body #static-home .storefront-tools .language-switcher {
    display: none !important;
  }

  body #static-home .storefront-tools .cart-button span:last-child {
    display: none !important;
  }

  body #static-home .storefront-header .top-navigation {
    top: 64px !important;
    height: calc(100svh - 64px) !important;
    padding: 14px 18px 28px !important;
  }

  body #static-home .storefront-header .side-menu a {
    padding: 18px 0 !important;
    font-size: clamp(18px, 7vw, 26px) !important;
  }

  body #static-home .video-banner#home {
    min-height: calc(100svh - 64px) !important;
    height: calc(100svh - 64px) !important;
  }

  body #static-home .video-banner#home video {
    object-position: 57% center !important;
  }

  body #static-home .hero-content {
    bottom: 26px !important;
    left: 18px !important;
    width: min(92vw, 420px) !important;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    font-size: clamp(34px, 11.5vw, 52px) !important;
    line-height: 0.95 !important;
  }

  body #static-home .home-route {
    min-height: 228px !important;
    padding: 18px !important;
    background-position: center 24% !important;
  }

  body #static-home .home-route strong {
    max-width: 10ch !important;
    font-size: clamp(24px, 8vw, 34px) !important;
  }

  body #static-home .home-route-clothing {
    background-position: center 18% !important;
  }

  body #static-home .home-route-art {
    background-position: center 34% !important;
  }

  body #static-home .home-route-code {
    background-position: 34% 18% !important;
  }

  body #static-home .home-route-wrestling {
    background-position: 58% center !important;
  }

  body #static-home .home-preview-grid img {
    object-position: center 18% !important;
  }

  body #static-home .editorial-feature-media {
    min-height: 246px !important;
    max-height: 330px !important;
  }

  body #static-home .editorial-feature:nth-child(2) .editorial-feature-media {
    object-position: 34% center !important;
  }

  body #static-home .editorial-feature:nth-child(1) .editorial-feature-media {
    object-position: center 22% !important;
  }

  body #static-home .editorial-feature:nth-child(3) .editorial-feature-media {
    object-position: center 34% !important;
  }
}

body #static-home .hero-action {
  min-width: min(220px, 100%) !important;
  min-height: 50px !important;
}

body #static-home .home-fact-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body #static-home .home-fact {
  width: auto !important;
  min-width: 0 !important;
}

body #static-home .home-gateway,
body #static-home .home-product-preview,
body #static-home .home-editorials,
body #static-home .home-community,
body #static-home .collection-masthead,
body #static-home .product-section,
body #static-home .lab-section,
body #static-home .size-guide-section,
body #static-home .returns-section,
body #static-home .ambassador-invite-section,
body #static-home .newsletter-section,
body #static-home .end-separator {
  width: 100% !important;
  max-width: none !important;
}

body #static-home .home-route-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

body #static-home .home-preview-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

body #static-home .editorial-feature {
  width: 100% !important;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr) !important;
}

body #static-home .home-community {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body #static-home .collection-masthead-grid,
body #static-home .lab-inner,
body #static-home .size-guide-inner,
body #static-home .manifesto-grid,
body #static-home .policy-grid,
body #static-home .ambassador-invite-inner,
body #static-home .contact-panel {
  width: min(100%, 1440px) !important;
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body #static-home .product-section {
  padding-right: clamp(16px, 4vw, 56px) !important;
  padding-left: clamp(16px, 4vw, 56px) !important;
}

body #static-home .product-grid {
  display: grid !important;
  width: min(100%, 1440px) !important;
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: clamp(14px, 2vw, 24px) !important;
}

body #static-home .product-card {
  width: 100% !important;
  min-width: 0 !important;
}

body #static-home .product-card .sketch-cta,
body #static-home .product-card .add-button {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 48px !important;
}

body #static-home .art-section .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
}

@media (max-width: 1180px) {
  body #static-home .storefront-header .top-navigation {
    width: 100% !important;
  }

  body #static-home .home-fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body #static-home .editorial-feature,
  body #static-home .home-community {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body #static-home .video-banner#home {
    min-height: calc(100svh - 68px) !important;
  }

  body #static-home .hero-content {
    right: 18px !important;
    bottom: 30px !important;
    left: 18px !important;
    width: auto !important;
    max-width: none !important;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    max-width: 100% !important;
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  body #static-home .home-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body #static-home .home-route-grid,
  body #static-home .home-preview-grid,
  body #static-home .product-grid,
  body #static-home .art-section .product-grid {
    grid-template-columns: 1fr !important;
  }

  body #static-home .home-route,
  body #static-home .home-route-lab,
  body #static-home .home-route-ambassadors {
    grid-column: auto !important;
  }
}

/* Editorial refinement pass: public storefront presentation only. */
body #static-home .home-fact-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  padding: clamp(18px, 3.5vw, 46px) clamp(16px, 5vw, 72px) !important;
  background:
    linear-gradient(180deg, rgba(242, 240, 232, 0.06), transparent 46%),
    #050505 !important;
}

body #static-home .home-fact {
  min-height: clamp(142px, 15vw, 190px) !important;
  justify-content: space-between !important;
  border: 1px solid rgba(242, 240, 232, 0.13) !important;
  padding: clamp(18px, 2.4vw, 30px) !important;
  background:
    linear-gradient(145deg, rgba(242, 240, 232, 0.055), rgba(242, 240, 232, 0.015)),
    #0b0b0a !important;
}

body #static-home .home-fact::before {
  color: rgba(242, 240, 232, 0.38) !important;
}

body #static-home .home-fact strong {
  max-width: 12ch !important;
  color: #f2f0e8 !important;
  font-size: clamp(24px, 3vw, 40px) !important;
  line-height: 0.94 !important;
}

body #static-home .home-fact span {
  max-width: 28ch !important;
  color: #b9b7ad !important;
  font-size: clamp(13px, 1.2vw, 15px) !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

body #static-home .home-gateway {
  padding-top: clamp(42px, 7vw, 86px) !important;
}

body #static-home .home-route-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 1px !important;
  border: 1px solid rgba(242, 240, 232, 0.13) !important;
  background: rgba(242, 240, 232, 0.13) !important;
}

body #static-home .home-route {
  grid-column: span 2 !important;
  min-height: clamp(260px, 30vw, 360px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  padding: clamp(22px, 3vw, 34px) !important;
  background-color: #080807 !important;
}

body #static-home .home-route-lab,
body #static-home .home-route-ambassadors {
  grid-column: span 3 !important;
}

body #static-home .home-route p {
  max-width: 31ch !important;
  margin: 0 !important;
  color: #c4c1b7 !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

body #static-home .home-brand-squares {
  display: none !important;
}

body #static-home .collection-masthead {
  min-height: auto !important;
  padding-top: clamp(34px, 5vw, 64px) !important;
  padding-bottom: clamp(30px, 4vw, 52px) !important;
}

body #static-home .collection-masthead-grid {
  align-items: center !important;
  gap: clamp(22px, 4vw, 56px) !important;
}

body #static-home .quiz-recommendation-hero:not(.is-ready) {
  display: none !important;
}

body #static-home .quiz-recommendation-hero.is-ready {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr) !important;
  gap: clamp(20px, 4vw, 56px) !important;
  align-items: center !important;
  padding: clamp(26px, 5vw, 64px) clamp(16px, 5vw, 72px) !important;
  border-bottom: 1px solid rgba(242, 240, 232, 0.16) !important;
  background: #070707 !important;
}

body #static-home .quiz-recommendation-hero img {
  width: 100% !important;
  max-height: clamp(240px, 34vw, 420px) !important;
  object-fit: cover !important;
  object-position: center top !important;
  border: 1px solid rgba(242, 240, 232, 0.16) !important;
}

body #static-home .quiz-recommendation-hero h2 {
  max-width: 820px !important;
  margin: 0 !important;
  color: #f2f0e8 !important;
  font-size: clamp(38px, 6vw, 82px) !important;
  font-weight: 950 !important;
  line-height: 0.94 !important;
  text-transform: uppercase !important;
}

body #static-home .quiz-recommendation-hero p:not(.policy-kicker) {
  max-width: 560px !important;
  margin: 22px 0 0 !important;
  color: #c9c7bf !important;
  font-size: clamp(15px, 1.4vw, 18px) !important;
  font-weight: 720 !important;
  line-height: 1.55 !important;
}

body #static-home .quiz-recommendation-products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 22px !important;
}

body #static-home .quiz-recommendation-products span {
  border: 1px solid rgba(242, 240, 232, 0.22) !important;
  padding: 9px 11px !important;
  color: #f2f0e8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body #static-home .product-gallery-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: -6px 0 16px !important;
}

body #static-home .product-gallery-button {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(242, 240, 232, 0.28) !important;
  background: transparent !important;
  color: #f2f0e8 !important;
  cursor: pointer !important;
  font-size: 18px !important;
}

body #static-home .product-gallery-dots {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px !important;
}

body #static-home .product-gallery-dot {
  width: 7px !important;
  height: 7px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(242, 240, 232, 0.28) !important;
  padding: 0 !important;
}

body #static-home .product-gallery-dot.is-active {
  background: #f2f0e8 !important;
}

@media (max-width: 980px) {
  body #static-home .home-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body #static-home .quiz-recommendation-hero.is-ready {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 540px) {
  body #static-home .home-fact-strip {
    grid-template-columns: 1fr !important;
  }
}

/* Targeted state/layout correction: public presentation only. */
body #static-home [data-section-panel][hidden],
body #static-home .section-view:not(.is-active),
body #static-home .shop-filtered-out {
  display: none !important;
}

body #static-home .video-banner#home:not(.is-active),
body #static-home .video-banner#home[hidden] {
  display: none !important;
}

body #static-home .collection-masthead {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.86) 50%, rgba(5, 5, 5, 0.7) 100%),
    image-set(url('/media/images/archive/muscle-lab-store-hero.png') type('image/png')) center / cover no-repeat !important;
}

body #static-home .collection-masthead::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 51, 0, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.94)) !important;
  pointer-events: none !important;
}

body #static-home .collection-masthead-grid {
  position: relative !important;
  z-index: 1 !important;
}

body #static-home .collection-masthead .policy-kicker,
body #static-home .collection-masthead h1,
body #static-home .collection-masthead p {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.82) !important;
}

@media (max-width: 768px) {
  body #static-home .collection-masthead {
    min-height: 560px !important;
    display: flex !important;
    align-items: flex-end !important;
    padding-top: 150px !important;
    background-position: center top !important;
  }

  body #static-home .collection-masthead-grid {
    gap: 20px !important;
  }

  body #static-home .collection-masthead h1 {
    max-width: 9ch !important;
  }

}

@media (max-width: 540px) {
  body #static-home .collection-masthead {
    min-height: 610px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body #static-home .collection-masthead::before {
    background:
      radial-gradient(circle at 72% 12%, rgba(255, 51, 0, 0.08), transparent 28%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.96)) !important;
  }

  body #static-home .collection-masthead .shop-filters {
    margin-top: 18px !important;
  }

  body #static-home .collection-masthead .shop-filter {
    flex-basis: 100% !important;
  }
}

body #static-home .pride-banner,
body #static-home #swimwear,
body #static-home .swimwear-section {
  display: none !important;
}

body #static-home .home-fact-strip {
  border-top: 1px solid rgba(242, 240, 232, 0.14) !important;
  border-bottom: 1px solid rgba(242, 240, 232, 0.16) !important;
}

body #static-home .home-fact {
  min-height: 150px !important;
}

body #static-home .home-route,
body #static-home .editorial-feature-copy,
body #static-home .home-community-block {
  display: flex !important;
  flex-direction: column !important;
}

body #static-home .home-route em,
body #static-home .editorial-feature-copy .editorial-link,
body #static-home .home-community-block .editorial-link {
  margin-top: auto !important;
  align-self: flex-start !important;
}

body #static-home .product-gallery-colors {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
}

body #static-home .product-gallery-color {
  min-height: 36px !important;
  border: 1px solid rgba(242, 240, 232, 0.24) !important;
  background: rgba(242, 240, 232, 0.05) !important;
  color: #f2f0e8 !important;
  padding: 8px 12px !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

body #static-home .product-gallery-color.is-active {
  background: #f2f0e8 !important;
  color: #050505 !important;
}

body #static-home .product-gallery-controls[hidden] {
  display: none !important;
}

body #static-home .product-grid {
  align-items: stretch !important;
  overflow: visible !important;
}

body #static-home .product-card {
  display: flex !important;
  min-height: 0 !important;
  height: auto !important;
  flex-direction: column !important;
  overflow: visible !important;
}

body #static-home .product-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(242, 240, 232, 0.32) !important;
  background: #000 !important;
}

body #static-home .product-media .product-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  border-bottom: 0 !important;
  object-fit: cover !important;
}

body #static-home .product-info {
  min-height: 0 !important;
  overflow: visible !important;
}

body #static-home .product-gallery-controls {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  margin: 0 !important;
  pointer-events: none !important;
}

body #static-home .product-gallery-controls[hidden] {
  display: none !important;
}

body #static-home .product-gallery-button {
  position: absolute !important;
  top: 50% !important;
  z-index: 2 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(242, 240, 232, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(5, 5, 5, 0.72) !important;
  color: #f2f0e8 !important;
  cursor: pointer !important;
  font-size: 18px !important;
  line-height: 1 !important;
  pointer-events: auto !important;
}

body #static-home .gallery-arrow-prev {
  left: 10px !important;
}

body #static-home .gallery-arrow-next {
  right: 10px !important;
}

body #static-home .product-gallery-dots {
  position: absolute !important;
  bottom: 10px !important;
  left: 50% !important;
  z-index: 2 !important;
  display: flex !important;
  max-width: calc(100% - 24px) !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}

body #static-home .product-gallery-dot {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  border: 1px solid rgba(5, 5, 5, 0.7) !important;
  border-radius: 999px !important;
  background: rgba(242, 240, 232, 0.5) !important;
  padding: 0 !important;
  cursor: pointer !important;
}

body #static-home .product-gallery-dot.is-active {
  background: #f2f0e8 !important;
}

body #static-home .quiz-recommendation-hero.is-ready {
  min-height: auto !important;
  padding: clamp(18px, 3vw, 34px) clamp(16px, 5vw, 72px) !important;
}

/* Header logo treatment: shared dark transparent public logo. */
body #static-home .storefront-brand {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body #static-home .storefront-brand::after {
  content: none !important;
  pointer-events: none !important;
}

body #static-home .storefront-brand img {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 720px) {
  body #static-home .storefront-brand {
    padding: 0 !important;
  }
}

/* Public storefront layout safety pass. */
body #static-home .section-view,
body #static-home [data-section-panel] {
  scroll-margin-top: 84px !important;
}

body #static-home .video-banner#home {
  display: grid !important;
  min-height: calc(100svh - 84px) !important;
  height: auto !important;
  box-sizing: border-box !important;
  align-items: end !important;
  padding: clamp(96px, 13svh, 140px) clamp(18px, 6vw, 80px) clamp(34px, 7svh, 72px) !important;
  overflow: hidden !important;
}

body #static-home .hero-content {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: min(680px, 100%) !important;
  max-width: 680px !important;
  align-self: end !important;
}

body #static-home .hero-content .hero-text,
body #static-home .hero-text {
  max-width: 680px !important;
  font-size: clamp(40px, 6.45vw, 88px) !important;
  line-height: 0.96 !important;
}

body #static-home .home-route {
  box-sizing: border-box !important;
  overflow: hidden !important;
  text-align: left !important;
}

body #static-home .home-route span,
body #static-home .home-route strong,
body #static-home .home-route p,
body #static-home .home-route em {
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-wrap: break-word !important;
}

body #static-home .home-route strong {
  width: 100% !important;
  font-size: clamp(24px, 2.45vw, 38px) !important;
  line-height: 1.02 !important;
}

body #static-home .home-route p {
  width: 100% !important;
}

body #static-home .size-table-wrap {
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(242, 240, 232, 0.16) !important;
  scrollbar-color: rgba(242, 240, 232, 0.62) rgba(242, 240, 232, 0.12) !important;
}

body #static-home .size-table-wrap::after {
  display: block !important;
  margin-top: 10px !important;
  color: #8f9186 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  content: 'Scroll for full table' !important;
}

body #static-home .size-table {
  width: max(100%, 560px) !important;
}

@media (max-width: 720px) {
  body #static-home .storefront-header .top-navigation {
    top: 68px !important;
    height: calc(100svh - 68px) !important;
  }

  body #static-home .section-view,
  body #static-home [data-section-panel] {
    scroll-margin-top: 68px !important;
  }

  body #static-home .video-banner#home {
    min-height: calc(100svh - 68px) !important;
    padding: clamp(84px, 14svh, 116px) 18px clamp(28px, 7svh, 48px) !important;
  }

  body #static-home .hero-content {
    width: 100% !important;
    max-width: none !important;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    max-width: 100% !important;
    font-size: clamp(36px, 11vw, 52px) !important;
    line-height: 0.98 !important;
  }
}

@media (max-width: 360px) {
  body #static-home .storefront-header {
    grid-template-columns: auto minmax(0, auto) minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 0 8px !important;
  }

  body #static-home .storefront-tools {
    min-width: 0 !important;
    justify-content: flex-end !important;
    gap: 4px !important;
  }

  body #static-home .storefront-tools .language-switcher {
    min-width: 0 !important;
    gap: 2px !important;
  }

  body #static-home .storefront-tools .language-switcher button {
    min-width: 22px !important;
    min-height: 30px !important;
    padding: 0 3px !important;
    font-size: 10px !important;
  }

  body #static-home .storefront-tools .cart-button {
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 7px !important;
    font-size: 11px !important;
  }

  body #static-home .storefront-tools .cart-button span:first-child {
    display: none !important;
  }

  body #static-home .storefront-brand img {
    width: 76px !important;
  }
}

/* Public Ambassador programme rebuild. */
body #static-home .ambassador-invite-section {
  min-height: auto !important;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 5vw, 72px) clamp(120px, 12vw, 170px) !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(165, 34, 24, 0.2), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0c0b0a 48%, #030303 100%) !important;
}

body #static-home .ambassador-invite-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  gap: clamp(28px, 4vw, 54px) !important;
  margin: 0 auto !important;
}

body #static-home .ambassador-campaign-hero {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  min-height: clamp(250px, 37vw, 520px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(242, 240, 232, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(242, 240, 232, 0.11), transparent 38%),
    radial-gradient(circle at 18% 24%, rgba(242, 240, 232, 0.12), transparent 18rem),
    linear-gradient(125deg, #161513 0%, #050505 48%, #22100d 100%) !important;
  place-items: end start !important;
}

body #static-home .ambassador-campaign-hero::before {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.14), rgba(5, 5, 5, 0.66)),
    repeating-linear-gradient(90deg, rgba(242, 240, 232, 0.06) 0 1px, transparent 1px 88px) !important;
  content: '' !important;
}

body #static-home .ambassador-campaign-mark {
  position: relative !important;
  max-width: 10ch !important;
  padding: clamp(22px, 5vw, 58px) !important;
  color: rgba(242, 240, 232, 0.9) !important;
  font-size: clamp(54px, 9vw, 130px) !important;
  font-weight: 950 !important;
  line-height: 0.85 !important;
  text-transform: uppercase !important;
}

body #static-home .ambassador-invite-copy {
  max-width: 920px !important;
}

body #static-home .ambassador-invite-copy .section-title {
  max-width: 940px !important;
  margin-bottom: 18px !important;
}

body #static-home .ambassador-invite-copy .section-note {
  max-width: 860px !important;
  color: #d8d4c9 !important;
  font-size: clamp(17px, 1.7vw, 22px) !important;
  line-height: 1.55 !important;
}

body #static-home .ambassador-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  border: 1px solid rgba(242, 240, 232, 0.14) !important;
  background: rgba(242, 240, 232, 0.14) !important;
}

body #static-home .ambassador-benefit-card,
body #static-home .ambassador-info-panel {
  min-width: 0 !important;
  background: rgba(5, 5, 5, 0.92) !important;
}

body #static-home .ambassador-benefit-card {
  padding: clamp(20px, 3vw, 34px) !important;
}

body #static-home .ambassador-benefit-card h3 {
  margin: 0 0 12px !important;
  color: #f2f0e8 !important;
  font-size: clamp(18px, 1.8vw, 26px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

body #static-home .ambassador-benefit-card p,
body #static-home .ambassador-info-panel p,
body #static-home .ambassador-steps span {
  margin: 0 !important;
  color: #c9c7bf !important;
  font-size: 14px !important;
  font-weight: 680 !important;
  line-height: 1.55 !important;
}

body #static-home .ambassador-info-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: 1px !important;
  border: 1px solid rgba(242, 240, 232, 0.14) !important;
  background: rgba(242, 240, 232, 0.14) !important;
}

body #static-home .ambassador-info-panel {
  padding: clamp(22px, 4vw, 42px) !important;
}

body #static-home .ambassador-steps {
  display: grid !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: ambassador-step !important;
}

body #static-home .ambassador-steps li {
  position: relative !important;
  min-height: 0 !important;
  padding-left: 54px !important;
  counter-increment: ambassador-step !important;
}

body #static-home .ambassador-steps li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(242, 240, 232, 0.38) !important;
  color: #f2f0e8 !important;
  content: counter(ambassador-step) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  place-items: center !important;
}

body #static-home .ambassador-steps strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: #f2f0e8 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body #static-home .ambassador-cta-area {
  display: flex !important;
  max-width: calc(100% - 180px) !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  padding-bottom: 24px !important;
}

body #static-home .ambassador-cta-area .ambassador-invite-button,
body #static-home .ambassador-cta-area .ambassador-access-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: min(220px, 100%) !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  body #static-home .ambassador-benefits-grid,
  body #static-home .ambassador-info-grid {
    grid-template-columns: 1fr !important;
  }

  body #static-home .ambassador-cta-area {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 88px !important;
  }
}

@media (max-width: 520px) {
  body #static-home .ambassador-invite-section {
    padding-bottom: 150px !important;
  }

  body #static-home .ambassador-campaign-hero {
    min-height: 260px !important;
  }

  body #static-home .ambassador-campaign-mark {
    font-size: clamp(46px, 16vw, 72px) !important;
  }

  body #static-home .ambassador-cta-area {
    display: grid !important;
  }

  body #static-home .ambassador-cta-area .ambassador-invite-button,
  body #static-home .ambassador-cta-area .ambassador-access-link {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 720px) {
  body #static-home .home-route-grid {
    grid-template-columns: 1fr !important;
  }

  body #static-home .home-route,
  body #static-home .home-route-lab,
  body #static-home .home-route-ambassadors {
    grid-column: auto !important;
  }
}

@media (max-width: 520px) {
  body #static-home #ambassadors .ambassador-invite-inner,
  body #static-home #ambassadors .ambassador-invite-inner > * {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }
}

/* Ambassador section repair: readable public layout. */
body #static-home #ambassadors.ambassador-invite-section {
  min-height: auto !important;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 5vw, 72px) clamp(140px, 12vw, 190px) !important;
}

body #static-home #ambassadors .ambassador-invite-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: auto !important;
  max-width: 1240px !important;
  gap: clamp(28px, 4vw, 52px) !important;
  margin: 0 auto !important;
}

body #static-home #ambassadors .ambassador-invite-inner > * {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body #static-home #ambassadors .ambassador-campaign-hero {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(242, 240, 232, 0.18) !important;
  background: #050505 !important;
}

body #static-home #ambassadors .ambassador-campaign-hero::before,
body #static-home #ambassadors .ambassador-campaign-mark {
  display: none !important;
  content: none !important;
}

body #static-home #ambassadors .ambassador-campaign-hero img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: min(58vw, 560px) !important;
  object-fit: cover !important;
  object-position: center 42% !important;
}

body #static-home #ambassadors .ambassador-invite-copy {
  width: min(100%, 920px) !important;
  max-width: 920px !important;
}

body #static-home #ambassadors .ambassador-invite-copy .section-title {
  max-width: 900px !important;
  margin: 0 0 18px !important;
}

body #static-home #ambassadors .ambassador-invite-copy .section-note {
  max-width: 860px !important;
  font-size: clamp(17px, 1.55vw, 22px) !important;
  line-height: 1.55 !important;
}

body #static-home #ambassadors .meet-ambassadors-preview {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  border: 1px solid rgba(242, 240, 232, 0.18) !important;
  padding: clamp(22px, 4vw, 42px) !important;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.5) 56%, rgba(5, 5, 5, 0.88)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.78)),
    url('/media/images/archive/muscle-lab-ambassadors-banner.png') center center / cover no-repeat !important;
  min-height: clamp(280px, 36vw, 460px) !important;
  align-content: end !important;
  overflow: hidden !important;
}

body #static-home #ambassadors .meet-ambassadors-preview h3 {
  margin: 0 !important;
  color: #f2f0e8 !important;
  font-size: clamp(28px, 4.6vw, 58px) !important;
  font-weight: 950 !important;
  line-height: 0.92 !important;
  text-transform: uppercase !important;
}

body #static-home #ambassadors .meet-ambassadors-preview p {
  max-width: 820px !important;
  margin: 0 !important;
  color: #c9c7bf !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
}

body #static-home #ambassadors .meet-ambassadors-preview .ambassador-invite-button {
  width: fit-content !important;
  min-width: min(100%, 260px) !important;
  margin-top: 8px !important;
}

body #static-home #ambassadors .ambassador-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
  gap: 14px !important;
  border: 0 !important;
  background: transparent !important;
}

body #static-home #ambassadors .ambassador-benefit-card,
body #static-home #ambassadors .ambassador-info-panel {
  min-width: 0 !important;
  border: 1px solid rgba(242, 240, 232, 0.14) !important;
  background: rgba(5, 5, 5, 0.82) !important;
}

body #static-home #ambassadors .ambassador-benefit-card {
  padding: clamp(20px, 2.8vw, 34px) !important;
}

body #static-home #ambassadors .ambassador-benefit-card h3 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body #static-home #ambassadors .ambassador-benefit-card p,
body #static-home #ambassadors .ambassador-info-panel p,
body #static-home #ambassadors .ambassador-steps span {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body #static-home #ambassadors .ambassador-info-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(300px, 1fr)) !important;
  gap: 14px !important;
  border: 0 !important;
  background: transparent !important;
}

body #static-home #ambassadors .ambassador-info-panel {
  padding: clamp(22px, 3.5vw, 42px) !important;
}

body #static-home #ambassadors .ambassador-cta-area {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 0 180px 36px 0 !important;
}

body #static-home #ambassadors .ambassador-cta-area .ambassador-invite-button,
body #static-home #ambassadors .ambassador-cta-area .ambassador-access-link {
  width: auto !important;
  min-width: 220px !important;
  max-width: 100% !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  body #static-home #ambassadors .ambassador-benefits-grid,
  body #static-home #ambassadors .ambassador-info-grid {
    grid-template-columns: 1fr !important;
  }

  body #static-home #ambassadors .ambassador-cta-area {
    padding-right: 0 !important;
    padding-bottom: 96px !important;
  }
}

@media (max-width: 520px) {
  body #static-home #ambassadors .ambassador-invite-inner {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }

  body #static-home #ambassadors .ambassador-campaign-hero img {
    min-height: 220px !important;
    object-fit: cover !important;
  }

  body #static-home #ambassadors .ambassador-cta-area {
    display: grid !important;
    gap: 10px !important;
  }

  body #static-home #ambassadors .ambassador-cta-area .ambassador-invite-button,
  body #static-home #ambassadors .ambassador-cta-area .ambassador-access-link {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 520px) {
  body #static-home #ambassadors .ambassador-invite-inner,
  body #static-home #ambassadors .ambassador-invite-inner > *,
  body #static-home #ambassadors .ambassador-campaign-hero img {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }
}

/* Meet the Ambassadors public page. */
body #static-home #ambassadors .ambassador-campaign-hero {
  position: relative !important;
  min-height: clamp(300px, 46vw, 620px) !important;
  overflow: hidden !important;
}

body #static-home #ambassadors .ambassador-campaign-hero img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(300px, 46vw, 620px) !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: contrast(1.04) saturate(0.92) !important;
}

body #static-home #ambassadors .ambassador-campaign-hero::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.74)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.14) 54%, rgba(5, 5, 5, 0.72)) !important;
  pointer-events: none !important;
}

body #static-home #ambassadors .ambassador-campaign-hero figcaption {
  position: absolute !important;
  right: clamp(18px, 5vw, 64px) !important;
  bottom: clamp(18px, 5vw, 58px) !important;
  left: clamp(18px, 5vw, 64px) !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 8px !important;
  color: #f2f0e8 !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 42px rgba(0, 0, 0, 0.9) !important;
}

body #static-home #ambassadors .ambassador-campaign-hero figcaption span {
  color: #c8b89a !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: 0.18em !important;
}

body #static-home #ambassadors .ambassador-campaign-hero figcaption strong {
  max-width: 760px !important;
  font-size: clamp(36px, 7vw, 92px) !important;
  font-weight: 950 !important;
  line-height: 0.9 !important;
}

body #static-home #ambassadors .ambassador-profile-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body #static-home #ambassadors .ambassador-profile-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  min-width: 0 !important;
  border: 1px solid rgba(242, 240, 232, 0.16) !important;
  background: rgba(5, 5, 5, 0.86) !important;
}

body #static-home #ambassadors .ambassador-profile-images {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(242, 240, 232, 0.14) !important;
}

body #static-home #ambassadors .ambassador-profile-images img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  background: #111 !important;
}

body #static-home #ambassadors .ambassador-profile-copy {
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
  padding: clamp(18px, 3vw, 28px) !important;
}

body #static-home #ambassadors .ambassador-profile-kicker {
  margin: 0 !important;
  color: #c8b89a !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body #static-home #ambassadors .ambassador-profile-copy h3 {
  margin: 0 !important;
  color: #f2f0e8 !important;
  font-size: clamp(26px, 3.4vw, 42px) !important;
  font-weight: 950 !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
}

body #static-home #ambassadors .ambassador-profile-copy a {
  color: #f2f0e8 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body #static-home #ambassadors .ambassador-profile-copy p {
  margin: 0 !important;
  color: #c9c7bf !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

body #static-home #ambassadors .ambassador-profile-copy strong {
  color: #f2f0e8 !important;
}

@media (max-width: 980px) {
  body #static-home #ambassadors .ambassador-invite-inner,
  body #static-home #ambassadors .ambassador-invite-inner > * {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }

  body #static-home #ambassadors .ambassador-profile-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  body #static-home #ambassadors .ambassador-campaign-hero,
  body #static-home #ambassadors .ambassador-campaign-hero img {
    min-height: 320px !important;
  }

  body #static-home #ambassadors .ambassador-profile-images {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile purchase UX hardening: touch targets, cart, checkout and overflow only. */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body #static-home,
  body #static-home .site-shell,
  body #static-home .content,
  body #static-home .section-view,
  body #static-home .product-section,
  body #static-home .product-card,
  body #static-home .contact-panel,
  body #static-home .contact-form {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #static-home .side-menu a,
  body #static-home .storefront-menu-toggle,
  body #static-home .shop-filter,
  body #static-home .language-switcher button,
  body #static-home .cart-button,
  body #static-home .choice,
  body #static-home .select-control,
  body #static-home .add-button,
  body #static-home .sketch-cta,
  body #static-home .editorial-link,
  body #static-home .contact-links a,
  body #static-home .contact-submit,
  .proceed-button,
  .continue-shopping-button,
  .clear-bag-button,
  .checkout-secondary-button,
  .checkout-primary-button,
  .checkout-submit,
  .checkout-close {
    min-height: 44px !important;
  }

  body #static-home .shop-filters {
    gap: 8px !important;
  }

  body #static-home .shop-filter {
    flex: 1 1 calc(50% - 8px) !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center !important;
  }

  body #static-home .size-options {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  body #static-home .size-choice {
    flex: 1 1 calc(20% - 8px) !important;
    min-width: 48px !important;
  }

  .cart-panel {
    max-height: calc(100svh - 78px) !important;
    overscroll-behavior: contain !important;
  }

  .cart-actions {
    position: sticky !important;
    bottom: -12px !important;
  }

  .cart-item-top,
  .cart-summary-row {
    align-items: flex-start !important;
  }

  .cart-item-top span:first-child,
  .cart-summary-row span:first-child,
  .cart-item-meta,
  .checkout-review-item,
  .checkout-review-detail-grid {
    overflow-wrap: anywhere !important;
  }

  .checkout-overlay {
    padding: 8px !important;
    align-items: start !important;
  }

  .checkout-dialog {
    width: 100% !important;
    max-height: calc(100svh - 16px) !important;
    overflow-y: auto !important;
  }

  .checkout-header {
    gap: 14px !important;
  }

  .checkout-close {
    width: 44px !important;
    min-width: 44px !important;
  }

  .checkout-step-indicator span {
    display: grid !important;
    min-height: 40px !important;
    place-items: center !important;
    line-height: 1.15 !important;
  }

  .checkout-field input,
  .checkout-field textarea,
  .checkout-field select,
  .contact-field input,
  .contact-field textarea,
  .contact-field select {
    min-height: 46px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .checkout-field textarea,
  .contact-field textarea {
    min-height: 128px !important;
  }
}

@media (max-width: 430px) {
  body #static-home .storefront-header {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 8px !important;
    min-height: 62px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body #static-home .storefront-menu-toggle,
  body #static-home .storefront-tools .cart-button {
    padding-right: 6px !important;
    padding-left: 6px !important;
    letter-spacing: 0.07em !important;
  }

  body #static-home .storefront-brand img {
    width: clamp(88px, 25vw, 110px) !important;
    height: auto !important;
    max-height: 38px !important;
  }

  body #static-home .storefront-tools {
    gap: 4px !important;
  }

  body #static-home .storefront-tools .language-switcher {
    gap: 3px !important;
  }

  body #static-home .storefront-tools .language-switcher button {
    min-width: 30px !important;
    min-height: 34px !important;
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
  }

  body #static-home .product-section,
  body #static-home #contact.end-separator,
  body #static-home .manifesto-section {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body #static-home .shop-filter {
    flex-basis: 100% !important;
  }

  body #static-home .product-info {
    padding: 14px !important;
  }

  body #static-home .product-desc,
  body #static-home .section-note,
  body #static-home .contact-consent,
  .checkout-step-copy,
  .checkout-summary-note,
  .cart-note {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .cart-panel {
    top: 64px !important;
    right: 6px !important;
    left: 6px !important;
    max-height: calc(100svh - 72px) !important;
    padding: 10px !important;
  }

  .cart-item {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 9px !important;
    font-size: 10px !important;
    letter-spacing: 0.06em !important;
  }

  .cart-item-image {
    width: 52px !important;
  }

  .cart-unit-controls {
    grid-template-columns: 36px 42px 36px minmax(0, 1fr) 36px !important;
    min-height: 40px !important;
  }

  .cart-unit-controls button,
  .cart-unit-controls span,
  .checkout-review-controls button,
  .checkout-review-controls span {
    min-height: 40px !important;
  }

  .checkout-header,
  .checkout-form,
  .checkout-review {
    padding: 14px !important;
  }

  .checkout-step-indicator {
    gap: 6px !important;
    padding: 10px !important;
  }

  .checkout-step-indicator span {
    padding: 8px 6px !important;
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
  }

  .checkout-review-item {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .checkout-review-item img {
    width: 52px !important;
  }
}

@media (max-width: 380px) {
  body #static-home .storefront-header {
    gap: 6px !important;
  }

  body #static-home .storefront-brand img {
    width: 84px !important;
  }

  body #static-home .storefront-menu-toggle,
  body #static-home .storefront-tools .cart-button {
    font-size: 9px !important;
  }

  body #static-home .storefront-tools .language-switcher button {
    min-width: 28px !important;
  }
}

/* Global public mobile responsive system */
:root {
  --public-safe-inline: max(12px, env(safe-area-inset-left));
  --public-safe-inline-end: max(12px, env(safe-area-inset-right));
  --public-section-inline: clamp(16px, 4vw, 32px);
  --public-header-height: 84px;
}

html,
body,
body #static-home,
body #static-home .site-shell,
body #static-home .content {
  max-width: 100%;
  overflow-x: clip;
}

body #static-home img,
body #static-home video {
  max-width: 100%;
}

body #static-home .home-gateway,
body #static-home .home-product-preview,
body #static-home .home-community,
body #static-home .collection-masthead,
body #static-home .product-section,
body #static-home .lab-section,
body #static-home .size-guide-section,
body #static-home .returns-section,
body #static-home .ambassador-invite-section,
body #static-home .newsletter-section,
body #static-home #contact.end-separator {
  padding-inline: max(var(--public-section-inline), var(--public-safe-inline)) max(var(--public-section-inline), var(--public-safe-inline-end));
}

body #static-home .hero-content,
body #static-home .home-gateway-header,
body #static-home .home-section-head,
body #static-home .collection-masthead-grid,
body #static-home .editorial-feature-copy,
body #static-home .contact-panel,
body #static-home .contact-form {
  min-width: 0;
}

body #static-home .hero-content .hero-text,
body #static-home .hero-text,
body #static-home .home-section-head h2,
body #static-home .home-community h2,
body #static-home .collection-masthead h1,
body #static-home .editorial-feature-copy h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body #static-home .editorial-feature-media,
body #static-home .product-image,
body #static-home .home-product-card img,
body #static-home .art-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body #static-home .editorial-feature-media {
  aspect-ratio: 16 / 10;
}

@media (max-width: 768px) {
  :root {
    --public-section-inline: clamp(14px, 4.8vw, 24px);
    --public-header-height: 64px;
  }

  body #static-home .storefront-header {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    min-height: var(--public-header-height) !important;
    padding-inline: max(var(--public-section-inline), var(--public-safe-inline)) max(var(--public-section-inline), var(--public-safe-inline-end)) !important;
    gap: 0 !important;
  }

  body #static-home .storefront-header .top-navigation {
    top: var(--public-header-height) !important;
    height: calc(100svh - var(--public-header-height)) !important;
    padding: 14px max(var(--public-section-inline), var(--public-safe-inline)) 28px max(var(--public-section-inline), var(--public-safe-inline)) !important;
  }

  body #static-home .storefront-tools .language-switcher {
    display: none !important;
  }

  body #static-home .storefront-menu-toggle,
  body #static-home .storefront-tools .cart-button {
    min-height: var(--public-header-height) !important;
    min-width: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 10px !important;
    letter-spacing: 0.14em !important;
  }

  body #static-home .storefront-tools .cart-button span:last-child {
    display: none !important;
  }

  body #static-home .storefront-brand {
    justify-self: center !important;
    min-width: 0 !important;
  }

  body #static-home .storefront-brand img {
    width: auto !important;
    height: clamp(36px, 7vw, 42px) !important;
    max-width: clamp(112px, 30vw, 144px) !important;
  }

  body #static-home .video-banner#home {
    min-height: clamp(420px, calc(100svh - var(--public-header-height)), 720px) !important;
    height: clamp(420px, calc(100svh - var(--public-header-height)), 720px) !important;
  }

  body #static-home .video-banner#home video {
    object-position: 56% center !important;
  }

  body #static-home .hero-content {
    left: max(var(--public-section-inline), var(--public-safe-inline)) !important;
    right: max(var(--public-section-inline), var(--public-safe-inline-end)) !important;
    bottom: 24px !important;
    width: auto !important;
    max-width: 520px !important;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    font-size: clamp(34px, 9.2vw, 58px) !important;
    line-height: 0.95 !important;
  }

  body #static-home .hero-actions {
    width: 100% !important;
    gap: 10px !important;
  }

  body #static-home .hero-action {
    min-height: 48px !important;
    padding-inline: clamp(14px, 4vw, 20px) !important;
  }

  body #static-home .home-route-grid,
  body #static-home .home-preview-grid,
  body #static-home .home-community,
  body #static-home .home-gateway-header,
  body #static-home .home-section-head,
  body #static-home .collection-masthead-grid,
  body #static-home .editorial-feature,
  body #static-home .contact-panel {
    grid-template-columns: 1fr !important;
  }

  body #static-home .home-route {
    min-height: clamp(220px, 56vw, 300px) !important;
    padding: clamp(16px, 4vw, 22px) !important;
    background-position: center 24% !important;
  }

  body #static-home .home-route strong {
    max-width: 11ch !important;
    font-size: clamp(24px, 6.8vw, 36px) !important;
  }

  body #static-home .editorial-feature {
    min-height: auto !important;
  }

  body #static-home .editorial-feature-media {
    aspect-ratio: 16 / 11 !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body #static-home .editorial-feature-copy {
    padding: clamp(20px, 5vw, 28px) !important;
    gap: 14px !important;
  }

  body #static-home .editorial-feature-copy h2,
  body #static-home .home-section-head h2,
  body #static-home .home-community h2,
  body #static-home .collection-masthead h1 {
    font-size: clamp(28px, 8vw, 46px) !important;
    line-height: 0.96 !important;
  }

  body #static-home .product-grid,
  body #static-home .art-section .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 414px) {
  body #static-home .product-grid,
  body #static-home .art-section .product-grid,
  body #static-home .home-preview-grid {
    grid-template-columns: 1fr !important;
  }

  body #static-home .home-route {
    min-height: clamp(208px, 62vw, 270px) !important;
  }

  body #static-home .editorial-feature-media {
    aspect-ratio: 5 / 4 !important;
  }
}

@media (max-width: 390px) {
  :root {
    --public-section-inline: 14px;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    font-size: clamp(32px, 10.5vw, 44px) !important;
  }

  body #static-home .storefront-menu-toggle,
  body #static-home .storefront-tools .cart-button {
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
  }
}

@media (max-width: 375px) {
  body #static-home .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body #static-home .hero-action,
  body #static-home .editorial-link {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 360px) {
  body #static-home .storefront-header {
    grid-template-columns: 64px minmax(0, 1fr) 64px !important;
  }

  body #static-home .storefront-brand img {
    max-width: 124px !important;
    height: 34px !important;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    font-size: clamp(30px, 10.2vw, 40px) !important;
  }

  body #static-home .home-route strong {
    font-size: clamp(22px, 8vw, 30px) !important;
  }
}

@media (max-width: 320px) {
  :root {
    --public-section-inline: 12px;
  }

  body #static-home .storefront-header {
    grid-template-columns: 58px minmax(0, 1fr) 58px !important;
  }

  body #static-home .storefront-menu-toggle,
  body #static-home .storefront-tools .cart-button {
    font-size: 8px !important;
  }

  body #static-home .storefront-brand img {
    max-width: 112px !important;
  }

  body #static-home .hero-content .hero-text,
  body #static-home .hero-text {
    font-size: clamp(28px, 9.6vw, 36px) !important;
  }
}
