.whc-standalone-page,
.whc-catalogue-document {
  margin: 0 !important;
  padding: 0 !important;
  background: #fbfaf6;
}

.whc-site {
  --whc-primary: #0e2741;
  --whc-secondary: #b78a45;
  --whc-background: #fbfaf6;
  --whc-text: #17222c;
  --whc-muted: #68727a;
  --whc-border: #d8dde0;
  --whc-white: #fff;
  --whc-paper: #f4f1e9;
  --whc-shadow: 0 18px 55px rgba(14, 39, 65, .09);
  --whc-logo-size-desktop: 52px;
  --whc-logo-size-mobile: 44px;
  --whc-type-company-name-desktop: 22px;
  --whc-type-company-name-mobile: 18px;
  --whc-type-tagline-desktop: 11px;
  --whc-type-tagline-mobile: 10px;
  --whc-font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  min-width: 0;
  max-width: none;
  overflow: clip;
  background: var(--whc-background);
  color: var(--whc-text);
  font-family: var(--whc-font-family);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.whc-site *, .whc-site *::before, .whc-site *::after { box-sizing: border-box; }
.whc-site a { color: inherit; text-decoration: none; }
.whc-site button, .whc-site input, .whc-site select { color: inherit; font: inherit; }
.whc-site button, .whc-site a { -webkit-tap-highlight-color: transparent; }
.whc-site img, .whc-site video { display: block; max-width: 100%; }
.whc-site [hidden] { display: none !important; }
.whc-site :where(a, button, input, select):focus-visible { outline: 3px solid color-mix(in srgb, var(--whc-secondary) 75%, white); outline-offset: 3px; }

.whc-eyebrow {
  color: var(--whc-secondary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.whc-top-strip {
  min-height: 29px;
  padding: 7px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
  background: var(--whc-primary);
  color: #f8f5ed;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.whc-top-strip span { display: inline-flex; align-items: center; gap: 18px; }
.whc-top-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--whc-secondary); }

.whc-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--whc-border);
  background: rgba(251, 250, 246, .97);
}

.whc-brand-row {
  min-height: 82px;
  padding: 12px 5vw;
  display: grid;
  grid-template-columns: minmax(270px, .85fr) auto minmax(190px, .7fr);
  align-items: center;
  gap: 22px;
}

.whc-brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.whc-logo {
  width: var(--whc-logo-size-desktop);
  height: var(--whc-logo-size-desktop);
  flex: 0 0 var(--whc-logo-size-desktop);
  overflow: hidden;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: var(--whc-primary);
}
.whc-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain !important;
  object-position: center !important;
}
.whc-brand > span { display: grid; gap: 5px; }
.whc-brand strong, .whc-brand-name { font-family: var(--whc-font-family); color: var(--whc-primary); font-size: clamp(var(--whc-type-company-name-mobile, 18px), 2vw, var(--whc-type-company-name-desktop, 34px)); font-weight: var(--whc-type-company-name-weight, 850); letter-spacing: .07em; line-height: var(--whc-type-company-name-line-height, .95); text-align: var(--whc-type-company-name-align, left); text-decoration: var(--whc-type-company-name-decoration, none); white-space: nowrap; }
.whc-brand small, .whc-brand-tagline { font-family: var(--whc-font-family); color: var(--whc-muted); font-size: clamp(var(--whc-type-tagline-mobile, 10px), 1vw, var(--whc-type-tagline-desktop, 15px)); font-weight: var(--whc-type-tagline-weight, 730); letter-spacing: .17em; line-height: var(--whc-type-tagline-line-height, 1); text-align: var(--whc-type-tagline-align, left); text-decoration: var(--whc-type-tagline-decoration, none); white-space: nowrap; }

.whc-desktop-nav {
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--whc-border);
  background: rgba(255, 255, 255, .65);
}

.whc-desktop-nav a {
  min-height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whc-muted);
  font-size: clamp(var(--whc-type-main-navigation-mobile, 10px), .9vw, var(--whc-type-main-navigation-desktop, 13px));
  font-weight: var(--whc-type-main-navigation-weight, 760);
  line-height: var(--whc-type-main-navigation-line-height, 1.3);
  text-align: var(--whc-type-main-navigation-align, center);
  text-decoration: var(--whc-type-main-navigation-decoration, none);
  white-space: nowrap;
}

.whc-desktop-nav a:hover, .whc-desktop-nav a.is-active { background: var(--whc-primary); color: white; }
.whc-header-quote { justify-self: end; padding: 13px 16px; border: 1px solid var(--whc-primary); color: var(--whc-primary); font-size: 11px; font-weight: 780; text-align: center; }
.whc-header-quote:hover { background: var(--whc-primary); color: white; }
.whc-mobile-menu { display: none; }

.whc-hero {
  padding: clamp(50px, 6.2vw, 92px) 5vw clamp(38px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: start;
  gap: clamp(38px, 6vw, 96px);
  border-bottom: 1px solid var(--whc-border);
  background: radial-gradient(circle at 86% 25%, color-mix(in srgb, var(--whc-secondary) 13%, transparent), transparent 31%), linear-gradient(120deg, var(--whc-background), var(--whc-paper));
}

.whc-hero-copy h1 {
  max-width: 900px;
  margin: 17px 0 0;
  color: var(--whc-primary);
  font-size: var(--whc-type-hero-heading-desktop, clamp(50px, 6.2vw, 94px));
  font-weight: var(--whc-type-hero-heading-weight, 800);
  letter-spacing: -.065em;
  line-height: var(--whc-type-hero-heading-line-height, .93);
  text-align: var(--whc-type-hero-heading-align, left);
  text-decoration: var(--whc-type-hero-heading-decoration, none);
}

.whc-hero-copy h1 em { color: var(--whc-secondary); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.whc-hero-copy p { max-width: 730px; margin: 27px 0 0; color: #44515b; font-size: var(--whc-type-hero-description-desktop, clamp(16px, 1.35vw, 20px)); font-weight: var(--whc-type-hero-description-weight, 400); line-height: var(--whc-type-hero-description-line-height, 1.58); text-align: var(--whc-type-hero-description-align, left); text-decoration: var(--whc-type-hero-description-decoration, none); }

.whc-product-selector { padding: 24px; border: 1px solid var(--whc-border); background: rgba(255, 255, 255, .64); box-shadow: var(--whc-shadow); }
.whc-product-selector > span { display: block; margin-bottom: 14px; color: var(--whc-secondary); font-family: ui-monospace, monospace; font-size: var(--whc-type-browse-heading-desktop, 10px); font-weight: var(--whc-type-browse-heading-weight, 800); line-height: var(--whc-type-browse-heading-line-height, 1.25); text-align: var(--whc-type-browse-heading-align, left); text-decoration: var(--whc-type-browse-heading-decoration, none); letter-spacing: .13em; text-transform: uppercase; }
.whc-product-selector > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.whc-product-selector button { min-height: 55px; padding: 10px 13px; border: 1px solid color-mix(in srgb, var(--whc-primary) 24%, transparent); background: var(--whc-background); color: var(--whc-primary); cursor: pointer; font-size: var(--whc-type-product-buttons-desktop, 16px); font-weight: var(--whc-type-product-buttons-weight, 750); line-height: var(--whc-type-product-buttons-line-height, 1.18); text-align: var(--whc-type-product-buttons-align, left); text-decoration: var(--whc-type-product-buttons-decoration, none); }
.whc-product-selector button:hover { border-color: var(--whc-secondary); transform: translateY(-1px); }
.whc-product-selector button.is-active, .whc-product-selector button[aria-pressed="true"] { border-color: var(--whc-primary); background: var(--whc-primary); color: white; box-shadow: inset 4px 0 var(--whc-secondary); }

.whc-audience-strip {
  grid-column: 1 / -1;
  min-height: 62px;
  margin-top: 4px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--whc-border);
  border-bottom: 1px solid var(--whc-border);
  color: var(--whc-primary);
  font-size: var(--whc-type-audience-labels-desktop, 15px);
  font-weight: var(--whc-type-audience-labels-weight, 750);
  line-height: var(--whc-type-audience-labels-line-height, 1.25);
  text-align: var(--whc-type-audience-labels-align, center);
  text-decoration: var(--whc-type-audience-labels-decoration, none);
}

.whc-audience-strip span { position: relative; }
.whc-audience-strip span + span::before { position: absolute; top: 50%; left: clamp(-29px, -2vw, -10px); width: 4px; height: 4px; border-radius: 50%; transform: translateY(-50%); background: var(--whc-secondary); content: ""; }

.whc-quick-select { padding: 16px 5vw; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--whc-border); background: white; }
.whc-quick-select > span { flex: 0 0 auto; color: var(--whc-muted); font-size: 10px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.whc-quick-select > div { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.whc-quick-select > div::-webkit-scrollbar { display: none; }
.whc-quick-select button { padding: 9px 14px; flex: 0 0 auto; border: 1px solid var(--whc-border); border-radius: 999px; background: var(--whc-background); color: var(--whc-primary); cursor: pointer; font-size: 11px; font-weight: 700; }
.whc-quick-select button:hover, .whc-quick-select button.is-active { border-color: var(--whc-primary); background: var(--whc-primary); color: white; }

.whc-controls-anchor { position: relative; min-height: 80px; }
.whc-controls {
  min-height: 80px;
  padding: 13px 5vw;
  display: grid;
  grid-template-columns: minmax(270px, 1fr) minmax(175px, auto) auto auto auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--whc-border);
  background: rgba(251, 250, 246, .98);
}

.whc-controls.is-smart {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  transform: translateY(calc(-100% - 12px));
  box-shadow: 0 16px 34px rgba(14, 39, 65, .13);
  transition: transform .2s ease;
  will-change: transform;
}

.whc-controls.is-smart.is-smart-visible { transform: translateY(0); }
body.admin-bar .whc-controls.is-smart { top: 32px; }
.whc-search { max-width: 560px; height: 50px; padding: 0 15px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--whc-border); background: white; }
.whc-search > span { color: var(--whc-primary); font-size: 23px; line-height: 1; transform: rotate(-20deg); }
.whc-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--whc-text); font-size: 13px; }
.whc-search button { display: none; padding: 4px; border: 0; background: transparent; color: var(--whc-muted); cursor: pointer; font-size: 20px; }
.whc-search:has(input:not(:placeholder-shown)) button { display: block; }

.whc-product-control, .whc-sort-control { height: 46px; padding: 0 11px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--whc-border); background: white; }
.whc-product-control span, .whc-sort-control span { color: var(--whc-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.whc-product-control select, .whc-sort-control select { max-width: 180px; border: 0; outline: 0; background: transparent; color: var(--whc-primary); cursor: pointer; font-size: 11px; font-weight: 750; }
.whc-filter-button { display: none; height: 46px; padding: 0 13px; align-items: center; gap: 7px; border: 1px solid var(--whc-primary); background: transparent; color: var(--whc-primary); cursor: pointer; font-size: 11px; font-weight: 750; }
.whc-filter-button b { min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--whc-primary); color: white; font-size: 9px; }
.whc-result-summary { min-width: 78px; color: var(--whc-muted); font-size: 11px; white-space: nowrap; }
.whc-result-summary strong { margin-right: 3px; color: var(--whc-primary); font-size: 16px; }

.whc-catalogue-layout { padding: 36px 5vw 96px; display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: clamp(28px, 3vw, 50px); }
.whc-desktop-filters { position: sticky; top: 20px; }
.whc-filter-heading { padding-bottom: 18px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--whc-primary); }
.whc-filter-heading h2 { margin: 5px 0 0; color: var(--whc-primary); font-size: 22px; letter-spacing: -.04em; }
.whc-filter-heading h2 b { min-width: 20px; height: 20px; margin-left: 5px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--whc-secondary); color: white; font-size: 10px; vertical-align: middle; }
.whc-filter-heading button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--whc-muted); cursor: pointer; font-size: 10px; }
.whc-filter-group { border-bottom: 1px solid var(--whc-border); }
.whc-filter-group summary { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; list-style: none; color: var(--whc-primary); cursor: pointer; font-size: 12px; font-weight: 780; }
.whc-filter-group summary::-webkit-details-marker { display: none; }
.whc-filter-group summary span { color: var(--whc-secondary); font-size: 17px; transition: transform .18s ease; }
.whc-filter-group[open] summary span { transform: rotate(45deg); }
.whc-filter-group > div { padding: 0 0 16px; display: grid; gap: 11px; }
.whc-filter-group label { display: grid; grid-template-columns: 16px 1fr auto; align-items: center; gap: 9px; color: #53606a; cursor: pointer; font-size: 12px; }
.whc-filter-group input { position: absolute; opacity: 0; pointer-events: none; }
.whc-filter-group label i { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid #a6adb2; }
.whc-filter-group label:has(input:checked) i { border-color: var(--whc-primary); background: var(--whc-primary); }
.whc-filter-group label:has(input:checked) i::after { color: white; font-size: 10px; content: "✓"; }
.whc-filter-group label:has(input:checked) span { color: var(--whc-primary); font-weight: 750; }
.whc-filter-group label.is-disabled { opacity: .38; cursor: not-allowed; }
.whc-filter-group small { color: #9ca2a6; font-size: 10px; }

.whc-active-filters { margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.whc-active-filters:empty { display: none; }
.whc-active-filters button { padding: 8px 10px; display: flex; align-items: center; gap: 8px; border: 1px solid color-mix(in srgb, var(--whc-secondary) 40%, transparent); border-radius: 999px; background: #f7f0e5; color: var(--whc-primary); cursor: pointer; font-size: 10px; }
.whc-active-filters button span { color: var(--whc-secondary); font-size: 14px; }

.whc-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(16px, 2vw, 28px); }
.whc-product-card { min-width: 0; overflow: visible; align-self: start; border: 1px solid var(--whc-border); background: white; content-visibility: auto; contain-intrinsic-size: auto 580px; transition: transform .2s ease, box-shadow .2s ease; }
.whc-product-card:hover { transform: translateY(-3px); box-shadow: var(--whc-shadow); }
.whc-card-media { position: relative; display: block; width: 100%; height: auto; overflow: visible; border-bottom: 1px solid var(--whc-border); background: #ece8df; }
.whc-card-media > .whc-media-frame { width: 100%; height: auto; }
.whc-card-media > .whc-fabric-visual { width: 100%; min-height: 300px; }
/* These selectors deliberately outrank theme and retained legacy-catalogue rules.
   Every real media wrapper takes its height from that item's intrinsic content.
   The natural-width custom property prevents small sources from being enlarged. */
.whc-site.whc-site .whc-card-media,
.whc-site.whc-site .whc-detail-stage,
.whc-site.whc-site .whc-detail-slide,
.whc-site.whc-site .whc-gallery-reel > button,
.whc-site.whc-site .whc-media-row-item,
.whc-site.whc-site .whc-gallery-item {
  position: relative !important;
  inset: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background-image: none !important;
  background-size: auto !important;
  clip-path: none !important;
  transform: none !important;
}
.whc-site.whc-site .whc-media-frame,
.whc-site.whc-site .whc-card-media .whc-media-frame,
.whc-site.whc-site .whc-detail-stage .whc-media-frame,
.whc-site.whc-site .whc-gallery-reel .whc-media-frame,
.whc-site.whc-site .whc-media-scroll .whc-media-frame,
.whc-site.whc-site .whc-gallery-grid .whc-media-frame {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  display: block !important;
  overflow: visible !important;
  background: #efede7;
  background-image: none !important;
  background-size: auto !important;
  clip-path: none !important;
  transform: none !important;
}
.whc-site.whc-site .whc-media-frame > img,
.whc-site.whc-site .whc-card-media .whc-media-frame > img,
.whc-site.whc-site .whc-detail-stage .whc-media-frame > img,
.whc-site.whc-site .whc-gallery-reel .whc-media-frame > img,
.whc-site.whc-site .whc-media-scroll .whc-media-frame > img,
.whc-site.whc-site .whc-gallery-grid .whc-media-frame > img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: min(100%, var(--whc-media-natural-width, 100%)) !important;
  max-height: none !important;
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  clip-path: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
.whc-site.whc-site .whc-media-frame > video,
.whc-site.whc-site .whc-card-media .whc-media-frame > video,
.whc-site.whc-site .whc-detail-stage .whc-media-frame > video,
.whc-site.whc-site .whc-gallery-reel .whc-media-frame > video,
.whc-site.whc-site .whc-media-scroll .whc-media-frame > video,
.whc-site.whc-site .whc-gallery-grid .whc-media-frame > video {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: min(100%, var(--whc-media-natural-width, 100%)) !important;
  max-height: none !important;
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  clip-path: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
.whc-video-play { position: absolute; inset: 50% auto auto 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; transform: translate(-50%, -50%); background: rgba(14, 39, 65, .84); color: white; font-size: 15px; font-style: normal; pointer-events: none; }
.whc-code-badge, .whc-featured-badge { position: absolute; top: 12px; z-index: 2; padding: 7px 9px; backdrop-filter: blur(12px); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.whc-code-badge { left: 12px; background: rgba(255, 255, 255, .85); color: var(--whc-primary); }
.whc-featured-badge { right: 12px; background: rgba(14, 39, 65, .9); color: white; }
.whc-card-body { min-width: 0; padding: clamp(12px, 1.2vw, 20px); }
.whc-card-kicker { color: var(--whc-secondary); font-family: ui-monospace, monospace; font-size: 8px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.whc-product-card h2 { margin: 11px 0 0; color: var(--whc-primary); font-size: var(--whc-type-card-title-desktop, clamp(19px, 1.5vw, 24px)); font-weight: var(--whc-type-card-title-weight, 780); letter-spacing: -.035em; line-height: var(--whc-type-card-title-line-height, 1.13); text-align: var(--whc-type-card-title-align, left); text-decoration: var(--whc-type-card-title-decoration, none); }
.whc-product-card h2 a:hover { color: var(--whc-secondary); }
.whc-card-body > p { min-height: 58px; margin: 12px 0 0; color: var(--whc-muted); font-size: 12px; line-height: 1.55; }
.whc-visible-garments { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 5px; }
.whc-visible-garments span { padding: 6px 8px; border: 1px solid var(--whc-border); color: #52616b; font-size: 9px; font-weight: 680; }
.whc-commercials { margin: 20px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--whc-primary); border-bottom: 1px solid var(--whc-border); }
.whc-commercials > div { min-width: 0; padding: 14px 10px 14px 0; display: grid; align-content: start; gap: 5px; }
.whc-commercials > div + div { padding-right: 0; padding-left: 13px; border-left: 1px solid var(--whc-border); }
.whc-commercials dt { color: var(--whc-muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.whc-commercials dd { min-width: 0; margin: 0; color: var(--whc-primary); font-size: 12px; font-weight: 780; line-height: 1.3; overflow-wrap: anywhere; }
.whc-commercials > div:first-child dd { font-size: var(--whc-type-price-desktop, 12px); font-weight: var(--whc-type-price-weight, 780); line-height: var(--whc-type-price-line-height, 1.3); text-align: var(--whc-type-price-align, left); text-decoration: var(--whc-type-price-decoration, none); }
.whc-commercials > div:nth-child(2) dd { font-size: var(--whc-type-moq-desktop, 12px); font-weight: var(--whc-type-moq-weight, 780); line-height: var(--whc-type-moq-line-height, 1.3); text-align: var(--whc-type-moq-align, left); text-decoration: var(--whc-type-moq-decoration, none); }
.whc-card-actions { margin-top: 14px; display: grid; grid-template-columns: minmax(90px, .7fr) minmax(0, 1.3fr); gap: 7px; }
.whc-card-actions a { min-height: 44px; padding: 9px 11px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--whc-primary); font-size: 10px; font-weight: 760; text-align: center; }
.whc-view-fabric { color: var(--whc-primary); }
.whc-view-fabric span { margin-left: 4px; color: var(--whc-secondary); }
.whc-card-whatsapp { background: var(--whc-primary); color: white !important; }

.whc-fabric-visual { position: relative; isolation: isolate; overflow: hidden; display: grid; place-items: center; background: var(--fabric-accent, #8d9b91); color: white; }
.whc-fabric-visual::before, .whc-fabric-visual::after { position: absolute; inset: 0; z-index: -1; content: ""; }
.whc-fabric-visual::before { opacity: .35; mix-blend-mode: multiply; }
.whc-texture-jersey::before { background: repeating-linear-gradient(90deg, transparent 0 2px, rgba(23, 34, 44, .22) 2px 3px), repeating-linear-gradient(0deg, transparent 0 4px, rgba(255, 255, 255, .15) 4px 5px); }
.whc-texture-pique::before { background: radial-gradient(circle, rgba(255, 255, 255, .28) 0 1px, transparent 1.5px) 0 0 / 7px 7px, radial-gradient(circle, rgba(14, 39, 65, .22) 0 1px, transparent 1.5px) 3.5px 3.5px / 7px 7px; }
.whc-texture-terry::before { background: repeating-radial-gradient(ellipse, rgba(255, 255, 255, .16) 0 1px, rgba(23, 34, 44, .18) 1px 2px, transparent 2px 5px); }
.whc-texture-mesh::before { background: radial-gradient(circle, rgba(14, 39, 65, .42) 0 1.2px, transparent 1.4px) 0 0 / 6px 6px; }
.whc-texture-interlock::before { background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .14) 0 2px, transparent 2px 5px), repeating-linear-gradient(45deg, rgba(14, 39, 65, .12) 0 1px, transparent 1px 4px); }
.whc-fabric-visual::after { background: radial-gradient(circle at 24% 15%, rgba(255, 255, 255, .42), transparent 34%), linear-gradient(145deg, transparent 36%, rgba(14, 39, 65, .24) 70%, rgba(14, 39, 65, .48)); }
.whc-fabric-visual > i { position: absolute; right: -13%; bottom: -45%; width: 78%; height: 92%; border-radius: 48% 0 0; background: linear-gradient(115deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .32) 46%, rgba(14, 39, 65, .14) 49%, rgba(14, 39, 65, .34)); transform: rotate(-17deg); box-shadow: -20px -12px 40px rgba(14, 39, 65, .18); }
.whc-fabric-visual > b { position: absolute; top: 16px; right: 16px; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .12em; }
.whc-fabric-visual > strong { position: absolute; right: 18px; bottom: 17px; left: 18px; font-size: clamp(13px, 1.25vw, 18px); text-shadow: 0 2px 14px rgba(14, 39, 65, .4); }

.whc-empty-state { min-height: 420px; padding: 70px 8%; align-content: center; border: 1px solid var(--whc-border); background: var(--whc-paper); }
.whc-empty-state > span { color: var(--whc-secondary); font-family: ui-monospace, monospace; font-size: 10px; text-transform: uppercase; }
.whc-empty-state h2 { max-width: 580px; margin: 12px 0 0; color: var(--whc-primary); font-size: clamp(30px, 4vw, 54px); letter-spacing: -.055em; line-height: 1; }
.whc-empty-state p { max-width: 560px; color: var(--whc-muted); line-height: 1.55; }
.whc-empty-state button { margin-top: 12px; padding: 13px 17px; border: 0; background: var(--whc-primary); color: white; cursor: pointer; font-size: 11px; font-weight: 750; }

.whc-capabilities { padding: clamp(36px, 4vw, 60px) 5vw; border-top: 1px solid var(--whc-border); background: var(--whc-primary); color: white; }
.whc-capabilities > div:first-child { max-width: 850px; }
.whc-capabilities h2 { margin: 14px 0 0; font-size: clamp(32px, 4vw, 56px); font-weight: var(--whc-type-capabilities-heading-weight, 730); letter-spacing: -.06em; line-height: var(--whc-type-capabilities-heading-line-height, .98); text-align: var(--whc-type-capabilities-heading-align, left); text-decoration: var(--whc-type-capabilities-heading-decoration, none); }
.whc-capability-grid { margin-top: clamp(24px, 3vw, 36px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .22); border-left: 1px solid rgba(255, 255, 255, .14); }
.whc-capability-grid article { padding: clamp(18px, 2vw, 28px); border-right: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.whc-capability-grid h3 { margin: 0; font-size: clamp(22px, var(--whc-type-capability-title-desktop, 24px), 28px); font-weight: var(--whc-type-capability-title-weight, 600); line-height: var(--whc-type-capability-title-line-height, 1.3); text-align: var(--whc-type-capability-title-align, left); text-decoration: var(--whc-type-capability-title-decoration, none); }
.whc-capability-grid p { margin: 12px 0 0; color: rgba(255, 255, 255, .86); font-size: clamp(15px, var(--whc-type-capability-description-desktop, 15px), 18px); font-weight: var(--whc-type-capability-description-weight, 400); line-height: var(--whc-type-capability-description-line-height, 1.55); text-align: var(--whc-type-capability-description-align, left); text-decoration: var(--whc-type-capability-description-decoration, none); }

/* One footer renderer, using the same brand roles and contact settings as the header. */
.whc-footer { --whc-footer-gold: #e5c26e; --whc-footer-navy: #0b1f34; padding: clamp(30px, 4vw, 54px) 5vw 20px; background: var(--whc-footer-navy); color: var(--whc-background); border-top: 1px solid color-mix(in srgb, var(--whc-secondary) 45%, transparent); font-family: var(--whc-font-family); font-weight: var(--whc-type-specification-text-weight, 400); letter-spacing: normal; }
.whc-footer-main { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(130px, .62fr) minmax(280px, 1fr); gap: clamp(24px, 3vw, 48px); align-items: start; }
.whc-footer-brand { display: flex; align-items: center; gap: clamp(14px, 1.3vw, 20px); min-width: 0; }
.whc-footer-logo { display: block; flex: 0 0 clamp(100px, 8.2vw, 125px); width: clamp(100px, 8.2vw, 125px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; }
.whc-footer-logo img { display: block; width: 100%; height: 100%; object-fit: contain; transform: scale(1.04); transform-origin: center; }
.whc-footer-brand-copy { display: grid; gap: 9px; min-width: 0; }
.whc-footer-brand .whc-brand-name, .whc-footer-brand .whc-brand-tagline { color: var(--whc-footer-gold); background: none; -webkit-text-fill-color: currentColor; -webkit-text-stroke: 0; text-shadow: none; filter: none; }
.whc-footer-brand .whc-brand-name { display: block; font-size: clamp(20px, 1.7vw, 28px); }
.whc-footer-brand .whc-brand-tagline { display: block; font-size: clamp(10px, .85vw, 13px); }
.whc-footer h2 { margin: 0 0 14px; color: var(--whc-footer-gold); font-family: var(--whc-font-family); font-size: 15px; font-weight: var(--whc-type-section-headings-weight, 700); letter-spacing: .04em; line-height: var(--whc-type-section-headings-line-height, 1.2); }
.whc-footer nav { display: grid; justify-items: start; gap: 10px; }
.whc-footer nav h2 { margin-bottom: 4px; }
.whc-footer a { color: var(--whc-background); font-family: var(--whc-font-family); font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.whc-footer a:hover { color: var(--whc-footer-gold); }
.whc-footer a:focus-visible { outline: 3px solid var(--whc-footer-gold); outline-offset: 3px; }
.whc-footer-phone, .whc-footer-location { display: flex; align-items: flex-start; gap: 10px; }
.whc-footer a.whc-footer-phone { font-size: 19px; font-weight: var(--whc-type-company-name-weight, 800); }
.whc-footer-location { margin-top: 14px; font-size: 14px; line-height: 1.6; }
.whc-footer svg { flex: 0 0 22px; }
.whc-footer-social { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; margin-top: 18px; }
.whc-footer-social a.whc-footer-button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: 7px; height: 46px; padding: 0 12px; border: 1px solid #e5c26e; border-radius: 9px; background: linear-gradient(var(--whc-footer-navy), var(--whc-footer-navy)) padding-box, linear-gradient(135deg, #f5dda1, #b78a45 55%, #e5c26e) border-box; border-color: transparent; color: var(--whc-footer-gold); font-size: 13px; font-weight: var(--whc-type-main-navigation-weight, 750); line-height: 1; white-space: nowrap; transition: color .18s ease, background-color .18s ease, box-shadow .18s ease; }
.whc-footer-social .whc-footer-button svg { width: 21px; height: 21px; flex-basis: 21px; }
.whc-footer-social a.whc-footer-button:hover, .whc-footer-social a.whc-footer-button:focus-visible { background: linear-gradient(105deg, #f5dda1, #e5c26e 55%, #d4a74f) padding-box, linear-gradient(135deg, #f5dda1, #b78a45 55%, #e5c26e) border-box; color: var(--whc-primary); box-shadow: 0 3px 12px rgba(199,151,52,.16); }
.whc-footer-social a.whc-instagram-icon { width: 46px; padding: 0; }
.whc-footer-social .whc-instagram-icon svg { width: 29px; height: 29px; flex-basis: 29px; }
.whc-footer-contact { min-width: 0; }
.whc-footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.whc-footer-bottom small { color: rgba(255,255,255,.75); font-family: var(--whc-font-family); font-size: 12px; font-weight: var(--whc-type-specification-text-weight, 400); line-height: 1.5; }

/* Saved Shirts content stays page-specific; the brand shell is shared. */
.whc-page-content { margin: 0; padding: 0; min-width: 0; }
.whc-site #weave-shirt-catalog-page { min-height: 0; }
.whc-site #weave-shirt-catalog-page .whc-shirts-intro { width: min(100% - 48px, 1480px); margin: 0 auto; padding: 22px 4px; border-bottom: 1px solid rgba(229,194,110,.24); }
.whc-site #weave-shirt-catalog-page .whc-shirts-intro .header-descriptor { display: flex; flex-wrap: wrap; margin: 0; }


.whc-filter-drawer { position: fixed; inset: 0; z-index: 160; }
.whc-filter-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(7, 23, 39, .56); }
.whc-filter-sheet { position: absolute; right: 0; bottom: 0; left: 0; max-height: 91dvh; padding: 0 22px 88px; overflow-y: auto; border-radius: 18px 18px 0 0; background: var(--whc-background); box-shadow: 0 -12px 70px rgba(0, 0, 0, .2); }
.whc-filter-sheet-head { position: sticky; top: 0; z-index: 3; padding: 20px 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--whc-border); background: var(--whc-background); }
.whc-filter-sheet-head strong { color: var(--whc-primary); font-size: 18px; }
.whc-filter-sheet-head button { width: 36px; height: 36px; border: 1px solid var(--whc-border); border-radius: 50%; background: white; cursor: pointer; font-size: 22px; }
.whc-filter-sheet .whc-filter-heading { padding-top: 18px; }
.whc-show-results { position: fixed; right: 18px; bottom: 14px; left: 18px; z-index: 5; height: 54px; border: 0; background: var(--whc-primary); color: white; cursor: pointer; font-size: 13px; font-weight: 780; }
body.whc-filter-open { overflow: hidden; }

.whc-site .whc-back-top { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: 46px; height: 46px; padding: 10px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .24); background: var(--whc-primary); color: white; cursor: pointer; box-shadow: var(--whc-shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .18s ease, transform .18s ease; }
.whc-back-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.whc-back-top svg { display: block; width: 24px; height: 24px; }
.whc-site .whc-back-top:hover { background: color-mix(in srgb, var(--whc-primary) 85%, white); }
.whc-site .whc-back-top:focus-visible { outline: 3px solid var(--whc-secondary); outline-offset: 3px; }

.whc-breadcrumb { padding: 17px 5vw; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--whc-border); color: var(--whc-muted); font-size: 10px; }
.whc-breadcrumb a { color: var(--whc-primary); font-weight: 750; }
.whc-detail-hero { padding: 38px 5vw 76px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: start; gap: clamp(38px, 5vw, 78px); }
.whc-detail-gallery { min-width: 0; }
.whc-gallery-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.whc-site .whc-gallery-categories button { min-width: 0; min-height: 48px; padding: 10px 6px; border: 1px solid var(--whc-border); border-radius: 0; background: #fff; color: var(--whc-primary); font: inherit; font-size: clamp(11px, 1vw, 14px); font-weight: 700; line-height: 1.35; text-align: center; cursor: pointer; }
.whc-site .whc-gallery-categories button[aria-pressed="true"] { background: var(--whc-primary); color: #fff; }
.whc-gallery-categories small { font: inherit; font-size: .8em; white-space: nowrap; }
.whc-site .whc-gallery-categories button:disabled, .whc-site .whc-gallery-arrows button:disabled { opacity: .5; cursor: default; }
.whc-site .whc-gallery-categories button:focus-visible, .whc-site .whc-gallery-arrows button:focus-visible { outline: 2px solid var(--whc-secondary); outline-offset: -3px; }
.whc-site .whc-gallery-reel > button[hidden] { display: none !important; }
.whc-site .whc-detail-stage { touch-action: pan-y pinch-zoom; }
.whc-gallery-empty { grid-column: 1 / -1; padding: 20px; }
.whc-detail-stage { position: relative; width: 100%; height: auto; overflow: visible; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid var(--whc-border); background: #efede7; }
.whc-detail-slide { position: relative; inset: auto; width: 100%; height: auto; min-height: 0; padding: 0; display: none; grid-column: 1 / -1; border: 0; background: transparent; cursor: zoom-in; }
.whc-detail-slide.is-active { display: block; }
.whc-detail-slide > .whc-media-frame { width: 100%; height: auto; }
.whc-detail-slide > .whc-fabric-visual { width: 100%; min-height: min(68vw, 560px); }
.whc-gallery-counter { position: static; grid-column: 2; padding: 10px 14px; justify-self: end; background: rgba(255, 255, 255, .88); color: var(--whc-primary); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 750; }
.whc-gallery-arrows { position: static; grid-column: 1; grid-row: 2; padding: 7px 10px; display: flex; gap: 6px; }
.whc-gallery-arrows button { width: 38px; height: 38px; border: 1px solid rgba(14, 39, 65, .17); background: rgba(255, 255, 255, .9); color: var(--whc-primary); cursor: pointer; }
.whc-gallery-reel { margin-top: 10px; padding-bottom: 6px; display: flex; gap: 9px; overflow-x: auto; }
.whc-gallery-reel button { width: auto; max-width: 150px; flex: 0 0 auto; padding: 4px; display: flex; align-items: center; justify-content: center; border: 1px solid transparent; background: #efede7; cursor: pointer; }
.whc-gallery-reel button.is-active { border-color: var(--whc-primary); }
.whc-gallery-reel button > .whc-media-frame { width: auto !important; max-width: 140px !important; }
.whc-site.whc-site .whc-gallery-reel button .whc-media-frame > img,
.whc-site.whc-site .whc-gallery-reel button .whc-media-frame > video { width: auto !important; height: auto !important; max-width: 140px !important; max-height: 112px !important; }
.whc-gallery-reel button > .whc-fabric-visual { width: 105px; min-height: 105px; }
.whc-detail-buybox { position: sticky; top: 20px; }
.whc-detail-buybox h1 { margin: 14px 0 0; color: var(--whc-primary); font-size: clamp(42px, 5vw, 74px); letter-spacing: -.06em; line-height: .96; }
.whc-detail-summary { margin: 22px 0 0; color: var(--whc-muted); font-size: 16px; line-height: 1.6; }
.whc-core-specs { margin-top: 8px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--whc-border); }
.whc-core-specs > div { min-width: 0; padding: 15px 10px 15px 0; display: grid; gap: 5px; border-bottom: 1px solid var(--whc-border); }
.whc-core-specs > div:nth-child(even) { padding-right: 0; padding-left: 13px; border-left: 1px solid var(--whc-border); }
.whc-core-specs span { color: var(--whc-muted); font-size: 9px; text-transform: uppercase; }
.whc-core-specs strong { color: var(--whc-primary); font-size: 12px; overflow-wrap: anywhere; }
.whc-detail-actions { margin-top: 22px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; }
.whc-detail-actions a { min-height: 50px; padding: 11px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--whc-primary); font-size: 11px; font-weight: 770; text-align: center; }
.whc-primary-action { background: var(--whc-primary); color: white !important; }
.whc-secondary-action { color: var(--whc-primary); }
.whc-detail-overview { padding: clamp(62px, 8vw, 115px) 8vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--whc-paper); }
.whc-detail-overview h2 { margin: 14px 0 0; color: var(--whc-primary); font-size: clamp(34px, 4vw, 60px); letter-spacing: -.055em; line-height: 1; }
.whc-detail-overview p { color: var(--whc-muted); font-size: 15px; line-height: 1.7; }
.whc-overview-list { border-top: 1px solid var(--whc-primary); }
.whc-overview-list > div { padding: 17px 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid var(--whc-border); }
.whc-overview-list span { color: var(--whc-muted); font-size: 10px; text-transform: uppercase; }
.whc-overview-list strong { color: var(--whc-primary); font-size: 13px; line-height: 1.5; }

.whc-detail-overview h2,
.whc-media-section h2 {
  font-size: var(--whc-type-section-headings-desktop, 32px);
  font-weight: var(--whc-type-section-headings-weight, 600);
  line-height: var(--whc-type-section-headings-line-height, 1.2);
  text-align: var(--whc-type-section-headings-align, left);
  text-decoration: var(--whc-type-section-headings-decoration, none);
}
.whc-core-specs strong,
.whc-overview-list strong,
.whc-detail-overview p,
.whc-card-body > p {
  font-size: var(--whc-type-specification-text-desktop, 13px);
  font-weight: var(--whc-type-specification-text-weight, 400);
  line-height: var(--whc-type-specification-text-line-height, 1.5);
  text-align: var(--whc-type-specification-text-align, left);
  text-decoration: var(--whc-type-specification-text-decoration, none);
}
.whc-detail-actions a,
.whc-card-actions a,
.whc-header-quote,
.whc-mobile-quote,
.whc-back-top {
  font-size: var(--whc-type-cta-text-desktop, 11px);
  font-weight: var(--whc-type-cta-text-weight, 770);
  line-height: var(--whc-type-cta-text-line-height, 1.2);
  text-align: var(--whc-type-cta-text-align, center);
  text-decoration: var(--whc-type-cta-text-decoration, none);
}
.whc-filter-group summary,
.whc-filter-group label,
.whc-product-control,
.whc-sort-control,
.whc-filter-button {
  font-size: var(--whc-type-filter-labels-desktop, 12px);
  font-weight: var(--whc-type-filter-labels-weight, 600);
  line-height: var(--whc-type-filter-labels-line-height, 1.3);
  text-align: var(--whc-type-filter-labels-align, left);
  text-decoration: var(--whc-type-filter-labels-decoration, none);
}

.whc-media-sections { padding: clamp(52px, 7vw, 96px) 0; display: grid; gap: clamp(50px, 7vw, 88px); border-top: 1px solid var(--whc-border); background: var(--whc-background); }
.whc-media-section { min-width: 0; }
.whc-media-section > header { max-width: 760px; margin: 0 5vw 24px; }
.whc-media-section h2 { margin: 9px 0 0; color: var(--whc-primary); letter-spacing: -.04em; }
.whc-media-section header p { max-width: 650px; margin: 10px 0 0; color: var(--whc-muted); font-size: var(--whc-type-specification-text-desktop, 13px); line-height: var(--whc-type-specification-text-line-height, 1.5); }
.whc-media-scroll { padding: 0 5vw 12px; display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; scrollbar-color: var(--whc-secondary) transparent; }
.whc-media-row-item { width: clamp(250px, 30vw, 430px); height: auto; flex: 0 0 clamp(250px, 30vw, 430px); padding: 0; overflow: visible; align-self: flex-start; border: 1px solid var(--whc-border); background: white; color: var(--whc-text); cursor: zoom-in; text-align: left; scroll-snap-align: start; }
.whc-media-row-item > .whc-media-frame { width: 100%; height: auto; }
.whc-media-row-item > .whc-fabric-visual { width: 100%; min-height: 260px; }
.whc-media-row-copy { padding: 10px 14px; display: block; color: var(--whc-text); font-size: 13px; line-height: 1.5; border-top: 1px solid var(--whc-border); }
.whc-media-row-copy strong { color: var(--whc-primary); font-size: 12px; line-height: 1.3; }
.whc-media-row-copy small { color: var(--whc-muted); font-size: 10px; line-height: 1.4; }

.whc-gallery-hero { padding: clamp(36px, 4vw, 60px) 5vw; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; border-bottom: 1px solid var(--whc-border); background: radial-gradient(circle at 84% 20%, rgba(183, 138, 69, .13), transparent 28%), var(--whc-paper); }
.whc-gallery-hero h1 { max-width: 900px; margin: 16px 0 0; color: var(--whc-primary); font-size: clamp(44px, 6vw, 88px); letter-spacing: -.06em; line-height: .98; }
.whc-gallery-hero h1 em { color: var(--whc-secondary); font-family: Georgia, serif; font-weight: 500; }
.whc-gallery-hero p, .whc-gallery-hero div:last-child span { color: var(--whc-muted); line-height: 1.6; }
.whc-gallery-hero div:last-child { padding: 24px 0; display: grid; gap: 8px; border-top: 1px solid var(--whc-primary); border-bottom: 1px solid var(--whc-border); }
.whc-gallery-filter-groups { padding: 18px 5vw 0; display: grid; gap: 8px; background: var(--whc-background); }
.whc-gallery-filters { padding: 0 0 2px; display: flex; gap: 8px; overflow-x: auto; background: var(--whc-background); scrollbar-width: thin; }
.whc-gallery-filters button { min-height: 42px; padding: 9px 14px; flex: 0 0 auto; border: 1px solid var(--whc-border); background: white; color: var(--whc-primary); cursor: pointer; font-size: 11px; font-weight: 700; }
.whc-gallery-filters button.is-active { border-color: var(--whc-primary); background: var(--whc-primary); color: white; }
.whc-gallery-grid { padding: 30px 5vw 100px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 16px; }
.whc-gallery-grid.is-masonry { grid-auto-rows: 8px; align-items: start; }
.whc-gallery-item { position: relative; width: 100%; height: auto; margin: 0; padding: 0; display: block; align-self: start; break-inside: avoid; overflow: visible; border: 1px solid var(--whc-border); background: #ece9e2; cursor: zoom-in; text-align: left; }
.whc-gallery-item > .whc-media-frame { width: 100%; height: auto; }
.whc-gallery-item > .whc-fabric-visual { width: 100%; min-height: 220px; }
.whc-gallery-item > .whc-media-frame img, .whc-gallery-item > .whc-media-frame video { object-fit: contain !important; object-position: 50% 50% !important; }
.whc-gallery-classification { position: absolute; top: 10px; left: 10px; z-index: 2; max-width: calc(100% - 20px); padding: 6px 8px; background: rgba(14, 39, 65, .88); color: white; font-size: 8px; font-weight: 750; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
.whc-gallery-item > span:last-child { padding: 12px; display: grid; gap: 4px; border-top: 1px solid var(--whc-border); background: white; }
.whc-gallery-item strong { color: var(--whc-primary); font-size: 12px; }
.whc-gallery-item small { color: var(--whc-muted); font-size: 9px; }
.whc-gallery-categories { color: var(--whc-secondary) !important; line-height: 1.35; }
.whc-gallery-empty { grid-column: 1 / -1; padding: 70px; border: 1px solid var(--whc-border); background: var(--whc-paper); }

.whc-lightbox { position: fixed; inset: 0; z-index: 300; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: rgba(5, 16, 28, .97); color: white; }
.whc-lightbox-stage { min-height: 0; padding: 26px; display: grid; place-items: center; overflow: hidden; touch-action: none; user-select: none; }
.whc-lightbox.whc-lightbox .whc-lightbox-stage > img {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
  transform-origin: center;
  will-change: transform;
}
.whc-lightbox.whc-lightbox .whc-lightbox-stage > video { position: static !important; inset: auto !important; width: auto !important; height: auto !important; min-width: 0 !important; min-height: 0 !important; max-width: 100% !important; max-height: 100% !important; margin: auto !important; object-fit: contain !important; object-position: 50% 50% !important; transform: none !important; touch-action: auto; }
.whc-lightbox.is-zoomed .whc-lightbox-stage { cursor: grab; }
.whc-lightbox.is-zoomed .whc-lightbox-stage:active { cursor: grabbing; }
.whc-lightbox-visual { width: min(100%, 900px); height: min(75dvh, 700px); }
.whc-lightbox-close { position: fixed; top: max(14px, env(safe-area-inset-top)); right: max(14px, env(safe-area-inset-right)); z-index: 3; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 50%; background: rgba(5, 16, 28, .62); color: white; cursor: pointer; font-size: 27px; }
.whc-lightbox-tools { position: fixed; top: max(14px, env(safe-area-inset-top)); left: max(14px, env(safe-area-inset-left)); z-index: 3; display: flex; overflow: hidden; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; background: rgba(5, 16, 28, .72); }
.whc-lightbox-tools button { min-width: 44px; height: 44px; padding: 0 12px; border: 0; border-right: 1px solid rgba(255, 255, 255, .16); background: transparent; color: white; cursor: pointer; font-size: 17px; }
.whc-lightbox-tools button:last-child { border-right: 0; }
.whc-lightbox-tools button:disabled { opacity: .38; cursor: default; }
.whc-lightbox-tools [data-lightbox-zoom-reset] { min-width: 68px; font-size: 11px; }
.whc-lightbox-nav { position: fixed; top: 50%; z-index: 3; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: rgba(255, 255, 255, .09); color: white; cursor: pointer; }
.whc-lightbox-prev { left: 12px; }
.whc-lightbox-next { right: 12px; }
.whc-lightbox-meta { min-height: 72px; padding: 12px 5vw calc(12px + env(safe-area-inset-bottom)); display: grid; align-content: center; gap: 4px; border-top: 1px solid rgba(255, 255, 255, .17); }
.whc-lightbox-meta strong { font-size: 13px; }
.whc-lightbox-meta span { color: rgba(255, 255, 255, .72); font-size: 11px; }

@media (min-width: 1600px) {
  .whc-gallery-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1250px) {
  .whc-brand-row { grid-template-columns: minmax(230px, .8fr) auto minmax(175px, .6fr); gap: 14px; }
  .whc-desktop-nav a { padding-right: 10px; padding-left: 10px; font-size: var(--whc-type-main-navigation-desktop, 11px); }
  .whc-product-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr)); }
  .whc-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .whc-hero { grid-template-columns: 1fr; }
  .whc-product-selector { max-width: 760px; }
  .whc-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .whc-detail-hero { grid-template-columns: 1fr; }
  .whc-detail-buybox { position: static; }
  .whc-detail-overview { grid-template-columns: 1fr; gap: 42px; }
  .whc-gallery-hero { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 760px) {
  body.admin-bar .whc-controls.is-smart { top: 46px; }
  .whc-top-strip { min-height: 27px; padding-right: 14px; padding-left: 14px; justify-content: flex-start; gap: 12px; font-size: 7px; }
  .whc-top-strip span { gap: 12px; }
  .whc-top-strip span:nth-child(2) { display: none; }
  .whc-brand-row { min-height: 70px; padding: 10px 14px; display: flex; align-items: center; }
  .whc-brand { min-width: 0; gap: 8px; }
  .whc-logo { width: var(--whc-logo-size-mobile); height: var(--whc-logo-size-mobile); flex-basis: var(--whc-logo-size-mobile); }
  .whc-logo img { width: 100% !important; height: 100% !important; }
  .whc-brand > span { min-width: 0; gap: 4px; }
  .whc-brand strong { max-width: calc(100vw - var(--whc-logo-size-mobile) - 38px); overflow: hidden; font-size: max(14px, min(var(--whc-type-company-name-mobile, 25px), 6.2vw)); letter-spacing: .065em; text-overflow: ellipsis; }
  .whc-brand small { max-width: calc(100vw - var(--whc-logo-size-mobile) - 38px); overflow: hidden; font-size: max(8px, min(var(--whc-type-tagline-mobile, 12px), 3.1vw)); text-overflow: ellipsis; }
  .whc-desktop-nav, .whc-header-quote { display: none; }
  .whc-mobile-menu { display: block; border-top: 1px solid var(--whc-border); background: white; }
  .whc-mobile-menu nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .whc-mobile-menu nav a { min-width: 0; min-height: 45px; padding: 8px 5px; display: grid; place-items: center; border-right: 1px solid var(--whc-border); border-bottom: 1px solid var(--whc-border); color: var(--whc-primary); font-size: var(--whc-type-main-navigation-mobile, clamp(8px, 2.65vw, 11px)); font-weight: var(--whc-type-main-navigation-weight, 780); line-height: var(--whc-type-main-navigation-line-height, 1.15); text-align: var(--whc-type-main-navigation-align, center); text-decoration: var(--whc-type-main-navigation-decoration, none); overflow-wrap: anywhere; }
  .whc-mobile-menu nav a:last-child { border-right: 0; }
  .whc-mobile-menu nav a.is-active { background: var(--whc-primary); color: white; box-shadow: inset 0 -3px var(--whc-secondary); }
  .whc-mobile-quote { min-height: 36px; padding: 7px 12px; display: flex; align-items: center; justify-content: center; background: var(--whc-primary); color: white !important; font-size: 10px; font-weight: 780; }
  .whc-hero { padding: 45px 14px 35px; gap: 32px; border-bottom: 0; }
  .whc-hero-copy h1 { font-size: var(--whc-type-hero-heading-mobile, clamp(45px, 13vw, 65px)); }
  .whc-hero-copy p { margin-top: 20px; font-size: var(--whc-type-hero-description-mobile, 14px); }
  .whc-product-selector { padding: 16px; }
  .whc-product-selector > span { font-size: var(--whc-type-browse-heading-mobile, 10px); }
  .whc-product-selector > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .whc-product-selector button { min-height: 52px; padding: 9px; font-size: var(--whc-type-product-buttons-mobile, 14px); }
  .whc-audience-strip { min-height: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: stretch; gap: 0; border: 0; font-size: var(--whc-type-audience-labels-mobile, 12px); }
  .whc-audience-strip span { min-width: 0; min-height: 46px; padding: 9px 4px; display: grid; place-items: center; align-content: center; justify-content: center; border-right: 1px solid var(--whc-border); line-height: var(--whc-type-audience-labels-line-height, 1.25); text-align: center; overflow-wrap: anywhere; }
  .whc-audience-strip span::before { display: none !important; }
  .whc-audience-1, .whc-audience-2, .whc-audience-3 { grid-column: span 2; border-bottom: 1px solid var(--whc-border); }
  .whc-audience-3 { border-right: 0 !important; }
  .whc-audience-4, .whc-audience-5 { grid-column: span 3; }
  .whc-audience-5 { border-right: 0 !important; }
  .whc-quick-select { padding: 13px 14px; display: grid; gap: 9px; }
  .whc-controls-anchor { min-height: 112px; }
  .whc-controls { min-height: 112px; padding: 10px 14px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
  .whc-search { height: 45px; max-width: none; grid-column: 1 / -1; }
  .whc-product-control { min-width: 0; }
  .whc-product-control span, .whc-sort-control span { display: none; }
  .whc-product-control select { width: 100%; max-width: none; }
  .whc-filter-button { display: flex; }
  .whc-sort-control { min-width: 0; }
  .whc-sort-control select { width: 100%; max-width: 120px; }
  .whc-result-summary { display: none; }
  .whc-controls.is-smart { padding-top: max(10px, env(safe-area-inset-top)); }
  .whc-catalogue-layout { padding: 25px 14px 70px; display: block; }
  .whc-desktop-filters { display: none; }
  .whc-product-grid { grid-template-columns: 1fr; gap: 17px; }
  .whc-product-card { content-visibility: visible; }
  .whc-card-body { padding: clamp(10px, 3vw, 17px); }
  .whc-card-body > p { min-height: 0; font-size: 13px; }
  .whc-product-card h2 { font-size: 22px; }
  .whc-commercials { grid-template-columns: 1fr; }
  .whc-commercials > div { padding: 13px 0; }
  .whc-commercials > div + div { padding-left: 0; border-top: 1px solid var(--whc-border); border-left: 0; }
  .whc-card-actions { grid-template-columns: 1fr; }
  .whc-capabilities { padding-right: 14px; padding-left: 14px; }
  .whc-capability-grid { grid-template-columns: 1fr; }
  .whc-capabilities h2 { font-size: var(--whc-type-capabilities-heading-mobile, 28px); }
  .whc-capability-grid h3 { font-size: clamp(22px, var(--whc-type-capability-title-mobile, 22px), 26px); }
  .whc-capability-grid p { font-size: clamp(15px, var(--whc-type-capability-description-mobile, 15px), 18px); }
  .whc-footer { padding: 32px 14px 28px; }
  .whc-footer-main { grid-template-columns: 1fr; gap: 28px; }
  .whc-footer-brand { gap: 10px; }
  .whc-footer-logo { flex-basis: clamp(64px, 18vw, 82px); width: clamp(64px, 18vw, 82px); }
  .whc-footer-brand-copy { gap: 7px; }
  .whc-footer-brand .whc-brand-name { font-size: clamp(14px, 4.65vw, 22px); letter-spacing: .065em; }
  .whc-footer-brand .whc-brand-tagline { font-size: clamp(9px, 2.55vw, 12px); }
  .whc-footer nav { display: grid; gap: 8px; }
  .whc-footer-social { gap: 7px; }
  .whc-footer-social a.whc-footer-button { height: 44px; padding: 0 10px; font-size: 12px; }
  .whc-footer-social a.whc-instagram-icon { width: 44px; padding: 0; }
  .whc-footer-social .whc-instagram-icon svg { width: 28px; height: 28px; flex-basis: 28px; }
  .whc-back-top { right: 12px; bottom: 12px; }
  .whc-breadcrumb { padding-right: 14px; padding-left: 14px; }
  .whc-detail-hero { padding: 22px 14px 60px; gap: 32px; }
  .whc-detail-buybox h1 { font-size: 42px; }
  .whc-detail-summary { font-size: var(--whc-type-specification-text-mobile, 14px); }
  .whc-detail-actions { grid-template-columns: 1fr; }
  .whc-detail-overview { padding: 58px 14px; }
  .whc-detail-overview h2, .whc-media-section h2 { font-size: var(--whc-type-section-headings-mobile, 25px); }
  .whc-core-specs strong, .whc-overview-list strong, .whc-detail-overview p, .whc-card-body > p { font-size: var(--whc-type-specification-text-mobile, 14px); }
  .whc-product-card h2 { font-size: var(--whc-type-card-title-mobile, 21px); }
  .whc-commercials > div:first-child dd { font-size: var(--whc-type-price-mobile, 15px); }
  .whc-commercials > div:nth-child(2) dd { font-size: var(--whc-type-moq-mobile, 13px); }
  .whc-detail-actions a, .whc-card-actions a, .whc-header-quote, .whc-mobile-quote, .whc-back-top { font-size: var(--whc-type-cta-text-mobile, 14px); }
  .whc-filter-group summary, .whc-filter-group label, .whc-product-control, .whc-sort-control, .whc-filter-button { font-size: var(--whc-type-filter-labels-mobile, 13px); }
  .whc-overview-list > div { grid-template-columns: 110px 1fr; }
  .whc-media-sections { padding: 48px 0; gap: 48px; }
  .whc-media-section > header { margin-right: 14px; margin-left: 14px; }
  .whc-media-scroll { padding-right: 14px; padding-left: 14px; gap: 10px; }
  .whc-media-row-item { width: min(82vw, 340px); flex-basis: min(82vw, 340px); }
  .whc-gallery-hero { padding: 58px 14px; }
  .whc-gallery-hero h1 { font-size: 46px; }
  .whc-gallery-filter-groups { padding-right: 14px; padding-left: 14px; }
  .whc-gallery-grid { padding: 18px 14px 90px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .whc-gallery-item { margin-bottom: 10px; }
  .whc-lightbox-stage { padding: 8px; }
  .whc-lightbox-tools { top: auto; right: 50%; bottom: calc(82px + env(safe-area-inset-bottom)); left: auto; transform: translateX(50%); }
  .whc-lightbox-tools button { min-width: 42px; height: 42px; }
}

@media (max-width: 380px) {
  .whc-controls { grid-template-columns: minmax(0, 1fr) auto; }
  .whc-product-control { grid-column: 1 / -1; }
  .whc-sort-control select { max-width: 110px; }
}

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

/* Targeted compact commercial strip: the detail commercial layout stays independent. */
.whc-card-body { container-type: inline-size; }
.whc-card-body .whc-commercials { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.whc-card-body .whc-commercials > div { padding: 11px 4px 11px 0; }
.whc-card-body .whc-commercials > div + div { padding: 11px 0 11px 4px; border-top: 0; border-left: 1px solid var(--whc-border); }
.whc-product-card .whc-card-body .whc-commercials dd { font-size: clamp(11px, 4.15cqi, 13px); font-weight: 650; line-height: 1.4; overflow-wrap: normal; }
.whc-core-specs > .whc-spec-wide { grid-column: 1 / -1; padding-left: 0; padding-right: 0; border-left: 0; }
@media (min-width: 761px) and (max-width: 1100px) {
  .whc-footer-main { grid-template-columns: 1fr 1fr; }
  .whc-footer-brand { grid-column: 1 / -1; }
  .whc-footer-logo { flex-basis: clamp(82px, 9vw, 100px); width: clamp(82px, 9vw, 100px); }
}
@media (prefers-reduced-motion: reduce) {
  .whc-back-top { transition: none; }
}

/* Use the established compact navigation before desktop items become crowded. */
@media (min-width: 761px) and (max-width: 1100px) {
  .whc-brand-row { display: flex; justify-content: space-between; }
  .whc-desktop-nav { display: none; }
  .whc-mobile-menu { display: block; border-top: 1px solid var(--whc-border); background: white; }
  .whc-mobile-menu nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .whc-mobile-menu nav a { padding: 14px 8px; text-align: center; color: var(--whc-primary); font-size: 13px; font-weight: 750; border-right: 1px solid var(--whc-border); }
  .whc-mobile-menu nav a:last-child { border-right: 0; }
  .whc-mobile-menu nav a.is-active { background: var(--whc-primary); color: white; box-shadow: inset 0 -3px var(--whc-secondary); }
  .whc-mobile-quote { display: none; }
}
@media (max-width: 760px) {
  .whc-site #weave-shirt-catalog-page .whc-shirts-intro { width: calc(100% - 28px); padding: 18px 0; }
  .whc-mobile-menu nav a { font-size: max(11px, var(--whc-type-main-navigation-mobile, 11px)); overflow-wrap: normal; }
}
