/** Shopify CDN: Minification failed

Line 85:0 All "@import" rules must come first

**/

/* ============================================================
   MID-COLLECTION BANNER
   Full-width editorial between product rows
============================================================ */
.collection-banner {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  background: #1a1815;
  background-size: cover;
  background-position: center;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.collection-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.collection-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.collection-banner__content {
  position: relative;
  z-index: 1;
  padding: 36px 28px;
}
.collection-banner__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
.collection-banner__title {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.collection-banner__cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,255,255,0.55);
  transition: text-decoration-color 0.2s;
}
.collection-banner__cta:hover {
  text-decoration-color: #fff;
  opacity: 1;
}

/* ============================================================
   INKUTTU — Shopify Theme
   Design: Farfetch-exact monochrome system
   Font: DM Sans (closest free equivalent to Basis Grotesque)
   Colors: #000 / #fff / #f5f5f5 / #767676 / #e5e5e5 / #c4022c
   Rules: Square corners everywhere. No shadows. No pills on CTAs.
          Underline-only hovers. Product image on #f5f5f5 plate.
============================================================ */

/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

/* ── CSS Variables ── */
:root {
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --color-black:      #000000;
  --color-white:      #ffffff;
  --color-plate:      #ffffff;
  --color-plate-alt:  #ffffff;
  --color-border:     #e5e5e5;
  --color-muted:      #767676;
  --color-sale:       #c4022c;
  --color-promo-bg:   #fafafa;
  --header-h:         0px; /* set by JS */
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; } /* No global opacity hover — applied per component below */
img, video, svg { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font-family: inherit; font-size: inherit; color: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.2; }

/* ── Layout ── */
.page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 749px) {
  .page-width { padding: 0 16px; }
}

/* ============================================================
   SITE HEADER WRAPPER
   One sticky element containing announce + nav
   JS measures height → sets --header-h
============================================================ */
#shopify-section-announcement-bar,
#shopify-section-header {
  position: relative; /* don't individually sticky */
}
.site-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-white);
}

/* ============================================================
   ANNOUNCEMENT BAR
============================================================ */
.announcement-bar {
  background: var(--color-black);
  color: var(--color-white);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 52px;
}
.announcement-bar__text {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
}
.announcement-bar__text a {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  margin-left: 6px;
}
.announcement-bar__text a:hover { opacity: 0.8; }
.announcement-bar__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.55);
  font-size: 16px;
  line-height: 1;
  transition: color 0.15s;
  background: none;
  border: none;
  cursor: pointer;
}
.announcement-bar__close:hover { color: var(--color-white); opacity: 1; }

/* ============================================================
   HEADER — tier 1 + tier 2
============================================================ */
.header { background: var(--color-white); }

/* TIER 1 — tabs left · logo centre · utils right */
.header__tier1 {
  height: 60px;
  border-bottom: 1px solid var(--color-border);
}
.header__tier1-inner {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
/* Left: department tabs */
.header__tabs { display: flex; align-items: center; height: 100%; gap: 0; }
.header__tab {
  height: 100%;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-muted);
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s;
  letter-spacing: 0.01em;
}
.header__tab:first-child { padding-left: 0; }
.header__tab:hover { color: var(--color-black); }
.header__tab.is-active {
  color: var(--color-black);
  font-weight: 600;
  border-bottom-color: var(--color-black);
}
/* Centre: logo — absolutely centred */
.header__logo-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}
.header__logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-black);
  white-space: nowrap;
  text-transform: uppercase;
}
.header__logo:hover { opacity: 1; color: var(--color-black); }
.header__logo img { max-height: 30px; width: auto; display: block; }
/* Right: utils */
.header__utils {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.header__util {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-black);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.15s;
}
.header__util:hover { opacity: 0.6; }
.header__util svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  flex-shrink: 0;
}
.header__util-label { display: inline; }
.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  margin-left: 2px;
  flex-shrink: 0;
}
/* Hamburger — mobile only */
.header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: 8px;
  cursor: pointer;
  background: none;
  border: none;
}
.header__burger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--color-black);
}

/* TIER 2 — sub-navigation + search */
.header__tier2 {
  height: 44px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
}
.header__tier2-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__nav-groups {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.header__nav-groups::-webkit-scrollbar { display: none; }
.header__nav-group {
  display: none;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.header__nav-group.is-active { display: flex; }
.header__nav-link {
  height: 100%;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-muted);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.header__nav-link:first-child { padding-left: 0; }
.header__nav-link:hover { color: var(--color-black); opacity: 1; }
.header__nav-link.is-active {
  color: var(--color-black);
  font-weight: 500;
  border-bottom-color: var(--color-black);
}
.header__nav-link--sale { color: var(--color-sale) !important; }
/* Search */
.header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
  width: 200px;
  margin-left: 20px;
  flex-shrink: 0;
}
.header__search svg {
  stroke: #aaa;
  fill: none;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.header__search input {
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-black);
  width: 100%;
  background: transparent;
}
.header__search input::placeholder { color: #bbb; }

/* ============================================================
   MEGA MENU
   Opens from tier-2 hover (data-mega attr)
   Fixed, top set by JS from header height
============================================================ */
.mega-menu {
  position: fixed;
  top: var(--header-h, 104px);
  left: 0;
  right: 0;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  z-index: 99;
  display: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.mega-menu.is-open { display: block; }
.mega-menu__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 240px;
  gap: 0 40px;
  padding: 28px 24px 36px;
  max-width: 1440px;
  margin: 0 auto;
}
.mega-menu__col-heading {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.mega-menu__col a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  padding: 5px 0;
  line-height: 1.35;
  transition: color 0.12s;
  text-decoration: none;
}
.mega-menu__col a:hover { color: var(--color-black); opacity: 1; }
.mega-menu__col-divider { height: 1px; background: var(--color-border); margin: 10px 0; }
/* Editorial image column */
.mega-menu__image {
  position: relative;
  overflow: hidden;
  background: #222;
  min-height: 220px;
}
.mega-menu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mega-menu__image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
}
.mega-menu__image-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  margin-bottom: 4px;
}
.mega-menu__image-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 9px;
  line-height: 1.2;
}
.mega-menu__image-cta {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 1px;
  text-decoration: none;
  transition: border-color 0.15s;
}
.mega-menu__image-cta:hover { border-color: var(--color-white); opacity: 1; }
/* Overlay */
.mega-overlay {
  position: fixed;
  top: var(--header-h, 104px);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.22);
  z-index: 98;
  display: none;
}
.mega-overlay.is-open { display: block; }

/* ============================================================
   MOBILE DRAWER
============================================================ */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100%;
  background: var(--color-white);
  z-index: 200;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0,0,0,0.12);
  overflow-y: auto;
}
.mobile-drawer.is-open { left: 0; }
.mobile-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--color-border);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mobile-drawer__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-muted);
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-drawer__search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--color-border);
}
.mobile-drawer__search svg { stroke: #aaa; fill: none; width: 15px; height: 15px; flex-shrink: 0; }
.mobile-drawer__search input { border: none; outline: none; font-size: 14px; width: 100%; }
.mobile-drawer__nav a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-black);
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
}
.mobile-drawer__nav a:hover { background: #fafafa; opacity: 1; }
.mobile-drawer__nav a.is-sale { color: var(--color-sale); }
.mobile-drawer__utils {
  padding: 18px 20px;
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: 20px;
  margin-top: auto;
}
.mobile-drawer__utils a { font-size: 13px; color: var(--color-muted); text-decoration: none; }
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 199;
  display: none;
}
.mobile-overlay.is-open { display: block; }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  white-space: nowrap;
  text-decoration: none;
}
.btn--primary {
  background: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-black);
  padding: 0 32px;
  height: 48px;
  width: 100%;
}
.btn--primary:hover { background: #333; border-color: #333; opacity: 1; }
.btn--primary:disabled { background: #ccc; border-color: #ccc; cursor: not-allowed; }
.btn--secondary {
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid #ccc;
  padding: 0 20px;
  height: 48px;
}
.btn--secondary:hover { border-color: var(--color-black); opacity: 1; }
.btn--outline {
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 0 32px;
  height: 44px;
}
.btn--outline:hover { background: var(--color-black); color: var(--color-white); opacity: 1; }
.btn--ghost {
  background: transparent;
  color: var(--color-white);
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 28px;
  height: 44px;
}
.btn--ghost:hover { border-color: var(--color-white); opacity: 1; }

/* ============================================================
   HERO BANNER
============================================================ */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  background-size: cover;
  background-position: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}
.hero__content {
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
}
.hero__content-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}
.hero__heading {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 400;
  line-height: 0.95;
  color: var(--color-white);
  letter-spacing: -0.01em;
}
.hero__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
/* Text-link CTA style (Farfetch hero default) */
.hero__text-cta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}
.hero__text-cta:hover { opacity: 0.75; }
.hero__text-cta::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

/* ============================================================
   SECTION HEADINGS — Farfetch style
   "New in: handpicked daily..." = Regular 400, ~24px, mixed case
============================================================ */
.section { padding: 48px 0 48px; }
.section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 16px;
  margin-bottom: 28px;
}
.section__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.section__link {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 7px 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.18s;
  text-decoration: none;
}
.section__link:hover { background: var(--color-black); color: var(--color-white); opacity: 1; }
.section__footer { text-align: center; margin-top: 16px; }

/* ============================================================
   PRODUCT GRID
   4-column, magazine-tight horizontal, breathing vertical
   Separator lines between cards (not gaps)
============================================================ */
/* ============================================================
   PRODUCT GRID
   row-gap creates clean white space between rows
   column border-right creates subtle vertical separator
============================================================ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 20px;
}
.product-grid__item {}

/* ============================================================
   PRODUCT CARD
============================================================ */
.product-card { display: block; }
.product-card__image-wrap {
  position: relative;
  overflow: hidden;
  background: #ffffff;   /* pure white — no gray plate */
  aspect-ratio: 3/4;
  display: block;
}
.product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.product-card__img--hover {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.32s ease;
}
/* Hover: ONLY the secondary image fades in — nothing else changes at all */
.product-card:hover .product-card__img--hover { opacity: 1; }
/* Card link — no opacity change on hover (global a:hover removed above) */
.product-card__image-wrap:hover { opacity: 1; }
/* Wishlist heart — always visible, outline only */
.product-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
.product-card__wishlist svg {
  width: 19px;
  height: 19px;
  stroke: rgba(0,0,0,0.55);
  fill: none;
  stroke-width: 1.4;
  transition: stroke 0.18s, fill 0.18s;
  /* no drop-shadow filter — clean rendering */
}
.product-card__wishlist:hover svg,
.product-card__wishlist.is-saved svg {
  stroke: var(--color-black);
  fill: var(--color-black);
}
/* Card info */
.product-card__info { padding: 10px 12px 28px; } /* bottom padding = row breathing room */
.product-card__badge {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--color-muted);
  margin-bottom: 3px;
  letter-spacing: 0.01em;
}
.product-card__badge--sale {
  color: var(--color-sale);
}
/* Product NAME — first, primary, slightly bolder */
.product-card__name {
  display: block;
  font-size: 13px;
  font-weight: 600;   /* strong — primary identifier */
  color: var(--color-black);
  margin-bottom: 2px;
  line-height: 1.35;
  text-decoration: none;
}
.product-card__name:hover { opacity: 1; color: var(--color-black); }

/* Conditional meta line — vendor (collabs) or product type (category) */
.product-card__meta {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--color-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 4px 0 8px;
  line-height: 1.3;
}
/* Vendor — when present, it's a real partner; give it a touch more weight */
.product-card__meta--vendor {
  color: var(--color-black);
  letter-spacing: 0.04em;
  font-weight: 600;
}
/* Type — quieter, just a category cue */
.product-card__meta--type {
  letter-spacing: 0.08em;
}
.product-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}
.price { font-size: 13px; font-weight: 400; color: var(--color-black); }
/* Sale price row: $45.00  $28.00  -37% */
.price--compare {
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: line-through;
  text-decoration-color: #aaaaaa;
}
.price--sale {
  font-size: 13px;
  font-weight: 600;        /* bolder — draws eye to the deal */
  color: var(--color-black); /* black, not red — more editorial */
}
.price--badge {
  font-size: 11px;
  font-weight: 400;
  color: #888;             /* subtle gray percentage */
  letter-spacing: 0.01em;
}
/* "Save $X" secondary line — shown via Liquid below price row */
.price--save {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #2e7d32;          /* green — positive, like a saving */
  margin-top: 2px;
  letter-spacing: 0.01em;
}

/* ============================================================
   COLLECTION PAGE
============================================================ */
.collection-header { padding: 0; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-muted);
  padding: 20px 0 0;   /* generous space below nav */
  margin-bottom: 16px; /* space to title below */
}
.breadcrumb a { color: var(--color-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--color-black); opacity: 1; }
.breadcrumb__sep { color: #ccc; }
.collection-header__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;        /* bolder — matches brand logo weight */
  color: var(--color-black);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.collection-header__desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-muted);
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 2px; /* filter-bar top margin handles the rest */
}
.collection-header__desc a { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }
/* Filter bar */
.filter-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 8px 0;       /* tight — height comes from 36px elements */
  margin: 24px 0 0;
}
.filter-pills {
  display: flex;
  gap: 6px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  align-items: center;
}
.filter-pills::-webkit-scrollbar { display: none; }
/* "All Filters" — rectangular, 1px black border */
.filter-btn-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border: 1px solid var(--color-black);
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-white);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  height: 36px;         /* fixed height — same as pills */
  line-height: 1;
}
.filter-btn-all:hover { background: var(--color-black); color: var(--color-white); }
.filter-btn-all svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.5; flex-shrink: 0; }
/* Category pills — rounded (999px) per Farfetch */
.filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 0;           /* rectangular — matches Farfetch exactly */
  border: 1px solid #c8c8c8;  /* lighter border than All Filters */
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-white);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.15s;
  height: 36px;
  line-height: 1;
}
.filter-pill:hover { border-color: var(--color-black); }
.filter-pill.is-active { background: var(--color-white); color: var(--color-black); border: 2px solid var(--color-black); font-weight: 600; }
/* Sort */
.filter-sort-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 36px;
}
.filter-sort-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  white-space: nowrap;
  margin-right: 4px;
  pointer-events: none;
}
.filter-sort {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 13px;
  border: none;
  background: none;
  width: 100%;
}
.filter-sort-chevron {
  stroke: var(--color-black);
  fill: none;
  width: 12px;
  height: 8px;
  stroke-width: 1.5;
  flex-shrink: 0;
  pointer-events: none;
}

/* ── Active filter row — appears below filter bar when filters are active ── */
.active-filter-row {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
}
.active-filter-row.is-visible { display: flex; }

/* Individual active tag — "Shorts ×" */
.active-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 12px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-black);
  background: #efefef;
  white-space: nowrap;
}
.active-filter-tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--color-muted);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  transition: color 0.12s;
}
.active-filter-tag__remove:hover { color: var(--color-black); }

/* Clear all — plain text */
.active-filter-clear {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  white-space: nowrap;
}
.active-filter-clear:hover { opacity: 0.6; }

.collection-count { font-size: 12px; color: var(--color-muted); margin: 16px 0 0; }
.collection-page-wrap { padding-bottom: 80px; }

/* Filter Drawer */
.filter-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 340px;
  height: 100%;
  background: var(--color-white);
  z-index: 200;
  transition: left 0.28s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0,0,0,0.1);
}
.filter-drawer.is-open { left: 0; }
.filter-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-border);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.filter-drawer__close {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-muted);
  cursor: pointer;
  transition: color 0.15s;
}
.filter-drawer__close:hover { color: var(--color-black); }
.filter-drawer__body { flex: 1; overflow-y: auto; }
.filter-group { border-bottom: 1px solid var(--color-border); }
.filter-group__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  user-select: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.filter-group__toggle svg {
  stroke: var(--color-black);
  fill: none;
  width: 12px;
  height: 8px;
  stroke-width: 1.5;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.filter-group.is-open .filter-group__toggle svg { transform: rotate(180deg); }
.filter-group__body { padding: 0 24px 14px; display: none; }
.filter-group.is-open .filter-group__body { display: block; }
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.filter-option input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--color-black);
  cursor: pointer;
  flex-shrink: 0;
}
.filter-drawer__foot {
  padding: 14px 24px;
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: 8px;
}
.filter-drawer__clear {
  flex: 1;
  padding: 12px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.16s;
}
.filter-drawer__clear:hover { background: #ffffff; }
.filter-drawer__apply {
  flex: 1;
  padding: 12px;
  border: none;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.16s;
}
.filter-drawer__apply:hover { background: #333; }
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 199;
  display: none;
}
.drawer-overlay.is-open { display: block; }

/* ============================================================
   PRODUCT DETAIL PAGE
   Three-column: [thumbs ~80px] [image fluid] [info 390px]
   No outer page padding — flush to viewport
   Separator lines between columns
============================================================ */
.pdp { background: var(--color-white); }

/* ── PDP supplementary sections (Complete the Look, Recently Viewed) ── */
.pdp-section-block {
  padding: 20px 0 0;
  border-top: 1px solid var(--color-border);
  margin-top: 0;
}


.pdp__layout {
  display: grid;
  grid-template-columns: 120px 1fr 380px;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 0;
  box-sizing: border-box;
}
/* Thumbnails */
.pdp__thumbs {
  position: sticky;
  top: var(--header-h, 104px);
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 4px 16px 4px;
  max-height: 65vh;
  overflow-y: auto;
  scrollbar-width: none;
  border-right: 1px solid var(--color-border);
}
.pdp__thumbs::-webkit-scrollbar { display: none; }
.pdp__thumb {
  width: 112px;
  height: 140px;
  overflow: hidden;
  border: 1.5px solid transparent;
  cursor: pointer;
  background: #ffffff;
  padding: 0;
  display: block;
  flex-shrink: 0;
  transition: border-color 0.16s;
}
.pdp__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp__thumb.is-active,
.pdp__thumb:hover { border-color: var(--color-black); }
/* Main image */
.pdp__image {
  position: sticky;
  top: var(--header-h, 104px);
  align-self: start;
  background: transparent;
  overflow: hidden;
  border-right: 1px solid var(--color-border);
  cursor: zoom-in;
  height: 65vh;
  max-height: 65vh;
}
.pdp__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}
/* Info panel */
.pdp__info {
  position: sticky;
  top: var(--header-h, 104px);
  align-self: start;
  padding: 20px 24px 64px 24px;
  max-height: 65vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.pdp__info::-webkit-scrollbar { display: none; }
/* Info typography */
.pdp__badge {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-muted);
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
/* Brand = large Regular — "light" feel via size not thin weight */
.pdp__brand {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-black);
  margin-bottom: 4px;
  line-height: 1.15;
}
.pdp__name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.35;
}
/* Price block */
.pdp__price-block {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 13px 0;
  margin-bottom: 14px;
}
.pdp__price { display: block; font-size: 20px; font-weight: 400; color: var(--color-black); }
.pdp__price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pdp__price-was { font-size: 15px; font-weight: 400; color: #aaa; text-decoration: line-through; }
.pdp__price-now { font-size: 20px; font-weight: 400; color: var(--color-black); }
.pdp__price-pct { font-size: 13px; font-weight: 400; color: var(--color-sale); }
.pdp__price-note { font-size: 12px; font-weight: 400; color: var(--color-muted); margin-top: 3px; }
/* Promo box */
.pdp__promo {
  border: 1px solid #e0e0e0;
  padding: 10px 13px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1.55;
  background: var(--color-promo-bg);
}
.pdp__promo strong { font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
/* Option dropdowns */
.pdp__option { margin-bottom: 14px; }
.pdp__option-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.pdp__option-label { font-size: 13px; font-weight: 500; color: var(--color-black); }
.pdp__size-guide {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  background: none;
  border: none;
}
.pdp__size-guide:hover { color: var(--color-black); }
.pdp__select-wrap { position: relative; }
.pdp__select {
  width: 100%;
  height: 50px;
  padding: 0 38px 0 13px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: var(--color-white);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.16s;
  font-family: var(--font-body);
}
.pdp__select:focus { border-color: var(--color-black); }
.pdp__select-chevron {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  stroke: var(--color-black);
  fill: none;
}
/* CTA buttons */
.pdp__cta-row { display: flex; gap: 7px; margin-bottom: 8px; }
.pdp__atc {
  flex: 1;
  height: 50px;
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.16s;
  font-family: var(--font-body);
}
.pdp__atc:hover { background: #222; }
.pdp__atc:disabled { background: #ccc; cursor: not-allowed; }
/* Wishlist button — "Wishlist ♡" text + icon */
.pdp__wishlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 50px;
  border: 1px solid #ccc;
  background: var(--color-white);
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.16s;
  flex-shrink: 0;
  font-family: var(--font-body);
}
.pdp__wishlist-btn:hover { border-color: var(--color-black); }
.pdp__wishlist-btn svg { stroke: currentColor; fill: none; width: 16px; height: 16px; stroke-width: 1.4; transition: fill 0.16s; flex-shrink: 0; }
.pdp__wishlist-btn.is-saved svg { fill: var(--color-black); }
/* Buy Now */
.pdp__buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  background: var(--color-white);
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.16s, border-color 0.16s;
  font-family: var(--font-body);
}
.pdp__buy-now:hover { background: #ffffff; border-color: #999; }
/* Delivery */
.pdp__delivery { border-top: 1px solid var(--color-border); padding: 14px 0 10px; margin-top: 13px; }
.pdp__delivery-label { font-size: 13px; font-weight: 600; color: var(--color-black); margin-bottom: 2px; }
.pdp__delivery-dates { font-size: 13px; font-weight: 400; color: var(--color-black); }
/* Returns box */
.pdp__returns {
  background: #f5f5f3;
  border: 1px solid #ececec;
  padding: 12px 14px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #555;
  text-align: center;
}
/* Below gallery */
.pdp__below { max-width: 1440px; margin: 0 auto; padding: 0 24px 0; }
.pdp__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 14px 0;
  font-size: 12px;
  color: var(--color-muted);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0;
}
.pdp__breadcrumb a { color: var(--color-muted); }
.pdp__breadcrumb a:hover { color: var(--color-black); opacity: 1; }
/* Accordions */
.pdp__accordions { border-top: 1.5px solid var(--color-black); }
.pdp__accordion { border-bottom: 1px solid var(--color-border); }
.pdp__accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-black);
  user-select: none;
}
.pdp__accordion summary::-webkit-details-marker { display: none; }
.pdp__accordion-icon {
  transition: transform 0.22s;
  flex-shrink: 0;
  stroke: var(--color-black);
  fill: none;
}
details[open] .pdp__accordion-icon { transform: rotate(180deg); }
.pdp__accordion-body {
  padding: 0 0 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: #444;
}
.pdp__accordion-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.pdp__accordion-sub { display: block; font-size: 13px; font-weight: 700; color: var(--color-black); margin-bottom: 5px; margin-top: 14px; }
.pdp__accordion-sub:first-child { margin-top: 0; }
.pdp__accordion-val { font-size: 13px; font-weight: 400; color: #555; line-height: 1.75; margin-bottom: 8px; }
.pdp__accordion-id { display: block; font-size: 12px; color: #999; margin-top: 10px; }
.pdp__accordion-body ul { padding-left: 17px; list-style: disc; margin-bottom: 6px; }
.pdp__accordion-body li { margin-bottom: 3px; }
.pdp__accordion-link { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; font-size: 13px; }

/* ============================================================
   CAMPAIGN TILES
============================================================ */
.campaign-tiles { display: grid; grid-template-columns: 1fr 1fr; }
.campaign-tile {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: block;
  background: #1a1815;
  background-size: cover;
  background-position: center;
  border-right: 2px solid var(--color-white);
  text-decoration: none;
}
.campaign-tile:last-child { border-right: none; }
.campaign-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%);
  transition: background 0.4s;
}
.campaign-tile:hover .campaign-tile__overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
}
.campaign-tile__content { position: absolute; bottom: 28px; left: 24px; right: 24px; }
.campaign-tile__eyebrow { display: block; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); font-weight: 400; margin-bottom: 7px; }
.campaign-tile__title { font-size: clamp(24px, 3vw, 44px); font-weight: 400; color: var(--color-white); line-height: 1.0; margin-bottom: 16px; }
.campaign-tile__cta {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.28s;
}
.campaign-tile__cta::after { content: ''; display: inline-block; width: 20px; height: 1px; background: currentColor; transition: width 0.3s; }
.campaign-tile:hover .campaign-tile__cta { color: var(--color-white); gap: 14px; }
.campaign-tile:hover .campaign-tile__cta::after { width: 32px; }

/* ============================================================
   IMAGE BANNER
============================================================ */
.image-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  background-size: cover;
  background-position: center;
}
.image-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 52%, transparent 100%);
}
.image-banner__content {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}
.image-banner__content-inner { text-align: center; }
.image-banner__eyebrow { display: block; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(255,255,255,0.4); font-weight: 400; margin-bottom: 12px; }
.image-banner__title { font-size: clamp(44px, 7vw, 88px); font-weight: 400; color: var(--color-white); line-height: 0.92; letter-spacing: -0.01em; margin-bottom: 28px; }

/* ============================================================
   RICH TEXT
============================================================ */
.rich-text { padding: 64px 0; text-align: center; }
.rich-text__eyebrow { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 14px; }
.rich-text__heading { font-size: clamp(28px, 4vw, 48px); font-weight: 400; color: var(--color-black); margin-bottom: 16px; letter-spacing: -0.01em; }
.rich-text__body { font-size: 14px; font-weight: 400; color: var(--color-muted); line-height: 1.75; max-width: 560px; margin: 0 auto 28px; }

/* ============================================================
   NEWSLETTER
============================================================ */
.newsletter {
  background: #f7f7f5;
  border-top: 1px solid var(--color-border);
  padding: 64px 24px;
  text-align: center;
}
.newsletter__eyebrow { display: block; font-size: 9px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 12px; }
.newsletter__title { font-size: clamp(22px, 3vw, 36px); font-weight: 400; color: var(--color-black); margin-bottom: 8px; }
.newsletter__sub { font-size: 13px; color: var(--color-muted); margin-bottom: 28px; }
.newsletter__form { display: flex; max-width: 400px; margin: 0 auto; border: 1px solid #ccc; }
.newsletter__input { flex: 1; padding: 13px 14px; border: none; outline: none; font-size: 13px; color: var(--color-black); background: var(--color-white); font-family: var(--font-body); }
.newsletter__input::placeholder { color: #bbb; }
.newsletter__btn { padding: 13px 20px; background: var(--color-black); color: var(--color-white); border: none; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.16s; font-family: var(--font-body); flex-shrink: 0; }
.newsletter__btn:hover { background: #333; }
.newsletter__success { font-size: 13px; color: #2a6a2a; margin-top: 12px; display: none; }

/* ============================================================
   FOOTER
   Five columns, white background
============================================================ */
.site-footer { background: #f4f4f4; border-top: 1px solid var(--color-border); padding: 56px 0 24px; margin-top: 64px; }
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 32px;
  padding-bottom: 40px;
  margin-bottom: 24px;
}
.site-footer__col-title { display: block; font-size: 14px; font-weight: 600; color: var(--color-black); margin-bottom: 16px; letter-spacing: -0.005em; }
.site-footer__col-links { display: flex; flex-direction: column; gap: 9px; }
.site-footer__col-links a { font-size: 13px; color: #444; font-weight: 400; text-decoration: none; line-height: 1.4; transition: color 0.15s; }
.site-footer__col-links a:hover { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }
.site-footer__col-text { font-size: 13px; color: var(--color-muted); line-height: 1.6; margin: 0 0 14px; }
.site-footer__col-text:last-child { margin-bottom: 0; }

/* Social icons */
.site-footer__col--social .site-footer__social { margin-top: 4px; }
.site-footer__social { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}
.site-footer__social a:hover { opacity: 0.6; }
.site-footer__social a:focus-visible { outline: 2px solid var(--color-black); outline-offset: 2px; }

/* Newsletter inside footer */
.site-footer__col--newsletter .site-footer__newsletter {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-top: 4px;
}
.site-footer__col--newsletter input[type="email"] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 6px 0;
  font-size: 13px;
  color: var(--color-black);
  font-family: inherit;
}
.site-footer__col--newsletter input[type="email"]::placeholder { color: var(--color-muted); }
.site-footer__col--newsletter button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-black);
  padding: 4px 0 4px 8px;
  display: inline-flex;
  align-items: center;
}
.site-footer__col--newsletter button:hover { transform: translateX(2px); }
.site-footer__newsletter-success { font-size: 12px; color: #2e7d32; margin: 8px 0 0; }

/* Bottom strip */
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}
.site-footer__bottom-brand { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.site-footer__brand-name { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-black); }
.site-footer__copy { font-size: 12px; color: var(--color-muted); margin: 0; }
.site-footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer__legal a { font-size: 12px; color: var(--color-muted); text-decoration: none; }
.site-footer__legal a:hover { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }
.site-footer__payments { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.site-footer__payments .pay-icon { display: inline-flex; }
.site-footer__payments .pay-icon svg { display: block; }

/* ============================================================
   CART PAGE
============================================================ */
.cart-page { padding: 40px 0 80px; }
.cart-page__title { font-size: 28px; font-weight: 400; margin-bottom: 32px; letter-spacing: -0.01em; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--color-border); align-items: start; }
.cart-item__image { background: #ffffff; aspect-ratio: 3/4; overflow: hidden; display: block; text-decoration: none; }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__brand { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 3px; }
.cart-item__name { display: block; font-size: 13px; font-weight: 400; color: var(--color-black); margin-bottom: 4px; }
.cart-item__variant { font-size: 12px; color: var(--color-muted); margin-bottom: 10px; }
.cart-item__price { font-size: 14px; font-weight: 400; text-align: right; }
.cart-item__remove { display: block; font-size: 12px; color: var(--color-muted); text-decoration: underline; text-underline-offset: 2px; margin-top: 6px; cursor: pointer; background: none; border: none; text-align: right; }
.cart-subtotal { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 15px; font-weight: 500; border-top: 1px solid var(--color-border); margin-top: 4px; }
.cart-note { font-size: 12px; color: var(--color-muted); margin-bottom: 16px; }
.cart-empty { text-align: center; padding: 80px 0; }
.cart-empty p { font-size: 14px; color: var(--color-muted); margin-bottom: 24px; }

/* ============================================================
   PAGES (policy, FAQ, etc)
============================================================ */
.page-content { padding: 52px 0 88px; max-width: 720px; }
.page-title { font-size: clamp(24px, 3.5vw, 40px); font-weight: 400; margin-bottom: 8px; letter-spacing: -0.01em; }
.page-meta { display: block; font-size: 12px; color: var(--color-muted); margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid var(--color-border); }
.page-body { font-size: 14px; font-weight: 400; line-height: 1.88; color: #333; }
.page-body h2 { font-size: 20px; font-weight: 400; color: var(--color-black); margin: 32px 0 10px; }
.page-body h3 { font-size: 15px; font-weight: 600; color: var(--color-black); margin: 22px 0 7px; }
.page-body p { margin-bottom: 14px; }
.page-body ul, .page-body ol { padding-left: 20px; margin-bottom: 14px; }
.page-body ul { list-style: disc; } .page-body ol { list-style: decimal; }
.page-body li { margin-bottom: 5px; line-height: 1.7; }
.page-body a { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }
.page-body strong { font-weight: 600; }
.page-body table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.page-body th { font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; text-align: left; padding: 9px 10px; border-bottom: 2px solid var(--color-black); color: var(--color-black); }
.page-body td { padding: 10px; border-bottom: 1px solid var(--color-border); font-size: 13px; color: #555; }
.page-toc { background: #f7f7f5; border: 1px solid var(--color-border); padding: 20px 24px; margin-bottom: 36px; }
.page-toc__title { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-black); margin-bottom: 10px; }
.page-toc a { display: block; font-size: 13px; color: #555; padding: 3px 0; text-decoration: underline; text-underline-offset: 2px; }
.page-toc a:hover { color: var(--color-black); opacity: 1; }

/* ============================================================
   SEARCH
============================================================ */
.search-page { padding: 40px 0 80px; }
.search-page__form { display: flex; max-width: 520px; margin-bottom: 40px; border: 1px solid var(--color-black); }
.search-page__input { flex: 1; padding: 13px 16px; border: none; outline: none; font-size: 14px; font-family: var(--font-body); }
.search-page__submit { padding: 13px 24px; background: var(--color-black); color: var(--color-white); border: none; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.16s; font-family: var(--font-body); }
.search-page__submit:hover { background: #333; }

/* ============================================================
   BLOG
============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; padding: 32px 0 64px; }
.article-card { display: block; text-decoration: none; }
.article-card__image { aspect-ratio: 4/3; overflow: hidden; background: #ffffff; margin-bottom: 14px; }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.article-card:hover .article-card__image img { transform: scale(1.04); }
.article-card__tag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 6px; }
.article-card__title { font-size: 18px; font-weight: 400; color: var(--color-black); line-height: 1.35; margin-bottom: 8px; }
.article-card__excerpt { font-size: 13px; color: var(--color-muted); line-height: 1.65; }

/* ============================================================
   ACCOUNT / CUSTOMERS
============================================================ */
.account-page { padding: 40px 0 80px; max-width: 600px; }
.account-page__title { font-size: 28px; font-weight: 400; margin-bottom: 28px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-black); margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea {
  display: block; width: 100%; height: 48px; padding: 0 13px;
  border: 1px solid #ccc; border-radius: 0; font-size: 14px; font-weight: 400;
  color: var(--color-black); background: var(--color-white); outline: none;
  transition: border-color 0.16s; font-family: var(--font-body);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--color-black); }
.form-field textarea { height: auto; padding: 13px; resize: vertical; }
.form-error { font-size: 13px; color: var(--color-sale); margin-bottom: 14px; }
.form-link { font-size: 13px; color: var(--color-muted); text-decoration: underline; text-underline-offset: 2px; }
.form-link:hover { color: var(--color-black); }
.account-orders { margin-top: 36px; }
.order-row { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--color-border); align-items: center; font-size: 13px; }
.order-row__label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 2px; }

/* ============================================================
   WISHLIST
============================================================ */
.wishlist-page { padding: 40px 0 80px; }
.wishlist-page__title { font-size: 28px; font-weight: 400; margin-bottom: 6px; }
.wishlist-page__count { font-size: 13px; color: var(--color-muted); margin-bottom: 28px; }
.wishlist-page__empty { text-align: center; padding: 80px 0; }
.wishlist-page__empty p { font-size: 14px; color: var(--color-muted); margin-bottom: 24px; }

/* ============================================================
   404
============================================================ */
.not-found { text-align: center; padding: 120px 24px; }
.not-found__code { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 16px; }
.not-found__title { font-size: clamp(28px, 4vw, 48px); font-weight: 400; margin-bottom: 14px; }
.not-found__text { font-size: 14px; color: var(--color-muted); margin-bottom: 40px; }

/* ============================================================
   UTILITIES
============================================================ */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }


/* ============================================================
   IMAGE LIGHTBOX
   Full-screen overlay on PDP image click
============================================================ */
.pdp-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.pdp-lightbox.is-open {
  display: flex;
}
.pdp-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  user-select: none;
}
.pdp-lightbox__close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 1001;
}
.pdp-lightbox__close:hover { opacity: 1; }
.pdp-lightbox__prev,
.pdp-lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  opacity: 0.7;
  transition: opacity 0.2s, background 0.2s;
}
.pdp-lightbox__prev { left: 20px; }
.pdp-lightbox__next { right: 20px; }
.pdp-lightbox__prev:hover,
.pdp-lightbox__next:hover { opacity: 1; background: rgba(255,255,255,0.2); }

/* Collection grid - fix spacing between image and info */
/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
  .pdp__layout { grid-template-columns: 68px 1fr 340px; max-width: 100%; }
  .pdp__info { padding: 22px 24px 48px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); row-gap: 0; }


  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
}

/* Mobile breadcrumb — hidden on desktop */
.pdp-mobile-bc { display: none; }

/* Mobile thumbnail strip — hidden by default on desktop */
.pdp__thumbs-mobile { display: none; }
.pdp__thumb-mobile { display: none; }
/* ── Tablet (≤900px) ── */
@media (max-width: 900px) {
  /* Header */
  .header__tabs   { display: none; }
  .header__search { display: none; }
  .header__burger { display: flex; }
  .header__util-label { display: none; }
  .header__tier2  { display: none; }   /* hide sub-nav on all mobile/tablet */
  .mega-menu, .mega-overlay { display: none !important; }

  /* PDP: 2-col at tablet */
  .pdp__layout {
    grid-template-columns: 64px 1fr !important;
    padding: 0 !important;
  }
  .pdp__thumbs {
    display: flex !important;
    grid-column: 1; grid-row: 1;
    position: static;
    border-right: 1px solid var(--color-border);
    padding: 12px 6px 12px 10px;
    height: auto;
    overflow: visible;
  }
  .pdp__image {
    grid-column: 2; grid-row: 1;
    position: static;
    border-right: none;
  }
  .pdp__info {
    grid-column: 1 / -1; grid-row: 2;
    position: static; max-height: none;
    padding: 24px 20px 48px;
    border-top: 1px solid var(--color-border);
  }
  .pdp__accordion-two-col { grid-template-columns: 1fr; gap: 0; }

  /* Layout */
  .campaign-tiles { grid-template-columns: 1fr; }
  .campaign-tile  { border-right: none; min-height: 320px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
}

/* ── Mobile (≤749px) ── */
@media (max-width: 749px) {

  /* ── Page ── */
  .page-width { padding: 0 16px; }

  /* ── Announcement ── */
  .announcement-bar { padding: 0 40px; height: 40px; }
  .announcement-bar__text { font-size: 11px; }

  /* ── Header: burger | logo | bag ── */
  .header__tier1 { height: 56px; }
  .header__tier1-inner { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; }
  .header__tabs { display: none !important; }
  .header__tier2 { display: none !important; }
  .header__search { display: none !important; }
  .header__burger { display: flex; order: 1; margin: 0; }
  .header__logo-wrap { position: absolute; left: 50%; transform: translateX(-50%); z-index: 2; }
  .header__logo img { max-height: 24px; }
  .header__logo { font-size: 16px; }
  /* Hide account on mobile, keep bag */
  .header__util[href*="account"] { display: none; }
  .header__utils { order: 3; margin-left: auto; gap: 10px; }
  .header__util-label { display: none; }


  /* ── Mobile breadcrumb above image ── */
  .pdp-mobile-bc {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 10px 16px 8px;
    font-size: 12px;
    color: var(--color-muted);
    font-weight: 400;
  }
  .pdp-mobile-bc a { color: var(--color-muted); text-decoration: none; }
  .pdp-mobile-bc a:hover { color: var(--color-black); }
  /* Hide the desktop breadcrumb (in pdp__below, below image) */
  .pdp__breadcrumb { display: none; }

  /* ── PDP ── */
  /* Layout: natural height on mobile */
  .pdp__layout {
    display: block !important;
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    max-height: none !important;
    position: static !important;   /* no sticky on mobile */
  }

  /* Vertical thumbnail strip: hidden on mobile */
  .pdp__thumbs { display: none !important; }

  /* Main image: contained with 16px side padding, like Farfetch */
  .pdp__image {
    display: block !important;
    position: static !important;
    width: 100% !important;
    border-right: none !important;
    padding: 0 16px !important;
    box-sizing: border-box;
  }
  .pdp__image img {
    width: 100% !important;
    display: block !important;
    aspect-ratio: unset !important;  /* let height be controlled explicitly */
    height: 52vh !important;         /* always shows title without scrolling */
    object-fit: contain !important;  /* show full product, no crop */
    object-position: center center !important;
    background: #ffffff;
  }

  /* Mobile horizontal thumbnail strip */
  .pdp__thumbs-mobile {
    display: flex !important;
    gap: 4px;
    padding: 8px 16px;
    overflow-x: auto;
    scrollbar-width: none;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    margin-top: 6px;
  }
  .pdp__thumbs-mobile::-webkit-scrollbar { display: none; }
  .pdp__thumb-mobile {
    display: block !important;
    width: 48px; height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border: 1.5px solid transparent;
    cursor: pointer;
    background: none;
    padding: 0;
    transition: border-color 0.15s;
  }
  .pdp__thumb-mobile img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .pdp__thumb-mobile.is-active { border-color: var(--color-black); }

  /* Info panel */
  .pdp__info {
    display: block !important;
    position: static !important;
    max-height: none !important;
    padding: 20px 16px 48px !important;
    border-top: 1px solid var(--color-border);
  }
  .pdp__below { padding: 0 16px; }
  .pdp__breadcrumb { display: none; } /* hidden on mobile — shown above image instead */
  .pdp__accordion-two-col { grid-template-columns: 1fr !important; }

  /* ── Product grid: 2 cols ── */
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; row-gap: 24px !important; }


  /* ── Misc ── */
  .blog-grid { grid-template-columns: 1fr; }
  .mega-menu__inner { grid-template-columns: 1fr; }
  .site-footer { padding: 40px 0 20px; margin-top: 32px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 28px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .campaign-tiles { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════
   FEATURE ADDITIONS
════════════════════════════════════════════════ */

/* ── 1. STICKY ADD TO BAG ── */
.pdp-sticky {
  position: fixed;
  bottom: -80px;
  left: 0; right: 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  z-index: 200;
  transition: bottom 0.25s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.pdp-sticky.is-visible { bottom: 0; }
.pdp-sticky__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  gap: 16px;
}
.pdp-sticky__product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.pdp-sticky__product img {
  width: 40px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f5f5f5;
}
.pdp-sticky__name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.pdp-sticky__price {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 2px;
}
.pdp-sticky__atc {
  flex-shrink: 0;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 500;
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.pdp-sticky__atc:hover { opacity: 0.8; }
@media (max-width: 749px) {
  .pdp-sticky__name { max-width: 140px; }
  .pdp-sticky__product img { display: none; }
}

/* ── 4. SIZE MODAL ── */
.size-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.size-modal[hidden] { display: none; }
.size-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}
.size-modal__panel {
  position: relative;
  width: 480px;
  max-width: 100%;
  height: 100vh;
  background: var(--color-white);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.size-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-border);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  background: var(--color-white);
  z-index: 1;
}
.size-modal__close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--color-muted);
  padding: 4px;
  line-height: 1;
}
.size-modal__body {
  padding: 24px;
  flex: 1;
}
.size-modal__body h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.size-modal__note {
  font-size: 13px;
  color: var(--color-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}
.size-modal__cat-head {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 20px 0 10px;
}
.size-modal__table-wrap { overflow-x: auto; }
.size-modal__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.size-modal__table th {
  background: #f5f5f5;
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.size-modal__table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.size-modal__table tr:first-child td { font-weight: 600; }
.size-modal__fit-note {
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 24px;
  line-height: 1.6;
  padding: 12px;
  background: #f8f8f8;
}

/* ── 6. CART ── */
.cart-page { max-width: 900px; margin: 0 auto; padding: 40px 0 80px; }
.cart-page__title { font-size: 24px; font-weight: 600; margin-bottom: 24px; }

.cart-shipping-bar {
  padding: 14px 16px;
  background: #f8f8f8;
  margin-bottom: 24px;
}
.cart-shipping-bar__msg { font-size: 13px; margin-bottom: 8px; }
.cart-shipping-bar__msg--done { color: #2e7d32; }
.cart-shipping-bar__track { height: 3px; background: #e0e0e0; border-radius: 2px; }
.cart-shipping-bar__fill { height: 100%; background: var(--color-black); border-radius: 2px; transition: width 0.3s; }

.cart-items { border-top: 1px solid var(--color-border); }
.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}
.cart-item__image img { width: 90px; height: 120px; object-fit: cover; display: block; background: #f5f5f5; }
.cart-item__info { display: flex; flex-direction: column; gap: 4px; }
.cart-item__name { font-size: 14px; font-weight: 600; color: var(--color-black); text-decoration: none; }
.cart-item__brand { font-size: 12px; color: var(--color-muted); }
.cart-item__variant { font-size: 12px; color: var(--color-muted); }
.cart-item__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.cart-item__qty { display: flex; align-items: center; gap: 0; border: 1px solid var(--color-border); }
.qty-btn { width: 32px; height: 32px; background: none; border: none; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.qty-input { width: 40px; height: 32px; text-align: center; border: none; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border); font-size: 13px; }
.cart-item__price { font-size: 14px; font-weight: 600; }
.cart-item__remove { font-size: 11px; color: var(--color-muted); text-decoration: underline; cursor: pointer; margin-top: 4px; width: fit-content; }

.cart-discount { display: flex; gap: 0; margin: 20px 0; border: 1px solid var(--color-border); }
.cart-discount__input { flex: 1; padding: 12px 14px; border: none; font-size: 13px; outline: none; }
.cart-discount__apply { padding: 12px 20px; background: var(--color-black); color: var(--color-white); border: none; font-size: 12px; font-weight: 500; cursor: pointer; white-space: nowrap; }

.cart-summary { margin-top: 24px; padding: 24px; background: #f8f8f8; }
.cart-summary__row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.cart-summary__row--discount { color: #2e7d32; }
.cart-summary__shipping { color: var(--color-muted); font-size: 13px; }
.cart-summary__total { font-size: 18px; font-weight: 700; border-top: 1px solid var(--color-border); margin-top: 8px; padding-top: 16px; }

.cart-trust { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; padding: 16px 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.cart-trust__item { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--color-muted); }
.cart-trust__item svg { flex-shrink: 0; stroke: var(--color-muted); }

.cart-checkout-btn { display: block; width: 100%; padding: 16px; background: var(--color-black); color: var(--color-white); border: none; font-size: 14px; font-weight: 600; cursor: pointer; margin-top: 16px; letter-spacing: 0.03em; transition: opacity 0.15s; }
.cart-checkout-btn:hover { opacity: 0.85; }
.cart-continue { display: block; text-align: center; font-size: 12px; color: var(--color-muted); margin-top: 12px; text-decoration: underline; }

.cart-upsell { margin-top: 64px; }
.cart-upsell__title { font-size: 18px; font-weight: 600; margin-bottom: 24px; }

.cart-empty { text-align: center; padding: 80px 0; }
.cart-empty p { font-size: 16px; color: var(--color-muted); margin-bottom: 24px; }

/* ── 7. COLOUR SWATCHES ── */
.product-card__swatches {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 6px 0 4px;
  flex-wrap: wrap;
}
.product-card__swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.12);
  cursor: pointer;
  display: inline-block;
  transition: transform 0.15s;
}
.product-card__swatch:hover { transform: scale(1.2); border-color: var(--color-black); }
.product-card__swatch-more { font-size: 11px; color: var(--color-muted); }
/* Common swatch colour vars — add your brand colours here */
:root {
  --swatch-black: #111;
  --swatch-white: #fff;
  --swatch-grey: #888;
  --swatch-gray: #888;
  --swatch-navy: #1a2b4a;
  --swatch-blue: #2563eb;
  --swatch-red: #dc2626;
  --swatch-burgundy: #7f1d1d;
  --swatch-green: #166534;
  --swatch-beige: #d4b896;
  --swatch-brown: #7c5c3a;
  --swatch-khaki: #c3b091;
  --swatch-cream: #f5f0e8;
  --swatch-orange: #ea580c;
  --swatch-yellow: #eab308;
  --swatch-pink: #ec4899;
  --swatch-purple: #7c3aed;
  --swatch-olive: #6b7c3a;
  --swatch-teal: #0d9488;
  --swatch-charcoal: #374151;
}

/* ── 8. SEARCH AUTOCOMPLETE ── */
.header__search-wrap { position: relative; }
.search-results {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  width: 360px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  z-index: 300;
  max-height: 480px;
  overflow-y: auto;
}
.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--color-black);
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.1s;
}
.search-result-item:hover { background: #f8f8f8; }
.search-result-item img { width: 40px; height: 50px; object-fit: cover; background: #f5f5f5; flex-shrink: 0; }
.sri-name { display: block; font-size: 13px; font-weight: 500; }
.sri-price { display: block; font-size: 12px; color: var(--color-muted); margin-top: 2px; }
.search-result-all {
  display: block;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-black);
  text-decoration: none;
  text-align: center;
  background: #f8f8f8;
  border-top: 1px solid var(--color-border);
}
.search-result-all:hover { background: #f0f0f0; }
@media (max-width: 749px) { .search-results { width: calc(100vw - 32px); right: -8px; } }

/* ── 9. NEWSLETTER ── */
.newsletter-section { padding: 64px 24px; }
.newsletter-section--black { background: var(--color-black); color: var(--color-white); }
.newsletter-section--white { background: var(--color-white); color: var(--color-black); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.newsletter-section--grey  { background: #f5f5f5; color: var(--color-black); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.newsletter-eyebrow { display: block; font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.6; margin-bottom: 10px; }
.newsletter-heading { font-size: clamp(22px, 3vw, 36px); font-weight: 700; margin: 0 0 10px; letter-spacing: -0.02em; line-height: 1.1; }
.newsletter-subhead { font-size: 14px; opacity: 0.7; line-height: 1.6; margin: 0; }
.newsletter-form { display: flex; gap: 0; }
.newsletter-input { flex: 1; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.1); color: inherit; font-size: 13px; outline: none; }
.newsletter-section--white .newsletter-input,
.newsletter-section--grey  .newsletter-input { border-color: var(--color-border); background: var(--color-white); color: var(--color-black); }
.newsletter-input::placeholder { opacity: 0.5; }
.newsletter-btn { padding: 14px 24px; background: var(--color-white); color: var(--color-black); border: none; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: opacity 0.15s; }
.newsletter-section--white .newsletter-btn,
.newsletter-section--grey  .newsletter-btn { background: var(--color-black); color: var(--color-white); }
.newsletter-btn:hover { opacity: 0.85; }
.newsletter-success { font-size: 13px; margin-top: 10px; color: #4ade80; }
.newsletter-section--white .newsletter-success,
.newsletter-section--grey  .newsletter-success { color: #2e7d32; }
.newsletter-legal { font-size: 11px; opacity: 0.4; margin-top: 10px; line-height: 1.5; }
@media (max-width: 749px) { .newsletter-inner { grid-template-columns: 1fr; gap: 24px; } .newsletter-form { flex-direction: column; } }

/* ── 10. UGC / INSTAGRAM FEED ── */
.ugc-section { padding: 64px 0; }
.ugc-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; padding: 0 24px; }
.ugc-eyebrow { display: block; font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 6px; }
.ugc-heading { font-size: clamp(20px, 3vw, 32px); font-weight: 700; color: var(--color-black); margin: 0 0 4px; letter-spacing: -0.01em; }
.ugc-subhead { font-size: 13px; color: var(--color-muted); margin: 0; }
.ugc-follow { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: var(--color-black); text-decoration: none; border: 1px solid var(--color-border); padding: 8px 14px; white-space: nowrap; transition: background 0.15s; }
.ugc-follow:hover { background: var(--color-black); color: var(--color-white); }
.ugc-follow svg { flex-shrink: 0; }
.ugc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; }
.ugc-item { position: relative; aspect-ratio: 1; overflow: hidden; display: block; }
.ugc-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.ugc-item:hover img { transform: scale(1.05); }
.ugc-item__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0); display: flex; align-items: center; justify-content: center; transition: background 0.25s; }
.ugc-item:hover .ugc-item__overlay { background: rgba(0,0,0,0.3); }
.ugc-item__overlay svg { opacity: 0; transform: scale(0.8); transition: all 0.25s; }
.ugc-item:hover .ugc-item__overlay svg { opacity: 1; transform: scale(1); }
.ugc-item--placeholder { background: #f5f5f5; }
.ugc-placeholder-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 8px; color: #ccc; font-size: 11px; }
@media (max-width: 900px) { .ugc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 749px) { .ugc-grid { grid-template-columns: repeat(3, 1fr); } .ugc-head { flex-direction: column; align-items: flex-start; gap: 12px; } }
.size-modal__help {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 12px;
  color: var(--color-muted);
}
.size-modal__help a { color: var(--color-black); }

/* ── LOW STOCK SIGNAL ── */
.pdp__stock {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pdp__stock--low {
  background: #fff8e1;
  color: #b45309;
  border-left: 3px solid #f59e0b;
}
.pdp__stock--out {
  background: #fef2f2;
  color: #991b1b;
  border-left: 3px solid #dc2626;
}
.pdp__stock--out a { color: #991b1b; font-weight: 600; }

/* ── EXPRESS CHECKOUT ── */
.cart-express { margin: 12px 0; }
.cart-express__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: var(--color-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cart-express__divider::before,
.cart-express__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--color-border);
}
/* Shopify renders these buttons — just ensure they display correctly */
.additional-checkout-buttons { display: flex; flex-direction: column; gap: 8px; }
.additional-checkout-buttons > * { border-radius: 0 !important; }

/* ════════════════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════════════════ */
.contact-page { padding: 48px 0 80px; }

.contact-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}

/* Sidebar */
.contact-sidebar {
  position: sticky;
  top: calc(var(--header-h, 104px) + 24px);
}
.contact-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--color-border);
}
.contact-sidebar__link {
  display: block;
  padding: 13px 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--color-border);
  transition: color 0.15s;
}
.contact-sidebar__link:hover { color: var(--color-black); }
.contact-sidebar__link.is-active {
  color: var(--color-black);
  font-weight: 600;
}

/* Main */
.contact-main__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
  color: var(--color-black);
}

/* Top 3-column intro */
.contact-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.contact-intro__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-black);
  margin: 0 0 14px;
}
.contact-intro__text {
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-muted);
  margin: 0 0 14px;
}
.contact-intro__text:last-child { margin-bottom: 0; }
.contact-intro__text a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-intro__strong {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-black);
  margin: 0 0 8px;
}
.contact-intro__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-intro__links a {
  font-size: 13px;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.5;
}
.contact-intro__links a:hover { opacity: 0.7; }

.contact-block { margin-bottom: 0; }
.contact-block__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.contact-block__desc {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0 0 24px;
  line-height: 1.6;
}

.contact-divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 40px 0;
}

/* Steps */
.contact-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-step__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.contact-step__body strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-step__body p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.6;
}
.contact-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 4px;
}

/* Form */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form__field { display: flex; flex-direction: column; gap: 6px; }
.contact-form__field label {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.contact-form__field label span { color: var(--color-sale); }
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  font-size: 13px;
  color: var(--color-black);
  background: var(--color-white);
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.15s;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus { border-color: var(--color-black); }
.contact-form__field select {
  background-image: 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='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.contact-form__field textarea { resize: vertical; min-height: 120px; }
.contact-submit {
  align-self: flex-start;
  padding: 14px 32px;
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: opacity 0.15s;
}
.contact-submit:hover { opacity: 0.8; }

.contact-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #f0faf0;
  border: 1px solid #c3e6cb;
  font-size: 13px;
  color: #2a6a2a;
  margin-bottom: 20px;
}
.contact-error {
  padding: 14px 16px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  font-size: 13px;
  color: #991b1b;
  margin-bottom: 20px;
}

/* Channels */
.contact-channels { display: flex; flex-direction: column; gap: 0; }
.contact-channel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}
.contact-channel:first-child { border-top: 1px solid var(--color-border); }
.contact-channel__icon {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-channel__body { display: flex; flex-direction: column; gap: 3px; }
.contact-channel__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
}
.contact-channel__value {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
}
.contact-channel__value:hover { text-decoration: underline; }
.contact-channel__note { font-size: 12px; color: var(--color-muted); }

/* Newsletter in contact */
.contact-block--newsletter { background: #f8f8f8; padding: 32px; margin: 0; }
.contact-newsletter-form { display: flex; gap: 0; margin: 0 0 10px; }
.contact-newsletter-input {
  flex: 1;
  padding: 13px 16px;
  border: 1px solid var(--color-border);
  font-size: 13px;
  outline: none;
  background: var(--color-white);
}
.contact-newsletter-input:focus { border-color: var(--color-black); }
.contact-newsletter-btn {
  padding: 13px 24px;
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.contact-newsletter-btn:hover { opacity: 0.8; }
.contact-newsletter-success { font-size: 13px; color: #2e7d32; margin-bottom: 8px; }
.contact-newsletter-legal {
  font-size: 11px;
  color: var(--color-muted);
  line-height: 1.5;
}
.contact-newsletter-legal a { color: var(--color-black); }

/* Mobile */
@media (max-width: 1024px) {
  .contact-intro-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 0; }
  .contact-sidebar {
    position: static;
    border-bottom: 2px solid var(--color-black);
    margin-bottom: 32px;
  }
  .contact-sidebar__nav { flex-direction: row; flex-wrap: wrap; border-top: none; gap: 0; }
  .contact-sidebar__link { border-bottom: none; padding: 8px 14px 8px 0; font-size: 12px; }
  .contact-intro-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .contact-form__row { grid-template-columns: 1fr; }
  .contact-block--newsletter { padding: 24px; }
  .contact-newsletter-form { flex-direction: column; }
}

/* ════════════════════════════════════════════════
   HELP / POLICY PAGES (shared layout)
════════════════════════════════════════════════ */
.help-page { padding: 48px 0 80px; }
.help-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}
.help-main__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--color-black);
}
.help-main__meta {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin: 0 0 24px;
}
.help-main__intro {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-muted);
  margin: 0 0 32px;
  max-width: 640px;
}
.help-main__intro p { margin: 0 0 12px; }
.help-main__intro p:last-child { margin-bottom: 0; }
.help-main__intro a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Rich text block within help content (non-accordion) */
.help-richtext {
  padding: 8px 0 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.help-richtext__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.help-richtext__body p,
.help-richtext p { margin: 0 0 12px; }
.help-richtext__body ul,
.help-richtext ul { padding-left: 20px; list-style: disc; }
.help-richtext__body ol,
.help-richtext ol { padding-left: 20px; list-style: decimal; }
.help-richtext__body li,
.help-richtext li { margin-bottom: 6px; }
.help-richtext__body a,
.help-richtext a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Accordions from page content */
.help-content { margin-bottom: 48px; }
.help-content p,
.help-content li { font-size: 14px; line-height: 1.7; color: var(--color-muted); }
.help-content a { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }
.help-content ul { padding-left: 20px; }

.help-accordion {
  border-bottom: 1px solid var(--color-border);
}
.help-accordion:first-child { border-top: 1px solid var(--color-border); }
.help-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--color-black);
  transition: color 0.15s;
}
.help-accordion__summary:hover { color: #333; }
.help-accordion__summary > span { flex: 1; }
.help-accordion__summary::-webkit-details-marker { display: none; }
.help-accordion__summary svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.help-accordion[open] .help-accordion__summary svg { transform: rotate(180deg); }
.help-accordion__body {
  padding: 4px 0 28px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.help-accordion__body p { margin: 0 0 12px; }
.help-accordion__body p:last-child { margin-bottom: 0; }
.help-accordion__body ul,
.help-accordion__body ol { padding-left: 20px; margin: 0 0 12px; }
.help-accordion__body ul { list-style: disc; }
.help-accordion__body ol { list-style: decimal; }
.help-accordion__body li { margin-bottom: 6px; line-height: 1.6; }
.help-accordion__body a { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }
.help-accordion__body strong { color: var(--color-black); font-weight: 600; }

/* When the contact-steps live inside an accordion body */
.help-accordion__body .contact-steps { margin-top: 4px; margin-bottom: 16px; }
.help-accordion__body .contact-channels { margin: 0; }
.help-accordion__body .contact-channel:first-child { border-top: none; }
.help-accordion__body .contact-channel:last-child { border-bottom: none; }
.help-accordion__body .contact-form { margin-top: 8px; }

/* Feedback */
.help-feedback {
  padding: 40px 0;
  border-top: 1px solid var(--color-border);
}
.help-feedback__eyebrow {
  font-size: 12px;
  color: var(--color-muted);
  margin-bottom: 6px;
  display: block;
}
.help-feedback__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.help-feedback__btns { display: flex; gap: 12px; }
.help-feedback__btn {
  padding: 10px 28px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.help-feedback__btn:hover,
.help-feedback__btn.is-active { background: var(--color-black); color: var(--color-white); }
.help-feedback__thanks {
  margin-top: 14px;
  font-size: 13px;
  color: #2e7d32;
}

@media (max-width: 900px) {
  .help-layout { grid-template-columns: 1fr; gap: 0; }
}

/* ════════════════════════════════════════════════
   FASHION FEED PAGE
════════════════════════════════════════════════ */
.feed-page { padding: 48px 0 80px; }

.feed-hero { margin-bottom: 40px; }
.feed-hero__text { margin-bottom: 28px; }
.feed-hero__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 10px;
}
.feed-hero__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  line-height: 1.05;
}
.feed-hero__desc {
  font-size: 15px;
  color: var(--color-muted);
  max-width: 560px;
  line-height: 1.6;
  margin: 0;
}

/* Filter pills */
.feed-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.feed-filter {
  padding: 8px 18px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  letter-spacing: 0.03em;
}
.feed-filter:hover { border-color: var(--color-black); }
.feed-filter.is-active {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

/* Tag chip */
.feed-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 10px;
}

/* Featured story */
.feed-featured { margin-bottom: 48px; }
.feed-featured__card {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
}
.feed-featured__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.feed-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.feed-featured__card:hover .feed-featured__image img { transform: scale(1.03); }
.feed-featured__title {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1.15;
}
.feed-featured__excerpt {
  font-size: 14px;
  color: var(--color-muted);
  line-height: 1.6;
  margin: 0 0 16px;
}

/* Read more */
.feed-read-more {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Story grid */
.feed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.feed-card {
  display: block;
  text-decoration: none;
  color: var(--color-black);
}
.feed-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f5f5f5;
}
.feed-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.feed-card:hover .feed-card__image img { transform: scale(1.04); }
.feed-card__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  line-height: 1.3;
}
.feed-card__excerpt {
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.6;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .feed-featured__card { grid-template-columns: 1fr; }
  .feed-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
}
@media (max-width: 600px) {
  .feed-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════
   ABOUT PAGE — editorial brand story
════════════════════════════════════════════════ */
.about-page { background: var(--color-white); }
.about-page > section + section { border-top: 0; }

/* Shared eyebrow / titles */
.about-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 18px;
}
.about-eyebrow--light { color: rgba(255,255,255,0.85); }
.about-section { padding: 88px 0; }
.about-section__head { margin-bottom: 56px; max-width: 820px; }
.about-section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.about-section__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--color-black);
}
.about-section__intro {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: #444;
  margin: 0;
  max-width: 640px;
}
.about-section__head--center .about-section__intro { margin-left: auto; margin-right: auto; }

/* Inline link arrow */
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 4px;
  transition: gap 0.2s, opacity 0.15s;
  margin-top: 24px;
}
.about-link:hover { gap: 12px; opacity: 0.75; }

/* ── HERO ─────────────────────────────────── */
.about-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: var(--color-black);
}
.about-hero--tall   { min-height: 80vh; }
.about-hero--medium { min-height: 60vh; }
.about-hero--short  { min-height: 40vh; }
.about-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about-hero__bg--placeholder {
  background:
    linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 40%, #1a1a1a 100%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 12px);
  background-blend-mode: overlay;
}
.about-hero__scrim {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 1;
  pointer-events: none;
}
.about-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-hero--align-center .about-hero__inner { text-align: center; }
.about-hero--align-right  .about-hero__inner { text-align: right; }
.about-hero--text-white .about-hero__eyebrow { color: rgba(255,255,255,0.8); }
.about-hero--text-white .about-hero__title,
.about-hero--text-white .about-hero__sub    { color: var(--color-white); }
.about-hero--text-black .about-hero__title,
.about-hero--text-black .about-hero__sub    { color: var(--color-black); }
.about-hero__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about-hero__title {
  font-size: clamp(36px, 6.5vw, 88px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 0 28px;
  max-width: 16ch;
}
.about-hero--align-center .about-hero__title,
.about-hero--align-center .about-hero__sub { margin-left: auto; margin-right: auto; }
.about-hero__sub {
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.55;
  margin: 0;
  max-width: 56ch;
  font-weight: 400;
}

/* ── MANIFESTO ────────────────────────────── */
.about-manifesto { padding: 120px 0; }
.about-manifesto__inner { max-width: 880px; }
.about-manifesto__body {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.about-manifesto__body p { margin: 0 0 24px; }
.about-manifesto__body p:last-child { margin-bottom: 0; }
.about-manifesto__body p:first-child::first-letter {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

/* ── VALUES GRID ──────────────────────────── */
.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
}
.about-value {
  border-top: 1px solid var(--color-black);
  padding-top: 24px;
}
.about-value__num {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-bottom: 18px;
}
.about-value__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  color: var(--color-black);
  line-height: 1.2;
}
.about-value__body {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

/* ── IMAGE + TEXT ─────────────────────────── */
.about-imgtext { padding: 64px 0; }
.about-imgtext__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-imgtext--right .about-imgtext__media { order: 2; }
.about-imgtext--right .about-imgtext__copy  { order: 1; }
.about-imgtext__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.about-imgtext__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-imgtext__media-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #ececec 0%, #d8d8d8 100%),
    repeating-linear-gradient(45deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 10px);
  background-blend-mode: multiply;
}
.about-imgtext__copy { max-width: 480px; }
.about-imgtext--right .about-imgtext__copy { margin-left: auto; }
.about-imgtext__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 20px;
  color: var(--color-black);
}
.about-imgtext__body { font-size: 15px; line-height: 1.7; color: #444; }
.about-imgtext__body p { margin: 0 0 14px; }
.about-imgtext__body p:last-child { margin-bottom: 0; }

/* ── STATS ───────────────────────────────── */
.about-stats { padding: 80px 0; }
.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.about-stat {
  padding: 40px 24px;
  text-align: center;
  border-right: 1px solid var(--color-border);
}
.about-stat:last-child { border-right: none; }
.about-stat__num {
  display: block;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--color-black);
}
.about-stat__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
}

/* ── PILLARS ─────────────────────────────── */
.about-pillars--grey { background: #f6f6f6; }
.about-pillars--dark { background: var(--color-black); }
.about-pillars--dark .about-section__title,
.about-pillars--dark .about-pillar__title { color: var(--color-white); }
.about-pillars--dark .about-eyebrow,
.about-pillars--dark .about-section__intro,
.about-pillars--dark .about-pillar__body { color: rgba(255,255,255,0.7); }
.about-pillars--dark .about-pillar { border-top-color: rgba(255,255,255,0.2); }
.about-pillars--dark .about-pillar__num { color: rgba(255,255,255,0.5); }
.about-pillars--dark .about-link {
  color: var(--color-white);
  border-bottom-color: var(--color-white);
}
.about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}
.about-pillar {
  border-top: 1px solid #ddd;
  padding-top: 28px;
}
.about-pillar__num {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-muted);
  margin-bottom: 20px;
}
.about-pillar__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  color: var(--color-black);
  line-height: 1.2;
}
.about-pillar__body {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.about-pillars__cta { margin-top: 40px; }

/* ── QUOTE ───────────────────────────────── */
.about-quote { padding: 100px 0; text-align: center; }
.about-quote__inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}
.about-quote__mark {
  display: block;
  font-size: 96px;
  line-height: 0.8;
  color: var(--color-border);
  font-family: Georgia, serif;
  margin-bottom: 0;
}
.about-quote__text {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--color-black);
  margin: 0 0 28px;
  font-style: italic;
}
.about-quote__cite {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-style: normal;
}

/* ── CTA ─────────────────────────────────── */
.about-cta {
  position: relative;
  padding: 0;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-black);
}
.about-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about-cta__bg--placeholder {
  background:
    linear-gradient(135deg, #2a2a2a 0%, #181818 100%),
    repeating-linear-gradient(60deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 18px);
  background-blend-mode: overlay;
}
.about-cta__scrim {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 1;
  pointer-events: none;
}
.about-cta__inner {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  padding-bottom: 96px;
  color: var(--color-white);
  max-width: 720px;
}
.about-cta__title {
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 20px;
  color: var(--color-white);
}
.about-cta__body {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0 0 32px;
  max-width: 56ch;
}
.about-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s, opacity 0.15s, background 0.15s, color 0.15s;
  min-width: 180px;
}
.about-btn--primary {
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-white);
}
.about-btn--primary:hover { background: rgba(255,255,255,0.9); }
.about-btn--ghost {
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.about-btn--ghost:hover { background: var(--color-white); color: var(--color-black); }

/* ── Responsive ──────────────────────────── */
@media (max-width: 1024px) {
  .about-section { padding: 64px 0; }
  .about-manifesto { padding: 80px 0; }
  .about-values__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
  .about-pillars__grid { grid-template-columns: 1fr; gap: 32px; }
  .about-imgtext__grid { gap: 48px; }
  .about-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .about-stat:nth-child(2) { border-right: none; }
  .about-stat:nth-child(1),
  .about-stat:nth-child(2) { border-bottom: 1px solid var(--color-border); }
}
@media (max-width: 749px) {
  .about-section { padding: 56px 0; }
  .about-manifesto { padding: 64px 0; }
  .about-section__head { margin-bottom: 36px; }
  .about-values__grid { grid-template-columns: 1fr; gap: 28px; }
  .about-imgtext { padding: 40px 0; }
  .about-imgtext__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-imgtext--right .about-imgtext__media,
  .about-imgtext--right .about-imgtext__copy { order: initial; }
  .about-imgtext__media { aspect-ratio: 3 / 4; }
  .about-stats__grid { grid-template-columns: 1fr 1fr; }
  .about-stat { padding: 24px 12px; }
  .about-quote { padding: 72px 0; }
  .about-cta { min-height: 420px; }
  .about-cta__inner { padding-top: 64px; padding-bottom: 64px; }
  .about-btn { width: 100%; min-width: 0; }
  .about-hero__inner { padding-top: 64px; padding-bottom: 64px; }
}

/* ══════ ABOUT: List sub-blocks ══════ */
/* The 'list' block renders the heading section. 'list_item' rows are wrapped in .about-list__items by Liquid lookahead. 'list_cta' renders below. */

.about-list .about-section__head { margin-bottom: 24px; }
.about-list__items-wrap {
  background: var(--color-white);
  padding: 0 0 8px;
}
.about-list__items {
  border-top: 1px solid var(--color-black);
}
.about-list__item-row {
  border-bottom: 1px solid var(--color-border);
}
.about-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  text-decoration: none;
  color: inherit;
  transition: padding 0.15s, color 0.15s;
}
a.about-list__item:hover {
  padding-left: 12px;
  color: var(--color-black);
}
.about-list__item-main { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.about-list__item-title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--color-black);
  line-height: 1.25;
}
.about-list__item-meta {
  font-size: 13px;
  color: var(--color-muted);
  font-weight: 400;
}
.about-list__item-side {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.about-list__item-badge {
  display: inline-block;
  padding: 5px 11px;
  background: #f4f4f4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-black);
  border-radius: 999px;
}
.about-list__empty {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-muted);
  background: #f6f6f6;
  padding: 32px;
  border-radius: 4px;
  margin: 24px 0 0;
}
.about-list__cta-wrap {
  background: var(--color-white);
  padding: 24px 0 64px;
}

/* ══════ ABOUT: Logo grid sub-blocks ══════ */
/* The 'logo_grid' block renders the heading. Adjacent 'logo_item' blocks are wrapped in a .about-logos__grid by Liquid lookahead. */

.about-logos--grey { background: #f6f6f6; }
.about-logos { padding-bottom: 0; }
.about-logos + .about-logos__grid-wrap { background: #f6f6f6; }
.about-logos__grid-wrap {
  padding: 0 24px 88px;
  background: var(--color-white);
}
.about-logos__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}
.about-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
  min-height: 120px;
}
a.about-logos__item:hover { opacity: 0.65; }
.about-logos__item img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.85);
  transition: filter 0.15s;
}
a.about-logos__item:hover img { filter: grayscale(0) opacity(1); }
.about-logos__name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-black);
}

/* ══════ ABOUT: Gallery sub-blocks ══════ */
/* The 'gallery' block renders the heading. Adjacent 'gallery_item' blocks are wrapped in a 3-col grid by Liquid lookahead. */

.about-gallery-head { padding-bottom: 24px; }
.about-gallery__grid-wrap {
  padding: 0 24px 88px;
}
.about-gallery__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: 4px;
}
.about-gallery__grid--2 { grid-template-columns: repeat(2, 1fr); }
.about-gallery__grid--3 { grid-template-columns: repeat(3, 1fr); }
.about-gallery__grid--4 { grid-template-columns: repeat(4, 1fr); }
.about-gallery__item {
  margin: 0;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
}
.about-gallery__item a { display: block; height: 100%; }
.about-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.about-gallery__item:hover img { transform: scale(1.03); }
.about-gallery__item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 18px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.about-gallery__placeholder {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, #ececec 0%, #d8d8d8 100%),
    repeating-linear-gradient(45deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 10px);
  background-blend-mode: multiply;
}

@media (max-width: 1024px) {
  .about-logos__grid { grid-template-columns: repeat(3, 1fr); }
  .about-gallery__grid--4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 749px) {
  .about-list__item { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 0; }
  .about-list__item-side { width: 100%; justify-content: space-between; }
  .about-list__cta-wrap { padding: 20px 0 48px; }
  .about-logos__grid-wrap, .about-gallery__grid-wrap { padding-left: 16px; padding-right: 16px; padding-bottom: 56px; }
  .about-logos__grid { grid-template-columns: repeat(2, 1fr); }
  .about-logos__item { padding: 28px 20px; min-height: 100px; }
  .about-gallery__grid--3,
  .about-gallery__grid--4 { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════════════
   SITEMAP PAGE
════════════════════════════════════════════════ */
.sitemap-page { padding: 64px 0 96px; }
.sitemap-page__head {
  max-width: 720px;
  margin: 0 0 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
}
.sitemap-page__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--color-black);
}
.sitemap-page__intro {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--color-muted);
  margin: 0;
}
.sitemap-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 32px;
}
.sitemap-col__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-black);
}
.sitemap-col__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sitemap-col__links li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.sitemap-col__links a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.15s, padding-left 0.15s;
  flex: 1;
}
.sitemap-col__links a:hover {
  color: var(--color-black);
  padding-left: 4px;
}
.sitemap-col__count {
  font-size: 11px;
  color: var(--color-muted);
  font-weight: 500;
}
.sitemap-col__more {
  font-weight: 600;
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .sitemap-page__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
}
@media (max-width: 600px) {
  .sitemap-page { padding: 48px 0 64px; }
  .sitemap-page__head { margin-bottom: 40px; padding-bottom: 28px; }
  .sitemap-page__grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ══════════════════════════════════════════════════════════════════
   PAGE-LEVEL VARIATIONS — each editorial page gets its own personality
   driven by the page handle on .about-page--{handle}
   ══════════════════════════════════════════════════════════════════ */

/* ━━━━━━━━━━ ABOUT US — Cinematic / Editorial ━━━━━━━━━━
   Big lighter type, magazine whitespace, numbered storytelling, drop cap. */

.about-page--about-us .about-hero { min-height: 90vh; }
.about-page--about-us .about-hero--tall { min-height: 92vh; }
.about-page--about-us .about-hero__title {
  font-size: clamp(48px, 9vw, 132px);
  font-weight: 200;
  letter-spacing: -0.045em;
  line-height: 0.92;
  max-width: 14ch;
}
.about-page--about-us .about-hero__sub {
  max-width: 540px;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 300;
  line-height: 1.55;
  opacity: 0.92;
}
.about-page--about-us .about-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  font-weight: 600;
}

.about-page--about-us .about-manifesto { padding: clamp(80px, 12vw, 160px) 0; }
.about-page--about-us .about-manifesto__inner { max-width: 880px; }
.about-page--about-us .about-section__title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.about-page--about-us .about-manifesto__body {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.7;
  color: #1a1a1a;
}
.about-page--about-us .about-manifesto__body > p:first-child::first-letter {
  font-size: 5em;
  float: left;
  line-height: 0.82;
  font-weight: 600;
  margin: 0.05em 0.12em -0.05em -0.04em;
  color: var(--color-black);
}

.about-page--about-us .about-values { padding: clamp(80px, 10vw, 120px) 0; }
.about-page--about-us .about-value { padding-right: 24px; }
.about-page--about-us .about-value__num {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--color-muted);
}
.about-page--about-us .about-value__title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 12px 0 12px;
}
.about-page--about-us .about-value__body {
  font-size: 15px;
  line-height: 1.65;
}

.about-page--about-us .about-imgtext { padding: clamp(80px, 10vw, 120px) 0; }
.about-page--about-us .about-imgtext__title {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.about-page--about-us .about-imgtext__body {
  font-size: 17px;
  line-height: 1.7;
}

.about-page--about-us .about-stats { padding: 96px 0; background: #faf8f5; }
.about-page--about-us .about-stat__num {
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.about-page--about-us .about-stat__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 12px;
}

.about-page--about-us .about-quote { padding: clamp(80px, 10vw, 140px) 0; }
.about-page--about-us .about-quote__text {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 24ch;
  margin: 0 auto;
}

/* ━━━━━━━━━━ CAREERS — Energetic / People-first ━━━━━━━━━━
   Big bold stat numbers, warmer pillar tone, tighter rhythm.
   The team is the story — make their numbers the headline. */

.about-page--careers { --career-warm: #f7f3ee; }

.about-page--careers .about-hero__title {
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}
.about-page--careers .about-hero__eyebrow {
  background: var(--color-white);
  color: var(--color-black);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  display: inline-block;
}

.about-page--careers .about-section__title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.about-page--careers .about-stats { padding: 88px 0; background: var(--color-black); color: var(--color-white); }
.about-page--careers .about-stats .about-section__title { color: var(--color-white); }
.about-page--careers .about-stats .about-eyebrow { color: rgba(255,255,255,0.7); }
.about-page--careers .about-stat { padding: 20px 0; }
.about-page--careers .about-stat__num {
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.about-page--careers .about-stat__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 14px;
  color: rgba(255,255,255,0.7);
}

.about-page--careers .about-pillars--grey { background: var(--career-warm); }
.about-page--careers .about-pillar {
  background: var(--color-white);
  padding: 36px 32px;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.about-page--careers .about-pillar:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.about-page--careers .about-pillar__num {
  font-size: 12px;
  font-weight: 700;
  color: #c45c2a;
  letter-spacing: 0.15em;
}
.about-page--careers .about-pillar__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 12px 0;
}

/* The "open positions" manifesto becomes a structured roles list visually */
.about-page--careers .about-manifesto:has(strong) .about-manifesto__body p {
  border-bottom: 1px solid var(--color-border);
  padding: 18px 0;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.about-page--careers .about-manifesto:has(strong) .about-manifesto__body p:last-child {
  border-bottom: none;
  padding-top: 28px;
  color: var(--color-muted);
  font-size: 14px;
}
.about-page--careers .about-manifesto:has(strong) .about-manifesto__body strong {
  display: inline-block;
  min-width: 280px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--color-black);
}
.about-page--careers .about-manifesto:has(strong) .about-manifesto__body a {
  float: right;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 4px 0;
  border-bottom: 1px solid var(--color-black);
}
.about-page--careers .about-manifesto:has(strong) .about-manifesto__body a:hover { opacity: 0.6; }

/* ━━━━━━━━━━ PRESS — Utility / Document ━━━━━━━━━━
   Shorter hero, hard rules between sections, monospace detail cues. */

.about-page--press { --press-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }

.about-page--press .about-hero { min-height: 50vh; max-height: 60vh; }
.about-page--press .about-hero__title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.about-page--press .about-hero__eyebrow {
  font-family: var(--press-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  opacity: 0.95;
}
.about-page--press .about-hero__sub {
  font-size: 16px;
  max-width: 480px;
}

.about-page--press .about-section { padding: 72px 0; border-top: 1px solid var(--color-black); }
.about-page--press .about-section:first-of-type { border-top: none; }
.about-page--press .about-section__title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.018em;
  margin-bottom: 24px;
}
.about-page--press .about-eyebrow {
  font-family: var(--press-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: var(--color-muted);
}
.about-page--press .about-manifesto__body {
  font-size: 15px;
  line-height: 1.65;
  max-width: 680px;
}
.about-page--press .about-manifesto__body strong {
  font-family: var(--press-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #f4f4f4;
  padding: 2px 8px;
  border-radius: 2px;
  text-transform: none;
}
.about-page--press .about-manifesto__body a { color: var(--color-black); text-decoration: underline; text-underline-offset: 3px; }
.about-page--press .about-imgtext { padding: 72px 0; border-top: 1px solid var(--color-black); }
.about-page--press .about-imgtext__title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.about-page--press .about-imgtext__body { font-size: 15px; line-height: 1.65; }

.about-page--press .about-cta { padding: 80px 0; }
.about-page--press .about-cta__title {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* ━━━━━━━━━━ SUSTAINABILITY — Evidence / Earth ━━━━━━━━━━
   Massive stat numbers (data is the headline), sage accent,
   commitments rendered as a document-style ledger. */

.about-page--sustainability {
  --sus-accent: #5d6e52;
  --sus-stone: #efebe4;
  --sus-deep:  #2c3327;
}

.about-page--sustainability .about-hero__title {
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.about-page--sustainability .about-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 600;
  background: var(--sus-accent);
  color: var(--color-white);
  padding: 5px 12px;
  display: inline-block;
}

.about-page--sustainability .about-manifesto { background: var(--color-white); padding: 96px 0; }
.about-page--sustainability .about-manifesto__inner { max-width: 760px; }
.about-page--sustainability .about-section__title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.025em;
}
.about-page--sustainability .about-manifesto__body {
  font-size: 17px;
  line-height: 1.7;
  color: #2a2a2a;
}

.about-page--sustainability .about-stats {
  background: var(--sus-deep);
  color: var(--color-white);
  padding: 112px 0;
}
.about-page--sustainability .about-stats .about-section__title { color: var(--color-white); }
.about-page--sustainability .about-stats .about-eyebrow { color: rgba(255,255,255,0.7); }
.about-page--sustainability .about-stat {
  border-left: 1px solid rgba(255,255,255,0.15);
  padding: 8px 24px;
}
.about-page--sustainability .about-stat:first-child { border-left: none; }
.about-page--sustainability .about-stat__num {
  font-size: clamp(72px, 12vw, 144px);
  font-weight: 200;
  letter-spacing: -0.05em;
  color: #c8d4b8;
  line-height: 0.92;
}
.about-page--sustainability .about-stat__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 18px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}

.about-page--sustainability .about-pillars--grey { background: var(--sus-stone); padding: 96px 0; }
.about-page--sustainability .about-pillar { background: transparent; padding: 0 28px 0 0; border-left: 2px solid var(--sus-accent); padding-left: 24px; }
.about-page--sustainability .about-pillar__num { color: var(--sus-accent); font-weight: 700; }
.about-page--sustainability .about-pillar__title { font-weight: 500; letter-spacing: -0.015em; }

/* "Public commitments" manifesto styled as a ledger / document */
.about-page--sustainability .about-manifesto:has(strong) {
  background: var(--color-white);
  padding: 88px 0;
}
.about-page--sustainability .about-manifesto:has(strong) .about-manifesto__inner {
  max-width: 920px;
}
.about-page--sustainability .about-manifesto:has(strong) .about-manifesto__body p {
  border-top: 1px solid var(--color-border);
  padding: 22px 0;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: var(--color-muted);
}
.about-page--sustainability .about-manifesto:has(strong) .about-manifesto__body p:last-child { border-bottom: 1px solid var(--color-border); }
.about-page--sustainability .about-manifesto:has(strong) .about-manifesto__body p:first-of-type { border-top: 1px solid var(--color-black); }
.about-page--sustainability .about-manifesto:has(strong) .about-manifesto__body strong {
  display: block;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--color-black);
  margin-bottom: 4px;
  font-weight: 600;
}

.about-page--sustainability .about-quote { background: var(--sus-stone); padding: 112px 0; }
.about-page--sustainability .about-quote__text {
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: var(--sus-deep);
}
.about-page--sustainability .about-quote__cite { color: var(--sus-accent); font-weight: 600; }

@media (max-width: 749px) {
  .about-page--sustainability .about-stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.15); padding: 24px 0; }
  .about-page--sustainability .about-stat:first-child { border-top: none; }
  .about-page--careers .about-manifesto:has(strong) .about-manifesto__body strong { display: block; min-width: 0; margin-bottom: 8px; }
  .about-page--careers .about-manifesto:has(strong) .about-manifesto__body a { float: none; display: inline-block; margin-top: 6px; }
}

/* ════════════════════════════════════════════════
   FOOTER — Featured drop card
   Replaces the Shop column. Editorial product
   merchandising in the footer — image, title,
   subtitle, CTA. Whole card is one tap target.
════════════════════════════════════════════════ */

.site-footer__col--drop {
  /* Sits in the same grid slot as the other columns */
}

.site-footer__drop {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  margin-top: 14px;
  transition: transform 0.25s ease;
}
.site-footer__drop:hover { transform: translateY(-2px); }

.site-footer__drop-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 14px;
}
.site-footer__drop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.site-footer__drop:hover .site-footer__drop-media img { transform: scale(1.04); }

.site-footer__drop-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #ececec 0%, #d8d8d8 100%),
    repeating-linear-gradient(45deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 10px);
  background-blend-mode: multiply;
}

.site-footer__drop-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-footer__drop-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--color-black);
}
.site-footer__drop-sub {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.site-footer__drop-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: gap 0.18s ease;
}
.site-footer__drop:hover .site-footer__drop-cta { gap: 12px; }

@media (max-width: 749px) {
  .site-footer__drop-media { aspect-ratio: 16 / 10; }
  .site-footer__drop-title { font-size: 16px; }
}

/* ════════════════════════════════════════════════
   COOKIE CONSENT BANNER
   Bottom-fixed banner. Subtle, on-brand, non-intrusive.
════════════════════════════════════════════════ */
.cookie-consent {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  background: var(--color-white);
  border-top: 1px solid var(--color-black);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.06);
  padding: 20px clamp(16px, 4vw, 48px);
  animation: cookieSlideUp 0.35s ease-out;
}
@keyframes cookieSlideUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}
.cookie-consent[hidden] { display: none; }
.cookie-consent__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-consent__copy { flex: 1 1 380px; min-width: 0; }
.cookie-consent__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 4px;
  color: var(--color-black);
}
.cookie-consent__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-muted);
  margin: 0;
}
.cookie-consent__text a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.cookie-consent__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.15s, background 0.15s;
  border: 1px solid var(--color-black);
}
.cookie-consent__btn--primary {
  background: var(--color-black);
  color: var(--color-white);
}
.cookie-consent__btn--primary:hover { opacity: 0.85; }
.cookie-consent__btn--ghost {
  background: transparent;
  color: var(--color-black);
}
.cookie-consent__btn--ghost:hover {
  background: var(--color-black);
  color: var(--color-white);
}

/* Manage panel */
.cookie-consent__panel {
  max-width: 1440px;
  margin: 16px auto 0;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}
.cookie-consent__panel[hidden] { display: none; }
.cookie-consent__panel-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
  cursor: pointer;
}
.cookie-consent__panel-row:last-of-type { border-bottom: none; }
.cookie-consent__panel-text { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.cookie-consent__panel-text strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-black);
}
.cookie-consent__panel-text span {
  font-size: 12px;
  color: var(--color-muted);
  line-height: 1.5;
}
.cookie-consent__panel-fixed {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted);
  flex-shrink: 0;
  align-self: center;
}
.cookie-consent__panel-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-black);
  flex-shrink: 0;
  margin-top: 2px;
}
.cookie-consent__panel-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

@media (max-width: 749px) {
  .cookie-consent { padding: 16px; }
  .cookie-consent__inner { flex-direction: column; align-items: stretch; }
  .cookie-consent__actions { justify-content: stretch; flex-wrap: wrap; }
  .cookie-consent__actions .cookie-consent__btn { flex: 1 1 calc(50% - 4px); }
}

/* ════════════════════════════════════════════════
   SIZE GUIDE PAGE
════════════════════════════════════════════════ */
.size-guide { padding: 64px 0 96px; }
.size-guide__head {
  max-width: 720px;
  margin: 0 0 32px;
}
.size-guide__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--color-black);
}
.size-guide__intro {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--color-muted);
  margin: 0;
}
.size-guide__toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
}
.size-guide__unit-toggle {
  display: inline-flex;
  border: 1px solid var(--color-black);
}
.size-guide__unit-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 18px;
  background: transparent;
  border: none;
  color: var(--color-black);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.size-guide__unit-btn.is-active {
  background: var(--color-black);
  color: var(--color-white);
}
.size-guide__category { margin-bottom: 48px; }
.size-guide__cat-title {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
  color: var(--color-black);
}
.size-guide__cat-desc {
  font-size: 14px;
  color: var(--color-muted);
  margin: 0 0 20px;
}
.size-guide__table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.size-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 500px;
}
.size-guide__table th,
.size-guide__table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.size-guide__table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
  background: var(--color-white);
}
.size-guide__table td:first-child {
  font-weight: 700;
  color: var(--color-black);
}
.size-guide__table tbody tr:hover { background: #fafafa; }
.size-guide__how { margin: 56px 0 32px; padding-top: 40px; border-top: 1px solid var(--color-border); }
.size-guide__how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  margin-top: 8px;
}
.size-guide__how-item h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--color-black);
}
.size-guide__how-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-muted);
  margin: 0;
}
.size-guide__help {
  margin-top: 56px;
  padding: 32px;
  background: #f6f6f6;
  border-radius: 4px;
}
.size-guide__help h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--color-black);
}
.size-guide__help p { font-size: 14px; line-height: 1.6; color: var(--color-muted); margin: 0; }
.size-guide__help a { color: var(--color-black); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 749px) {
  .size-guide__how-grid { grid-template-columns: 1fr; gap: 20px; }
  .size-guide__toolbar { justify-content: stretch; }
  .size-guide__unit-toggle { width: 100%; }
  .size-guide__unit-btn { flex: 1; }
}

/* ════════════════════════════════════════════════
   PDP — Reviews summary hook (inline near price)
   Hidden when no review app injects content
════════════════════════════════════════════════ */
.pdp__reviews-summary {
  margin-bottom: 18px;
  min-height: 0;
}
.pdp__reviews-summary:empty,
.pdp__reviews-summary:not(:has(.jdgm-prev-badge, .yotpo-stars, .stamped-badge, .ruk_rating_snippet *, [data-stars])) {
  margin-bottom: 0;
}
.pdp__reviews-summary > div:empty,
.pdp__reviews-summary > span:empty { display: none; }

/* ════════════════════════════════════════════════
   PDP — Lookbook (styled imagery gallery)
   Uses .pdp-section-block + .section__head + .section__title for consistency
════════════════════════════════════════════════ */
.pdp-lookbook__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.pdp-lookbook__item {
  margin: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #f4f4f4;
}
.pdp-lookbook__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.pdp-lookbook__item:hover img { transform: scale(1.03); }
@media (max-width: 749px) {
  .pdp-lookbook__grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════
   PDP — Reviews block (full widget area)
   Visually disappears when no review app is wired up.
════════════════════════════════════════════════ */
.pdp-reviews-block:not(:has(.jdgm-rev-widg, .yotpo-display-wrapper, #stamped-main-widget *, .loox-reviews-default *, .ruk_rating_snippet *)) {
  display: none;
}

/* ════════════════════════════════════════════════
   PDP — Size tools (Size guide + Find my size buttons)
════════════════════════════════════════════════ */
.pdp__size-tools {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.pdp__size-tools-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-black);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  letter-spacing: 0.01em;
  transition: opacity 0.15s;
}
.pdp__size-tools-btn:hover { opacity: 0.6; }
.pdp__size-tools-btn--fit svg { color: var(--color-black); }

/* ════════════════════════════════════════════════
   PDP — Low-stock indicator
   Quiet, factual, sits above ATC. Not flashing red.
════════════════════════════════════════════════ */
.pdp__stock-low {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 12px;
  background: #fff5f0;
  border-left: 2px solid #d97706;
  font-size: 13px;
  font-weight: 500;
  color: #8a4400;
  letter-spacing: -0.005em;
  border-radius: 0 2px 2px 0;
}
.pdp__stock-low svg { color: #d97706; flex-shrink: 0; }

/* ════════════════════════════════════════════════
   Wishlist page polish
════════════════════════════════════════════════ */
.wishlist-page { padding: 48px 0 96px; }
.wishlist-page__head {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.wishlist-page__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--color-black);
}
.wishlist-page__count {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
}
.wishlist-page__sync {
  font-size: 13px;
  color: var(--color-muted);
  margin: 8px 0 0;
}
.wishlist-page__sync a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.wishlist-page__empty {
  text-align: center;
  padding: 80px 24px;
  max-width: 480px;
  margin: 0 auto;
}
.wishlist-page__empty h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--color-black);
}
.wishlist-page__empty p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-muted);
  margin: 0 0 24px;
}

/* ════════════════════════════════════════════════
   NEWSLETTER POPUP
════════════════════════════════════════════════ */
.ink-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ink-popup[hidden] { display: none; }
.ink-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ink-popup.is-open .ink-popup__backdrop { opacity: 1; }

.ink-popup__panel {
  position: relative;
  background: var(--color-white);
  width: 100%;
  max-width: 880px;
  max-height: 92vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.3s ease;
  box-shadow: 0 24px 80px rgba(0,0,0,0.18);
}
.ink-popup.is-open .ink-popup__panel { transform: translateY(0); opacity: 1; }

.ink-popup__close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-black);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s;
}
.ink-popup__close:hover { opacity: 0.6; }

.ink-popup__media {
  position: relative;
  background: #efefef;
}
.ink-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ink-popup__body {
  padding: clamp(28px, 5vw, 48px) clamp(24px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ink-popup__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 10px;
}
.ink-popup__title {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--color-black);
}
.ink-popup__sub {
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted);
  margin: 0 0 24px;
}

.ink-popup__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.ink-popup__field input {
  width: 100%;
  font-size: 14px;
  padding: 14px 16px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  color: var(--color-black);
  font-family: inherit;
}
.ink-popup__field input:focus { outline: 2px solid var(--color-black); outline-offset: 1px; }
.ink-popup__submit {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--color-black);
  color: var(--color-white);
  padding: 14px;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.ink-popup__submit:hover { opacity: 0.85; }

.ink-popup__success {
  font-size: 13px;
  color: #2e7d32;
  margin: 8px 0 0;
  font-weight: 500;
}
.ink-popup__legal {
  font-size: 11px;
  line-height: 1.5;
  color: var(--color-muted);
  margin: 0 0 14px;
}
.ink-popup__decline {
  background: transparent;
  border: none;
  font-size: 12px;
  color: var(--color-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
}
.ink-popup__decline:hover { color: var(--color-black); }

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

@media (max-width: 749px) {
  .ink-popup__panel { grid-template-columns: 1fr; max-width: 480px; }
  .ink-popup__media { aspect-ratio: 16/9; }
  .ink-popup__media img { height: 100%; }
}

/* ════════════════════════════════════════════════
   FASHION FEED — empty state
════════════════════════════════════════════════ */
.feed-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: clamp(56px, 10vw, 96px) 24px;
  background: #f6f6f6;
  border-radius: 4px;
}
.feed-empty__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 14px;
}
.feed-empty__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--color-black);
}
.feed-empty__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-muted);
  max-width: 540px;
  margin: 0 auto 24px;
}
.feed-empty__cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: 1px solid var(--color-black);
  padding: 4px 0;
  transition: padding 0.15s;
}
.feed-empty__cta:hover { padding-left: 6px; }

/* ════════════════════════════════════════════════
   COLLECTION — empty state rescue
════════════════════════════════════════════════ */
.collection-empty {
  padding: 48px 0 32px;
}
.collection-empty__card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 48px);
  background: #f6f6f6;
  border-radius: 4px;
}
.collection-empty__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 14px;
}
.collection-empty__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--color-black);
}
.collection-empty__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-muted);
  max-width: 480px;
  margin: 0 auto 28px;
}
.collection-empty__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.collection-empty__cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--color-black);
  color: var(--color-white);
  padding: 14px 24px;
  text-decoration: none;
  border: 1px solid var(--color-black);
  transition: opacity 0.15s;
}
.collection-empty__cta:hover { opacity: 0.85; }
.collection-empty__secondary {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: 1px solid var(--color-black);
  padding: 4px 0;
  transition: padding 0.15s;
}
.collection-empty__secondary:hover { padding-left: 4px; }

.collection-empty-fallback {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 749px) {
  .collection-empty { padding: 32px 0 24px; }
  .collection-empty-fallback { margin-top: 40px; padding-top: 32px; }
}

/* ════════════════════════════════════════════════
   COLLECTION — empty state banner (side-by-side)
   When a banner image is set, the empty state becomes a 50/50 split:
   image on the left, editorial card on the right. Stacks on mobile.
════════════════════════════════════════════════ */
.collection-empty--with-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  background: #f6f6f6;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.collection-empty--with-banner .collection-empty__banner {
  position: relative;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: #ececec;
  margin: 0;
  border-radius: 0;
}
.collection-empty--with-banner .collection-empty__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.collection-empty--with-banner .collection-empty__card {
  background: transparent;
  text-align: left;
  align-self: center;
  padding: clamp(32px, 5vw, 56px);
  margin: 0;
  max-width: none;
}
.collection-empty--with-banner .collection-empty__actions {
  justify-content: flex-start;
}

@media (max-width: 749px) {
  .collection-empty--with-banner {
    grid-template-columns: 1fr;
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: none;
  }
  .collection-empty--with-banner .collection-empty__banner {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
  .collection-empty--with-banner .collection-empty__card {
    text-align: center;
    padding: 32px 24px 40px;
  }
  .collection-empty--with-banner .collection-empty__actions {
    justify-content: center;
  }
}
