:root {
  --black: #050505;
  --ink: #202323;
  --muted: #8a8f8e;
  --line: #e9e9e6;
  --soft: #f5f5f2;
  --sand: #ebe6d5;
  --orange: #ff7417;
  --sale-red: #d9003b;
  --green: #ffce00;
  --sea: #dceee6;
  --page: #ffffff;
  --white: #ffffff;
  --dark: #050505;
  --surface: #ffffff;
  --surface-alt: #f6f7f2;
  --media: #e6e6e4;
  --panel: #ffffff;
  --footer-bg: #303d40;
  --footer-text: #ffffff;
  --footer-muted: rgba(255,255,255,.72);
  --text-soft: #555555;
  --text-subtle: #777777;
  --text-faint: #aaaaaa;
  --success-bg: #f6f6f3;
  --success-text: #111111;
  --success-border: #e5e5e5;
  --swatch-red: #cf4429;
  --swatch-green: #ffce00;
  --swatch-black: #111111;
  --header-bg: rgba(255,255,255,.96);
  --shadow-soft: 0 12px 30px rgba(0,0,0,.075);
  --shadow-medium: 0 14px 34px rgba(0,0,0,.08);
  --shadow-large: 0 22px 60px rgba(0,0,0,.14);
  --shadow-accent: 0 24px 60px rgba(255, 105, 24, .26);
  --hero-text-color: rgba(255,255,255,.52);
  --hero-image-glow: radial-gradient(circle at 50% 48%, rgba(255,255,255,.36), rgba(255,255,255,0) 38%), linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.02) 42%, rgba(0,0,0,.1));
  --hero-text-shadow: 0 18px 70px rgba(0,0,0,.14);
  --hero-button-shadow: 0 18px 50px rgba(0,0,0,.18);
  --newsletter-overlay: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.16));
  --overlay-soft: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.5));
  --overlay-medium: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.52));
  --overlay-strong: linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.08));
  --heading: "Oswald", "Arial Narrow", sans-serif;
  --condensed: "Manrope", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --header-max: 1640px;
  --content-max: 1320px;
  --section-max: 1640px;
  --narrow-max: 1500px;
  --page-gutter: 58px;
  --card-radius: 8px;
  --button-radius: 4px;
  --button-height: 52px;
  --button-large-height: 66px;
  --button-padding-x: 32px;
  --button-large-padding-x: 44px;
  --button-font-size: 16px;
  --button-icon-size: 46px;
  --button-carousel-size: 54px;
  --button-gallery-nav-size: 56px;
}

/* 2026 workwear refinement pass */
.header-main {
  grid-template-columns: 174px minmax(210px, 1fr) minmax(280px, 470px) auto;
}

.header-main .main-nav a,
.header-main .header-tool,
.header-subnav,
.nav-trigger {
  letter-spacing: .01em;
}

.desktop-search-pill.header-search-form {
  position: relative;
  width: min(100%, 470px);
  min-width: 260px;
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 0;
  padding: 0 4px 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  background: var(--white);
  color: var(--dark);
}

.desktop-search-pill input {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dark);
  font-size: 13px;
  font-weight: 500;
}

.desktop-search-pill input::placeholder {
  color: var(--text-subtle);
}

.desktop-search-pill button {
  display: grid;
  place-items: center;
  color: var(--dark);
}

.header-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 20;
  display: none;
  gap: 0;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-large);
}

.header-search-results.is-open {
  display: grid;
}

.header-search-result {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  color: var(--dark);
}

.header-search-result:hover,
.header-search-all:hover {
  background: var(--soft);
}

.header-search-result img {
  width: 46px;
  height: 54px;
  object-fit: contain;
  background: var(--media);
}

.header-search-result strong {
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search-result small {
  display: block;
  margin-top: 3px;
  color: var(--text-subtle);
  font-size: 11px;
  font-weight: 600;
}

.header-search-results p,
.header-search-all {
  padding: 10px;
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
}

.header-search-all {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  text-transform: uppercase;
}

.header-search-all svg {
  width: 15px;
  height: 15px;
}

.header-subnav {
  justify-content: flex-start;
  max-width: var(--header-max);
  margin: 0 auto;
}

.header-subnav .nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-subnav .nav-trigger {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-subnav .nav-trigger svg {
  width: 16px;
  height: 16px;
}

.header-subnav .mega-menu {
  top: calc(100% + 1px);
  left: 0;
  width: min(980px, calc(100vw - 48px));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  border-radius: 0 0 4px 4px;
}

.mega-menu-group {
  display: grid;
  align-content: start;
  gap: 8px;
}

.mega-menu .mega-menu-parent {
  min-height: 116px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--surface-alt);
}

.mega-menu .mega-menu-parent span {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.mega-menu .mega-menu-parent small {
  margin-top: 6px;
}

.mega-menu-subs {
  display: grid;
  gap: 2px;
}

.mega-menu-subs a {
  padding: 7px 2px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.workwear-hero img {
  transition: opacity .24s ease, transform .7s ease;
}

.hero-dots {
  gap: 8px;
}

.hero-dots button {
  width: 36px;
  height: 4px;
  border-radius: 0;
  background: rgba(255,255,255,.58);
}

.hero-dots button.is-active {
  background: var(--orange);
}

.workwear-hero h1,
.workwear-banner h2,
.workwear-reasons h2,
.story-content h2,
.story-content > div:first-child p {
  font-weight: 600;
  letter-spacing: 0;
}

.workwear-home .product-card {
  grid-template-rows: auto auto auto auto auto;
  padding-bottom: 72px;
}

.workwear-home .card-rating {
  display: none !important;
}

.workwear-home .product-card .vendor,
.workwear-home .product-card .product-attrs {
  display: block;
}

.workwear-home .product-card .vendor {
  margin-top: 12px;
  color: var(--text-subtle);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.workwear-home .product-card h3,
.product-card h3 {
  font-family: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.workwear-home .product-card h3 {
  height: auto;
  min-height: 42px;
  margin-top: 6px;
}

.workwear-home .product-card .product-attrs {
  display: flex;
  min-height: 22px;
  gap: 5px;
  overflow: hidden;
}

.workwear-home .product-card .product-attrs li {
  padding: 3px 6px;
  font-size: 10px;
  white-space: nowrap;
}

.workwear-home .product-card .price {
  font-size: 18px;
  font-weight: 800;
}

.workwear-home .product-card .mini-cart {
  right: 12px;
  bottom: 14px;
  left: 12px;
  width: auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  background: var(--dark);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.workwear-home .product-card .mini-cart::before {
  content: none;
}

.workwear-home .product-card .mini-cart:hover {
  background: var(--orange);
  color: var(--dark);
}

.promo-panel-grid.below-products.workwear-promo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 430px;
  align-items: stretch;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card,
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child,
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) {
  min-height: 430px;
  color: var(--white);
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child img {
  opacity: 1;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child::after,
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2)::after {
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.2) 68%);
}

.promo-card strong {
  max-width: 620px;
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 600;
  line-height: 1.02;
}

.workwear-reasons h2 {
  font-size: clamp(44px, 4.4vw, 76px);
}

.reason-grid article {
  padding: 26px;
}

.reason-grid strong {
  font-size: 48px;
  font-weight: 700;
}

.reason-grid h3 {
  font-family: var(--body);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.reason-grid p {
  font-size: 14px;
}

.story-copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.story-copy li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.55;
}

.story-copy li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--orange);
}

.workwear-home .tips .section-head {
  justify-content: space-between;
  text-align: left;
}

.workwear-home .tips .section-head::before {
  left: 0;
  transform: none;
}

.workwear-home .tips .section-head h2 {
  text-align: left;
}

.workwear-home .tips .section-head .dark-btn {
  position: static;
  align-self: center;
  justify-self: end;
  transform: none;
}

.service-benefits {
  max-width: none;
  margin: 0;
  border: 0;
  background: var(--dark);
  color: var(--white);
}

.service-benefits div {
  border-color: rgba(255,255,255,.14);
}

.service-benefits svg {
  color: var(--orange);
}

.service-benefits strong {
  color: var(--white);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
}

.service-benefits span {
  color: rgba(255,255,255,.68);
}

@media (max-width: 1100px) {
  .desktop-search-pill.header-search-form,
  .header-main .main-nav {
    display: none;
  }

  .header-subnav {
    max-width: none;
  }

  .header-subnav .mega-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workwear-home .product-card .vendor,
  .workwear-home .product-card .product-attrs {
    display: none;
  }
}

@media (max-width: 720px) {
  .header-subnav .mega-menu {
    width: calc(100vw - 32px);
    grid-template-columns: 1fr;
  }

  .hero-dots button {
    width: 28px;
  }

  .workwear-home .product-card {
    padding-bottom: 62px;
  }

  .workwear-home .product-card .mini-cart {
    min-height: 36px;
  }

  .promo-panel-grid.below-products.workwear-promo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
  }

  .promo-panel-grid.below-products.workwear-promo-grid .promo-card,
  .promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child,
  .promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) {
    min-height: 310px;
  }

  .workwear-home .tips .section-head {
    display: grid;
    gap: 16px;
  }

  .workwear-home .tips .section-head .dark-btn {
    justify-self: start;
  }
}

/* Croatian reference-scale defaults; later workwear overrides fine-tune the exact screenshot rhythm. */
@media (min-width: 1101px) {
  .header-main {
    min-height: 82px;
    grid-template-columns: 182px minmax(0, 620px) minmax(500px, 600px) auto;
    gap: 30px;
  }

  .header-main .brand-logo-img {
    width: 182px;
    max-width: 182px;
  }

  .header-main .main-nav {
    gap: 30px;
  }

  .header-main .main-nav a,
  .header-main .header-tool {
    font-size: 16px;
  }

  .desktop-search-pill {
    height: 50px;
    width: min(100%, 600px);
    padding-left: 28px;
    font-size: 15px;
  }

  .header-main .icon-actions {
    gap: 16px;
  }

  .header-main .icon-actions .header-tool {
    width: 38px;
    height: 38px;
  }

  .header-main .icon-actions .header-tool svg {
    width: 24px;
    height: 24px;
  }

  .header-subnav {
    min-height: 50px;
    gap: 34px;
    padding-left: max(20px, calc((100vw - var(--section-max)) / 2 + 200px));
    font-size: 15px;
  }

  .header-subnav a {
    min-height: 50px;
  }

  .header-subnav .special-offer {
    font-size: 15px;
  }

  .workwear-hero {
    height: 850px;
    min-height: 800px;
  }

  .workwear-hero .hero-content {
    padding-top: 92px;
  }

  .hero-eyebrow {
    font-size: 22px;
  }

  .workwear-hero h1 {
    max-width: 860px;
    font-size: clamp(124px, 7.25vw, 150px);
    line-height: .82;
  }

  .hero-actions .pill-btn {
    min-height: 52px;
    padding: 0 34px;
    font-size: 15px;
  }

  .hero-dots {
    margin-top: 110px;
  }

  .workwear-featured {
    padding-top: 96px;
    padding-bottom: 88px;
  }

  .home-product-tabs button {
    min-height: 68px;
    padding: 0 48px;
    font-size: 29px;
  }

  .spotlight-products .product-card {
    flex-basis: calc((100% - 104px) / 5);
  }

  .workwear-home .product-card {
    grid-template-rows: auto 28px 56px 42px;
    padding-bottom: 50px;
  }

  .workwear-home .product-card .product-media {
    aspect-ratio: 1 / 1.32;
  }

  .workwear-home .product-card .product-media img {
    transform: scale(1.42);
  }

  .workwear-home .product-card:hover .product-media img:first-child,
  .workwear-home .product-card:hover .product-media .hover-image {
    transform: scale(1.48);
  }

  .workwear-home .card-rating {
    font-size: 13px;
    margin-top: 12px;
  }

  .workwear-home .product-card h3 {
    height: 56px;
    font-size: 21px;
    line-height: 1.04;
  }

  .workwear-home .product-card .price {
    font-size: 25px;
  }

  .workwear-collection-row {
    gap: 72px;
    padding-bottom: 100px;
  }

  .workwear-banner {
    min-height: 570px;
  }

  .workwear-banner h2 {
    max-width: 740px;
    font-size: clamp(112px, 7.2vw, 144px);
  }

  .workwear-banner p {
    font-size: 18px;
  }

  .workwear-banner span {
    min-height: 44px;
    padding: 0 24px;
    font-size: 15px;
  }

  .workwear-row-head,
  .workwear-collection-row .product-row {
    max-width: var(--section-max);
    padding-left: 0;
    padding-right: 0;
  }

  .workwear-row-head {
    margin-bottom: -34px;
  }

  .workwear-row-head h3 {
    font-size: 62px;
  }

  .workwear-row-head .text-link {
    min-height: 44px;
    padding: 0 24px;
    font-size: 16px;
  }

  .workwear-collection-row .product-row {
    gap: 30px;
  }

  .workwear-collection-row .product-card .product-media {
    aspect-ratio: 1 / 1.24;
  }

  .promo-panel-grid.below-products.workwear-promo-grid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 720px) {
  .header-main {
    min-height: 82px;
  }

  .header-main .brand-logo-img {
    width: 146px;
    max-width: 146px;
  }

  .header-main .icon-actions .header-tool {
    width: 34px;
    height: 34px;
  }

  .header-subnav {
    min-height: 46px;
    font-size: 13px;
  }

  .workwear-hero {
    min-height: 690px;
  }

  .workwear-hero .hero-content {
    padding-top: 104px;
  }

  .hero-eyebrow {
    font-size: 18px;
  }

  .workwear-hero h1 {
    max-width: 360px;
    font-size: clamp(78px, 20vw, 104px);
    line-height: .84;
  }

  .hero-actions .pill-btn {
    min-height: 48px;
    padding: 0 24px;
    font-size: 13px;
  }

  .home-product-tabs button {
    min-height: 50px;
    font-size: 22px;
  }

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

  .workwear-home .product-card .price {
    font-size: 22px;
  }

  .workwear-banner h2 {
    font-size: 74px;
  }
}

/* Workwear client skin */
.promo-top {
  display: none;
}

.site-header {
  background: var(--dark);
  color: var(--white);
  border-bottom: 0;
  backdrop-filter: none;
}

.header-main {
  min-height: 72px;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) minmax(220px, 360px) auto;
  align-items: center;
  gap: 24px;
  max-width: var(--header-max);
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.header-main .brand-mark {
  justify-self: start;
}

.header-main .brand-logo-img {
  width: 132px;
  max-width: 132px;
  max-height: 58px;
}

.header-main .main-nav {
  justify-content: flex-start;
  gap: 28px;
  min-width: 0;
}

.header-main .main-nav a,
.header-main .header-tool {
  color: var(--white);
  font-family: var(--condensed);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-search-pill {
  min-width: 0;
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 0 16px 0 22px;
  border-radius: 999px;
  background: var(--white);
  color: var(--dark);
  font-size: 13px;
}

.desktop-search-pill span {
  min-width: 0;
  overflow: hidden;
  color: var(--text-subtle);
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.desktop-search-pill svg {
  width: 18px;
  height: 18px;
}

.header-main .icon-actions {
  gap: 16px;
}

.header-main .icon-actions .header-tool {
  width: 31px;
  height: 31px;
}

.header-main .icon-actions .header-tool svg {
  width: 20px;
  height: 20px;
}

.header-main .cart-tool svg {
  width: 23px !important;
  height: 23px !important;
}

.cart-tool span,
.wishlist-tool span {
  background: #d9003b;
}

.header-subnav {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 42px);
  padding: 0 var(--page-gutter);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--dark);
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  white-space: nowrap;
}

.header-subnav .special-offer {
  color: #d9003b;
  gap: 6px;
  margin-left: 24px;
}

.header-subnav .special-offer svg {
  width: 15px;
  height: 15px;
}

.workwear-hero {
  height: min(720px, calc(100svh - 106px));
  min-height: 620px;
  place-items: stretch;
}

.workwear-hero img {
  height: 108%;
  object-position: center center;
}

.workwear-hero .hero-content {
  align-content: center;
  justify-items: start;
  text-align: left;
  max-width: var(--section-max);
  margin: 0 auto;
  padding-top: 36px;
  text-transform: none;
}

.hero-eyebrow,
.hero-copy {
  margin: 0;
  color: rgba(255,255,255,.88);
}

.hero-eyebrow {
  font-family: var(--condensed);
  font-size: 20px;
  font-weight: 700;
}

.workwear-hero h1 {
  max-width: 610px;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(72px, 7.8vw, 138px);
  line-height: .84;
  mix-blend-mode: normal;
  text-shadow: var(--hero-text-shadow);
}

.hero-copy {
  max-width: 530px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-actions .pill-btn {
  min-height: 42px;
  margin: 0;
  padding: 0 25px;
  background: var(--orange);
  color: var(--dark);
  box-shadow: none;
}

.hero-actions .pill-btn.is-light {
  background: var(--white);
}

.hero-actions .pill-btn:hover {
  color: var(--dark);
  box-shadow: var(--shadow-accent);
}

.hero-dots {
  display: flex;
  gap: 9px;
  margin-top: 68px;
}

.hero-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  opacity: .8;
}

.hero-dots span:first-child {
  background: var(--orange);
  opacity: 1;
}

.workwear-featured {
  padding-top: 92px;
  padding-bottom: 68px;
}

.workwear-featured .compact-head {
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-bottom: 38px;
}

.workwear-featured .compact-head > div:first-child {
  display: none;
}

.home-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-product-tabs button {
  min-height: 54px;
  padding: 0 34px;
  border: 2px solid var(--dark);
  border-radius: 999px;
  background: var(--white);
  font-family: var(--condensed);
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-product-tabs button.is-active {
  background: var(--dark);
  color: var(--white);
}

.workwear-featured .carousel-controls {
  margin-left: auto;
}

.spotlight-products .product-card {
  flex-basis: calc((100% - 88px) / 5);
}

.product-card {
  border-color: var(--line);
  border-radius: 0;
  padding: 0 0 58px;
  box-shadow: none;
}

.product-card:hover {
  border-color: var(--line);
  box-shadow: none;
  transform: none;
}

.product-card .product-media {
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.product-card h3 {
  padding: 0 12px;
  font-size: 21px;
}

.product-card .vendor,
.product-card .price,
.product-card .product-attrs {
  margin-left: 12px;
  margin-right: 12px;
}

.product-card .mini-cart {
  right: 12px;
  bottom: 12px;
  min-height: 34px;
  padding: 0 14px;
  background: var(--white);
  color: var(--dark);
  border: 1px solid var(--line);
}

.product-card .mini-cart:hover {
  background: var(--orange);
}

.badge {
  background: #d9003b;
}

.price.sale {
  color: #d9003b;
}

.workwear-collection-stack {
  display: grid;
  gap: 0;
}

.workwear-collection-row {
  display: grid;
  gap: 58px;
  padding-bottom: 88px;
}

.workwear-banner {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.workwear-banner img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workwear-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--overlay-strong);
}

.workwear-banner div {
  max-width: var(--section-max);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.workwear-banner h2 {
  max-width: 540px;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(78px, 8vw, 136px);
  line-height: .82;
  text-transform: uppercase;
  font-weight: 400;
}

.workwear-banner p {
  max-width: 420px;
  margin: 10px 0 18px;
  color: rgba(255,255,255,.85);
}

.workwear-banner span,
.workwear-row-head h3,
.workwear-row-head .text-link {
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.workwear-banner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 118px;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--white);
  color: var(--dark);
  white-space: nowrap;
}

.workwear-row-head {
  max-width: var(--section-max);
  width: 100%;
  margin: 0 auto -22px;
  padding: 0 var(--page-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.workwear-row-head h3 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 54px);
}

.workwear-row-head .text-link {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
}

.workwear-collection-row .product-row {
  max-width: var(--section-max);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.workwear-promo-grid {
  padding: 0 var(--page-gutter) 88px;
}

.promo-panel-grid.below-products.workwear-promo-grid {
  max-width: var(--section-max);
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  grid-auto-rows: 360px;
  gap: 28px;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card {
  border-radius: var(--card-radius);
}

.workwear-reasons {
  max-width: var(--section-max);
  margin: 0 auto 92px;
  padding: 72px var(--page-gutter);
  background: var(--surface-alt);
  text-align: center;
}

.workwear-reasons h2 {
  margin: 0 0 42px;
  font-family: var(--heading);
  font-size: clamp(58px, 6vw, 104px);
  line-height: .85;
  text-transform: uppercase;
  font-weight: 400;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
}

.reason-grid article {
  position: relative;
  min-height: 238px;
  padding: 34px;
  background: var(--white);
}

.reason-grid svg {
  width: 34px;
  height: 34px;
  color: var(--orange);
}

.reason-grid strong {
  position: absolute;
  top: 18px;
  right: 24px;
  color: #ededed;
  font-family: var(--condensed);
  font-size: 86px;
  line-height: .8;
  font-weight: 900;
}

.reason-grid h3 {
  position: relative;
  margin-top: 24px;
  font-family: var(--condensed);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.reason-grid p {
  position: relative;
  margin: 12px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.categories {
  padding-top: 22px;
}

.categories .section > h2,
.categories h2 {
  margin-bottom: 34px;
}

.category-tile {
  min-height: 278px;
  border-radius: 2px;
}

.category-tile span {
  max-width: calc(100% - 42px);
  font-size: 32px;
  line-height: .95;
}

.workwear-story {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.workwear-story > img,
.story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.workwear-story > img {
  z-index: -2;
  object-fit: cover;
}

.story-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.48) 46%, rgba(0,0,0,.28));
}

.story-content {
  width: min(100%, var(--section-max));
  margin: 0 auto;
  padding: 72px var(--page-gutter);
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 84px;
  align-items: center;
}

.story-content p {
  margin: 0;
}

.story-content h2,
.story-content > div:first-child p {
  font-family: var(--heading);
  text-transform: uppercase;
  font-weight: 400;
}

.story-content > div:first-child p {
  color: var(--white);
  font-size: clamp(76px, 8vw, 132px);
  line-height: .82;
}

.story-content h2 {
  color: var(--orange);
  font-size: clamp(78px, 8.4vw, 140px);
  line-height: .82;
}

.story-content .pill-btn {
  margin-top: 24px;
}

.story-copy {
  display: grid;
  gap: 28px;
}

.story-copy > p {
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.7;
}

.story-copy span {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.42);
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.story-copy div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.46);
}

.story-copy strong {
  min-height: 72px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255,255,255,.34);
  font-family: var(--condensed);
  font-size: 27px;
  text-transform: uppercase;
}

.story-copy strong:last-child {
  border-right: 0;
}

.brand-strip {
  background: var(--orange);
  color: var(--dark);
  transform: rotate(-1.2deg);
  transform-origin: center;
  margin: -16px 0 54px;
}

.brand-marquee {
  min-height: 74px;
}

.brand-marquee span {
  font-size: 30px;
}

.brand-marquee span::after {
  content: "*";
  margin-left: 70px;
}

.tips {
  padding-top: 78px;
}

.tips .section-head {
  justify-content: center;
  text-align: center;
}

.tips .section-head h2 {
  text-align: center;
}

.tips .section-head .dark-btn {
  position: absolute;
  margin-top: 520px;
  background: var(--white);
  color: var(--dark);
  border: 1px solid var(--line);
}

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

.tip-main,
.tip-list {
  display: contents;
}

.tip-main img,
.tip-list img {
  height: 190px;
}

.tip-main h3,
.tip-list h3 {
  margin-top: 12px;
  font-size: 27px;
  line-height: .96;
}

.tip-main p {
  display: none;
}

.tip-list a {
  display: block;
  min-height: 0;
}

.service-benefits {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.unified-footer {
  padding-top: 70px;
}

.footer-company p {
  color: var(--footer-muted);
}

.footer-col a:hover,
.footer-payments a:hover {
  color: var(--orange);
}

@media (max-width: 1100px) {
  .header-main {
    grid-template-columns: auto 1fr auto;
    min-height: 72px;
    padding: 0 22px;
    gap: 12px;
  }

  .header-main .mobile-menu-button {
    display: inline-flex;
    color: var(--white);
  }

  .header-main .brand-mark {
    justify-self: center;
  }

  .header-main .main-nav,
  .desktop-search-pill,
  .header-main .desktop-tool {
    display: none;
  }

  .header-main .icon-actions {
    justify-self: end;
  }

  .header-subnav {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    padding: 0 22px;
    scrollbar-width: none;
  }

  .header-subnav::-webkit-scrollbar {
    display: none;
  }

  .workwear-hero {
    min-height: 560px;
    height: 62svh;
  }

  .spotlight-products .product-card {
    flex-basis: calc((100% - 22px) / 2.35);
  }

  .reason-grid,
  .story-content,
  .tips-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story-copy div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-main {
    min-height: 68px;
    padding: 0 16px;
  }

  .header-main .brand-logo-img {
    width: 116px;
    max-width: 116px;
  }

  .header-subnav {
    min-height: 38px;
    font-size: 13px;
    padding: 0 16px;
  }

  .workwear-hero {
    min-height: 560px;
    height: auto;
  }

  .workwear-hero img {
    object-position: 64% center;
  }

  .workwear-hero .hero-content {
    padding: 70px 20px 46px;
  }

  .hero-eyebrow {
    font-size: 17px;
  }

  .workwear-hero h1 {
    max-width: 330px;
    font-size: clamp(62px, 19vw, 92px);
  }

  .hero-copy {
    display: none;
  }

  .hero-dots {
    margin-top: 46px;
  }

  .workwear-featured {
    padding: 54px 18px 34px;
  }

  .workwear-featured .compact-head {
    display: grid;
  }

  .home-product-tabs button {
    min-height: 44px;
    padding: 0 23px;
    font-size: 20px;
  }

  .workwear-featured .carousel-controls {
    margin-left: 0;
  }

  .workwear-banner {
    min-height: 330px;
  }

  .workwear-banner div,
  .workwear-row-head,
  .workwear-collection-row .product-row {
    padding-left: 18px;
    padding-right: 18px;
  }

  .workwear-banner h2 {
    max-width: 320px;
    font-size: 64px;
  }

  .workwear-row-head {
    display: grid;
    gap: 14px;
  }

  .workwear-collection-row {
    gap: 38px;
    padding-bottom: 64px;
  }

  .promo-panel-grid.below-products.workwear-promo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .workwear-reasons {
    margin-bottom: 62px;
    padding: 56px 18px;
  }

  .reason-grid,
  .story-content,
  .tips-grid,
  .story-copy div {
    grid-template-columns: 1fr;
  }

  .reason-grid article {
    min-height: 0;
  }

  .category-tile {
    min-height: 230px;
  }

  .story-content {
    gap: 36px;
    padding: 58px 18px;
  }

  .story-copy strong {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.34);
  }

  .tips .section-head {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  .tips .section-head h2 {
    text-align: left;
  }

  .tips .section-head .dark-btn {
    position: static;
    margin-top: 0;
    justify-self: start;
  }

  .tip-main,
  .tip-list {
    display: grid;
    gap: 20px;
  }

  .tip-main img,
  .tip-list img {
    height: 220px;
  }
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--black);
  background: var(--page);
  font-family: var(--body);
  font-size: 16px;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; background: none; color: inherit; }
a,
summary,
label,
select,
.category-tile,
.product-card a,
.product-media,
.promo-card,
.collection-hero,
.filter-chips button,
.view-buttons button,
.filter-panel input[type="checkbox"],
.filter-panel input[type="range"],
.tabs button,
.swatches button,
.sizes button,
.qty-control button,
[data-wishlist],
[data-add-cart],
[data-quick-view],
[data-open-cart],
[data-open-search],
[data-open-menu] {
  cursor: pointer;
}

.promo-top {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  background: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0;
}
.promo-top button { color: var(--white); width: 34px; height: 34px; display: grid; place-items: center; }
.promo-top svg { width: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: var(--header-max);
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}
.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.mobile-menu-button svg { width: 28px; height: 28px; stroke-width: 2.7; }
.main-nav, .header-actions { display: flex; align-items: center; gap: 27px; }
.main-nav a, .nav-trigger, .header-tool {
  font-family: var(--condensed);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
.main-nav .active { color: var(--green); }
.header-actions { justify-content: flex-end; gap: 20px; }
.header-tool, .nav-trigger { display: inline-flex; align-items: center; gap: 7px; }
.header-tool svg, .header-actions svg { width: 22px; height: 22px; stroke-width: 2.8; }
.nav-trigger svg { width: 16px; height: 16px; }
.cart-tool,
.wishlist-tool {
  position: relative;
}
.cart-tool span,
.wishlist-tool span {
  position: absolute;
  top: -12px;
  right: -14px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 800;
}
.nav-dropdown {
  position: relative;
  z-index: 25;
}
.nav-dropdown::after {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: 100%;
  height: 26px;
}
.mega-menu {
  position: absolute;
  z-index: 3;
  top: calc(100% + 14px);
  left: -24px;
  width: 560px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-large);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .22s ease;
}
.nav-dropdown:hover .mega-menu,
.nav-dropdown.is-open .mega-menu {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu a {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 4px;
}
.mega-menu a:hover { background: var(--soft); }
.mega-menu span {
  font-family: var(--condensed);
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
.mega-menu small {
  color: var(--text-subtle);
  font-size: 13px;
  line-height: 1.35;
}

.brand-mark, .footer-brand {
  display: inline-grid;
  justify-items: center;
  gap: 2px;
  font-family: var(--condensed);
  font-weight: 900;
  line-height: 1;
}
.brand-logo-img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
}
.footer-brand .brand-logo-img {
  max-width: 170px;
  max-height: 64px;
}
.mountain-logo {
  width: 58px;
  height: 46px;
  display: block;
  background:
    linear-gradient(120deg, transparent 0 44%, var(--white) 44% 52%, transparent 52%),
    linear-gradient(65deg, transparent 0 49%, var(--white) 49% 56%, transparent 56%),
    conic-gradient(from 225deg at 50% 84%, var(--dark) 0 90deg, transparent 0);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.hero {
  position: relative;
  height: 650px;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center 56%;
  transform: translateY(var(--parallax, 0px)) scale(1.04);
  z-index: -2;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--hero-image-glow);
}
.hero-content {
  width: min(100%, var(--section-max));
  padding: 0 var(--page-gutter);
  display: grid;
  justify-items: center;
  text-align: center;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  color: var(--hero-text-color);
  font-family: var(--heading);
  font-size: clamp(180px, 24vw, 430px);
  line-height: .7;
  letter-spacing: 0;
  mix-blend-mode: screen;
  text-shadow: var(--hero-text-shadow);
}
.pill-btn, .dark-btn, .green-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  border-radius: var(--button-radius);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
  font-size: var(--button-font-size);
}
.pill-btn {
  min-height: var(--button-large-height);
  margin-top: -8px;
  padding: 0 var(--button-large-padding-x);
  background: var(--surface);
  color: var(--dark);
  box-shadow: var(--hero-button-shadow);
  transition: color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.pill-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}
.pill-btn:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-accent);
}
.pill-btn:hover::before {
  transform: scaleX(1);
}
.pill-btn > * {
  position: relative;
  z-index: 1;
}
.dark-btn { background: var(--dark); color: var(--white); }
.green-btn { background: var(--dark); color: var(--white); }
.pill-btn svg, .dark-btn svg, .green-btn svg { width: 20px; }

.benefits {
  max-width: var(--narrow-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.benefits.compact { padding: 34px var(--page-gutter); }
.benefits.wide { max-width: none; background: var(--soft); padding: 42px 11vw; border: 0; }
.benefits div {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 18px;
  padding: 0 34px;
  border-right: 1px solid var(--line);
}
.benefits div:last-child { border-right: 0; }
.benefits svg { grid-row: span 2; width: 39px; height: 39px; stroke-width: 1.5; color: var(--text-soft); }
.benefits strong { font-family: var(--condensed); text-transform: uppercase; font-size: 20px; font-weight: 900; }
.benefits span { color: var(--muted); font-size: 14px; line-height: 1.45; }

@media (min-width: 1101px) {
  .hero {
    height: calc(100svh - 146px);
    min-height: 680px;
  }
  .benefits.compact {
    min-height: 124px;
    align-items: center;
  }
}

.section {
  max-width: var(--section-max);
  margin: 0 auto;
  padding: 104px var(--page-gutter);
}
.eyebrow {
  margin: 0 0 7px;
  color: var(--text-subtle);
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
}
h1, h2, h3 { margin: 0; letter-spacing: 0; }
.section h2, .reviews h2, .faqs h2, .recently h2, .page-title {
  font-family: var(--heading);
  text-transform: uppercase;
  font-weight: 400;
  line-height: .9;
}
.section > h2, .reviews h2, .faqs h2, .recently h2 {
  text-align: center;
  font-size: clamp(64px, 6vw, 104px);
  margin-bottom: 48px;
}
.categories { padding-top: 68px; }
.categories .eyebrow, .categories h2 { text-align: center; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.category-tile {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: var(--line);
}
.category-tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s ease; }
.category-tile::after { content: ""; position: absolute; inset: 0; background: var(--overlay-soft); }
.category-tile span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  color: var(--white);
  font-family: var(--condensed);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
}
.category-tile:hover img { transform: scale(1.08); }

.marquee {
  overflow: hidden;
  background: var(--orange);
  color: var(--white);
  height: 56px;
  display: flex;
  align-items: center;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
}
.marquee div { display: flex; gap: 60px; min-width: max-content; animation: marquee 22s linear infinite; }
.marquee span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 14px 1px 0; border-radius: 50%; background: var(--surface); }
@keyframes marquee { to { transform: translateX(-50%); } }

.product-row, .product-grid {
  display: grid;
  gap: 30px;
}
.product-row { grid-template-columns: repeat(3, 1fr); }
.product-row.four { grid-template-columns: repeat(4, 1fr); }
.product-row.slim { grid-template-columns: repeat(4, 1fr); margin-top: 18px; }
.product-grid.two { grid-template-columns: repeat(2, 1fr); }
.product-grid.catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 28px; }
.product-card {
  position: relative;
  min-width: 0;
  padding: 10px 10px 58px;
  border: 1px solid transparent;
  border-radius: var(--card-radius);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease;
}
.product-card:hover {
  border-color: var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}
.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
  background: var(--media);
  border-radius: 4px;
  overflow: hidden;
}
.product-row.slim .product-media { min-height: 300px; }
.catalog .product-media { min-height: 0; }
.product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .5s ease, opacity .32s ease;
}
.product-media .hover-image {
  opacity: 0;
  transform: scale(1.015);
}
.product-media img[src*="prod-jacket-full"] { object-fit: contain; }
.product-card:hover .product-media img:first-child { opacity: 0; transform: scale(1.045); }
.product-card:hover .product-media .hover-image { opacity: 1; transform: scale(1.035); }
.vendor {
  height: 18px;
  margin: 8px 0 0;
  color: var(--text-faint);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}
.product-card h3 {
  margin: 0;
  font-family: var(--condensed);
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 92%;
}
.product-media + h3 {
  margin-top: 15px;
}
.rating { margin: 8px 0 3px; font-size: 14px; color: var(--dark); }
.rating span { color: var(--text-subtle); }
.product-card > .rating { display: none; }
.price {
  margin: 7px 0 0;
  font-family: var(--condensed);
  font-size: 24px;
  font-weight: 700;
}
.price.sale { color: var(--orange); }
del { color: var(--text-faint); margin-left: 7px; font-size: .82em; }
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--orange);
  color: var(--white);
  border-radius: 3px;
  padding: 7px 10px;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
  font-size: 15px;
}
.mini-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: calc(var(--button-height) - 10px);
  padding: 0 calc(var(--button-padding-x) - 12px);
  border-radius: var(--button-radius);
  background: var(--dark);
  color: var(--white);
  font-family: var(--condensed);
  font-size: calc(var(--button-font-size) - 2px);
  font-weight: 900;
  text-transform: uppercase;
}

.featured-commerce {
  padding: 104px var(--page-gutter);
  overflow: hidden;
}
.featured-commerce-inner {
  max-width: var(--section-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: stretch;
}
.featured-products-block {
  min-width: 0;
}
.compact-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.compact-head h2 {
  max-width: 620px;
  font-size: clamp(46px, 4vw, 72px);
}
.text-link,
.carousel-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}
.text-link {
  gap: 8px;
  min-height: 42px;
  font-size: 18px;
}
.carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}
.carousel-controls button {
  width: var(--button-carousel-size);
  height: 42px;
  color: var(--text-faint);
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.carousel-controls button:hover {
  background: var(--dark);
  color: var(--white);
}
.text-link svg {
  width: 18px;
}
.spotlight-products {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 18px max(var(--page-gutter), calc((100vw - var(--section-max)) / 2)) 64px 14px;
  margin: -18px calc(-1 * max(var(--page-gutter), calc((100vw - var(--section-max)) / 2))) -34px -14px;
  scrollbar-width: none;
}
.spotlight-products::-webkit-scrollbar {
  display: none;
}
.spotlight-products .product-card {
  flex: 0 0 calc((100% - 66px) / 4.25);
  scroll-snap-align: start;
  box-shadow: none;
}
.spotlight-products .product-card:hover {
  box-shadow: var(--shadow-soft);
}
.spotlight-products .product-media {
  aspect-ratio: 1 / 1.08;
}
.spotlight-products .product-card h3 {
  font-size: 24px;
}
.promo-mosaic,
.promo-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(250px, 1fr);
  gap: 18px;
}
.promo-panel-grid.below-products {
  max-width: 1460px;
  margin: 48px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 320px;
  justify-content: center;
}
.promo-panel-grid.below-products .promo-card-large,
.promo-panel-grid.below-products .promo-card:nth-child(2) {
  grid-row: span 1;
}
.promo-card { position: relative; overflow: hidden; color: var(--white); padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; min-height: 320px; }
.promo-card-large,
.promo-card:nth-child(2) { grid-row: span 2; }
.promo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .65s ease; }
.promo-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--overlay-medium); }
.promo-card:hover img { transform: scale(1.07); }
.promo-card span, .promo-card em { font-family: var(--condensed); font-weight: 900; text-transform: uppercase; font-style: normal; }
.promo-card strong { display: block; max-width: 520px; font-family: var(--heading); font-size: clamp(46px, 4.8vw, 86px); line-height: .85; text-transform: uppercase; font-weight: 400; }
.promo-card em { margin-top: 14px; }

.split-products {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 46px;
  align-items: start;
}
.side-title { position: sticky; top: 120px; padding-top: 18px; }
.side-title h2 { text-align: left; font-size: 92px; }

.brand-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 0 80px;
  background: var(--sand);
  text-align: center;
  font-family: Georgia, serif;
  font-size: 27px;
}

.collection-feature { padding-top: 104px; }
.collection-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  cursor: pointer;
}
.collection-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.95); }
.collection-hero::after { content: ""; position: absolute; inset: 0; background: var(--overlay-strong); }
.collection-hero div { position: relative; z-index: 1; padding: 54px; text-transform: uppercase; }
.collection-hero span { font-family: var(--condensed); font-weight: 900; }
.collection-hero h2 { text-align: left; color: var(--white); font-size: 108px; max-width: 440px; }

.reviews {
  background: var(--surface-alt);
  padding: 112px var(--page-gutter);
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.review-track {
  max-width: var(--section-max);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.review-track article {
  min-height: 230px;
  background: var(--surface);
  padding: 36px;
  text-align: left;
  font-family: var(--condensed);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}
.review-track strong { display: block; margin-top: 18px; color: var(--orange); font-size: 16px; }
.video-review { position: relative; padding: 0 !important; overflow: hidden; }
.video-review img { width: 100%; height: 100%; object-fit: cover; }
.video-review button { position: absolute; inset: 0; margin: auto; width: 68px; height: 68px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 38px;
}
.section-head h2 { text-align: left; margin: 0; }
.tips .section-head {
  align-items: end;
}
.tips-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 34px; align-items: stretch; }
.tip-main img { width: 100%; height: 450px; object-fit: cover; }
.tip-main h3, .tip-list h3 { margin-top: 20px; font-family: var(--condensed); font-size: 46px; line-height: .95; text-transform: uppercase; font-weight: 900; }
.tip-main p { color: var(--text-subtle); }
.tip-list { display: grid; gap: 18px; }
.tip-list article,
.tip-list a { display: grid; grid-template-columns: 270px 1fr; gap: 22px; align-items: center; min-height: 170px; }
.tip-list img { height: 170px; width: 100%; object-fit: cover; }
.tip-list h3 { margin: 0; font-size: 36px; }

.site-footer {
  background: var(--footer-bg);
  color: var(--white);
  padding: 82px var(--page-gutter) 32px;
}
.light-footer { background: var(--surface); color: var(--dark); border-top: 1px solid var(--line); }
.footer-top {
  max-width: var(--section-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr 620px;
  gap: 60px;
  align-items: start;
}
.footer-brand { justify-items: start; font-size: 25px; }
.footer-brand .mountain-logo { background:
    linear-gradient(120deg, transparent 0 44%, var(--footer-bg) 44% 52%, transparent 52%),
    linear-gradient(65deg, transparent 0 49%, var(--footer-bg) 49% 56%, transparent 56%),
    conic-gradient(from 225deg at 50% 84%, currentColor 0 90deg, transparent 0); }
.footer-top p { margin: 0; max-width: 450px; color: var(--footer-muted); line-height: 1.7; }
.light-footer .footer-top p { color: var(--text-soft); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.newsletter-form label { grid-column: 1 / -1; font-family: var(--condensed); text-transform: uppercase; font-size: 38px; font-weight: 900; }
.newsletter-form input, .newsletter-banner input { height: 50px; border: 0; border-bottom: 2px solid currentColor; background: transparent; color: inherit; outline: 0; text-transform: uppercase; font-family: var(--condensed); font-size: 18px; font-weight: 800; }
.newsletter-form button, .newsletter-banner button { height: 50px; color: inherit; text-transform: uppercase; font-family: var(--condensed); font-size: 18px; font-weight: 900; }
.footer-nav {
  max-width: var(--section-max);
  margin: 38px auto 0;
  display: flex;
  gap: 34px;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
  color: var(--footer-muted);
}
.footer-nav.inline { margin: 0; color: inherit; justify-content: flex-end; }
.light-footer .footer-nav { color: var(--text-soft); }
.footer-bottom {
  max-width: var(--section-max);
  margin: 50px auto 0;
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--white) 14%, transparent);
  display: flex;
  justify-content: space-between;
  color: var(--footer-muted);
  font-size: 13px;
  text-transform: uppercase;
}
.light-footer .footer-bottom { color: var(--text-subtle); border-top-color: var(--line); }
.footer-bottom a { color: inherit; }

.breadcrumb {
  max-width: 1680px;
  margin: 24px auto 0;
  padding: 0 var(--page-gutter);
  color: var(--text-subtle);
  font-size: 14px;
}
.page-title {
  text-align: center;
  font-size: clamp(98px, 10vw, 170px);
  margin: 88px 0 104px;
}
.catalog-hero {
  max-width: 1820px;
  margin: 0 auto 54px;
  padding: 54px var(--page-gutter) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.catalog-hero .breadcrumb {
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
}
.catalog-hero .page-title {
  margin: 0;
  text-align: left;
  max-width: min(100%, 1120px);
  font-size: clamp(112px, 8.2vw, 168px);
  overflow-wrap: anywhere;
}
.catalog-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--text-soft);
  font-size: 22px;
  line-height: 1.55;
}
.catalog-layout {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 var(--page-gutter) 80px;
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 70px;
}
.catalog-content,
.catalog-tools,
.catalog-tool-right,
.product-grid {
  min-width: 0;
}
.filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.filter-panel-head button {
  display: none;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  color: var(--dark);
}
.filter-panel h2 {
  font-family: var(--condensed);
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 28px;
}
.filter-panel details { border-top: 1px solid var(--line); padding: 24px 0; }
.filter-panel summary { list-style: none; display: flex; justify-content: space-between; font-weight: 700; }
.filter-panel summary::after { content: "+"; }
.filter-panel label { display: block; margin-top: 16px; color: var(--text-soft); font-size: 16px; }
.filter-panel label:hover { color: var(--dark); }
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}
.filter-chips button {
  min-width: 46px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
}
.filter-chips button.is-active {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}
.price-range {
  --price-min-percent: 0%;
  --price-max-percent: 100%;
  position: relative;
  height: 32px;
  margin: 22px 0 18px;
}
.price-range::before,
.price-range::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 99px;
}
.price-range::before { background: var(--line); }
.price-range::after {
  left: var(--price-min-percent);
  right: calc(100% - var(--price-max-percent));
  background: var(--dark);
}
.price-range input {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}
.price-range input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
  appearance: none;
  pointer-events: auto;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
.price-range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
.price-range input::-webkit-slider-runnable-track { height: 32px; background: transparent; }
.price-range input::-moz-range-track { height: 32px; background: transparent; }
.price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.price-inputs label {
  display: grid;
  gap: 7px;
  margin: 0;
}
.price-inputs span {
  color: var(--text-subtle);
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.price-inputs input { width: 100%; height: 46px; border: 1px solid var(--line); padding: 0 12px; }
.catalog-tools {
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  color: var(--text-soft);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 800;
}
.catalog-tools [data-product-count] {
  color: var(--dark);
  font-size: 18px;
  font-weight: 900;
}
.catalog-tool-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.catalog-tools div { display: flex; align-items: center; gap: 8px; }
.view-buttons button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--text-faint); }
.view-buttons .is-active { color: var(--dark); background: var(--surface-alt); }
.mobile-filter-button,
.filter-backdrop { display: none; }
.mobile-filter-button {
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  background: var(--dark);
  color: var(--white);
}
.quick-actions {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  gap: 9px;
}
.quick-actions button { width: var(--button-icon-size); height: var(--button-icon-size); display: grid; place-items: center; border-radius: 50%; background: var(--surface); box-shadow: var(--shadow-soft); }
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 58px;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}
.pagination button,
.pagination span {
  min-width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
}
.pagination .active { background: var(--dark); color: var(--white); border-color: var(--dark); }
.pagination .pagination-status {
  width: auto;
  min-width: 132px;
  padding: 0 18px;
  color: var(--text-soft);
}

.newsletter-banner {
  position: relative;
  max-width: var(--section-max);
  margin: 0 auto 80px;
  min-height: 560px;
  border-radius: 5px;
  overflow: hidden;
  color: var(--white);
}
.newsletter-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.newsletter-banner::after { content: ""; position: absolute; inset: 0; background: var(--newsletter-overlay); }
.newsletter-banner div { position: relative; z-index: 1; min-height: 560px; display: flex; flex-direction: column; justify-content: space-between; padding: 54px; }
.newsletter-banner h2 { font-family: var(--heading); font-size: 104px; line-height: .9; text-transform: uppercase; font-weight: 400; }
.newsletter-banner form { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; }

.product-page .breadcrumb { max-width: 1820px; }
.product-detail {
  max-width: 1820px;
  margin: 25px auto 88px;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(520px, .75fr);
  gap: 66px;
  align-items: start;
}
.gallery { display: grid; grid-template-columns: 104px 1fr; gap: 22px; }
.thumbs { display: grid; gap: 14px; align-content: start; }
.thumbs button { border: 2px solid transparent; background: var(--media); border-radius: 3px; overflow: hidden; }
.thumbs .is-active { border-color: var(--orange); }
.thumbs img { width: 100%; aspect-ratio: 1 / 1.15; object-fit: cover; }
.main-photo {
  position: relative;
  min-height: 830px;
  background: var(--media);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.main-photo img { width: 100%; height: 100%; object-fit: contain; }
.main-photo button { position: absolute; top: 50%; translate: 0 -50%; width: var(--button-gallery-nav-size); height: var(--button-gallery-nav-size); border-radius: 50%; background: var(--surface); color: var(--text-faint); display: grid; place-items: center; }
.main-photo button:first-child { left: 18px; }
.main-photo button:last-child { right: 18px; }
.product-info { position: sticky; top: 116px; }
.product-info .badge { position: static; display: inline-flex; margin-bottom: 12px; }
.product-info h1 {
  font-family: var(--condensed);
  text-transform: uppercase;
  font-size: 44px;
  line-height: .95;
  font-weight: 900;
}
.pdp-short {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.6;
}
.product-info .price { font-size: 31px; }
.stock, .hurry { color: var(--orange); font-size: 16px; font-weight: 700; }
.pdp-status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.pdp-status span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  background: var(--surface-alt);
  color: var(--dark);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.pdp-status svg {
  width: 19px;
  height: 19px;
}
.swatches, .sizes, .quantity, .meta-actions { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.variant-row {
  flex-wrap: wrap;
}
.swatches span, .sizes span {
  min-width: 122px;
  font-weight: 700;
}
.swatches b, .sizes b {
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.swatches button { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--white); box-shadow: 0 0 0 1px var(--line); }
.swatches .red { background: var(--swatch-red); }
.swatches .green { background: var(--swatch-green); }
.swatches .black { background: var(--dark); }
.swatches .is-active { box-shadow: 0 0 0 2px var(--dark); }
.sizes button, .quantity > button:not(.dark-btn):not(.green-btn) { min-width: var(--button-height); height: calc(var(--button-height) - 4px); border: 1px solid var(--line); }
.sizes button.is-active {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}
.quantity .dark-btn, .quantity .green-btn { flex: 1; }
.pdp-trust-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pdp-trust-bar div {
  min-height: 84px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-content: center;
  column-gap: 10px;
  padding: 14px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.pdp-trust-bar svg {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  color: var(--orange);
  stroke-width: 2.4;
}
.pdp-trust-bar strong {
  font-family: var(--condensed);
  font-size: 18px;
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}
.pdp-trust-bar span {
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.35;
}
.meta-actions { color: var(--text-soft); font-size: 15px; }
.care { margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.care summary { font-weight: 800; }
.checkout-box { margin-top: 18px; border: 1px solid var(--line); padding: 22px; display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap; text-transform: uppercase; font-size: 14px; }
.checkout-box strong { flex-basis: 100%; text-align: center; }
.checkout-box span { padding: 4px 8px; background: var(--soft); }
.checkout-box img {
  width: 62px;
  height: 38px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  object-fit: contain;
}

.product-copy {
  max-width: var(--section-max);
  margin: 0 auto 88px;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 84px;
}
.product-copy.pdp-tabs {
  grid-template-columns: 1fr;
  max-width: 1260px;
  min-height: 360px;
}
.tabs { grid-column: 1 / -1; display: flex; gap: 24px; border-bottom: 1px solid var(--line); }
.tabs button {
  padding: 0 0 18px;
  color: var(--text-subtle);
  font-family: var(--condensed);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.tabs .is-active { border-bottom: 2px solid var(--dark); }
.tabs button.is-active { color: var(--dark); }
.product-copy h2 { font-family: var(--condensed); text-transform: uppercase; font-size: 40px; line-height: 1; font-weight: 900; }
.product-copy p { color: var(--text-soft); line-height: 1.7; }
.tab-panel {
  display: none;
  max-width: 960px;
  min-height: 250px;
}
.tab-panel.is-active {
  display: block;
}
.spec-table {
  width: 100%;
  max-width: 860px;
  border-collapse: collapse;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec-table tr {
  border-bottom: 1px solid var(--line);
}
.spec-table tr:last-child {
  border-bottom: 0;
}
.spec-table th,
.spec-table td {
  padding: 18px 0;
  text-align: left;
  vertical-align: top;
}
.spec-table th {
  width: 230px;
  color: var(--text-subtle);
  font-family: var(--condensed);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.spec-table td {
  color: var(--dark);
  font-size: 16px;
  font-weight: 700;
}
.material-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 8px 8px 0 0;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}
.mini-products { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mini-products img { height: 230px; width: 100%; object-fit: cover; background: var(--media); }
.mini-products h3 { margin-top: 12px; font-family: var(--condensed); text-transform: uppercase; font-size: 18px; line-height: 1; }

.wide-story, .explorers {
  position: relative;
  min-height: 520px;
  color: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.wide-story img, .explorers img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.wide-story::after, .explorers::after { content: ""; position: absolute; inset: 0; background: color-mix(in srgb, var(--dark) 38%, transparent); z-index: -1; }
.wide-story p, .wearable p { margin: 0 0 8px; font-family: var(--condensed); text-transform: uppercase; font-weight: 900; }
.wide-story h2, .wearable h2, .explorers h2, .quote-block h2 {
  font-family: var(--heading);
  text-transform: uppercase;
  font-size: clamp(58px, 8vw, 108px);
  line-height: .86;
  font-weight: 400;
}
.wide-story span { max-width: 520px; display: block; margin: 12px auto 0; }
.wearable {
  max-width: var(--narrow-max);
  margin: 100px auto;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 90px;
  align-items: center;
}
.wearable img { width: 100%; min-height: 520px; object-fit: cover; }
.wearable h2 { color: var(--dark); }
.wearable span { display: block; color: var(--text-soft); line-height: 1.7; margin: 12px 0 28px; }

.quote-block {
  max-width: var(--narrow-max);
  margin: 88px auto;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 70px;
  align-items: center;
}
.quote-block h2 { font-size: clamp(38px, 4.8vw, 62px); }
.quote-block img { width: 100%; height: 340px; object-fit: cover; }
.explorers { min-height: 450px; }
.explorers span { font-family: var(--condensed); font-weight: 900; }
.explorers p { margin: 8px 0 0; }

.faqs {
  max-width: 980px;
  margin: 88px auto;
  padding: 0 var(--page-gutter);
  text-align: center;
}
.faqs p { color: var(--text-subtle); }
.faqs details { border-bottom: 1px solid var(--line); text-align: left; }
.faqs summary { list-style: none; padding: 22px 0; display: flex; justify-content: space-between; font-family: var(--condensed); text-transform: uppercase; font-size: 18px; font-weight: 900; }
.faqs summary::after { content: "+"; }
.faqs span { display: block; color: var(--text-soft); padding-bottom: 18px; }
.sale-event {
  max-width: var(--narrow-max);
  min-height: 94px;
  margin: 0 auto 70px;
  padding: 20px 34px;
  background: var(--dark);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr repeat(4, auto) 1fr;
  gap: 22px;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
}
.sale-event strong { font-size: 35px; }
.sale-event span { font-size: 42px; line-height: .8; }
.sale-event small { display: block; color: var(--text-subtle); font-size: 10px; }
.sale-event a { justify-self: end; }
.recently { text-align: center; margin: 30px 0 80px; }
.recently > div { display: flex; justify-content: center; gap: 26px; margin-top: 30px; }
.recently article { width: 170px; }
.recently img { width: 100%; height: 200px; object-fit: cover; background: var(--media); }
.recently h3 { margin-top: 10px; font-family: var(--condensed); text-transform: uppercase; font-size: 16px; line-height: 1; }
.recently p { color: var(--orange); font-family: var(--condensed); font-weight: 800; margin: 4px 0 0; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.site-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.site-overlay.is-open {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
.overlay-backdrop {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--dark) 48%, transparent);
}
.drawer,
.modal-panel {
  position: absolute;
  background: var(--surface);
  color: var(--dark);
  box-shadow: var(--shadow-large);
}
.drawer {
  top: 0;
  right: 0;
  width: min(520px, 100vw);
  height: 100%;
  padding: 28px;
  transform: translateX(100%);
  transition: transform .28s ease;
  display: flex;
  flex-direction: column;
}
.site-overlay.is-open .drawer { transform: translateX(0); }
.modal-panel {
  top: 50%;
  left: 50%;
  width: min(820px, calc(100vw - 34px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 42px;
  transform: translate(-50%, -46%);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.site-overlay.is-open .modal-panel {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
}
.panel-head h2 {
  font-family: var(--heading);
  font-size: 70px;
  line-height: .88;
  text-transform: uppercase;
  font-weight: 400;
}
.panel-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-alt);
}
.cart-items {
  display: grid;
  align-content: start;
  gap: 0;
  flex: 1;
  overflow: auto;
  padding-right: 6px;
}
.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr 34px;
  gap: 13px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.cart-item img {
  width: 72px;
  height: 84px;
  object-fit: cover;
  background: var(--media);
  border-radius: 3px;
}
.cart-item h3,
.search-result h3 {
  font-family: var(--condensed);
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
}
.cart-item p,
.search-result p { margin: 6px 0 0; color: var(--orange); font-weight: 800; }
.cart-item .cart-variant {
  color: var(--dark);
  font-family: var(--condensed);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.cart-item button { color: var(--text-subtle); }
.cart-qty {
  display: inline-grid;
  grid-template-columns: 32px 38px 32px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--surface);
}
.cart-qty button,
.cart-qty span {
  height: 32px;
  display: grid;
  place-items: center;
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
  color: var(--dark);
}
.cart-qty span {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 2px solid var(--dark);
  font-family: var(--condensed);
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
.checkout-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin-bottom: 24px;
}
.search-form input,
.auth-form input {
  width: 100%;
  height: 56px;
  border: 1px solid var(--line);
  padding: 0 16px;
  font-size: 17px;
}
.search-results { display: grid; gap: 14px; }
.search-result {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
}
.search-result img {
  width: 110px;
  height: 120px;
  object-fit: cover;
  background: var(--media);
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 22px;
  border: 1px solid var(--line);
}
.auth-tabs button {
  height: 52px;
  font-family: var(--condensed);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}
.auth-tabs button.is-active { background: var(--dark); color: var(--white); }
.auth-form {
  display: none;
  gap: 14px;
}
.auth-form.is-active { display: grid; }
.auth-note { color: var(--text-soft); line-height: 1.65; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 120;
  transform: translate(-50%, 20px);
  opacity: 0;
  padding: 14px 20px;
  background: var(--dark);
  color: var(--white);
  border-radius: 999px;
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .25s ease;
}
.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.hidden-by-filter { display: none !important; }

.info-page {
  min-height: 70vh;
}
.info-hero {
  max-width: var(--section-max);
  margin: 0 auto;
  padding: 110px var(--page-gutter) 80px;
  text-align: center;
}
.info-hero h1 {
  font-family: var(--heading);
  font-size: clamp(96px, 11vw, 190px);
  line-height: .86;
  text-transform: uppercase;
  font-weight: 400;
}
.info-hero > p:last-child {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.7;
}
.info-band,
.contact-grid {
  max-width: var(--section-max);
  margin: 0 auto 110px;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}
.info-band img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.info-band h2,
.contact-grid h2 {
  font-family: var(--heading);
  font-size: clamp(60px, 6vw, 110px);
  line-height: .88;
  text-transform: uppercase;
  font-weight: 400;
}
.info-band p,
.contact-grid p {
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.75;
}
.contact-grid {
  align-items: start;
}
.contact-grid .auth-form {
  display: grid;
}
.contact-grid textarea {
  width: 100%;
  min-height: 142px;
  border: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--ink);
  font: inherit;
  resize: vertical;
}
.contact-grid textarea:focus {
  border-color: var(--dark);
  outline: none;
}
.contact-detail-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.contact-detail-list p {
  display: grid;
  gap: 4px;
  margin: 0;
}
.contact-detail-list strong {
  color: var(--dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-detail-list a,
.contact-detail-list span {
  color: var(--ink);
  font-weight: 700;
}

.about-stats,
.about-values,
.business-solutions,
.business-process,
.business-cta {
  max-width: var(--section-max);
  margin: 0 auto 110px;
  padding: 0 var(--page-gutter);
}

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

.about-stats article {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.about-stats article:last-child {
  border-right: 0;
}

.about-stats strong {
  color: var(--orange);
  font-family: var(--heading);
  font-size: clamp(44px, 5vw, 74px);
  line-height: .9;
  text-transform: uppercase;
}

.about-stats span,
.about-values p,
.business-grid p,
.business-steps p,
.business-cta p {
  color: var(--text-soft);
  line-height: 1.65;
}

.about-values,
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-values article,
.business-grid article,
.business-steps article {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 30px;
}

.about-values h3,
.business-grid h3,
.business-steps h3 {
  margin: 0 0 12px;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.12;
  font-weight: 900;
}

.business-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.business-section-head h2,
.business-cta h2 {
  max-width: 720px;
  font-family: var(--heading);
  font-size: clamp(52px, 6vw, 96px);
  line-height: .88;
  text-transform: uppercase;
  font-weight: 600;
}

.business-grid article {
  min-height: 230px;
}

.business-grid svg {
  width: 32px;
  height: 32px;
  margin-bottom: 28px;
  color: var(--orange);
  stroke-width: 2.4;
}

.business-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
}

.business-steps article {
  border: 0;
  border-right: 1px solid var(--line);
}

.business-steps article:last-child {
  border-right: 0;
}

.business-steps strong {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-family: var(--heading);
  font-size: 52px;
  line-height: .9;
}

.business-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-cta p {
  max-width: 640px;
  margin: 12px 0 0;
  font-size: 18px;
}
.article-page {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 72px var(--page-gutter) 120px;
}
.article-page > img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  margin-bottom: 54px;
}
.article-page article {
  max-width: 860px;
  margin: 0 auto;
}
.article-page h1,
.legal-page h1 {
  font-family: var(--heading);
  font-size: clamp(42px, 5vw, 82px);
  line-height: .96;
  text-transform: uppercase;
  font-weight: 500;
}
.article-page h2 {
  margin-top: 42px;
  font-family: var(--condensed);
  font-size: 42px;
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}
.article-page p,
.legal-page p {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.8;
}
.legal-section {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.legal-section h2 {
  margin: 0 0 14px;
  font-family: var(--body);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}
.legal-page ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
}
.legal-form {
  margin-top: 54px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--surface-alt);
}
.legal-form-head {
  max-width: 760px;
  margin-bottom: 22px;
}
.legal-form-head h2 {
  margin: 0;
  font-family: var(--body);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.legal-form-head p,
.legal-form-note {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
}
.legal-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.legal-form-field {
  display: grid;
  gap: 7px;
}
.legal-form-field.wide-field {
  grid-column: 1 / -1;
}
.legal-form label {
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.legal-form input,
.legal-form textarea {
  width: 100%;
  border: 1px solid #d7d8d3;
  border-radius: 4px;
  background: var(--white);
  color: var(--dark);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  outline: 0;
}
.legal-form input {
  height: 48px;
  padding: 0 13px;
}
.legal-form textarea {
  min-height: 110px;
  padding: 13px;
  resize: vertical;
}
.legal-form input:focus,
.legal-form textarea:focus {
  border-color: var(--dark);
  box-shadow: 0 0 0 3px rgba(255, 206, 0, .22);
}
.legal-form .dark-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
}
.article-page .dark-btn {
  margin-top: 28px;
}
.legal-page {
  max-width: 980px;
  min-height: 62vh;
  margin: 0 auto;
  padding: 100px var(--page-gutter) 130px;
}

.header-rebuilt {
  grid-template-columns: 220px minmax(0, 1fr) 220px;
}
.header-rebuilt .brand-mark {
  justify-self: start;
}
.nav-centered {
  justify-content: center;
  min-width: 0;
}
.category-nav {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.category-link {
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.icon-only-mini {
  width: 24px;
  height: 24px;
  justify-content: center;
}
.compact-menu {
  width: 390px;
  grid-template-columns: repeat(2, 1fr);
  top: calc(100% + 20px);
}
.compact-menu a {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: var(--card-radius);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.compact-menu svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--dark);
  background: color-mix(in srgb, var(--orange) 10%, var(--white));
  border: 1px solid color-mix(in srgb, var(--orange) 32%, var(--white));
  border-radius: var(--card-radius);
  stroke-width: 2.4;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.compact-menu a:hover {
  background: color-mix(in srgb, var(--orange) 7%, var(--white));
  transform: translateX(2px);
}
.compact-menu a:hover svg {
  color: var(--orange);
  background: var(--surface);
  border-color: var(--orange);
}
.compact-menu .menu-feature {
  grid-column: 1 / -1;
  min-height: 76px;
  background: var(--dark);
  color: var(--white);
}
.compact-menu .menu-feature svg {
  color: var(--white);
}
.compact-menu span {
  font-size: 22px;
}
.icon-actions {
  gap: 24px;
}
.icon-actions .header-tool {
  width: 34px;
  height: 34px;
  justify-content: center;
}
.icon-actions .header-tool b {
  display: none;
}
.icon-actions .header-tool svg {
  width: 26px;
  height: 26px;
}
.cart-tool svg {
  width: 29px !important;
  height: 29px !important;
  stroke-width: 2.55;
}

.product-card {
  display: grid;
  grid-template-rows: auto 30px 78px 58px 34px;
  align-content: start;
  min-height: 100%;
}
.product-card .product-media {
  aspect-ratio: 1 / .96;
  min-height: 0;
}
.product-card h3 {
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-attrs {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px;
  height: 58px;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.product-attrs li {
  height: 24px;
  padding: 4px 8px;
  background: var(--surface-alt);
  color: var(--text-soft);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}
.product-card .price {
  align-self: end;
  margin-top: 0;
  padding-top: 0;
}
.product-card .mini-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  width: auto;
  min-height: 38px;
  margin-top: 0;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.product-card:hover .mini-cart {
  opacity: 1;
  transform: translateY(0);
}
.product-card .mini-cart:hover {
  background: var(--orange);
}
.wishlist-card .mini-cart,
.product-grid.catalog.view-list .mini-cart {
  position: static;
  width: 100%;
  opacity: 1;
  transform: none;
}
.quick-actions {
  opacity: 0;
  transform: translateX(8px);
  transition: .2s ease;
}
.product-card:hover .quick-actions {
  opacity: 1;
  transform: translateX(0);
}

.marquee div {
  animation: marquee 34s linear infinite;
}
.marquee div span {
  white-space: nowrap;
}
@keyframes marquee { to { transform: translateX(-50%); } }

.brand-strip {
  display: block;
  overflow: hidden;
  min-height: 130px;
  padding: 0;
}
.brand-marquee {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 90px;
  min-height: 130px;
  animation: brandLoop 26s linear infinite;
}
.brand-marquee span {
  font-family: var(--condensed);
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
@keyframes brandLoop { to { transform: translateX(-50%); } }

.polished-reviews {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.polished-reviews article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 5px solid var(--dark);
  box-shadow: var(--shadow-soft);
  min-height: 270px;
}
.polished-reviews .stars {
  color: var(--orange);
  font-family: var(--body);
  font-size: 18px;
  margin-bottom: 22px;
  letter-spacing: 3px;
}
.polished-reviews p {
  margin: 0;
  color: var(--dark);
}
.polished-reviews strong {
  color: var(--text-soft);
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: .08em;
}

.unified-footer {
  background: var(--footer-bg);
  color: var(--surface-alt);
  padding: 76px 0 34px;
}
.footer-main {
  width: min(calc(100% - 116px), 1480px);
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(34px, 4.5vw, 68px);
}
.footer-company p {
  max-width: 340px;
  margin: 24px 0 0;
  color: var(--text-faint);
  font-weight: 700;
  line-height: 1.6;
}
.unified-footer .footer-brand {
  color: var(--white);
  font-size: 28px;
}
.unified-footer .footer-brand .mountain-logo {
  background:
    linear-gradient(120deg, transparent 0 44%, var(--footer-bg) 44% 52%, transparent 52%),
    linear-gradient(65deg, transparent 0 49%, var(--footer-bg) 49% 56%, transparent 56%),
    conic-gradient(from 225deg at 50% 84%, currentColor 0 90deg, transparent 0);
}
.footer-col {
  display: grid;
  align-content: start;
  gap: 16px;
}
.footer-col h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: var(--body);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-col a,
.footer-col span {
  color: var(--text-faint);
  font-size: 16px;
  line-height: 1.35;
}
.footer-col span {
  margin-top: 8px;
  color: var(--text-subtle);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-payments {
  width: min(calc(100% - 116px), 1480px);
  max-width: 1480px;
  margin: 58px auto 0;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--dark) 80%, var(--white));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  color: var(--text-faint);
  font-size: 14px;
}
.footer-payments > a {
  justify-self: end;
}
.payment-icons {
  display: flex;
  gap: 10px;
}
.payment-icons img {
  width: 62px;
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  background: var(--surface);
  object-fit: contain;
}

.account-page {
  background: var(--surface);
}
.account-hero {
  max-width: 1760px;
  margin: 0 auto;
  padding: 82px var(--page-gutter) 64px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: end;
}
.account-hero h1 {
  font-family: var(--heading);
  font-size: clamp(88px, 8vw, 158px);
  line-height: .86;
  text-transform: uppercase;
  font-weight: 400;
}
.account-hero p:last-child {
  max-width: 680px;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.7;
}
.account-hero img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.account-grid {
  max-width: 1360px;
  margin: 0 auto 120px;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 54px;
  align-items: start;
}
.account-panel {
  border: 1px solid var(--line);
  padding: 34px;
}
.account-benefits {
  background: var(--dark);
  color: var(--white);
  padding: 42px;
}
.account-benefits h2 {
  margin-bottom: 26px;
  font-family: var(--heading);
  font-size: 72px;
  line-height: .88;
  text-transform: uppercase;
  font-weight: 400;
}
.account-benefits div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid color-mix(in srgb, var(--white) 14%, transparent);
  color: var(--text-faint);
}
.account-benefits svg {
  color: var(--orange);
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkout-form div {
  display: grid;
  gap: 8px;
}
.checkout-form label {
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.checkout-form input,
.checkout-form select {
  height: 54px;
  border: 1px solid var(--line);
  padding: 0 14px;
  background: var(--surface);
}
.checkout-form button {
  grid-column: 1 / -1;
}

.compact-menu {
  width: 300px;
  min-width: 300px;
  grid-template-columns: 1fr;
  gap: 4px;
}
.compact-menu a {
  grid-template-columns: 42px 1fr;
  padding: 10px 12px;
}
.compact-menu span { font-size: 21px; }

.sort-control {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.sort-control select {
  height: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 0 38px 0 12px;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}
.product-grid.catalog.view-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 28px; }
.product-grid.catalog.view-list { grid-template-columns: 1fr; gap: 24px; }
.product-grid.catalog.view-list .product-card {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.product-grid.catalog.view-list .product-card h3,
.product-grid.catalog.view-list .product-attrs {
  height: auto;
}
.product-grid.catalog.view-list .product-media {
  width: 220px;
  min-height: 0;
  aspect-ratio: 1 / 1.05;
}
.product-grid.catalog.view-list .mini-cart {
  align-self: end;
  min-width: 180px;
}

.mobile-menu-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: min(330px, 86vw);
  height: 100%;
  overflow: auto;
  background: var(--surface);
  color: var(--dark);
  padding: 18px 14px 26px;
  box-shadow: var(--shadow-large);
  transform: translateX(-100%);
  transition: transform .28s ease;
}
.site-overlay.is-open .mobile-menu-drawer { transform: translateX(0); }
.mobile-menu-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 18px;
}
.mobile-menu-head .brand-mark { justify-items: start; }
.mobile-menu-head button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.mobile-menu-list { display: grid; }
.mobile-menu-list > a,
.mobile-menu-section > button {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--condensed);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
}
.mobile-menu-section > button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.mobile-menu-section > button.is-open svg { transform: rotate(45deg); }
.mobile-submenu {
  display: none;
  padding: 10px 0 12px 18px;
  border-bottom: 1px solid var(--line);
}
.mobile-submenu.is-open { display: grid; }
.mobile-submenu a { padding: 9px 0; color: var(--text-soft); font-size: 16px; }
.mobile-account-links {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 0 0;
  color: var(--text-soft);
}

.search-panel { width: min(980px, calc(100vw - 34px)); }
.quick-view-panel {
  width: min(1040px, calc(100vw - 34px));
  padding: 34px;
}
.quick-view-panel .panel-head {
  margin-bottom: 22px;
}
.quick-view-panel .panel-head h2 {
  font-size: 54px;
}
.quick-view-product {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) 1fr;
  gap: 34px;
  align-items: stretch;
}
.quick-view-media {
  display: grid;
  place-items: center;
  min-height: 520px;
  background: var(--media);
  overflow: hidden;
}
.quick-view-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quick-view-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.quick-view-info h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(58px, 6vw, 104px);
  line-height: .86;
  text-transform: uppercase;
  font-weight: 400;
}
.quick-view-info .product-attrs {
  min-height: 0;
  margin-top: 18px;
}
.quick-view-info .price {
  margin-top: 18px;
  font-size: 34px;
}
.quick-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.upgraded-search {
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 8px 10px 8px 18px;
  border: 2px solid var(--dark);
}
.upgraded-search input {
  height: 54px;
  border: 0;
  padding: 0;
  font-family: var(--condensed);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  outline: 0;
}
.upgraded-search > svg { width: 26px; height: 26px; }

.wishlist-grid {
  max-width: var(--section-max);
  margin: 0 auto 110px;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
.wishlist-remove {
  margin-top: 12px;
  color: var(--text-subtle);
  font-family: var(--condensed);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.empty-state {
  grid-column: 1 / -1;
  min-height: 360px;
  display: grid;
  place-items: center;
  justify-items: center;
  text-align: center;
  border: 1px solid var(--line);
  padding: 42px;
}
.empty-state h2 {
  font-family: var(--heading);
  font-size: clamp(60px, 7vw, 110px);
  line-height: .9;
  text-transform: uppercase;
  font-weight: 400;
}
.empty-state p { max-width: 520px; color: var(--text-soft); line-height: 1.7; }

.checkout-hero {
  max-width: 1480px;
  margin: 0 auto;
  padding: 86px var(--page-gutter) 36px;
}
.checkout-hero h1 {
  font-family: var(--heading);
  font-size: clamp(92px, 9vw, 170px);
  line-height: .86;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-hero p:last-child { max-width: 650px; color: var(--text-soft); font-size: 19px; line-height: 1.7; }
.checkout-layout {
  max-width: 1480px;
  margin: 0 auto 120px;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 48px;
  align-items: start;
}
.checkout-page-form { padding: 34px; border: 1px solid var(--line); }
.checkout-form .wide-field { grid-column: 1 / -1; }
.checkout-summary {
  position: sticky;
  top: 130px;
  padding: 30px;
  background: var(--dark);
  color: var(--white);
}
.checkout-summary h2 {
  font-family: var(--heading);
  font-size: 58px;
  line-height: .9;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-summary-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--white) 14%, transparent);
}
.checkout-summary-item img { width: 72px; height: 84px; object-fit: cover; background: var(--media); }
.checkout-summary-item h3 { font-family: var(--condensed); font-size: 20px; line-height: 1; text-transform: uppercase; }
.checkout-summary-item p { margin: 6px 0 0; color: var(--text-faint); }
.checkout-total {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  font-family: var(--condensed);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.checkout-summary .payment-icons { flex-wrap: wrap; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: auto 1fr; padding: 0 22px; height: auto; min-height: 76px; gap: 12px; }
  .brand-mark { justify-self: start; }
  .main-nav { order: 3; grid-column: 1 / -1; overflow-x: auto; padding-bottom: 12px; }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav { scrollbar-width: none; }
  .header-actions { gap: 12px; }
  .header-actions span, .header-actions b { display: none; }
  .hero { height: 520px; }
  .hero-content { padding: 0 28px; }
  .hero h1 { font-size: clamp(132px, 25vw, 250px); }
  .benefits, .category-grid, .product-row, .product-row.four, .product-row.slim, .spotlight-products, .review-track, .brand-strip { grid-template-columns: repeat(2, 1fr); }
  .product-grid.catalog,
  .product-grid.catalog.view-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spotlight-products {
    margin-right: -22px;
    margin-left: -12px;
    padding-right: 22px;
    padding-left: 12px;
  }
  .spotlight-products .product-card {
    flex-basis: calc((100% - 22px) / 2.35);
  }
  .featured-commerce-inner, .promo-mosaic, .split-products, .tips-grid, .catalog-layout, .product-detail, .product-copy, .catalog-hero, .account-hero, .account-grid, .wearable, .quote-block { grid-template-columns: 1fr; }
  .side-title { position: static; }
  .filter-panel { display: none; }
  .gallery { grid-template-columns: 1fr; }
  .main-photo { order: 1; }
  .thumbs { order: 2; display: flex; overflow-x: auto; }
  .thumbs button { width: 72px; flex: 0 0 auto; }
  .main-photo { min-height: 560px; }
  .product-info { position: static; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-nav.inline { justify-content: flex-start; }
  .header-rebuilt { grid-template-columns: auto 1fr; }
  .icon-actions { justify-self: end; }
  .nav-centered { justify-content: flex-start; }
  .category-link { font-size: 17px; }
  .compact-menu { width: 300px; min-width: 300px; }
  .footer-main,
  .footer-payments { width: calc(100% - 44px); }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 42px; }
  .footer-company { grid-column: 1 / -1; }
  .footer-payments { grid-template-columns: 1fr; justify-items: start; }
  .footer-payments > a { justify-self: start; }
  .checkout-form { grid-template-columns: 1fr; }
  .checkout-layout, .wishlist-grid { grid-template-columns: 1fr 1fr; }
  .checkout-summary { position: static; }
  .info-band, .contact-grid { grid-template-columns: 1fr; }
  .catalog-hero { gap: 24px; margin-bottom: 34px; }
  .catalog-hero p { margin: 0; }
  .account-hero img { height: 360px; }
  .promo-panel-grid { grid-auto-rows: 260px; }
  .promo-card { min-height: 260px; }
  .promo-card-large,
  .promo-card:nth-child(2) { grid-row: span 1; }
}

@media (max-width: 720px) {
  body { font-size: 13px; }
  .promo-top { gap: 8px; font-size: 11px; padding: 0 8px; }
  .header-inner, .section, .featured-commerce, .catalog-layout, .catalog-hero, .product-detail, .product-copy, .account-hero, .account-grid, .checkout-hero, .checkout-layout, .wishlist-grid, .wearable, .quote-block, .faqs, .site-footer { padding-left: 18px; padding-right: 18px; }
  .header-rebuilt {
    min-height: 84px;
    grid-template-columns: 44px 1fr auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-menu-button { display: inline-flex; justify-self: start; }
  .header-rebuilt .brand-mark { justify-self: center; }
  .nav-centered { display: none; }
  .desktop-tool { display: none !important; }
  .icon-actions { justify-self: end; gap: 16px; }
  .icon-actions .cart-tool span { display: grid; }
  .hero { height: 460px; }
  .hero img { object-position: center 55%; }
  .hero h1 { font-size: clamp(96px, 31vw, 142px); line-height: .78; }
  .pill-btn { min-height: calc(var(--button-large-height) - 10px); padding: 0 var(--button-padding-x); font-size: calc(var(--button-font-size) + 1px); }
  .mega-menu { width: calc(100vw - 36px); left: 0; grid-template-columns: 1fr; }
  .compact-menu { width: calc(100vw - 36px); min-width: 0; }
  .icon-actions { gap: 12px; }
  .icon-actions .header-tool { width: 30px; height: 30px; }
  .icon-actions .header-tool svg { width: 23px; height: 23px; }
  .header-rebuilt .brand-mark strong { font-size: 14px; }
  .header-rebuilt .mountain-logo { width: 42px; height: 34px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .category-grid, .product-row, .product-row.four, .product-row.slim, .spotlight-products, .product-grid.two, .product-grid.catalog, .product-grid.catalog.view-compact, .product-grid.catalog.view-list, .review-track, .brand-strip, .promo-panel-grid, .mini-products, .checkout-layout, .wishlist-grid { grid-template-columns: 1fr; }
  .benefits div { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 10px; }
  .benefits div:nth-child(odd) { border-right: 1px solid var(--line); }
  .benefits div:nth-last-child(-n + 2) { border-bottom: 0; }
  .benefits strong { font-size: 17px; }
  .benefits span { font-size: 13px; }
  .category-tile { min-height: 220px; }
  .featured-commerce { padding-top: 68px; padding-bottom: 68px; }
  .compact-head { display: grid; gap: 16px; align-items: start; }
  .compact-head > div,
  .compact-head .text-link,
  .compact-head .carousel-controls { width: max-content; min-width: 0; }
  .compact-head h2 { max-width: 100%; font-size: 50px; overflow-wrap: anywhere; }
  .spotlight-products {
    margin-right: -18px;
    margin-left: -10px;
    padding-right: 18px;
    padding-left: 10px;
    gap: 16px;
  }
  .spotlight-products .product-card {
    flex: 0 0 82%;
  }
  .product-card .mini-cart {
    opacity: 1;
    transform: none;
  }
  .quick-actions {
    opacity: 1;
    transform: none;
  }
  .promo-mosaic, .promo-panel-grid { grid-auto-rows: 260px; }
  .promo-panel-grid.below-products { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .promo-card:nth-child(2) { grid-row: span 1; }
  .promo-card { padding: 26px; }
  .promo-card strong { font-size: 50px; }
  .reviews { padding: 74px 18px; }
  .review-track article,
  .polished-reviews article { min-height: 0; padding: 28px; }
  .tips .section-head { display: grid; gap: 18px; align-items: start; }
  .tips .section-head .dark-btn { justify-self: start; }
  .tip-main img { height: 260px; }
  .tip-main h3, .tip-list h3 { font-size: 34px; line-height: .98; }
  .tip-list a { grid-template-columns: 1fr; gap: 14px; min-height: 0; }
  .tip-list img { height: 210px; }
  .product-copy.pdp-tabs { min-height: 410px; }
  .tab-panel { min-height: 300px; }
  .catalog-tools { min-height: 0; grid-template-columns: 1fr; gap: 14px; font-size: 12px; }
  .catalog-tools .catalog-tool-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }
  .catalog-tools .view-buttons {
    display: flex;
  }
  .generated-card .quick-actions {
    opacity: 1;
    transform: none;
  }
  .sort-control {
    min-width: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: stretch;
  }
  .sort-control select { width: 100%; min-width: 0; }
  .catalog-tools [data-product-count] { display: block; }
  .product-grid.catalog.view-list .product-card {
    display: flex;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .product-grid.catalog.view-list .product-media {
    width: 100%;
    aspect-ratio: 1 / 1.18;
  }
  .main-photo { min-height: 430px; }
  .pdp-status { grid-template-columns: 1fr; }
  .quantity { flex-wrap: wrap; }
  .quantity .dark-btn, .quantity .green-btn { flex: 1 1 100%; }
  .pdp-trust-bar { grid-template-columns: 1fr; }
  .pdp-trust-bar div { min-height: 76px; }
  .tabs { gap: 18px; overflow-x: auto; }
  .tabs button { font-size: 20px; white-space: nowrap; }
  .catalog-hero { padding-top: 34px; }
  .catalog-hero .page-title { font-size: 86px; }
  .catalog-hero p { font-size: 17px; }
  .account-hero { padding-top: 46px; gap: 30px; }
  .account-hero img { height: 280px; }
  .account-grid { margin-bottom: 70px; }
  .account-panel, .account-benefits { padding: 24px; }
  .account-benefits h2 { font-size: 54px; }
  .checkout-hero { padding-top: 46px; }
  .checkout-layout { margin-bottom: 70px; }
  .checkout-page-form, .checkout-summary { padding: 24px; }
  .checkout-form .wide-field { grid-column: auto; }
  .search-panel { width: calc(100vw - 24px); padding: 24px; }
  .quick-view-panel { width: calc(100vw - 24px); padding: 22px; }
  .quick-view-product { grid-template-columns: 1fr; gap: 18px; }
  .quick-view-media { min-height: 300px; }
  .quick-view-panel .panel-head h2 { font-size: 44px; }
  .quick-view-info h3 { font-size: 52px; }
  .quick-view-actions { display: grid; }
  .upgraded-search { grid-template-columns: 28px 1fr; }
  .upgraded-search button { grid-column: 1 / -1; }
  .drawer { padding: 22px 18px; }
  .panel-head h2 { font-size: 54px; }
  .cart-item { grid-template-columns: 64px 1fr 30px; }
  .cart-item img { width: 64px; height: 76px; }
  .cart-item h3 { font-size: 18px; }
  .newsletter-banner { min-height: 360px; margin-left: 18px; margin-right: 18px; }
  .newsletter-banner div { min-height: 360px; padding: 24px; }
  .newsletter-banner h2, .collection-hero h2 { font-size: 54px; }
  .newsletter-banner form, .newsletter-form { grid-template-columns: 1fr; }
  .sale-event { margin-left: 18px; margin-right: 18px; grid-template-columns: repeat(4, 1fr); text-align: center; }
  .sale-event strong, .sale-event a { grid-column: 1 / -1; justify-self: center; }
  .tip-list article { grid-template-columns: 1fr; }
  .tip-list a { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .unified-footer { padding: 54px 0 28px; }
  .footer-main,
  .footer-payments { width: calc(100% - 36px); }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-payments { margin-top: 42px; gap: 18px; }
  .payment-icons { flex-wrap: wrap; }
  .article-page, .legal-page, .info-hero, .info-band, .contact-grid { padding-left: 22px; padding-right: 22px; }
  .article-page > img, .info-band img { min-height: 280px; }
}

/* Final workwear overrides must come after the reusable template CSS. */
.promo-top { display: none; }
.site-header { background: var(--dark); color: var(--white); border-bottom: 0; backdrop-filter: none; }
.header-main {
  min-height: 72px;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) minmax(220px, 360px) auto;
  align-items: center;
  gap: 24px;
  max-width: var(--header-max);
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}
.header-main .brand-mark { justify-self: start; }
.header-main .brand-logo-img { width: 132px; max-width: 132px; max-height: 58px; }
.header-main .main-nav { justify-content: flex-start; gap: 28px; min-width: 0; }
.header-main .main-nav a,
.header-main .header-tool { color: var(--white); font-family: var(--condensed); font-size: 15px; font-weight: 900; text-transform: uppercase; }
.desktop-search-pill {
  min-width: 0;
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 0 16px 0 22px;
  border-radius: 999px;
  background: var(--white);
  color: var(--dark);
  font-size: 13px;
}
.desktop-search-pill span { min-width: 0; overflow: hidden; color: var(--text-subtle); text-align: left; white-space: nowrap; text-overflow: ellipsis; }
.desktop-search-pill svg { width: 18px; height: 18px; }
.header-main .icon-actions { gap: 16px; }
.header-main .icon-actions .header-tool { width: 31px; height: 31px; justify-content: center; }
.header-main .icon-actions .header-tool svg { width: 20px; height: 20px; }
.header-main .cart-tool svg { width: 23px !important; height: 23px !important; }
.cart-tool span, .wishlist-tool span { background: #d9003b; }
.header-subnav {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 42px);
  padding: 0 var(--page-gutter);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--dark);
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.header-subnav a { display: inline-flex; align-items: center; min-height: 34px; white-space: nowrap; }
.header-subnav .special-offer { color: #d9003b; gap: 6px; margin-left: 24px; }
.header-subnav .special-offer svg { width: 15px; height: 15px; }
.workwear-hero { height: min(720px, calc(100svh - 106px)); min-height: 620px; place-items: stretch; }
.workwear-hero img { height: 108%; object-position: center center; }
.workwear-hero .hero-content {
  align-content: center;
  justify-items: start;
  text-align: left;
  max-width: var(--section-max);
  margin: 0 auto;
  padding-top: 36px;
  text-transform: none;
}
.hero-eyebrow, .hero-copy { margin: 0; color: rgba(255,255,255,.88); }
.hero-eyebrow { font-family: var(--condensed); font-size: 20px; font-weight: 700; }
.workwear-hero h1 { max-width: 610px; margin-top: 14px; color: var(--white); font-size: clamp(72px, 7.8vw, 138px); line-height: .84; mix-blend-mode: normal; text-shadow: var(--hero-text-shadow); }
.hero-copy { max-width: 530px; margin-top: 18px; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-actions .pill-btn { min-height: 42px; margin: 0; padding: 0 25px; background: var(--orange); color: var(--dark); box-shadow: none; }
.hero-actions .pill-btn.is-light { background: var(--white); }
.hero-actions .pill-btn:hover { color: var(--dark); box-shadow: var(--shadow-accent); }
.hero-dots { display: flex; gap: 9px; margin-top: 68px; }
.hero-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--white); opacity: .8; }
.hero-dots span:first-child { background: var(--orange); opacity: 1; }
.workwear-featured { padding-top: 92px; padding-bottom: 68px; }
.workwear-featured .compact-head { justify-content: flex-start; align-items: center; gap: 18px; margin-bottom: 38px; }
.workwear-featured .compact-head > div:first-child { display: none; }
.home-product-tabs { display: flex; flex-wrap: wrap; gap: 14px; }
.home-product-tabs button { min-height: 54px; padding: 0 34px; border: 2px solid var(--dark); border-radius: 999px; background: var(--white); font-family: var(--condensed); font-size: 23px; font-weight: 900; text-transform: uppercase; }
.home-product-tabs button.is-active { background: var(--dark); color: var(--white); }
.workwear-featured .carousel-controls { margin-left: auto; }
.spotlight-products .product-card { flex-basis: calc((100% - 88px) / 5); }
.product-card { border-color: var(--line); border-radius: 0; padding: 0 0 58px; box-shadow: none; }
.product-card:hover { border-color: var(--line); box-shadow: none; transform: none; }
.product-card .product-media { border-radius: 0; border-bottom: 1px solid var(--line); background: var(--white); }
.product-card .product-media img { transform: scale(1.42); }
.product-card:hover .product-media img:first-child { transform: scale(1.5); }
.product-card:hover .product-media .hover-image { transform: scale(1.46); }
.product-card h3 { padding: 0 12px; font-size: 21px; }
.product-card .vendor, .product-card .price, .product-card .product-attrs { margin-left: 12px; margin-right: 12px; }
.product-card .mini-cart { right: 12px; bottom: 12px; min-height: 34px; padding: 0 14px; background: var(--white); color: var(--dark); border: 1px solid var(--line); }
.product-card .mini-cart:hover { background: var(--orange); }
.badge { background: #d9003b; }
.price.sale { color: #d9003b; }
.workwear-collection-row .product-row { grid-template-columns: repeat(4, 1fr); }
.promo-panel-grid.below-products.workwear-promo-grid { max-width: var(--section-max); grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); grid-auto-rows: 360px; gap: 28px; }
.category-tile { min-height: 278px; border-radius: 2px; }
.category-tile span { max-width: calc(100% - 42px); font-size: 32px; line-height: .95; }
.brand-strip { background: var(--orange); color: var(--dark); transform: rotate(-1.2deg); transform-origin: center; margin: -16px 0 54px; }
.brand-marquee { min-height: 74px; }
.brand-marquee span { font-size: 30px; }
.brand-marquee span::after { content: "*"; margin-left: 70px; }
.tips { padding-top: 78px; }
.tips .section-head { justify-content: center; text-align: center; }
.tips .section-head h2 { text-align: center; }
.tips-grid { grid-template-columns: repeat(4, 1fr); }
.tip-main, .tip-list { display: contents; }
.tip-main img, .tip-list img { height: 190px; }
.tip-main h3, .tip-list h3 { margin-top: 12px; font-size: 27px; line-height: .96; }
.tip-main p { display: none; }
.tip-list a { display: block; min-height: 0; }
.service-benefits { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-company p { color: var(--footer-muted); }
.footer-col a:hover, .footer-payments a:hover { color: var(--orange); }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: auto 1fr auto; min-height: 72px; padding: 0 22px; gap: 12px; }
  .header-main .mobile-menu-button { display: inline-flex; color: var(--white); }
  .header-main .brand-mark { justify-self: center; }
  .header-main .main-nav, .desktop-search-pill, .header-main .desktop-tool { display: none; }
  .header-main .icon-actions { justify-self: end; }
  .header-subnav { justify-content: flex-start; gap: 24px; overflow-x: auto; padding: 0 22px; scrollbar-width: none; }
  .header-subnav::-webkit-scrollbar { display: none; }
  .workwear-hero { min-height: 560px; height: 62svh; }
  .spotlight-products .product-card { flex-basis: calc((100% - 22px) / 2.35); }
  .reason-grid, .story-content, .tips-grid { grid-template-columns: 1fr 1fr; }
  .story-copy div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .header-main { min-height: 68px; padding: 0 16px; }
  .header-main .brand-logo-img { width: 116px; max-width: 116px; }
  .header-subnav { min-height: 38px; font-size: 13px; padding: 0 16px; }
  .workwear-hero { min-height: 560px; height: auto; }
  .workwear-hero img { object-position: 64% center; }
  .workwear-hero .hero-content { padding: 70px 20px 46px; }
  .hero-eyebrow { font-size: 17px; }
  .workwear-hero h1 { max-width: 330px; font-size: clamp(62px, 19vw, 92px); }
  .hero-copy { display: none; }
  .hero-dots { margin-top: 46px; }
  .workwear-featured { padding: 54px 18px 34px; }
  .workwear-featured .compact-head { display: grid; }
  .home-product-tabs button { min-height: 44px; padding: 0 23px; font-size: 20px; }
  .workwear-featured .carousel-controls { margin-left: 0; }
  .spotlight-products .product-card { flex: 0 0 82%; }
  .workwear-banner { min-height: 330px; }
  .workwear-banner div, .workwear-row-head, .workwear-collection-row .product-row { padding-left: 18px; padding-right: 18px; }
  .workwear-banner h2 { max-width: 320px; font-size: 64px; }
  .workwear-row-head { display: grid; gap: 14px; }
  .workwear-collection-row { gap: 38px; padding-bottom: 64px; }
  .workwear-collection-row .product-row { grid-template-columns: 1fr; }
  .promo-panel-grid.below-products.workwear-promo-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; padding-left: 18px; padding-right: 18px; }
  .workwear-reasons { margin-bottom: 62px; padding: 56px 18px; }
  .reason-grid, .story-content, .tips-grid, .story-copy div { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 0; }
  .category-tile { min-height: 230px; }
  .story-content { gap: 36px; padding: 58px 18px; }
  .story-copy strong { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.34); }
  .tips .section-head { display: grid; justify-content: start; text-align: left; }
  .tips .section-head h2 { text-align: left; }
  .tip-main, .tip-list { display: grid; gap: 20px; }
  .tip-main img, .tip-list img { height: 220px; }
}

/* Reference scale pass: closer to the Axetor screenshot proportions. */
.workwear-home .reveal {
  opacity: 1;
  transform: none;
}

.site-header {
  position: relative;
  z-index: 20;
}

.header-main {
  min-height: 66px;
  grid-template-columns: 150px minmax(500px, 590px) 540px auto;
  gap: 28px;
  padding: 0;
}

.header-main .brand-mark {
  width: max-content;
  justify-items: start;
  overflow: visible;
}

.header-main .brand-logo-img {
  width: 152px;
  max-width: 152px;
  max-height: none;
}

.header-main .main-nav {
  gap: 34px;
}

.header-main .main-nav a,
.header-main .header-tool {
  font-size: 14px;
  line-height: 1;
}

.desktop-search-pill {
  width: min(100%, 540px);
  height: 40px;
  padding-left: 24px;
  font-size: 13px;
}

.header-main .icon-actions {
  gap: 14px;
}

.header-main .icon-actions .header-tool {
  width: 34px;
  height: 34px;
}

.header-main .icon-actions .header-tool svg {
  width: 21px;
  height: 21px;
}

.header-subnav {
  min-height: 46px;
  justify-content: flex-start;
  gap: 33px;
  padding-left: max(20px, calc((100vw - var(--section-max)) / 2 + 170px));
  padding-right: max(20px, calc((100vw - var(--section-max)) / 2));
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.header-subnav a {
  min-height: 46px;
}

.header-subnav .special-offer {
  margin-left: auto;
  color: #d9003b;
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.workwear-hero {
  height: 830px;
  min-height: 760px;
}

.workwear-hero::after {
  content: "";
  position: absolute;
  right: -3vw;
  bottom: -1px;
  left: -3vw;
  z-index: 1;
  height: 66px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 32%, 100% 100%, 0% 100%);
  pointer-events: none;
}

.workwear-hero img {
  height: 112%;
  object-position: center 49%;
}

.workwear-hero .hero-content {
  padding: 86px 0 0;
  align-content: center;
}

.workwear-hero h1 {
  max-width: 820px;
  font-size: clamp(104px, 6.35vw, 128px);
  line-height: .86;
}

.hero-eyebrow {
  font-size: 18px;
}

.hero-copy {
  display: none;
}

.hero-actions {
  margin-top: 30px;
}

.hero-actions .pill-btn {
  min-height: 46px;
  padding: 0 28px;
  font-size: 13px;
}

.hero-dots {
  margin-top: 98px;
}

.workwear-featured {
  padding-top: 88px;
  padding-bottom: 78px;
}

.workwear-featured .compact-head {
  margin-bottom: 54px;
}

.home-product-tabs {
  gap: 18px;
}

.home-product-tabs button {
  min-height: 58px;
  padding: 0 42px;
  font-size: 24px;
}

.spotlight-products {
  width: 100%;
  gap: 26px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-snap-type: none;
}

.spotlight-products .product-card {
  flex: 0 0 calc((100% - 104px) / 5);
}

.workwear-home .product-card {
  grid-template-rows: auto 24px 48px 34px;
  padding-bottom: 42px;
}

.workwear-home .product-card .product-media {
  aspect-ratio: 1 / 1.23;
}

.workwear-home .product-card .product-media img {
  transform: scale(1.32);
}

.product-card .card-rating {
  display: none;
}

.workwear-home .product-card:hover .product-media img:first-child,
.workwear-home .product-card:hover .product-media .hover-image {
  transform: scale(1.38);
}

.workwear-banner::after {
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,.08) 78%);
}

.workwear-story .story-shade {
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.36) 52%, rgba(0,0,0,.12));
}

.workwear-home .category-tile::after {
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.54));
}

.workwear-home .category-tile img,
.workwear-home .tip-card img {
  object-position: 62% center;
}

.workwear-home .card-rating {
  display: block;
  margin: 10px 12px 0;
  color: #cfcfcf;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}

.workwear-home .card-rating span {
  margin-left: 4px;
  color: #b7b7b7;
}

.workwear-home .product-card .vendor,
.workwear-home .product-card .product-attrs {
  display: none;
}

.workwear-home .product-card .quick-actions {
  display: none;
}

.workwear-home .product-card h3 {
  height: 48px;
  padding: 0;
  margin: 8px 12px 0;
  font-size: 18px;
  line-height: 1.04;
  -webkit-line-clamp: 2;
}

.workwear-home .product-card .price {
  margin: 0 12px;
  font-size: 22px;
}

.workwear-home .product-card .mini-cart {
  right: 10px;
  bottom: 10px;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  color: transparent;
  opacity: 1;
  transform: none;
  border-radius: 50%;
}

.workwear-home .product-card .mini-cart::before {
  content: "+";
  color: var(--dark);
  font-family: var(--body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.workwear-collection-row {
  gap: 68px;
  padding-bottom: 92px;
}

.workwear-banner {
  min-height: 540px;
}

.workwear-banner h2 {
  max-width: 650px;
  font-size: clamp(92px, 6.5vw, 128px);
  line-height: .86;
}

.workwear-row-head {
  margin-bottom: -30px;
}

.workwear-row-head h3 {
  font-size: clamp(40px, 3vw, 54px);
}

.workwear-collection-row .product-row {
  gap: 30px;
}

.workwear-collection-row .product-card .product-media {
  aspect-ratio: 1 / 1.25;
}

.promo-panel-grid.below-products.workwear-promo-grid {
  margin-top: 0;
  grid-auto-rows: auto;
  align-items: start;
  gap: 30px;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child {
  min-height: 650px;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) {
  min-height: 405px;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) img {
  object-position: 78% center;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2)::after {
  background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.18) 70%);
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child img {
  opacity: 0;
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child::after {
  background: linear-gradient(180deg, #f5f5f3 0%, #cfcfcd 100%);
}

.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child { color: var(--dark); }

.workwear-home .categories .eyebrow,
.workwear-home .categories h2,
.workwear-home .brand-strip {
  display: none;
}

.workwear-home .categories {
  padding-top: 108px;
  padding-bottom: 108px;
}

.workwear-home .category-grid {
  margin-top: 0;
}

.workwear-home .marquee {
  transform: rotate(-1deg);
  transform-origin: center;
  margin: -22px 0 56px;
  color: var(--dark);
}

.workwear-home .tips {
  padding-top: 106px;
  padding-bottom: 118px;
}

.workwear-home .tips .section-head {
  position: relative;
  justify-content: center;
  margin-bottom: 54px;
  text-align: center;
}

.workwear-home .tips .section-head::before {
  content: "IZ BLOGA";
  position: absolute;
  top: -48px;
  left: 50%;
  z-index: -1;
  color: rgba(17,17,17,.06);
  font-family: var(--heading);
  font-size: 112px;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

.workwear-home .tips .section-head .eyebrow {
  display: none;
}

.workwear-home .tips .section-head h2 {
  font-size: 46px;
  text-align: center;
}

.workwear-home .tips .section-head .dark-btn {
  position: absolute;
  top: calc(100% + 364px);
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.workwear-home .tips-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.workwear-home .tip-card {
  display: block;
  min-width: 0;
}

.workwear-home .tip-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.workwear-home .tip-card span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-top: 13px;
  padding: 0 12px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--dark);
  font-family: var(--condensed);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.workwear-home .tip-card h3 {
  margin: 8px 0 0;
  font-family: var(--condensed);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-page-body,
.search-page-body {
  max-width: var(--section-max);
  margin: 0 auto;
  padding: 0 var(--page-gutter) 112px;
}

.cart-page-panel,
.search-page-panel {
  display: grid;
  gap: 28px;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--white);
}

.cart-page-panel {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: start;
}

.cart-page-summary {
  position: sticky;
  top: 140px;
  padding: 28px;
  background: var(--surface-alt);
}

.cart-page-summary h2,
.search-page-panel h2 {
  font-family: var(--condensed);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-page-panel .cart-items {
  max-height: none;
  overflow: visible;
}

.cart-page-panel .cart-item {
  grid-template-columns: 116px 1fr 42px;
  gap: 20px;
  padding: 20px 0;
}

.cart-page-panel .cart-item img {
  width: 116px;
  height: 136px;
  object-fit: contain;
}

.search-page-panel .search-form {
  margin: 0;
}

.search-page-panel .search-results {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.search-page-panel .search-result img {
  object-fit: contain;
}

.workwear-reasons {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .header-main {
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
    padding: 0 22px;
  }

  .header-main .brand-logo-img {
    width: 140px;
    max-width: 140px;
  }

  .header-subnav {
    padding-left: 22px;
    padding-right: 22px;
    padding: 0 22px;
    gap: 28px;
    overflow-x: auto;
  }

  .workwear-hero {
    height: 680px;
    min-height: 640px;
  }

  .workwear-hero .hero-content {
    padding: 72px 22px 0;
  }

  .spotlight-products {
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .spotlight-products .product-card {
    flex: 0 0 calc((100% - 26px) / 2.35);
  }
}

@media (max-width: 720px) {
  .header-main {
    min-height: 76px;
    padding: 0 16px;
  }

  .header-main .brand-logo-img {
    width: 132px;
    max-width: 132px;
  }

  .header-subnav {
    min-height: 42px;
    font-size: 12px;
  }

  .workwear-hero {
    min-height: 650px;
    height: auto;
  }

  .workwear-hero::after {
    height: 44px;
  }

  .workwear-hero .hero-content {
    padding: 96px 20px 58px;
  }

  .workwear-hero h1 {
    max-width: 350px;
    font-size: clamp(66px, 18vw, 92px);
  }

  .spotlight-products .product-card {
    flex: 0 0 82%;
  }

  .workwear-home .product-card .product-media {
    aspect-ratio: 1 / 1.16;
  }

  .workwear-home .product-card .product-media img {
    transform: scale(1.18);
  }

  .workwear-banner {
    min-height: 390px;
  }

  .promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child,
  .promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) {
    min-height: 300px;
  }

  .workwear-home .tips-grid {
    grid-template-columns: 1fr;
  }

  .workwear-home .tips .section-head .dark-btn {
    position: static;
    transform: none;
    justify-self: start;
    margin-top: 16px;
  }

  .cart-page-body,
  .search-page-body {
    padding: 0 18px 78px;
  }

  .cart-page-panel,
  .search-page-panel,
  .cart-page-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .cart-page-summary {
    position: static;
  }

  .search-page-panel .search-form,
  .search-page-panel .search-results,
  .search-result {
    grid-template-columns: 1fr;
  }
}

/* Final workwear UI overrides */
.header-main {
  grid-template-columns: 174px minmax(210px, 1fr) minmax(280px, 470px) auto;
}

.desktop-search-pill.header-search-form {
  position: relative;
  width: min(100%, 470px);
  min-width: 260px;
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 0;
  padding: 0 4px 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  background: var(--white);
}

.desktop-search-pill input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dark);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
}

.desktop-search-pill input::placeholder { color: var(--text-subtle); }
.desktop-search-pill button { display: grid; place-items: center; color: var(--dark); }

.header-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 40;
  display: none;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-large);
}

.header-search-results.is-open { display: grid; }
.header-search-result {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  color: var(--dark);
}
.header-search-result:hover, .header-search-all:hover { background: var(--soft); }
.header-search-result img { width: 46px; height: 54px; object-fit: contain; background: var(--media); }
.header-search-result strong { display: block; overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.header-search-result small { display: block; margin-top: 3px; color: var(--text-subtle); font-size: 11px; font-weight: 600; }
.header-search-results p, .header-search-all { padding: 10px; color: var(--dark); font-size: 12px; font-weight: 700; }
.header-search-all { display: inline-flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); text-transform: uppercase; }
.header-search-all svg { width: 15px; height: 15px; }

.header-subnav {
  position: relative;
  width: 100%;
  max-width: none;
  justify-content: flex-start;
  margin: 0;
  padding-left: max(24px, calc((100vw - var(--header-max)) / 2 + var(--page-gutter)));
  padding-right: max(24px, calc((100vw - var(--header-max)) / 2 + var(--page-gutter)));
}
.header-subnav .nav-dropdown {
  position: static;
  display: inline-flex;
  align-items: center;
}
.header-subnav .nav-trigger {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  color: var(--dark);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.header-subnav .nav-trigger svg {
  width: 14px;
  height: 14px;
  transition: transform .18s ease;
}
.header-subnav .nav-dropdown:hover .nav-trigger svg,
.header-subnav .nav-dropdown.is-open .nav-trigger svg {
  transform: rotate(180deg);
}
.header-subnav .mega-menu {
  top: 100%;
  left: max(24px, calc((100vw - var(--header-max)) / 2 + var(--page-gutter)));
  width: min(1180px, calc(100vw - 48px));
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  border-radius: 0 0 4px 4px;
}
.category-mega-menu {
  display: grid;
  grid-template-columns: minmax(210px, .82fr) repeat(2, minmax(150px, .72fr)) minmax(390px, 1.45fr);
  gap: 24px;
  padding: 24px;
}
.mega-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background: var(--surface-alt);
}
.mega-copy strong {
  font-family: var(--body);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}
.mega-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
}
.mega-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.mega-copy svg {
  width: 15px;
  height: 15px;
}
.mega-link-group,
.mega-products {
  display: grid;
  align-content: start;
  gap: 8px;
}
.mega-link-group span,
.mega-products > span {
  display: block;
  margin-bottom: 4px;
  color: var(--text-subtle);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.mega-link-group a {
  padding: 8px 0;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.mega-link-group a:hover {
  color: #d9003b;
  background: transparent;
}
.mega-products {
  grid-template-columns: 1fr;
  gap: 8px;
}
.mega-products > span {
  grid-column: 1 / -1;
}
.mega-product {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 9px;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}
.mega-product:hover {
  background: var(--surface-alt);
}
.mega-product img {
  grid-row: 1 / span 2;
  width: 100%;
  height: 76px;
  object-fit: contain;
  background: var(--media);
}
.mega-product small {
  grid-column: 2;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mega-product em {
  grid-column: 2;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #d9003b;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mega-menu-group { display: grid; align-content: start; gap: 8px; }
.mega-menu .mega-menu-parent { min-height: 116px; padding: 14px; border: 1px solid var(--line); background: var(--surface-alt); }
.mega-menu .mega-menu-parent span {
  display: block;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
}
.mega-menu .mega-menu-parent small {
  display: block;
  margin-top: 6px;
  color: var(--text-subtle);
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}
.mega-menu-subs { display: grid; gap: 2px; }
.mega-menu-subs a { padding: 7px 2px; color: var(--text-soft); font-size: 12px; font-weight: 700; text-transform: none; }

.workwear-hero img { transition: opacity .24s ease, transform .7s ease; }
.workwear-banner img,
.promo-card img {
  z-index: 0;
  object-position: 72% center;
}
.workwear-banner::after,
.promo-card::after {
  z-index: 1;
}
.workwear-banner div,
.promo-card span,
.promo-card strong,
.promo-card em {
  position: relative;
  z-index: 2;
}
.hero-dots { gap: 8px; }
.hero-dots button { width: 36px; height: 4px; border-radius: 0; background: rgba(255,255,255,.58); }
.hero-dots button.is-active { background: var(--orange); }
.workwear-hero h1, .workwear-banner h2, .workwear-reasons h2, .story-content h2, .story-content > div:first-child p { font-weight: 600; letter-spacing: 0; }

.workwear-home .product-card { grid-template-rows: auto auto auto auto auto; padding-bottom: 72px; }
.workwear-home .card-rating { display: none !important; }
.workwear-home .product-card .vendor, .workwear-home .product-card .product-attrs { display: block; }
.workwear-home .product-card .vendor { margin-top: 12px; color: var(--text-subtle); font-family: var(--body); font-size: 11px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.workwear-home .product-card h3, .product-card h3 { font-family: var(--body); font-size: 16px; font-weight: 700; line-height: 1.25; text-transform: none; }
.workwear-home .product-card h3 { height: auto; min-height: 42px; margin-top: 6px; }
.workwear-home .product-card .product-attrs { display: flex; min-height: 22px; gap: 5px; overflow: hidden; }
.workwear-home .product-card .product-attrs li { padding: 3px 6px; font-size: 10px; white-space: nowrap; }
.workwear-home .product-card .price { font-size: 18px; font-weight: 800; }
.workwear-home .product-card .mini-cart { right: 12px; bottom: 14px; left: 12px; width: auto; min-width: 0; min-height: 38px; padding: 0 12px; border-radius: 4px; background: var(--dark); color: var(--white); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.workwear-home .product-card .mini-cart::before { content: none; }
.workwear-home .product-card .mini-cart:hover { background: var(--orange); color: var(--dark); }

.promo-panel-grid.below-products.workwear-promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 430px; align-items: stretch; }
.promo-panel-grid.below-products.workwear-promo-grid .promo-card,
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child,
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) { min-height: 430px; color: var(--white); }
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child img { opacity: 1; }
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child::after,
.promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2)::after { background: linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.38) 42%, rgba(0,0,0,0) 76%); }
.workwear-banner::after { background: linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.36) 42%, rgba(0,0,0,0) 76%); }
.promo-card strong { max-width: 620px; font-size: clamp(34px, 3.6vw, 58px); font-weight: 600; line-height: 1.02; }

.workwear-reasons h2 { font-size: clamp(44px, 4.4vw, 76px); }
.reason-grid article { padding: 26px; }
.reason-grid strong { font-size: 48px; font-weight: 700; }
.reason-grid h3 { font-family: var(--body); font-size: 18px; font-weight: 800; line-height: 1.2; text-transform: none; }
.reason-grid p { font-size: 14px; }

.story-copy ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.story-copy li { position: relative; padding-left: 22px; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.55; }
.story-copy li::before { content: ""; position: absolute; top: .72em; left: 0; width: 8px; height: 8px; background: var(--orange); }

.workwear-home .tips .section-head { justify-content: space-between; text-align: left; }
.workwear-home .tips .section-head::before { left: 0; transform: none; }
.workwear-home .tips .section-head h2 { text-align: left; }
.workwear-home .tips .section-head .dark-btn { position: static; align-self: center; justify-self: end; transform: none; }

.service-benefits { max-width: none; margin: 0; border: 0; background: var(--dark); color: var(--white); }
.service-benefits div { border-color: rgba(255,255,255,.14); }
.service-benefits svg { color: var(--orange); }
.service-benefits strong { color: var(--white); font-family: var(--body); font-size: 14px; font-weight: 800; }
.service-benefits span { color: rgba(255,255,255,.68); }

@media (max-width: 1100px) {
  .desktop-search-pill.header-search-form, .header-main .main-nav { display: none; }
  .header-subnav {
    max-width: none;
    padding-left: 22px;
    padding-right: 22px;
  }
  .header-subnav .mega-menu {
    left: 22px;
    width: calc(100vw - 44px);
  }
  .category-mega-menu {
    grid-template-columns: 1fr 1fr;
  }
  .mega-products {
    grid-column: 1 / -1;
  }
  .workwear-home .product-card .vendor, .workwear-home .product-card .product-attrs { display: none; }
}

@media (max-width: 720px) {
  .header-subnav .mega-menu {
    left: 16px;
    width: calc(100vw - 32px);
  }
  .category-mega-menu {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }
  .mega-products {
    grid-template-columns: 1fr;
  }
  .hero-dots button { width: 28px; }
  .workwear-home .product-card { padding-bottom: 62px; }
  .workwear-home .product-card .mini-cart { min-height: 36px; }
  .promo-panel-grid.below-products.workwear-promo-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .promo-panel-grid.below-products.workwear-promo-grid .promo-card,
  .promo-panel-grid.below-products.workwear-promo-grid .promo-card:first-child,
  .promo-panel-grid.below-products.workwear-promo-grid .promo-card:nth-child(2) { min-height: 310px; }
  .workwear-home .tips .section-head { display: grid; gap: 16px; }
  .workwear-home .tips .section-head .dark-btn { justify-self: start; }
}

/* Text-only full-width mega menu */
.header-subnav {
  min-height: 42px;
  justify-content: center;
  gap: clamp(26px, 3.8vw, 64px);
  padding: 0 var(--page-gutter);
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
}

.header-subnav .nav-dropdown {
  position: static;
}

.header-subnav .nav-trigger {
  min-height: 42px;
  gap: 5px;
  font-size: 13px;
  font-weight: 800;
}

.header-subnav .nav-trigger svg {
  width: 13px;
  height: 13px;
}

.header-subnav .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: none;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 24px 44px rgba(0,0,0,.08);
}

.header-subnav .nav-dropdown.is-closed .mega-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.category-mega-menu.text-mega-menu {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 34px 54px;
  padding: 34px 64px 46px;
  align-items: start;
}

.text-mega-menu .mega-column {
  display: grid;
  align-content: start;
  gap: 28px;
}

.text-mega-menu .mega-link-group {
  display: block;
}

.text-mega-menu .mega-link-group span {
  display: block;
  margin: 0 0 14px;
  color: var(--dark);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.text-mega-menu .mega-link-group a {
  display: block;
  min-height: 0;
  padding: 0;
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  text-transform: none;
  white-space: normal;
}

.text-mega-menu .mega-link-group a:hover {
  color: #d9003b;
  background: transparent;
}

.mega-close {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--dark);
}

.mega-close svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.6;
}

.text-mega-menu .mega-copy,
.text-mega-menu .mega-products,
.text-mega-menu .mega-product {
  display: none !important;
}

@media (max-width: 1100px) {
  .header-subnav {
    justify-content: flex-start;
    gap: 26px;
    padding: 0 22px;
    overflow-x: auto;
  }

  .category-mega-menu.text-mega-menu {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 28px 34px;
    padding: 28px 42px 44px;
  }
}

@media (max-width: 720px) {
  .category-mega-menu.text-mega-menu {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 126px);
    overflow-y: auto;
    padding: 24px 24px 42px;
  }

  .mega-close {
    top: 16px;
    right: 16px;
  }
}

/* Account, wishlist and cart utility pages */
.account-page,
.wishlist-page,
.cart-page {
  background: var(--surface);
}

.account-hero,
.wishlist-page .catalog-hero,
.cart-page .catalog-hero {
  max-width: var(--section-max);
  margin: 0 auto;
  padding: 52px var(--page-gutter) 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 28px;
  align-items: end;
}

.account-hero img {
  display: none;
}

.account-hero .eyebrow,
.wishlist-page .breadcrumb,
.cart-page .breadcrumb {
  margin: 0 0 10px;
  color: var(--text-subtle);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.account-hero h1,
.wishlist-page .page-title,
.cart-page .page-title {
  margin: 0;
  color: var(--dark);
  font-family: var(--body);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  text-transform: none;
}

.account-hero p:last-child,
.wishlist-page .catalog-hero > p,
.cart-page .catalog-hero > p {
  max-width: 460px;
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.55;
}

.account-grid {
  max-width: 1120px;
  margin: 0 auto 88px;
  padding: 0 var(--page-gutter);
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

.account-panel,
.account-benefits,
.cart-page-panel,
.cart-page-summary {
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.account-panel {
  padding: 28px;
  background: var(--white);
}

.account-panel-head {
  margin-bottom: 20px;
}

.account-panel-head h2,
.account-benefits h2,
.cart-page-summary h2 {
  margin: 0 0 8px;
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}

.account-panel-head p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 20px;
  border: 1px solid var(--line);
}

.auth-tabs button {
  min-height: 42px;
  border-right: 1px solid var(--line);
  color: var(--dark);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-tabs button:last-child {
  border-right: 0;
}

.auth-tabs button.is-active {
  background: var(--dark);
  color: var(--white);
}

.auth-form {
  gap: 12px;
}

.auth-form input {
  height: 48px;
  border-color: var(--line);
  font-size: 14px;
}

.auth-form .dark-btn {
  min-height: 46px;
  margin-top: 4px;
}

.auth-note {
  margin: 6px 0 0;
  color: var(--text-subtle);
  font-size: 13px;
  line-height: 1.45;
}

.account-benefits {
  padding: 28px;
  background: var(--surface-alt);
  color: var(--dark);
}

.account-benefit-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0;
  margin-top: 18px;
  padding: 0 !important;
  border-top: 1px solid var(--line);
  color: var(--dark) !important;
}

.account-benefits .account-benefit-list > div {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  border-top: 0;
  color: var(--dark);
}

.account-benefits svg {
  width: 18px;
  height: 18px;
  color: var(--dark);
  stroke-width: 1.8;
}

.account-benefits span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.wishlist-grid {
  max-width: var(--section-max);
  margin: 0 auto 92px;
  padding: 0 var(--page-gutter);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wishlist-card.product-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: stretch;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.wishlist-card .product-media {
  width: 132px;
  aspect-ratio: auto;
  min-height: 150px;
  height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  background: var(--media);
}

.wishlist-card .product-media img {
  object-fit: contain;
  transform: none;
}

.wishlist-card-body {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 18px;
}

.wishlist-card h3 {
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.wishlist-card .product-attrs {
  display: none !important;
}

.wishlist-card .price {
  margin: 0;
  color: var(--dark);
  font-size: 15px;
  font-weight: 800;
}

.wishlist-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.wishlist-card .mini-cart,
.wishlist-card .wishlist-remove {
  position: static;
  width: auto;
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--dark);
  color: var(--white);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transform: none;
  opacity: 1;
}

.wishlist-card .wishlist-remove {
  background: var(--white);
  color: var(--dark);
}

.empty-state {
  min-height: 240px;
  place-items: center;
  padding: 44px;
  border: 1px solid var(--line);
  background: var(--surface-alt);
  font-family: var(--body);
  text-align: center;
  text-transform: none;
}

.empty-state h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.empty-state p {
  margin: 8px 0 18px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 500;
}

.cart-page-body {
  max-width: var(--section-max);
  padding-bottom: 96px;
}

.cart-page-panel {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.cart-page-panel .cart-items {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.cart-page-panel .cart-item {
  grid-template-columns: 92px minmax(0, 1fr) 36px;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-page-panel .cart-item:last-child {
  border-bottom: 0;
}

.cart-page-panel .cart-item img {
  width: 92px;
  height: 104px;
  object-fit: contain;
  background: var(--media);
}

.cart-item h3 {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.cart-item p {
  color: var(--dark);
  font-size: 14px;
  font-weight: 800;
}

.cart-page-summary {
  top: 118px;
  padding: 24px;
  background: var(--white);
}

.cart-total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--body);
  font-size: 16px;
  font-weight: 800;
}

.checkout-actions {
  grid-template-columns: 1fr;
}

.checkout-actions .dark-btn,
.checkout-actions .green-btn {
  min-height: 44px;
}

@media (max-width: 1100px) {
  .account-hero,
  .wishlist-page .catalog-hero,
  .cart-page .catalog-hero,
  .account-grid,
  .wishlist-grid,
  .cart-page-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .account-grid,
  .cart-page-panel {
    grid-template-columns: 1fr;
  }

  .wishlist-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .account-hero,
  .wishlist-page .catalog-hero,
  .cart-page .catalog-hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
    gap: 12px;
  }

  .wishlist-grid {
    grid-template-columns: 1fr;
  }

  .wishlist-card.product-card,
  .cart-page-panel .cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .wishlist-card .product-media {
    width: 88px;
    min-height: 120px;
  }

  .cart-page-panel .cart-item > button {
    grid-column: 2;
    justify-self: start;
  }
}

/* Header and cart polish: keep accent-driven controls aligned with the brand. */
:root {
  --accent: var(--orange);
  --accent-contrast: var(--dark);
}

.header-subnav {
  padding-left: max(0px, calc((100vw - var(--header-max)) / 2));
  padding-right: max(0px, calc((100vw - var(--header-max)) / 2));
}

.header-subnav .special-offer {
  margin-left: auto;
  color: var(--accent);
}

.header-main .wishlist-tool svg,
.header-main .cart-tool svg {
  color: var(--accent);
  stroke: currentColor;
}

.cart-tool span,
.wishlist-tool span {
  background: var(--accent);
  color: var(--accent-contrast);
}

.badge {
  background: var(--accent);
  color: var(--accent-contrast);
}

.price.sale,
.mega-link-group a:hover,
.mega-product em,
.text-mega-menu .mega-link-group a:hover {
  color: var(--accent);
}

.drawer {
  width: min(480px, 100vw);
  padding: 30px 28px;
  border-left: 1px solid var(--line);
  background: var(--white);
}

.drawer .panel-head {
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.drawer .panel-head h2 {
  font-family: var(--body);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.drawer .panel-close {
  border-radius: 4px;
  background: var(--surface-alt);
}

.drawer .cart-items {
  padding-right: 0;
}

.drawer .cart-item {
  grid-template-columns: 82px minmax(0, 1fr) 32px;
  gap: 14px;
  padding: 18px 0;
}

.drawer .cart-item img {
  width: 82px;
  height: 96px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--media);
}

.drawer .cart-item h3 {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.drawer .cart-item p {
  color: var(--dark);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
}

.drawer .cart-item .cart-variant {
  color: var(--text-subtle);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.drawer .cart-item > button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
}

.drawer .cart-qty {
  grid-template-columns: 30px 34px 30px;
  border-radius: 4px;
}

.drawer .cart-qty button,
.drawer .cart-qty span {
  height: 30px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
}

.drawer .cart-total {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 900;
}

.drawer .checkout-actions,
.cart-page-summary .checkout-actions {
  grid-template-columns: 1fr;
  gap: 10px;
}

.drawer .checkout-actions .dark-btn,
.drawer .checkout-actions .green-btn,
.cart-page-summary .checkout-actions .dark-btn,
.cart-page-summary .checkout-actions .green-btn {
  min-height: 44px;
  border-radius: 4px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.drawer .checkout-actions .green-btn,
.cart-page-summary .checkout-actions .green-btn {
  background: var(--accent);
  color: var(--accent-contrast);
}

@media (max-width: 1100px) {
  .header-subnav {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 720px) {
  .header-subnav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drawer {
    padding: 24px 18px;
  }
}

@media (max-width: 1100px) {
  .about-stats,
  .about-values,
  .business-grid,
  .business-steps,
  .business-cta {
    grid-template-columns: 1fr;
  }

  .about-stats article,
  .business-steps article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-stats article:last-child,
  .business-steps article:last-child {
    border-bottom: 0;
  }

  .business-section-head,
  .business-cta {
    display: grid;
  }
}

@media (max-width: 720px) {
  .about-stats,
  .about-values,
  .business-solutions,
  .business-process,
  .business-cta {
    margin-bottom: 70px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-values,
  .business-grid {
    gap: 14px;
  }

  .about-values article,
  .business-grid article,
  .business-steps article {
    padding: 24px;
  }
}

/* Final accent and control shape tuning. Keep sale cues red; reserve accent for counters and primary CTAs. */
:root {
  --sale-red: #d9003b;
}

.header-subnav .special-offer,
.price.sale {
  color: var(--sale-red);
}

.header-subnav .special-offer svg {
  color: var(--sale-red);
  stroke: currentColor;
}

.badge {
  background: var(--sale-red);
  color: var(--white);
}

.header-main .wishlist-tool svg,
.header-main .cart-tool svg {
  color: var(--white);
  stroke: currentColor;
}

.cart-tool span,
.wishlist-tool span {
  background: var(--accent);
  color: var(--accent-contrast);
}

.pill-btn,
.dark-btn,
.green-btn,
.mini-cart,
.product-card .mini-cart,
.wishlist-card .mini-cart,
.wishlist-card .wishlist-remove,
.filter-chips button,
.home-product-tabs button,
.auth-tabs button,
.tabs button,
.sizes button,
.quantity > button:not(.dark-btn):not(.green-btn),
.checkout-form button,
.newsletter-form button,
.newsletter-banner button,
.upgraded-search button,
.pagination button,
.view-buttons button,
.carousel-controls button,
.main-photo button,
.quick-actions button,
.mobile-menu-button,
.mobile-menu-head button,
.panel-close,
.drawer .cart-item > button {
  border-radius: var(--button-radius);
}

.desktop-search-pill {
  border-radius: var(--button-radius);
}

.hero-actions .pill-btn,
.workwear-home .product-card .mini-cart,
.drawer .checkout-actions .dark-btn,
.drawer .checkout-actions .green-btn,
.cart-page-summary .checkout-actions .dark-btn,
.cart-page-summary .checkout-actions .green-btn {
  border-radius: var(--button-radius);
}

/* Page rail and PDP detail rhythm: align major sections to the header width. */
:root {
  --site-rail: var(--header-max);
  --rail-gutter: max(0px, calc((100vw - var(--site-rail)) / 2));
}

.workwear-home .workwear-story {
  margin-bottom: clamp(42px, 5vw, 78px);
}

.workwear-home .workwear-promo-grid {
  width: min(100%, var(--site-rail));
  margin: 0 auto clamp(58px, 6vw, 94px);
  padding: 0;
  gap: clamp(22px, 2.2vw, 36px);
}

.workwear-home .workwear-promo-grid .promo-card,
.workwear-home .workwear-promo-grid .promo-card:first-child,
.workwear-home .workwear-promo-grid .promo-card:nth-child(2) {
  min-height: clamp(360px, 31vw, 500px);
}

.workwear-home .marquee {
  width: min(100%, var(--site-rail));
  margin: 0 auto clamp(54px, 5vw, 82px);
  transform: none;
}

.workwear-home .tips,
.product-page > .section {
  width: min(100%, var(--site-rail));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.workwear-home .service-benefits {
  width: min(100%, var(--site-rail));
  max-width: var(--site-rail);
  margin: clamp(58px, 6vw, 90px) auto 0;
  padding: 0;
}

.workwear-home .service-benefits div {
  min-height: 112px;
  padding: 24px 26px;
}

.product-page .breadcrumb,
.product-detail,
.product-copy {
  max-width: var(--site-rail);
}

.product-detail {
  margin-bottom: clamp(54px, 5vw, 82px);
}

.product-copy.pdp-tabs {
  max-width: var(--site-rail);
  min-height: 0;
  margin-bottom: clamp(72px, 6vw, 104px);
  padding: 0 var(--rail-gutter);
  gap: 28px;
}

.product-copy.pdp-tabs .tabs {
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.product-copy.pdp-tabs .tab-panel {
  max-width: 980px;
  min-height: 0;
}

.product-copy.pdp-tabs .spec-table {
  max-width: 100%;
}

.product-info .pdp-status {
  display: none;
}

@media (max-width: 1700px) {
  .workwear-home .workwear-promo-grid,
  .workwear-home .marquee,
  .workwear-home .tips,
  .workwear-home .service-benefits,
  .product-page > .section {
    width: auto;
    margin-left: var(--rail-gutter);
    margin-right: var(--rail-gutter);
  }
}

@media (max-width: 1100px) {
  .workwear-home .workwear-promo-grid {
    grid-template-columns: 1fr;
  }

  .workwear-home .workwear-promo-grid .promo-card,
  .workwear-home .workwear-promo-grid .promo-card:first-child,
  .workwear-home .workwear-promo-grid .promo-card:nth-child(2) {
    min-height: 330px;
  }

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

@media (max-width: 720px) {
  .workwear-home .workwear-story {
    margin-bottom: 34px;
  }

  .workwear-home .workwear-promo-grid,
  .workwear-home .marquee,
  .workwear-home .tips,
  .workwear-home .service-benefits,
  .product-page > .section {
    margin-left: 18px;
    margin-right: 18px;
  }

  .workwear-home .service-benefits {
    grid-template-columns: 1fr;
  }

  .product-copy.pdp-tabs {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Responsive header, mobile search, and two-pane category drawer. */
.mobile-search-tool,
.mobile-header-search {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
  }

  .header-main {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 66px;
    gap: 10px;
    padding: 0 16px;
  }

  .header-main .mobile-menu-button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    color: var(--white);
  }

  .header-main .brand-mark {
    justify-self: center;
  }

  .header-main .brand-logo-img {
    width: 126px;
    max-width: 126px;
  }

  .header-main .main-nav,
  .header-main .desktop-tool,
  .desktop-search-pill.header-search-form,
  .header-subnav {
    display: none;
  }

  .header-main .icon-actions {
    justify-self: end;
    gap: 8px;
  }

  .header-main .icon-actions .header-tool,
  .mobile-search-tool {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--white);
  }

  .header-main .icon-actions .header-tool svg {
    width: 21px;
    height: 21px;
  }

  .header-main .cart-tool svg {
    width: 23px !important;
    height: 23px !important;
  }

  .cart-tool span,
  .wishlist-tool span {
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
  }

  .mobile-header-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 70;
    padding: 12px 16px 14px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: var(--dark);
    box-shadow: var(--shadow-large);
  }

  .site-header.is-search-open .mobile-header-search {
    display: block;
  }

  .mobile-header-search-form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(255,255,255,.18);
    background: var(--white);
  }

  .mobile-header-search-form input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dark);
    font-size: 14px;
  }

  .mobile-header-search-form button {
    display: grid;
    height: 44px;
    place-items: center;
    color: var(--dark);
  }

  .mobile-header-search .header-search-results {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: min(60vh, 430px);
    overflow-y: auto;
    border: 1px solid var(--line);
  }

  .mobile-menu-drawer {
    display: flex;
    flex-direction: column;
    width: min(760px, 96vw);
    max-width: 96vw;
    height: 100dvh;
    padding: 0;
    overflow: hidden;
    background: var(--white);
  }

  .mobile-menu-head {
    flex: 0 0 auto;
    min-height: 66px;
    align-items: center;
    padding: 0 14px 0 18px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-head .brand-logo-img {
    width: 124px;
    max-width: 124px;
  }

  .mobile-menu-shell {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(136px, 34%) minmax(0, 1fr);
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-primary,
  .mobile-menu-secondary {
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu-primary {
    border-right: 1px solid var(--line);
    background: var(--surface-alt);
  }

  .mobile-menu-primary > button,
  .mobile-menu-primary > a {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 12px;
    border-bottom: 1px solid var(--line);
    color: var(--dark);
    font-family: var(--body);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    text-align: left;
    text-transform: uppercase;
  }

  .mobile-menu-primary > button.is-active {
    background: var(--white);
    box-shadow: inset 4px 0 0 var(--orange);
  }

  .mobile-menu-primary svg {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
  }

  .mobile-menu-secondary {
    background: var(--white);
  }

  .mobile-menu-panel-head {
    display: grid;
    gap: 8px;
    padding: 20px 18px 16px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-panel-head span {
    color: var(--text-subtle);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-menu-panel-head h3 {
    margin: 0;
    font-family: var(--body);
    font-size: 20px;
    line-height: 1.05;
    font-weight: 900;
  }

  .mobile-menu-panel-head p {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.45;
  }

  .mobile-menu-panel-head a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: var(--dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-menu-panel-head a svg {
    width: 15px;
    height: 15px;
  }

  .mobile-menu-subcategory-list,
  .mobile-menu-link-list {
    display: grid;
  }

  .mobile-menu-subcategory-list button,
  .mobile-menu-link-list a,
  .mobile-menu-back {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
    color: var(--dark);
    font-size: 14px;
    font-weight: 800;
    text-align: left;
  }

  .mobile-menu-subcategory-list svg,
  .mobile-menu-link-list svg,
  .mobile-menu-back svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
  }

  .mobile-menu-back {
    justify-content: flex-start;
    background: var(--surface-alt);
    color: var(--text-soft);
    font-size: 12px;
    text-transform: uppercase;
  }

  .mobile-account-links {
    flex: 0 0 auto;
    min-height: 54px;
    padding: 0 18px;
    border-top: 0;
    color: var(--text-soft);
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    display: grid;
    width: min(100%, 320px);
    gap: 10px;
  }

  .hero-actions .pill-btn {
    width: 100%;
    justify-content: center;
  }

  .mobile-menu-drawer {
    width: 100vw;
    max-width: 100vw;
  }

  .mobile-menu-shell {
    grid-template-columns: minmax(126px, 38%) minmax(0, 1fr);
  }

  .mobile-menu-primary > button,
  .mobile-menu-primary > a {
    min-height: 50px;
    padding: 0 9px;
    font-size: 11px;
  }

  .mobile-menu-panel-head {
    padding: 18px 14px 14px;
  }

  .mobile-menu-panel-head h3 {
    font-size: 18px;
  }

  .mobile-menu-subcategory-list button,
  .mobile-menu-link-list a,
  .mobile-menu-back {
    min-height: 50px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .header-main {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-main .brand-logo-img {
    width: 108px;
    max-width: 108px;
  }

  .header-main .icon-actions {
    gap: 4px;
  }

  .header-main .icon-actions .header-tool,
  .mobile-search-tool {
    width: 34px;
    height: 34px;
  }

  .mobile-menu-shell {
    grid-template-columns: 116px minmax(0, 1fr);
  }
}

/* Mobile menu final behavior: slide full-width panels instead of split columns. */
@media (max-width: 1100px) {
  .mobile-menu-drawer {
    width: min(520px, 100vw);
    max-width: 100vw;
  }

  .mobile-menu-drawer .mobile-menu-shell {
    display: grid;
    grid-template-columns: repeat(3, 33.333333%);
    width: 300%;
    min-width: 300%;
    transform: translateX(0);
    transition: transform .28s cubic-bezier(.22, .68, .18, 1);
    will-change: transform;
  }

  .mobile-menu-drawer .mobile-menu-shell.is-category {
    transform: translateX(-33.333333%);
  }

  .mobile-menu-drawer .mobile-menu-shell.is-detail {
    transform: translateX(-66.666667%);
  }

  .mobile-menu-primary,
  .mobile-menu-secondary,
  .mobile-menu-tertiary {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-right: 0;
  }

  .mobile-menu-primary {
    background: var(--white);
  }

  .mobile-menu-primary > button,
  .mobile-menu-primary > a {
    min-height: 58px;
    padding: 0 20px;
    background: var(--white);
    font-size: 13px;
  }

  .mobile-menu-primary > button.is-active {
    box-shadow: none;
  }

  .mobile-menu-primary > button:hover,
  .mobile-menu-primary > a:hover,
  .mobile-menu-subcategory-list button:hover,
  .mobile-menu-link-list a:hover {
    background: var(--surface-alt);
  }

  .mobile-menu-secondary,
  .mobile-menu-tertiary {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--white);
  }

  .mobile-account-links {
    min-height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-back {
    min-height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid var(--line);
    background: var(--surface-alt);
  }

  .mobile-menu-panel-head {
    padding: 22px 20px 18px;
  }

  .mobile-menu-subcategory-list button,
  .mobile-menu-link-list a {
    min-height: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 520px) {
  .mobile-menu-drawer {
    width: 100vw;
  }

  .mobile-menu-primary > button,
  .mobile-menu-primary > a,
  .mobile-menu-back,
  .mobile-menu-subcategory-list button,
  .mobile-menu-link-list a {
    min-height: 56px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Final header/menu corrections: contextual desktop mega menu, subtle mobile back, sticky header. */
.site-header {
  position: sticky !important;
  top: 0;
  z-index: 80;
}

.category-mega-menu.text-mega-menu {
  min-height: 0;
  grid-template-columns: repeat(auto-fill, minmax(190px, 220px));
  justify-content: start;
  gap: 30px 44px;
  padding-top: 30px;
  padding-bottom: 34px;
}

.text-mega-menu .mega-link-group a {
  max-width: 260px;
}

/* PLP cards should match the homepage product CTA rhythm. */
.product-grid.catalog .product-card {
  grid-template-rows: auto auto auto auto auto;
  padding-bottom: 72px;
}

.product-grid.catalog .product-card .vendor,
.product-grid.catalog .product-card .product-attrs {
  display: block;
}

.product-grid.catalog .product-card .vendor {
  margin-top: 12px;
  color: var(--text-subtle);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-grid.catalog .product-card h3 {
  height: auto;
  min-height: 42px;
  margin-top: 6px;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.product-grid.catalog .product-card .product-attrs {
  display: flex;
  min-height: 22px;
  height: 22px;
  gap: 5px;
  overflow: hidden;
}

.product-grid.catalog .product-card .product-attrs li {
  height: auto;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.product-grid.catalog .product-card .price {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 800;
}

.product-grid.catalog .product-card .mini-cart {
  right: 12px;
  bottom: 14px;
  left: 12px;
  width: auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--button-radius);
  background: var(--dark);
  color: var(--white);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 1;
  transform: none;
}

.product-grid.catalog .product-card .mini-cart:hover {
  background: var(--orange);
  color: var(--dark);
}

.product-grid.catalog.view-list .product-card {
  padding-bottom: 24px;
}

.product-grid.catalog.view-list .product-card .mini-cart {
  position: static;
  width: 100%;
  min-width: 180px;
}

/* PLP mobile controls: one stable catalog view with filters in a left drawer. */
@media (max-width: 1100px) {
  body.filter-drawer-open {
    overflow: hidden;
  }

  .filter-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 140;
    display: block;
    width: min(390px, 88vw);
    padding: 22px 20px 34px;
    overflow-y: auto;
    background: var(--surface);
    box-shadow: var(--shadow-large);
    transform: translateX(-104%);
    transition: transform .28s cubic-bezier(.22, .68, .18, 1);
    -webkit-overflow-scrolling: touch;
  }

  body.filter-drawer-open .filter-panel {
    transform: translateX(0);
  }

  .filter-panel-head {
    position: sticky;
    top: -22px;
    z-index: 2;
    margin: -22px -20px 0;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: var(--surface);
  }

  .filter-panel-head h2 {
    margin: 0;
    font-size: 20px;
  }

  .filter-panel-head button {
    display: grid;
  }

  .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 130;
    border: 0;
    background: rgba(0,0,0,.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  body.filter-drawer-open .filter-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 720px) {
  .catalog-tools {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 22px;
  }

  .catalog-tool-right {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
  }

  .sort-control {
    display: block;
    min-width: 0;
  }

  .sort-control strong {
    display: none;
  }

  .sort-control select {
    width: 100%;
    height: 46px;
  }

  .mobile-filter-button {
    display: grid;
  }

  .view-buttons {
    display: none !important;
  }

  .product-grid.catalog,
  .product-grid.catalog.view-compact,
  .product-grid.catalog.view-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .product-grid.catalog .product-card {
    min-width: 0;
    padding-bottom: 58px;
  }

  .product-grid.catalog .product-card .vendor,
  .product-grid.catalog .product-card .product-attrs {
    display: none;
  }

  .product-grid.catalog .product-card h3 {
    min-height: 48px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.24;
  }

  .product-grid.catalog .product-card .price {
    font-size: 15px;
  }

  .product-grid.catalog .product-card .mini-cart {
    right: 8px;
    bottom: 10px;
    left: 8px;
    min-height: 34px;
    padding: 0 8px;
    font-size: 10px;
  }
}

/* Focused checkout: no store chrome, fewer distractions, clear order review. */
.checkout-only {
  min-height: 100vh;
  background: #f4f5f2;
}

.checkout-only .promo-top,
.checkout-only .site-header,
.checkout-only .site-footer {
  display: none !important;
}

.checkout-only .checkout-page {
  min-height: 100vh;
  background: #f4f5f2;
}

.checkout-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 24px clamp(18px, 4vw, 58px) 64px;
}

.checkout-topbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
}

.checkout-brand {
  display: inline-flex;
  align-items: center;
  width: 154px;
}

.checkout-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.checkout-brand strong {
  color: var(--dark);
  font-family: var(--heading);
  font-size: 34px;
  line-height: .9;
  text-transform: uppercase;
}

.checkout-topbar-note {
  display: grid;
  gap: 2px;
  text-align: right;
}

.checkout-topbar-note span {
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-topbar-note small {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 600;
}

.checkout-only .checkout-layout {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}

.checkout-main {
  min-width: 0;
}

.checkout-only .checkout-hero {
  max-width: 760px;
  margin: 0;
  padding: 34px 0 24px;
}

.checkout-step-label {
  margin: 0 0 14px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.checkout-only .checkout-hero h1 {
  margin: 0;
  color: var(--dark);
  font-family: var(--heading);
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 500;
  line-height: .92;
  text-transform: uppercase;
}

.checkout-only .checkout-hero p:last-child {
  max-width: 600px;
  margin: 16px 0 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.checkout-only .checkout-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 0;
  border: 0;
}

.checkout-form-section {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.checkout-section-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.checkout-section-head > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--dark);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.checkout-section-head h2 {
  margin: 0;
  color: var(--dark);
  font-family: var(--body);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.checkout-section-head p {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
}

.checkout-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkout-field-grid .wide-field,
.checkout-note-field {
  grid-column: 1 / -1;
}

.checkout-only .checkout-form label {
  display: grid;
  gap: 7px;
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-only .checkout-form input,
.checkout-only .checkout-form select,
.checkout-only .checkout-form textarea {
  width: 100%;
  border: 1px solid #d7d8d3;
  border-radius: 4px;
  background: var(--white);
  color: var(--dark);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  outline: none;
}

.checkout-only .checkout-form input,
.checkout-only .checkout-form select {
  height: 48px;
  padding: 0 13px;
}

.checkout-only .checkout-form textarea {
  min-height: 104px;
  margin-top: 8px;
  padding: 13px;
  resize: vertical;
}

.checkout-only .checkout-form input:focus,
.checkout-only .checkout-form select:focus,
.checkout-only .checkout-form textarea:focus {
  border-color: var(--dark);
  box-shadow: 0 0 0 3px rgba(255, 206, 0, .22);
}

.checkout-option-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.checkout-option-list label {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px;
  border: 1px solid #d7d8d3;
  border-radius: 4px;
  background: #fbfbfa;
  text-transform: none !important;
}

.checkout-option-list input {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  accent-color: var(--dark);
}

.checkout-option-list span {
  display: grid;
  gap: 3px;
}

.checkout-option-list strong {
  color: var(--dark);
  font-size: 14px;
  font-weight: 800;
}

.checkout-option-list small {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.checkout-option-list em {
  color: var(--dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-submit-row {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.checkout-submit-row .dark-btn {
  width: 100%;
  min-height: 54px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
}

.checkout-submit-row p {
  margin: 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.checkout-only .checkout-summary {
  position: sticky;
  top: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--dark);
  box-shadow: 0 18px 44px rgba(0,0,0,.08);
}

.checkout-only .checkout-summary h2 {
  margin: 0 0 18px;
  font-family: var(--body);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.checkout-only .checkout-summary-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-only .checkout-summary-item img {
  width: 64px;
  height: 72px;
  object-fit: contain;
  background: var(--media);
}

.checkout-only .checkout-summary-item h3 {
  margin: 0;
  color: var(--dark);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.checkout-only .checkout-summary-item p {
  margin: 5px 0 0;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 600;
}

.checkout-only .checkout-summary-item > strong {
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-summary-lines {
  display: grid;
  gap: 11px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-summary-lines div,
.checkout-only .checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.checkout-summary-lines span,
.checkout-only .checkout-total span {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
}

.checkout-summary-lines strong {
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
}

.checkout-only .checkout-total {
  width: auto;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 18px 0 0;
  border: 0;
  background: transparent;
  color: var(--dark);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
}

.checkout-only .checkout-total strong {
  font-size: 22px;
  font-weight: 900;
}

.checkout-only .auth-note {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fbfbfa;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
}

/* Homepage footer transition: full-width trust bar with footer-colored background. */
.workwear-home .service-benefits {
  width: 100vw;
  max-width: none;
  margin: clamp(58px, 6vw, 90px) calc(50% - 50vw) 0;
  padding-left: max(18px, calc((100vw - var(--site-rail)) / 2));
  padding-right: max(18px, calc((100vw - var(--site-rail)) / 2));
  background: var(--footer-bg);
}

.workwear-home .service-benefits div {
  background: transparent;
}

.unified-footer .footer-brand {
  width: max-content;
  justify-items: start;
}

.unified-footer .footer-brand .brand-logo-img {
  display: block;
  width: 178px;
  max-width: 178px;
  max-height: none;
}

@media (max-width: 980px) {
  .checkout-only .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-only .checkout-summary {
    position: static;
    order: -1;
  }
}

@media (max-width: 620px) {
  .checkout-shell {
    padding: 18px 18px 46px;
  }

  .checkout-topbar {
    align-items: flex-start;
  }

  .checkout-topbar-note {
    display: none;
  }

  .checkout-brand {
    width: 138px;
  }

  .checkout-only .checkout-hero {
    padding-top: 22px;
  }

  .checkout-field-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form-section,
  .checkout-only .checkout-summary {
    padding: 20px;
  }

  .checkout-option-list label {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .checkout-option-list em {
    grid-column: 2;
    justify-self: start;
  }

  .checkout-only .checkout-summary-item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .checkout-only .checkout-summary-item > strong {
    grid-column: 2;
    justify-self: start;
  }

  .legal-form {
    padding: 20px;
  }

  .legal-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1101px) {
  .header-subnav .nav-dropdown::after {
    content: none;
  }

  .header-subnav .mega-menu {
    max-height: calc(100vh - 118px);
    overflow-y: auto;
  }

  .header-subnav .nav-dropdown.is-hover .mega-menu,
  .header-subnav .nav-dropdown.is-open .mega-menu,
  .header-subnav .mega-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .header-subnav .nav-dropdown.is-closed:not(:hover) .mega-menu {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .product-grid.catalog .product-card .vendor,
  .product-grid.catalog .product-card .product-attrs {
    display: none;
  }

  .mobile-menu-back.is-icon-only {
    width: 42px;
    min-height: 42px;
    height: 42px;
    margin: 14px 0 10px 18px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--dark);
  }

  .mobile-menu-back.is-icon-only:hover {
    border-color: var(--dark);
    background: var(--surface-alt);
  }

  .mobile-menu-back.is-icon-only svg {
    width: 18px;
    height: 18px;
  }

  .mobile-menu-secondary .mobile-menu-subcategory-list,
  .mobile-menu-tertiary .mobile-menu-link-list {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .mobile-menu-back.is-icon-only {
    margin-left: 18px;
  }
}

/* Mobile width and typography correction pass. */
@media (max-width: 900px) {
  :root {
    --page-gutter: 22px !important;
    --site-rail: calc(100vw - 44px) !important;
    --rail-gutter: 22px !important;
  }

  .catalog-hero,
  .catalog-layout,
  .product-detail,
  .product-copy,
  .checkout-hero,
  .checkout-layout,
  .wishlist-grid,
  .account-hero,
  .account-grid,
  .info-page,
  .business-solutions,
  .business-process,
  .business-cta,
  .about-stats,
  .about-values {
    width: auto;
    max-width: none;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .catalog-layout,
  .product-detail,
  .checkout-layout,
  .account-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-hero .page-title,
  .wishlist-page .page-title,
  .cart-page .page-title,
  .account-hero h1,
  .checkout-hero h1 {
    max-width: 100%;
    font-size: clamp(54px, 15vw, 86px);
    line-height: .88;
    overflow-wrap: normal;
    word-break: normal;
  }

  .catalog-hero p,
  .wishlist-page .catalog-hero > p,
  .cart-page .catalog-hero > p {
    max-width: 34rem;
    font-size: 16px;
    line-height: 1.55;
  }

  .product-info {
    position: static;
  }

  .product-info h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: .98;
  }

  .product-detail {
    gap: 34px;
  }

  .main-photo {
    min-height: clamp(340px, 78vw, 620px);
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
  }

  .thumbs button {
    flex: 0 0 72px;
  }

  .product-card .product-media img,
  .product-card:hover .product-media img:first-child,
  .product-card:hover .product-media .hover-image,
  .workwear-home .product-card .product-media img,
  .workwear-home .product-card:hover .product-media img:first-child,
  .workwear-home .product-card:hover .product-media .hover-image {
    transform: scale(1.14) !important;
  }
}

@media (max-width: 520px) {
  :root {
    --page-gutter: 18px !important;
    --site-rail: calc(100vw - 36px) !important;
    --rail-gutter: 18px !important;
  }

  .workwear-featured .compact-head {
    width: 100%;
    gap: 16px;
  }

  .home-product-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 10px;
  }

  .home-product-tabs button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    font-size: 18px;
    white-space: normal;
  }

  .product-card .product-media img,
  .product-card:hover .product-media img:first-child,
  .product-card:hover .product-media .hover-image,
  .workwear-home .product-card .product-media img,
  .workwear-home .product-card:hover .product-media img:first-child,
  .workwear-home .product-card:hover .product-media .hover-image {
    transform: scale(1.06) !important;
  }

  .catalog-hero {
    gap: 14px;
    margin-bottom: 34px;
    padding-top: 34px;
  }

  .catalog-hero .page-title {
    font-size: clamp(48px, 14vw, 66px);
    letter-spacing: 0;
  }

  .catalog-tools {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catalog-tool-right {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    justify-content: stretch;
  }

  .catalog-tool-right select {
    min-width: 0;
    width: 100%;
  }

  .product-detail {
    margin-top: 18px;
  }

  .product-copy.pdp-tabs .tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
  }

  .product-copy.pdp-tabs .tabs button {
    min-width: 0;
    padding: 0 4px 14px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }

  .product-page .breadcrumb {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .product-info h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .pdp-short {
    font-size: 15px;
  }

  .mobile-menu-back {
    margin: 14px 18px 10px;
    min-height: 44px;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--dark);
    background: var(--dark);
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
  }

  .mobile-menu-back svg {
    width: 16px;
    height: 16px;
  }

  .mobile-menu-panel-head {
    padding-top: 16px;
  }

  .mobile-menu-panel-head span,
  .mobile-menu-panel-head p {
    display: none;
  }
}

/* Content pages should feel like serious store pages, not oversized campaign heroes. */
.info-hero {
  padding-top: clamp(52px, 5vw, 78px);
  padding-bottom: clamp(34px, 4vw, 58px);
  text-align: left;
}

.info-hero h1 {
  max-width: 900px;
  font-family: var(--body);
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 800;
  text-transform: none;
}

.info-hero > p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.info-band,
.contact-grid,
.about-stats,
.about-values,
.business-solutions,
.business-process,
.business-cta {
  margin-bottom: clamp(56px, 6vw, 82px);
}

.info-band {
  gap: clamp(32px, 4vw, 54px);
}

.info-band img {
  min-height: clamp(320px, 32vw, 430px);
}

.info-band h2,
.contact-grid h2,
.business-section-head h2,
.business-cta h2 {
  max-width: 680px;
  font-family: var(--body);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  text-transform: none;
}

.info-band p,
.contact-grid p,
.business-cta p {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.65;
}

.business-section-head {
  align-items: start;
  margin-bottom: 22px;
}

.business-grid article,
.business-steps article {
  min-height: 0;
  padding: 24px;
}

.business-grid svg {
  margin-bottom: 20px;
}

.business-steps strong {
  margin-bottom: 18px;
  font-size: 34px;
}

.about-stats article {
  min-height: 118px;
  padding: 22px;
}

.about-stats strong {
  font-size: clamp(30px, 3.2vw, 48px);
}

.legal-page h1 {
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.04;
}

.legal-page p {
  font-size: 16px;
  line-height: 1.68;
}

@media (max-width: 720px) {
  .info-hero {
    padding-top: 38px;
    padding-bottom: 30px;
  }

  .info-hero h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .info-hero > p:last-child {
    font-size: 15px;
  }

  .info-band,
  .contact-grid {
    gap: 24px;
    margin-bottom: 54px;
  }

  .info-band h2,
  .contact-grid h2,
  .business-section-head h2,
  .business-cta h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .info-band p,
  .contact-grid p,
  .business-cta p {
    font-size: 15px;
  }

  .business-section-head {
    display: grid;
    gap: 8px;
  }

  .about-stats strong {
    font-size: 34px;
  }
}

/* Blog cards: clearer editorial cards without generic category badges. */
.tips {
  padding-top: clamp(28px, 4vw, 58px);
}

.tips-grid .tip-card {
  display: grid;
  grid-template-rows: auto minmax(54px, auto) 1fr auto;
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--dark);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tips-grid .tip-card:hover {
  border-color: var(--dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.tips-grid .tip-card img {
  width: 100%;
  height: clamp(180px, 18vw, 240px);
  object-fit: cover;
}

.tips-grid .tip-card h3 {
  margin: 0;
  padding: 20px 20px 0;
  font-family: var(--body);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.16;
  font-weight: 800;
  text-transform: none;
}

.tips-grid .tip-card p {
  margin: 10px 0 0;
  padding: 0 20px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.tips-grid .tip-card span {
  display: inline-flex;
  width: max-content;
  min-height: 36px;
  align-items: center;
  margin: 20px;
  padding: 0 14px;
  border: 1px solid var(--dark);
  color: var(--dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .tips-grid .tip-card {
    grid-template-rows: auto auto auto auto;
  }

  .tips-grid .tip-card img {
    height: 210px;
  }
}
