/** Shopify CDN: Minification failed

Line 396:19 Unexpected "*"
Line 410:19 Unexpected "*"

**/
/* ============================================================
   Dawn subpage overrides — apply dark editorial theme to
   templates we didn't replace (page, product, collection,
   cart, search, blog, article, customer, 404).
   ============================================================ */

/* ---------- Dawn CSS-variable defaults ----------
   Dawn's settings_schema.json defines a bunch of CSS variables
   that get serialized into :root. We replaced settings_data.json
   without keeping every default, so several variables are
   undefined → invalid calc() → 0-width images. Provide safe
   defaults here so Dawn's CSS resolves. */
:root {
  --image-padding: 0px;
  --border-radius: 12px;
  --border-width: 0px;
  --border-opacity: 0;
  --shadow-horizontal-offset: 0px;
  --shadow-vertical-offset: 0px;
  --shadow-blur-radius: 0px;
  --shadow-opacity: 0;
  --shadow-visible: 0;
  --media-padding: 0px;
  --media-border-opacity: 0;
  --media-border-width: 0px;
  --media-radius: 12px;
  --media-shadow-opacity: 0;
  --media-shadow-horizontal-offset: 0px;
  --media-shadow-vertical-offset: 0px;
  --media-shadow-blur-radius: 0px;
  --text-boxes-radius: 8px;
  --text-boxes-border-width: 0px;
  --text-boxes-border-opacity: 0;
  --text-boxes-shadow-opacity: 0;
  --variant-pills-radius: 999px;
  --variant-pills-border-width: 1px;
  --variant-pills-border-opacity: 0.2;
  --variant-pills-shadow-opacity: 0;
  --inputs-radius: 8px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.15;
  --inputs-shadow-opacity: 0;
  --inputs-shadow-horizontal-offset: 0px;
  --inputs-shadow-vertical-offset: 0px;
  --inputs-shadow-blur-radius: 0px;
  --buttons-radius: 999px;
  --buttons-radius-outset: 999px;
  --buttons-border-width: 1px;
  --buttons-border-opacity: 0.2;
  --buttons-shadow-opacity: 0;
  --buttons-shadow-horizontal-offset: 0px;
  --buttons-shadow-vertical-offset: 0px;
  --buttons-shadow-blur-radius: 0px;
  --popup-border-width: 1px;
  --popup-border-opacity: 0.1;
  --popup-corner-radius: 8px;
  --popup-shadow-opacity: 0;
  --drawer-shadow-opacity: 0;
  --drawer-shadow-horizontal-offset: 0px;
  --drawer-shadow-vertical-offset: 0px;
  --drawer-shadow-blur-radius: 0px;
  --badges-radius: 999px;
  --badges-border-width: 0px;
  --badges-border-opacity: 0;
  --page-width: 1200px;
  --page-width-margin: 1.5rem;
  --product-card-image-padding: 0px;
  --product-card-corner-radius: 12px;
  --product-card-text-alignment: left;
  --product-card-border-width: 0px;
  --product-card-border-opacity: 0;
  --product-card-shadow-opacity: 0;
  --collection-card-image-padding: 0px;
  --collection-card-corner-radius: 12px;
  --blog-card-image-padding: 0px;
  --blog-card-corner-radius: 12px;
  --font-heading-scale: 1;
  --font-body-scale: 1;
  --color-foreground: 240, 237, 230;
  --color-background: 0, 0, 0;
  --color-link: 196, 164, 94;
  --color-button: 196, 164, 94;
  --color-button-text: 0, 0, 0;
  --color-shadow: 0, 0, 0;
}

/* ---------- Dawn containers ---------- */
.page-width,
.page-width--narrow {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 1.5rem;
}
.page-width--narrow { max-width: 720px; }

/* Dawn often wraps everything in <main> with default white bg via shopify_section CSS */
main { background: var(--color-bg); color: var(--color-text); }
.shopify-section {
  background: var(--color-bg);
  color: var(--color-text);
}

/* ---------- Dawn headings ---------- */
.main-page-title,
.page-title,
.collection-hero__title,
.cart__heading,
.template-search__header h1,
.customer h1,
.main-blog h1,
.article-template__title,
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-display);
  color: var(--color-text);
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 1rem;
}
.h0, .main-page-title, .page-title { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.h1, h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
.h2, h2 { font-size: clamp(1.5rem, 3.2vw, 2.25rem); }
.h3, h3 { font-size: clamp(1.25rem, 2.5vw, 1.6rem); }
.h4, h4 { font-size: 1.15rem; }
.h5, h5, .h6, h6 { font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; }

/* ---------- Rich-text / page body ---------- */
.rte,
.article-template__content,
.shopify-policy__body,
.customer__page-body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text);
}
.rte > * + * { margin-top: 1.2em; }
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  margin-top: 2.5em;
  margin-bottom: 0.7em;
}
.rte h2 { color: var(--color-gold); letter-spacing: 0.04em; }
.rte strong, .rte b { color: var(--color-text); font-weight: 700; }
.rte a {
  color: var(--color-gold);
  text-decoration: underline;
  text-decoration-color: rgba(196, 164, 94, 0.3);
  text-underline-offset: 3px;
  transition: text-decoration-color 200ms ease;
}
.rte a:hover { text-decoration-color: var(--color-gold); }
.rte ul, .rte ol { padding-left: 1.5em; }
.rte li + li { margin-top: 0.4em; }
.rte blockquote {
  border-left: 3px solid var(--color-gold);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--color-text-muted);
}
.rte hr { border: 0; border-top: 1px solid rgba(255,255,255,0.08); margin: 3rem 0; }
.rte img, .rte video { max-width: 100%; height: auto; border-radius: 6px; }
.rte code {
  font-family: ui-monospace, SFMono-Regular, monospace;
  background: rgba(255,255,255,0.06);
  padding: 0.1em 0.4em;
  border-radius: 3px;
  font-size: 0.92em;
}

/* ---------- Section padding ---------- */
.shopify-section + .shopify-section { margin-top: 0; }
[class*="section-"][class*="-padding"] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  [class*="section-"][class*="-padding"] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* ---------- Buttons (Dawn) ---------- */
.button,
button.button,
a.button,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__more-options {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: var(--color-gold);
  color: #1a1410;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.button:hover,
.shopify-payment-button__button--unbranded:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(196, 164, 94, 0.25);
}
.button--secondary,
.button.button--secondary,
a.button.button--secondary {
  background: transparent;
  color: var(--color-text);
  border: 1px solid rgba(255,255,255,0.2);
}
.button--secondary:hover {
  background: rgba(255,255,255,0.05);
  border-color: var(--color-gold);
  box-shadow: none;
}
.button--tertiary { background: transparent; color: var(--color-gold); padding: 0.6rem 0.8rem; }

/* ---------- Forms ---------- */
.field,
.product-form__input,
.customer__field {
  background: transparent;
  color: var(--color-text);
  margin-bottom: 1rem;
}
.field__input,
.select__select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  width: 100%;
  transition: border-color 200ms ease, background 200ms ease;
}
.field__input:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-gold);
  background: rgba(196, 164, 94, 0.04);
}
.field__label,
label {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

/* ---------- Product page (PDP) ---------- */
.product__title,
.product__title h1 {
  font-family: var(--font-display);
  color: var(--color-text);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  letter-spacing: 0.02em;
}
.product__title h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.price__regular .price-item,
.price__sale .price-item,
.price-item--regular,
.price-item--sale {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.price__sale .price-item--regular {
  color: var(--color-text-muted);
  text-decoration: line-through;
  font-size: 1.2rem;
}
.product__description,
.product__info-container .rte {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.7;
}
.product__media-wrapper,
.product__media-item {
  background: var(--color-bg-alt);
  border-radius: 12px;
  overflow: hidden;
}
.product-form__buttons { display: flex; flex-direction: column; gap: 0.75rem; }
.product-form__submit { width: 100%; }
.product__tax,
.product__inventory,
.product__pickup-availabilities { color: var(--color-text-muted); font-size: 0.9rem; }
.variant-radios__radio { background: transparent; }
.variant-radios input[type="radio"] + label {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--color-text);
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 200ms ease;
}
.variant-radios input[type="radio"]:checked + label,
.variant-radios input[type="radio"] + label:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

/* ---------- Collection grid (PLP) ---------- */
.collection-hero {
  padding: 3rem 1.5rem;
  text-align: center;
  background: var(--color-bg-alt);
}
.collection-hero__description {
  color: var(--color-text-muted);
  max-width: 60ch;
  margin: 0 auto;
}
.product-grid,
.grid.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  padding: 0;
  list-style: none;
}
.card,
.card-wrapper,
.product-card-wrapper {
  background: var(--color-bg-alt);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.card:hover,
.card-wrapper:hover,
.product-card-wrapper:hover {
  transform: translateY(-3px) rotate(-0.4deg);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}
/* DO NOT touch .card__inner padding — Dawn uses padding-bottom
   on .card__inner.ratio for the aspect-ratio hack. Resetting it
   collapses the image container to 0 height. */
.card__content,
.card-information,
.card__information {
  padding: 1rem 1.2rem 1.4rem;
}
.card__heading,
.card__heading a,
.full-unstyled-link {
  font-family: var(--font-display);
  color: var(--color-text);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

/* ---------- Dawn card duplicate-title fix ----------
   Dawn renders the product title in TWO places:
   1. Inside .card__inner > .card__content as an overlay on the image
   2. In .card-information BELOW the image (the visible one we want)
   Hide #1 so the title only appears once, below the image. */
.card__inner > .card__content {
  display: none !important;
}

/* ---------- Collection hero spacing fix ----------
   Dawn's main-collection-banner adds huge padding around the title.
   Tighten it to match the rest of the page. */
.collection-hero,
.collection-hero__title-wrapper,
.section-template--*--banner-padding,
[class*="banner-padding"] {
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
  min-height: auto !important;
}
.collection-hero { text-align: center; }
.collection-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin: 0;
}

/* ---------- Collection product-grid spacing ---------- */
.section-template--*--product-grid-padding,
[id^="shopify-section-template"][id*="product-grid"] > .section {
  padding-top: 1rem !important;
}
.product-grid-container,
.collection {
  padding-top: 1rem;
}
/* Tighten the filter/sort row so it sits closer to the grid */
.facets,
.collection-filters,
.collection__sort,
.collection-filters__wrapper {
  margin-bottom: 1rem;
}

/* ---------- Cart page ---------- */
.cart-items td,
.cart-items th { color: var(--color-text); border-color: rgba(255,255,255,0.08); }
.cart-item__name { color: var(--color-text); font-family: var(--font-display); }
.cart-item__price-wrapper,
.cart-item__totals { color: var(--color-gold); font-family: var(--font-display); }
.cart__footer,
.cart__ctas { background: transparent; }
.totals { color: var(--color-text); }
.totals__total-value { color: var(--color-gold); font-size: 1.6rem; font-family: var(--font-display); }

/* ---------- Search ---------- */
.search__input,
.template-search__form input {
  background: rgba(255,255,255,0.05);
  color: var(--color-text);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  font-size: 1.05rem;
  padding: 0.85rem 1.1rem;
}

/* ---------- Blog / Article ---------- */
.article-card,
.blog-card {
  background: var(--color-bg-alt);
  border-radius: 12px;
  overflow: hidden;
}
.article-card__info,
.article-template__content {
  padding: 1.5rem;
}
.article-template__title { margin-bottom: 1rem; }
.article-template__hero-container { border-radius: 12px; overflow: hidden; }
time, .circle-divider { color: var(--color-text-muted); }

/* ---------- Customer (login / account) ---------- */
.customer h1 { text-align: center; margin-bottom: 2rem; }
.customer { max-width: 460px; margin: 4rem auto; padding: 0 1.5rem; }
.customer__field { margin-bottom: 1.2rem; }

/* ---------- Predictive search / quick-shop popovers ---------- */
.predictive-search,
.cart-notification,
.quick-add-modal__content {
  background: var(--color-bg-alt);
  color: var(--color-text);
  border: 1px solid rgba(255,255,255,0.08);
}

/* ---------- Pagination ---------- */
.pagination__list a,
.pagination__item--current {
  color: var(--color-text);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}
.pagination__item--current { background: var(--color-gold); color: #1a1410; border-color: var(--color-gold); }

/* ---------- 404 ---------- */
.template-404,
.section--404 {
  text-align: center;
  padding: 6rem 1.5rem;
}

/* ---------- Misc Dawn defaults to override ---------- */
/* Scope these to top-level page chrome so we don't paint over
   product card image wrappers that ALSO use .gradient internally. */
main > .color-background-1,
main > .color-background-2,
main > .gradient,
.shopify-section > .color-scheme-1,
.shopify-section > .color-scheme-2,
.shopify-section > .color-scheme-3,
.shopify-section > .color-scheme-4,
.shopify-section > .color-scheme-5 {
  background: var(--color-bg);
  color: var(--color-text);
}
.icon { color: currentColor; }
.svg-wrapper { display: inline-flex; }

/* ---------- Product card image wrappers ----------
   Do NOT override Dawn's card__media positioning — Dawn uses
   position: absolute on .card__media to fill a .ratio container
   (padding-bottom hack). Override only background + image rendering. */
.card__media .media,
.card-wrapper .media,
.product-card-wrapper .media {
  background: transparent;
}
.media--transparent { background: transparent; }

/* ============================================================
   TFx Reimagined — Apparel + PDP + Supplement subpage styles
   Ported from design-handoff/styles.css + Apparel.html + Product.html.
   ============================================================ */

:root {
  --gold: var(--color-gold);
  --gold-soft: color-mix(in oklab, var(--color-gold) 16%, transparent);
  --gold-line: color-mix(in oklab, var(--color-gold) 45%, transparent);
  --bg: var(--color-bg);
  --bg-1: var(--color-bg-alt, #14110d);
  --bg-2: color-mix(in oklab, var(--color-bg) 92%, var(--color-text) 6%);
  --bg-3: color-mix(in oklab, var(--color-bg) 80%, var(--color-text) 12%);
  --text: var(--color-text);
  --dim: var(--color-text-muted);
  --faint: color-mix(in oklab, var(--color-text-muted) 60%, transparent);
  --line: color-mix(in oklab, var(--color-text) 12%, transparent);
  --line-2: color-mix(in oklab, var(--color-text) 22%, transparent);
  --r: 6px;
  --ease: cubic-bezier(.2,.6,.2,1);
}

/* Global eyebrow — gold monospace label with decorative leading line */
.eyebrow {
  display:inline-flex; align-items:center; gap: 0.7em;
  font-family:'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.eyebrow::before {
  content: ""; flex:none; width: 22px; height: 1px;
  background: var(--gold); opacity: 0.7;
}

/* Section header block */
.section-head { margin-bottom: 32px; max-width: 720px; }
.section-head .section__heading { margin-top: 16px; }
.section-head p { color: var(--dim); margin-top: 16px; font-size: 1rem; }

.lineup-head { display:flex; justify-content:space-between; align-items:end; flex-wrap:wrap; gap:24px; margin-bottom:32px; }

/* Refine buttons with JetBrains Mono (matches design-handoff/styles.css) */
.btn {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0.12em;
}
.btn .arrow { transition: transform 0.18s var(--ease); display:inline-block; }
.btn:hover .arrow { transform: translateX(4px); }

/* Utility */
.mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.7rem; font-weight: 500;
}

/* Apparel card image placeholder (when product has no featured_media) */
.apc-placeholder {
  width:100%; aspect-ratio: 3 / 3.6; display:block;
  background: color-mix(in oklab, var(--gold) 14%, var(--bg-2));
}

/* ============ APPAREL HERO ============ */
.ap-hero { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; padding: clamp(48px, 7vw, 96px) 0; }
.ap-hero::before {
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.5;
  background: radial-gradient(54% 60% at 84% 8%, var(--gold-soft), transparent 62%);
}
.ap-hero > .container { position: relative; z-index:1; }
.ap-hero-grid { display:grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px,5vw,72px); align-items: center; }
.ap-hero h1 {
  font-size: clamp(3rem, 7vw, 4.8rem); font-weight: 900; text-transform: uppercase;
  line-height: 0.88; letter-spacing: -0.02em; margin: 20px 0 0;
  font-family: var(--font-display);
}
.ap-hero h1 .gold, .lb-quote .gold { color: var(--gold); }
.ap-hero p.lede { color: var(--dim); font-size: clamp(1rem,1.4vw,1.14rem); max-width: 440px; margin-top: 22px; }
.ap-hero-stats { display:flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.ap-hero-stats .st b { display:block; font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; }
.ap-hero-stats .st span { font-family:'JetBrains Mono', ui-monospace, monospace; font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); }
.ap-hero-visual { position: relative; aspect-ratio: 4 / 4.3; }
.ap-hero-visual img, .ap-hero-placeholder {
  position:absolute; inset:0; width:100%; height:100%; border-radius: 8px;
  background: color-mix(in oklab, var(--gold) 18%, var(--bg-2)); display:block; object-fit: cover;
}
.ap-hero-float {
  position:absolute; left: -6%; bottom: 10%; z-index:2;
  background: var(--bg-1); border:1px solid var(--line-2); border-radius: 8px; padding: 14px 18px;
  box-shadow: 0 24px 60px -24px #000;
}
.ap-hero-float .k { font-family:'JetBrains Mono', ui-monospace, monospace; font-size: 0.56rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); }
.ap-hero-float .v { font-weight: 800; font-size: 1.1rem; margin-top: 3px; }
.ap-hero-float .v .gold { color: var(--gold); }
@media (max-width: 860px){ .ap-hero-grid{ grid-template-columns: 1fr; } .ap-hero-visual{ max-width: 460px; } .ap-hero-float{ left: 0; } }

/* ============ FILTER RAIL ============ */
.ap-filter {
  position: sticky; top: 70px; z-index: 40;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
}
.ap-filter__inner { display:flex; align-items:center; justify-content:space-between; gap:18px; height:62px; }
.cat-rail { display:flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.cat-rail::-webkit-scrollbar { display:none; }
.cat-pill {
  flex: none; font-family:'JetBrains Mono', ui-monospace, monospace; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--dim); background: transparent; border: 1px solid var(--line-2); border-radius: 999px; padding: 9px 16px;
  transition: all .16s var(--ease); white-space: nowrap; cursor:pointer;
}
.cat-pill:hover { color: var(--text); border-color: var(--text); }
.cat-pill.on { background: var(--gold); color: #1a140a; border-color: var(--gold); }
.ap-count { font-family:'JetBrains Mono', ui-monospace, monospace; font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
@media (max-width: 700px){ .ap-count{ display:none; } }

/* ============ APPAREL GRID ============ */
.ap-shop { padding: clamp(40px, 5vw, 64px) 0 clamp(60px,8vw,110px); }
.ap-grid {
  display:grid; gap: 18px;
  grid-template-columns: repeat(var(--cols-desktop, 4), 1fr);
}
@keyframes apGridSwap { from { opacity:.35; transform: translateY(6px); } to { opacity:1; transform: none; } }
.ap-grid.swap { animation: apGridSwap .4s var(--ease); }
@media (max-width: 1080px){ .ap-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px){ .ap-grid{ grid-template-columns: 1fr 1fr; gap: 14px; } }

.apc {
  border-radius: 8px; overflow: hidden; position: relative; background: var(--bg-2);
  border: 1px solid var(--line); display:flex; flex-direction:column;
  transition: translate .38s var(--ease), border-color .35s var(--ease), box-shadow .4s var(--ease);
}
.apc:hover { translate: 0 -7px; border-color: var(--gold-line);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.85), 0 0 0 1px var(--gold-line); }
.apc.hide { display: none; }
.apc-shot { position: relative; overflow: hidden; display:block; }
.apc-shot img, .apc-placeholder {
  width:100%; height:auto; aspect-ratio: 3 / 3.6;
  background: color-mix(in oklab, var(--gold) 14%, var(--bg-2)); display:block;
  object-fit: cover; transition: transform .7s var(--ease);
}
.apc:hover .apc-shot img { transform: scale(1.065); }
.apc-shot::after {
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none; opacity:0;
  background: linear-gradient(to top, rgba(0,0,0,0.42), transparent 46%); transition: opacity .35s var(--ease);
}
.apc:hover .apc-shot::after { opacity:1; }
.apc .tag {
  position:absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--bg); color: var(--gold); font-family:'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 6px 10px; border-radius: 4px; border: 1px solid var(--gold-line);
}
.apc .qadd {
  position:absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2;
  display:flex; align-items:center; justify-content: space-between; gap: 8px;
  font-family:'JetBrains Mono', ui-monospace, monospace; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  background: var(--gold); color: #1a140a; border: none; border-radius: 5px; padding: 12px 15px;
  opacity: 0; transform: translateY(8px); cursor:pointer;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.apc:hover .qadd, .apc:focus-within .qadd { opacity: 1; transform: none; }
.apc-meta { display:flex; justify-content:space-between; align-items: center; padding: 15px 16px; gap: 10px; }
.apc-meta .nm { font-weight: 700; font-size: 0.96rem; }
.apc-meta .nm span { display:block; font-family:'JetBrains Mono', ui-monospace, monospace; font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); margin-top: 5px; font-weight: 500; }
.apc-meta .pr { font-weight: 800; white-space: nowrap; transition: color .3s var(--ease); }
.apc:hover .apc-meta .pr { color: var(--gold); }
@media (hover: none){ .apc .qadd{ opacity: 1; transform: none; } }
.ap-empty { text-align:center; color: var(--dim); padding: 60px 0; font-family:'JetBrains Mono', ui-monospace, monospace; letter-spacing:0.1em; text-transform:uppercase; font-size:0.8rem; }

/* ============ LOOKBOOK ============ */
.lookbook { background: var(--bg-1); border-block: 1px solid var(--line); padding: clamp(60px,8vw,110px) 0; }
.lb-grid { display:grid; grid-template-columns: 1.3fr 1fr; gap: 18px; margin-top: 44px; }
.lb-tile { position:relative; border-radius: 8px; overflow:hidden; display:block; background: color-mix(in oklab, var(--gold) 8%, var(--bg-2)); min-height: 280px; }
.lb-tile img, .lb-placeholder { width:100%; height:100%; min-height: 280px; object-fit:cover; display:block; }
.lb-placeholder { background: color-mix(in oklab, var(--gold) 12%, var(--bg-2)); }
.lb-col { display:grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.lb-cap { position:absolute; left:14px; bottom:12px; font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.6rem; letter-spacing:0.12em; text-transform:uppercase; color:#fff; background:rgba(0,0,0,0.5); padding:4px 10px; border-radius:4px; }
.lb-quote { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; max-width: 720px; }
@media (max-width: 760px){ .lb-grid{ grid-template-columns: 1fr; } }

/* ============ FABRIC SPEC ============ */
.fabric-spec .section-head { margin-bottom: 32px; }
.fabric-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 32px; }
.fab { border:1px solid var(--line); border-radius: 8px; padding: 26px 22px; background: var(--bg-1); }
.fab .ic { width: 40px; height: 40px; border-radius: 8px; background: var(--gold-soft); color: var(--gold); display:grid; place-items:center; }
.fab .ic svg { width: 22px; height: 22px; }
.fab h4 { font-size: 1.06rem; font-weight: 800; letter-spacing: -0.01em; margin: 16px 0 0; }
.fab p { color: var(--dim); font-size: 0.88rem; margin-top: 7px; }
@media (max-width: 820px){ .fabric-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px){ .fabric-grid{ grid-template-columns: 1fr; } }

/* ============ PDP ============ */
.pdp { padding: 28px 0 clamp(56px,7vw,96px); }
.crumb { display:flex; gap:8px; align-items:center; font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.66rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--faint); margin-bottom: 26px; flex-wrap:wrap; }
.crumb a { color:var(--dim); transition:color .15s; }
.crumb a:hover { color:var(--text); }
.crumb .sep { opacity:.5; }
.pdp-grid { display:grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px,4vw,60px); align-items: start; }
@media (max-width: 900px){ .pdp-grid{ grid-template-columns: 1fr; } }

.gallery { display:grid; grid-template-columns: 78px 1fr; gap: 14px; position: sticky; top: 90px; }
.g-thumbs { display:flex; flex-direction:column; gap: 12px; }
.g-thumb { position:relative; border:1px solid var(--line); border-radius:6px; overflow:hidden; background: var(--bg-2); aspect-ratio: 3/3.6; padding:0; transition: border-color .2s var(--ease); cursor:pointer; }
.g-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.g-thumb.is-active { border-color: var(--gold); }
.g-thumb::after { content:""; position:absolute; inset:0; box-shadow: inset 0 0 0 2px var(--gold); opacity:0; transition:opacity .2s; border-radius:6px; pointer-events:none; }
.g-thumb.is-active::after { opacity:1; }
.g-main { position:relative; border-radius:10px; overflow:hidden; background: var(--bg-2); aspect-ratio: 4/4.6; }
.g-main img { width:100%; height:100%; object-fit:cover; display:block; }
.g-badge { position:absolute; top:16px; left:16px; z-index:3; background:var(--bg); color:var(--gold); font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.6rem; letter-spacing:0.14em; text-transform:uppercase; font-weight:600; padding:7px 12px; border-radius:5px; border:1px solid var(--gold-line); }
@media (max-width: 560px){ .gallery{ grid-template-columns: 64px 1fr; position: static; } }

.buy .eyebrow { display:inline-flex; font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.66rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); margin-bottom: 12px; }
.buy h1 { font-size: clamp(2.2rem, 4vw, 3.1rem); font-weight: 900; text-transform: uppercase; line-height: 0.94; letter-spacing:-0.02em; margin:0; font-family: var(--font-display); }
.buy .subtitle { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.72rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--dim); margin-top: 12px; }
.buy .rate { display:flex; align-items:center; gap:10px; margin-top:16px; }
.buy .rate .stars { color:var(--gold); letter-spacing:2px; font-size:0.95rem; }
.buy .rate .n { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.7rem; letter-spacing:0.06em; color:var(--dim); }
.buy .price { font-size: 1.7rem; font-weight: 800; color: var(--gold); margin-top: 22px; letter-spacing:-0.01em; }
.buy .price .ship { display:block; font-family: var(--font-body); font-size:0.82rem; font-weight:400; color:var(--faint); letter-spacing:0; margin-top:8px; }
.buy .lede { color:var(--dim); font-size:0.98rem; margin-top:20px; max-width:460px; line-height:1.6; }

.opt { margin-top: 28px; }
.opt-head { display:flex; justify-content:space-between; align-items:baseline; margin-bottom: 12px; gap:12px; }
.opt-head .lbl { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.68rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--text); }
.opt-head .val { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.68rem; letter-spacing:0.06em; color:var(--dim); }
.opt-head .guide { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.66rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--gold); cursor:pointer; background:none; border:none; display:inline-flex; gap:6px; align-items:center; padding:0; }
.opt-head .guide svg { width:14px; height:14px; }
.opt-head .guide:hover { text-decoration:underline; text-underline-offset:2px; }

.swatches { display:flex; gap:12px; flex-wrap:wrap; }
.swatch { width:38px; height:38px; border-radius:50%; position:relative; cursor:pointer; border:1px solid var(--line-2); padding:0; transition: transform .15s var(--ease); }
.swatch:hover { transform: scale(1.08); }
.swatch::after { content:""; position:absolute; inset:-5px; border-radius:50%; border:1.5px solid var(--gold); opacity:0; transition:opacity .15s; }
.swatch.on::after { opacity:1; }

.sizes { display:flex; gap:8px; flex-wrap:wrap; }
.size { min-width:50px; padding:13px 14px; border:1px solid var(--line-2); border-radius: var(--r); background:var(--bg-1); font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.78rem; font-weight:700; letter-spacing:0.04em; color:var(--text); cursor:pointer; transition: all .15s var(--ease); }
.size:hover { border-color:var(--text); }
.size.on { background:var(--gold); color:#1a140a; border-color:var(--gold); }
.size.oos { color:var(--faint); border-style:dashed; cursor:not-allowed; text-decoration:line-through; }
.size.oos:hover { border-color:var(--line-2); }

.opt-select {
  width: 100%;
  padding: 13px 40px 13px 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--bg-1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
  cursor: pointer;
  transition: border-color .15s;
}
.opt-select:hover { border-color: var(--text); }
.opt-select:focus { outline: 1.5px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }

.qty-add { display:grid; grid-template-columns: auto 1fr; gap:12px; margin-top:26px; }
.qstep { display:flex; align-items:center; border:1px solid var(--line-2); border-radius: var(--r); background:var(--bg-1); }
.qstep button { width:46px; height:54px; display:grid; place-items:center; color:var(--dim); background:transparent; border:none; transition:color .15s; cursor:pointer; }
.qstep button svg { width:16px; height:16px; }
.qstep button:hover { color:var(--text); }
.qstep span { width:42px; text-align:center; font-weight:700; font-variant-numeric:tabular-nums; }
.add-cta { height:54px; font-size:0.84rem; }
.buyit { margin-top:12px; width:100%; height:52px; }
.reassure { display:flex; gap:18px; flex-wrap:wrap; margin-top:22px; }
.reassure .ra { display:flex; align-items:center; gap:8px; font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.62rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--dim); }
.reassure .ra svg { color:var(--gold); flex:none; width:15px; height:15px; }

.acc { margin-top: 30px; border-top:1px solid var(--line); }
.acc-item { border-bottom:1px solid var(--line); }
.acc-q { width:100%; display:flex; justify-content:space-between; align-items:center; gap:16px; padding: 20px 0; text-align:left; font-weight:800; text-transform:uppercase; letter-spacing:0.02em; font-size:0.96rem; background:none; border:none; color:inherit; cursor:pointer; }
.acc-q .pm { width:20px; height:20px; flex:none; position:relative; }
.acc-q .pm::before, .acc-q .pm::after { content:""; position:absolute; background:var(--gold); transition: transform .25s var(--ease), opacity .25s; }
.acc-q .pm::before { left:0; right:0; top:50%; height:2px; transform:translateY(-50%); }
.acc-q .pm::after { top:0; bottom:0; left:50%; width:2px; transform:translateX(-50%); }
.acc-item.open .pm::after { transform:translateX(-50%) scaleY(0); opacity:0; }
.acc-a { max-height:0; overflow:hidden; transition: max-height .3s var(--ease); }
.acc-a-in { padding-bottom: 22px; color:var(--dim); font-size:0.92rem; line-height:1.7; max-width:520px; }
.acc-a-in b, .acc-a-in strong { color:var(--text); font-weight:600; }
.acc-a-in ul { list-style:disc; padding-left:20px; }
.acc-a-in p { margin: 0 0 12px; }

.sc-overlay { position:fixed; inset:0; z-index:120; background:rgba(0,0,0,0.66); backdrop-filter:blur(4px); opacity:0; transition: opacity .3s; }
.sc-overlay.show { opacity:1; }
.sc-modal { position:fixed; z-index:121; left:50%; top:50%; transform:translate(-50%, -46%); opacity:0;
  width:min(620px, calc(100vw - 36px)); max-height:88vh; overflow:auto; background:var(--bg-1); border:1px solid var(--line-2); border-radius:12px;
  transition: opacity .3s var(--ease), transform .3s var(--ease); }
.sc-modal.show { opacity:1; transform:translate(-50%,-50%); }
.sc-head { display:flex; justify-content:space-between; align-items:flex-start; padding: 26px 28px 0; gap:14px; }
.sc-head h3 { font-size:1.5rem; font-weight:900; text-transform:uppercase; letter-spacing:-0.01em; margin:0; }
.sc-head p { color:var(--dim); font-size:0.84rem; margin-top:8px; max-width:380px; }
.sc-close { width:38px; height:38px; flex:none; border-radius: var(--r); display:grid; place-items:center; color:var(--dim); background:transparent; border:none; cursor:pointer; }
.sc-close svg { width:20px; height:20px; }
.sc-close:hover { background:var(--bg-3); color:var(--text); }
.sc-units { display:inline-flex; margin: 18px 28px 0; border:1px solid var(--line-2); border-radius:999px; padding:3px; }
.sc-units button { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.64rem; letter-spacing:0.1em; text-transform:uppercase; padding:7px 16px; border-radius:999px; color:var(--dim); background:none; border:none; cursor:pointer; }
.sc-units button.on { background:var(--gold); color:#1a140a; }
.sc-table { width:calc(100% - 56px); margin:18px 28px 8px; border-collapse:collapse; }
.sc-table th, .sc-table td { text-align:left; padding:13px 10px; border-bottom:1px solid var(--line); font-size:0.9rem; }
.sc-table th { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.6rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--faint); font-weight:500; }
.sc-table td:first-child { font-weight:800; }
.sc-table tr:last-child td { border-bottom:none; }
.sc-note { padding: 6px 28px 28px; color:var(--faint); font-size:0.8rem; line-height:1.6; }

.related { border-top:1px solid var(--line); padding: clamp(60px,7vw,96px) 0; }
.rel-grid { margin-top: 40px; }

@media (max-width: 600px){
  .qty-add .add-cta { position: sticky; bottom: 14px; }
}

.supplement-card { display:flex; flex-direction:column; gap:0; }
.supplement-card .pack { display:block; aspect-ratio: 1/1; background: color-mix(in oklab, var(--accent, var(--color-gold)) 18%, var(--bg-2)); border-radius:8px 8px 0 0; overflow:hidden; }
.supplement-card .pack img { width:100%; height:100%; object-fit:cover; }
.supplement-card .product-body { padding: 18px; background: var(--bg-2); border:1px solid var(--line); border-top:none; border-radius:0 0 8px 8px; display:flex; flex-direction:column; gap:6px; }
.supplement-card .product-cat { font-family:'JetBrains Mono', ui-monospace, monospace; font-size:0.6rem; letter-spacing:0.14em; text-transform:uppercase; color: var(--accent, var(--color-gold)); }
.supplement-card .product-name { font-size: 1.05rem; font-weight: 800; margin: 4px 0 0; letter-spacing:-0.01em; }
.supplement-card .product-name a { color: inherit; }
.supplement-card .product-desc { color:var(--dim); font-size: 0.86rem; line-height: 1.5; margin: 4px 0 8px; }
.supplement-card .product-foot { display:flex; justify-content:space-between; align-items:center; margin-top:auto; padding-top:8px; }
.supplement-card .product-price { font-weight: 800; font-size: 1.05rem; }
.supplement-card .add-btn { width:38px; height:38px; border-radius:50%; background: var(--accent, var(--color-gold)); color:#1a140a; border:none; display:grid; place-items:center; cursor:pointer; }

/* ---- sr-only (hides native <select> used as value store) ---- */
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; pointer-events:none; }

/* ---- custom select (csel) ---- */
.csel { position:relative; }

.csel__btn {
  width:100%; display:flex; align-items:center; justify-content:space-between;
  padding:13px 14px; gap:10px;
  border:1px solid var(--line-2); border-radius:var(--r);
  background:var(--bg-1);
  font-family:'JetBrains Mono',ui-monospace,monospace;
  font-size:0.78rem; font-weight:700; letter-spacing:0.04em;
  color:var(--text); cursor:pointer; text-align:left;
  transition:border-color .15s;
}
.csel__btn:hover { border-color:var(--text); }
.csel__btn[aria-expanded="true"] { border-color:var(--gold); outline:none; }
.csel__btn svg { flex-shrink:0; opacity:0.55; transition:transform .15s; }
.csel__btn[aria-expanded="true"] svg { transform:rotate(180deg); }

.csel__list {
  position:absolute; top:calc(100% + 4px); left:0; right:0; z-index:200;
  background:var(--bg-1); border:1px solid var(--gold); border-radius:var(--r);
  list-style:none; margin:0; padding:4px 0;
  max-height:264px; overflow-y:auto;
  box-shadow:0 8px 24px rgba(0,0,0,.55);
}
.csel__list::-webkit-scrollbar { width:4px; }
.csel__list::-webkit-scrollbar-thumb { background:var(--line-2); border-radius:2px; }

.csel__opt {
  padding:11px 14px;
  font-family:'JetBrains Mono',ui-monospace,monospace;
  font-size:0.78rem; font-weight:700; letter-spacing:0.04em;
  color:var(--text); cursor:pointer;
  transition:background .1s, color .1s;
}
.csel__opt:hover:not(.oos) { background:rgba(255,255,255,.07); }
.csel__opt.on { color:var(--gold); }
.csel__opt.oos { opacity:.35; cursor:not-allowed; text-decoration:line-through; }
.supplement-card .add-btn svg { width:18px; height:18px; }
