/* =========================================================================
   ELITE HARDWARE — Design System
   Fraunces (display) · Manrope (body) · IBM Plex Mono (spec/data)
   Palette: white / paper / charcoal / matte-black / gold
   Signature: the "bar-pull" gold rule + finish-swatch chips
   ========================================================================= */

:root {
  --white: #ffffff;
  --paper: #fbfaf8;
  --gray-50: #f8f9fa;
  --gray-100: #eef0f2;
  --line: #e6e3dd;
  --line-strong: #d8d4cc;
  --charcoal: #1f2937;
  --ink: #111827;
  --ink-2: #0c1017;
  --muted: #6b7280;
  --muted-2: #9aa0a8;
  --gold: #c9a227;
  --gold-deep: #a8851f;
  --gold-soft: #e6c766;
  --gold-tint: rgba(201, 162, 39, 0.10);
  --gold-line: rgba(201, 162, 39, 0.35);

  --shadow-sm: 0 1px 2px rgba(17, 24, 39, .04), 0 2px 8px rgba(17, 24, 39, .04);
  --shadow-md: 0 6px 24px rgba(17, 24, 39, .08);
  --shadow-lg: 0 24px 60px rgba(17, 24, 39, .14);
  --shadow-gold: 0 10px 30px rgba(201, 162, 39, .22);

  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --r-xl: 22px;

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ff-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --container: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --header-h: 68px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 500; line-height: 1.08; color: var(--ink); letter-spacing: -0.01em; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 8vw, 120px); }
.section--tight { padding-block: clamp(48px, 6vw, 84px); }
.section--paper { background: var(--paper); }
.section--gray { background: var(--gray-50); }
.section--ink { background: var(--ink); color: #d7dbe1; }
.section--ink h1, .section--ink h2, .section--ink h3 { color: #fff; }

.grid { display: grid; gap: clamp(20px, 3vw, 34px); }

/* ---------- Typography helpers ---------- */
.display { font-size: clamp(2.6rem, 6vw, 4.7rem); line-height: 1.02; letter-spacing: -0.02em; }
.h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
.h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); }
.h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--muted); line-height: 1.7; }
.italic { font-style: italic; }
.gold-text { color: var(--gold-deep); }
.serif { font-family: var(--ff-display); }
.center { text-align: center; }
.measure { max-width: 62ch; }
.measure-sm { max-width: 46ch; }

/* ---------- Signature: eyebrow + bar-pull rule ---------- */
.eyebrow {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  width: 30px; height: 1.5px;
  background: var(--gold);
  position: relative;
}
.eyebrow--center { justify-content: center; }
.section--ink .eyebrow { color: var(--gold-soft); }

/* the signature bar-pull: gold rail with two mounting posts */
.barpull {
  display: flex; align-items: center; justify-content: center;
  gap: 0; height: 20px; margin-inline: auto; width: min(220px, 40%);
}
.barpull i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex: none; box-shadow: 0 0 0 3px var(--gold-tint); }
.barpull span { flex: 1; height: 1.5px; background: linear-gradient(90deg, var(--gold-line), var(--gold), var(--gold-line)); }

.section-head { max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p { margin-top: 16px; }

/* ---------- Finish swatches ---------- */
.finishes { display: inline-flex; gap: 8px; align-items: center; }
.swatch { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,.12); box-shadow: inset 0 1px 2px rgba(255,255,255,.35); flex: none; }
.swatch--black { background: linear-gradient(145deg, #2a2f38, #0e1116); }
.swatch--gold { background: linear-gradient(145deg, #e4c56a, #b7902a); border-color: rgba(0,0,0,.08); }
.swatch--chrome { background: linear-gradient(145deg, #f4f6f8, #b9bfc7); }
.swatch--bronze { background: linear-gradient(145deg, #a9784f, #6f4a2c); }
.swatch--brass { background: linear-gradient(145deg, #d9b878, #9a7b3a); }
.swatch--nickel { background: linear-gradient(145deg, #e9ecef, #9aa1a9); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  letter-spacing: .01em; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease); border: 1.5px solid transparent; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--ink); color: #fff; }
.btn--primary:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-deep); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--gold); transform: translateY(-2px); }
.btn--onink { border-color: rgba(255,255,255,.28); color: #fff; }
.btn--onink:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--sm { padding: 10px 18px; font-size: .85rem; }
.btn--block { width: 100%; }
.btn--wide { padding-inline: 40px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); font-size: .95rem; }
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
.link-arrow:hover { color: var(--gold-deep); }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink); color: #e9d6a0; text-align: center;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  font-family: var(--ff-mono); padding: 9px 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.announce b { color: var(--gold-soft); font-weight: 500; }
.announce svg { width: 15px; height: 15px; opacity: .8; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.86); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.header.is-stuck { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand__name { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 600; color: var(--ink); letter-spacing: .01em; line-height: 1; }
.brand__name small { display: block; font-family: var(--ff-mono); font-size: .55rem; letter-spacing: .34em; color: var(--gold-deep); text-transform: uppercase; margin-top: 3px; font-weight: 500; }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a { padding: 8px 14px; font-weight: 600; font-size: .92rem; color: var(--charcoal); border-radius: 999px; position: relative; transition: color .2s; }
.nav__links a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: scaleX(1); }

.nav__tools { display: flex; align-items: center; gap: 4px; }
.icon-btn { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--charcoal); position: relative; transition: background .2s, color .2s; }
.icon-btn:hover { background: var(--gray-100); color: var(--ink); }
.icon-btn svg { width: 21px; height: 21px; }
.icon-btn .badge {
  position: absolute; top: 4px; right: 3px; min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--gold); color: var(--ink); font-size: .68rem; font-weight: 700;
  border-radius: 999px; display: grid; place-items: center; font-family: var(--ff-mono);
  border: 2px solid #fff; line-height: 1;
}
.icon-btn .badge:empty, .icon-btn .badge[data-count="0"] { display: none; }
.hamburger { display: none; }

/* ---------- Mobile menu ---------- */
.m-menu { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.m-menu.open { visibility: visible; }
.m-menu__scrim { position: absolute; inset: 0; background: rgba(12,16,23,.5); opacity: 0; transition: opacity .3s; }
.m-menu.open .m-menu__scrim { opacity: 1; }
.m-menu__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(360px, 86vw); background: #fff; transform: translateX(100%); transition: transform .38s var(--ease); display: flex; flex-direction: column; padding: 22px; }
.m-menu.open .m-menu__panel { transform: none; }
.m-menu__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.m-menu__links { margin-top: 12px; display: flex; flex-direction: column; }
.m-menu__links a { padding: 15px 6px; font-family: var(--ff-display); font-size: 1.5rem; color: var(--ink); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.m-menu__links a svg { width: 18px; height: 18px; color: var(--gold-deep); }
.m-menu__foot { margin-top: auto; padding-top: 18px; display: flex; gap: 10px; }

/* ---------- Drawer (cart / wishlist / search) ---------- */
.drawer { position: fixed; inset: 0; z-index: 210; visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(12,16,23,.5); opacity: 0; transition: opacity .3s; }
.drawer.open .drawer__scrim { opacity: 1; }
.drawer__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(440px, 92vw); background: #fff; transform: translateX(100%); transition: transform .4s var(--ease); display: flex; flex-direction: column; }
.drawer.open .drawer__panel { transform: none; }
.drawer__head { padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-size: 1.25rem; display: flex; align-items: center; gap: 10px; }
.drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.drawer__foot { border-top: 1px solid var(--line); padding: 20px 24px; background: var(--paper); }

.line-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; }
.line-item__media { width: 74px; height: 74px; border-radius: var(--r-md); background: var(--gray-50); border: 1px solid var(--line); overflow: hidden; }
.line-item__name { font-weight: 700; font-size: .95rem; color: var(--ink); }
.line-item__meta { font-size: .8rem; color: var(--muted); font-family: var(--ff-mono); margin-top: 2px; }
.line-item__price { font-weight: 700; color: var(--ink); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 999px; margin-top: 8px; }
.qty button { width: 26px; height: 26px; display: grid; place-items: center; color: var(--charcoal); }
.qty button:hover { color: var(--gold-deep); }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: .85rem; font-family: var(--ff-mono); }
.li-remove { color: var(--muted-2); font-size: .78rem; margin-top: 6px; }
.li-remove:hover { color: #b91c1c; }

.drawer__empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.drawer__empty svg { width: 46px; height: 46px; color: var(--line-strong); margin: 0 auto 16px; }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.cart-total span:first-child { color: var(--muted); }
.cart-total b { font-family: var(--ff-display); font-size: 1.6rem; color: var(--ink); }
.cart-note { font-size: .78rem; color: var(--muted); text-align: center; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.cart-note svg { width: 14px; height: 14px; color: var(--gold-deep); }

/* Search drawer */
.search-drawer .drawer__panel { width: 100%; height: auto; top: 0; transform: translateY(-100%); }
.search-drawer.open .drawer__panel { transform: none; }
.search-box { display: flex; align-items: center; gap: 14px; padding: 26px var(--gutter); max-width: var(--container); margin-inline: auto; width: 100%; }
.search-box svg { width: 26px; height: 26px; color: var(--gold-deep); flex: none; }
.search-box input { flex: 1; border: none; font-family: var(--ff-display); font-size: clamp(1.4rem, 3vw, 2.2rem); background: transparent; }
.search-box input:focus { outline: none; }
.search-suggest { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter) 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.search-suggest a { padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; color: var(--muted); }
.search-suggest a:hover { border-color: var(--gold); color: var(--gold-deep); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--ink); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(88vh, 760px); }
.hero__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 88px) var(--gutter); color: #fff; position: relative; z-index: 2; }
.hero__content .container { padding: 0; max-width: 620px; margin: 0; }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: 1.03; letter-spacing: -0.025em; }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero .eyebrow { color: var(--gold-soft); margin-bottom: 22px; }
.hero .eyebrow::before { background: var(--gold-soft); }
.hero p { color: #b9c0c9; font-size: clamp(1.02rem, 1.5vw, 1.18rem); margin-top: 22px; max-width: 46ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__stats { display: flex; gap: 34px; margin-top: 46px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.hero__stat b { font-family: var(--ff-display); font-size: 1.8rem; color: #fff; display: block; line-height: 1; }
.hero__stat span { font-size: .78rem; color: var(--muted-2); font-family: var(--ff-mono); letter-spacing: .08em; text-transform: uppercase; }
.hero__media { position: relative; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(17,24,39,.15) 22%, transparent 45%); }
.hero__badge { position: absolute; bottom: 26px; right: 26px; z-index: 3; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-radius: var(--r-lg); padding: 16px 20px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-lg); max-width: 260px; }
.hero__badge .stars { color: var(--gold); }
.hero__badge b { font-size: .95rem; color: var(--ink); }
.hero__badge span { font-size: .78rem; color: var(--muted); }

/* ---------- Trust strip ---------- */
.trust { border-bottom: 1px solid var(--line); background: #fff; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { display: flex; align-items: center; gap: 14px; padding: 26px 18px; border-right: 1px solid var(--line); }
.trust__item:last-child { border-right: none; }
.trust__item svg { width: 30px; height: 30px; color: var(--gold-deep); flex: none; stroke-width: 1.4; }
.trust__item b { display: block; font-size: .92rem; color: var(--ink); font-weight: 700; }
.trust__item span { font-size: .8rem; color: var(--muted); }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; display: block; background: var(--gray-100); border: 1px solid var(--line); }
.cat-card:nth-child(1) { grid-row: span 2; aspect-ratio: auto; }
.cat-card__art { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(120% 120% at 30% 20%, #fff, var(--gray-100)); }
.cat-card__art svg { width: 62%; height: 62%; transition: transform .5s var(--ease); }
.cat-card:hover .cat-card__art svg { transform: scale(1.06) rotate(-2deg); }
.cat-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; background: linear-gradient(0deg, rgba(17,24,39,.9), rgba(17,24,39,0)); color: #fff; }
.cat-card__body h3 { color: #fff; font-size: 1.35rem; }
.cat-card__body span { font-size: .82rem; color: #cfd4da; font-family: var(--ff-mono); letter-spacing: .06em; }
.cat-card__go { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; opacity: 0; transform: translateY(-6px); transition: .3s var(--ease); }
.cat-card:hover .cat-card__go { opacity: 1; transform: none; }
.cat-card__go svg { width: 18px; height: 18px; color: var(--ink); }

/* ---------- Product cards ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.prod-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow .3s var(--ease), transform .3s var(--ease), border-color .3s; display: flex; flex-direction: column; }
.prod-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: var(--line-strong); }
.prod-card__media { position: relative; aspect-ratio: 1; background: radial-gradient(130% 130% at 30% 20%, #fff, var(--gray-50)); display: grid; place-items: center; overflow: hidden; }
.prod-card__media svg.hw { width: 74%; height: 74%; transition: transform .5s var(--ease); }
.prod-card:hover .prod-card__media svg.hw { transform: scale(1.07) rotate(-3deg); }
.prod-card__flags { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; }
.flag { font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 4px; font-weight: 500; }
.flag--sale { background: var(--ink); color: var(--gold-soft); }
.flag--new { background: var(--gold); color: var(--ink); }
.flag--best { background: #fff; color: var(--ink); border: 1px solid var(--line-strong); }
.prod-card__quick { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 16px; opacity: 0; transition: opacity .3s; }
.prod-card:hover .prod-card__quick { opacity: 1; }
.prod-card__quick .btn { box-shadow: var(--shadow-md); }
.prod-card__wish { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: .25s; z-index: 2; }
.prod-card__wish svg { width: 18px; height: 18px; color: var(--charcoal); transition: .2s; fill: none; }
.prod-card__wish:hover { background: #fff; }
.prod-card__wish:hover svg { color: var(--gold-deep); }
.prod-card__wish.active svg { color: var(--gold-deep); fill: var(--gold); }
.prod-card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.prod-card__cat { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }
.prod-card__name { font-family: var(--ff-display); font-size: 1.12rem; color: var(--ink); margin-top: 4px; line-height: 1.2; }
.prod-card__name a:hover { color: var(--gold-deep); }
.prod-card__rating { display: flex; align-items: center; gap: 6px; margin-top: 8px; font-size: .78rem; color: var(--muted); }
.stars { display: inline-flex; gap: 1px; }
.stars svg { width: 14px; height: 14px; fill: var(--gold); }
.stars svg.empty { fill: var(--line-strong); }
.prod-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; gap: 10px; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price b { font-family: var(--ff-display); font-size: 1.3rem; color: var(--ink); font-weight: 600; }
.price del { color: var(--muted-2); font-size: .9rem; }
.price small { font-family: var(--ff-mono); font-size: .68rem; color: var(--muted); }
.add-btn { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: .25s var(--ease); flex: none; }
.add-btn:hover { background: var(--gold); color: var(--ink); transform: scale(1.08); }
.add-btn svg { width: 19px; height: 19px; }
.prod-card__finishes { display: flex; gap: 5px; margin-top: 12px; }
.prod-card__finishes .swatch { width: 15px; height: 15px; }
.stock-line { font-size: .74rem; color: var(--muted); margin-top: 10px; display: flex; align-items: center; gap: 6px; }
.stock-line.low { color: #b45309; }
.stock-bar { height: 4px; border-radius: 999px; background: var(--gray-100); overflow: hidden; margin-top: 6px; }
.stock-bar i { display: block; height: 100%; background: var(--gold); border-radius: 999px; }

/* ---------- Carousel ---------- */
.carousel { position: relative; }
.carousel__track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 8px; scrollbar-width: none; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * { scroll-snap-align: start; flex: 0 0 clamp(230px, 26%, 300px); }
.carousel__nav { display: flex; gap: 10px; }
.carousel__nav button { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; transition: .25s; }
.carousel__nav button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.carousel__nav button svg { width: 18px; height: 18px; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }

/* ---------- Why choose (dark) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg); overflow: hidden; }
.why-item { background: var(--ink); padding: 34px 30px; transition: background .3s; }
.why-item:hover { background: var(--ink-2); }
.why-item__n { font-family: var(--ff-mono); font-size: .78rem; color: var(--gold-soft); letter-spacing: .1em; }
.why-item svg { width: 34px; height: 34px; color: var(--gold-soft); stroke-width: 1.3; margin: 18px 0 16px; }
.why-item h3 { color: #fff; font-size: 1.3rem; }
.why-item p { color: #aab1ba; margin-top: 10px; font-size: .94rem; }

/* ---------- Collections ---------- */
.coll-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.coll { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 320px; display: flex; align-items: flex-end; color: #fff; }
.coll img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.coll:hover img { transform: scale(1.05); }
.coll::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,16,23,.82), rgba(12,16,23,.15) 60%, rgba(12,16,23,.35)); }
.coll__body { position: relative; z-index: 2; padding: 32px; }
.coll__body .eyebrow { color: var(--gold-soft); }
.coll__body .eyebrow::before { background: var(--gold-soft); }
.coll__body h3 { color: #fff; font-size: 1.7rem; margin: 12px 0 6px; }
.coll__body p { color: #d3d7dd; max-width: 40ch; font-size: .95rem; }
.coll__body .link-arrow { color: #fff; margin-top: 16px; }
.coll__body .link-arrow:hover { color: var(--gold-soft); }

/* ---------- Before/After ---------- */
.ba { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.ba__visual { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/11; box-shadow: var(--shadow-lg); }
.ba__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { clip-path: inset(0 0 0 50%); }
.ba__divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--gold); transform: translateX(-50%); z-index: 3; }
.ba__handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; z-index: 4; display: grid; place-items: center; box-shadow: var(--shadow-md); }
.ba__handle svg { width: 20px; height: 20px; color: var(--ink); }
.ba__tag { position: absolute; top: 16px; z-index: 3; font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); }
.ba__tag.before { left: 16px; }
.ba__tag.after { right: 16px; background: var(--ink); color: var(--gold-soft); }
.ba__list { margin-top: 24px; display: grid; gap: 14px; }
.ba__list li { display: flex; gap: 12px; align-items: flex-start; }
.ba__list svg { width: 22px; height: 22px; color: var(--gold-deep); flex: none; margin-top: 2px; }
.ba__list b { color: var(--ink); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; }
.testi .stars { margin-bottom: 16px; }
.testi__quote { font-family: var(--ff-display); font-size: 1.14rem; line-height: 1.5; color: var(--charcoal); font-style: italic; }
.testi__who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--gold-soft); display: grid; place-items: center; font-family: var(--ff-display); font-size: 1.1rem; flex: none; }
.testi__who b { display: block; font-size: .92rem; color: var(--ink); }
.testi__who span { font-size: .78rem; color: var(--muted); }
.verified { display: inline-flex; align-items: center; gap: 4px; font-size: .7rem; color: var(--gold-deep); font-family: var(--ff-mono); margin-left: auto; }
.verified svg { width: 13px; height: 13px; }

/* ---------- Designer endorsement ---------- */
.endorse { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.endorse__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; }
.endorse__media img { width: 100%; height: 100%; object-fit: cover; }
.endorse blockquote { font-family: var(--ff-display); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.35; color: var(--ink); font-weight: 400; }
.endorse blockquote::before { content: "\201C"; font-family: var(--ff-display); font-size: 4rem; color: var(--gold); line-height: 0; display: block; height: 30px; }
.endorse cite { display: block; margin-top: 26px; font-style: normal; }
.endorse cite b { font-family: var(--ff-body); font-weight: 700; color: var(--ink); font-size: 1rem; }
.endorse cite span { display: block; color: var(--muted); font-size: .88rem; }

/* ---------- Instagram ---------- */
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.ig { position: relative; aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; background: var(--gray-100); }
.ig img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.ig:hover img { transform: scale(1.08); }
.ig::after { content: ""; position: absolute; inset: 0; background: rgba(17,24,39,.35); opacity: 0; transition: .3s; }
.ig:hover::after { opacity: 1; }
.ig svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 24px; height: 24px; color: #fff; opacity: 0; transition: .3s; z-index: 2; }
.ig:hover svg { opacity: 1; }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--ink); border-radius: var(--r-xl); padding: clamp(40px, 6vw, 72px); position: relative; overflow: hidden; text-align: center; }
.newsletter::before { content: ""; position: absolute; top: -40%; right: -10%; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,39,.22), transparent 70%); }
.newsletter h2 { color: #fff; position: relative; }
.newsletter p { color: #aab1ba; margin: 14px auto 0; position: relative; }
.nl-form { display: flex; gap: 10px; max-width: 480px; margin: 28px auto 0; position: relative; }
.nl-form input { flex: 1; padding: 15px 20px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: #fff; }
.nl-form input::placeholder { color: #8b929b; }
.nl-form input:focus { outline: none; border-color: var(--gold); }
.nl-fine { color: #6b727b; font-size: .76rem; margin-top: 14px; position: relative; }

/* ---------- Final CTA ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: clamp(44px, 6vw, 80px); display: grid; grid-template-columns: 1.4fr auto; gap: 30px; align-items: center; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='4' cy='4' r='1' fill='%23c9a227' opacity='.2'/%3E%3C/svg%3E"); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #aab1ba; margin-top: 12px; }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--ink-2); color: #9aa1aa; padding-top: clamp(56px, 7vw, 88px); }
.footer a { color: #9aa1aa; transition: color .2s; }
.footer a:hover { color: var(--gold-soft); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer .brand__name { color: #fff; }
.footer__about { max-width: 34ch; margin-top: 20px; font-size: .92rem; line-height: 1.7; }
.footer__socials { display: flex; gap: 10px; margin-top: 22px; }
.footer__socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; }
.footer__socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.footer__socials svg { width: 18px; height: 18px; }
.footer__col h4 { color: #fff; font-family: var(--ff-body); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; }
.footer__col ul { display: grid; gap: 11px; font-size: .92rem; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: .9rem; }
.footer__contact svg { width: 17px; height: 17px; color: var(--gold-soft); flex: none; margin-top: 2px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; flex-wrap: wrap; font-size: .82rem; }
.footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__pay { display: flex; gap: 8px; align-items: center; }
.footer__pay span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .05em; }

/* ---------- Page hero / breadcrumb ---------- */
.page-hero { background: var(--paper); border-bottom: 1px solid var(--line); padding-block: clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.crumb { font-family: var(--ff-mono); font-size: .76rem; letter-spacing: .06em; color: var(--muted); display: flex; gap: 8px; align-items: center; margin-bottom: 18px; }
.crumb a:hover { color: var(--gold-deep); }
.crumb svg { width: 13px; height: 13px; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
.page-hero p { margin-top: 14px; max-width: 60ch; }

/* ---------- Shop layout ---------- */
.shop { display: grid; grid-template-columns: 268px 1fr; gap: 40px; align-items: start; }
.filters { position: sticky; top: calc(var(--header-h) + 20px); }
.filter-block { padding: 22px 0; border-bottom: 1px solid var(--line); }
.filter-block:first-child { padding-top: 0; }
.filter-block h4 { font-family: var(--ff-body); font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center; }
.check { display: flex; align-items: center; gap: 11px; padding: 6px 0; cursor: pointer; font-size: .92rem; color: var(--charcoal); }
.check input { position: absolute; opacity: 0; }
.check__box { width: 19px; height: 19px; border: 1.5px solid var(--line-strong); border-radius: 5px; display: grid; place-items: center; transition: .2s; flex: none; }
.check__box svg { width: 12px; height: 12px; color: #fff; opacity: 0; }
.check input:checked + .check__box { background: var(--ink); border-color: var(--ink); }
.check input:checked + .check__box svg { opacity: 1; }
.check:hover .check__box { border-color: var(--ink); }
.check .count { margin-left: auto; font-size: .78rem; color: var(--muted-2); font-family: var(--ff-mono); }
.filter-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.fswatch { display: grid; place-items: center; gap: 6px; cursor: pointer; }
.fswatch .swatch { width: 30px; height: 30px; transition: .2s; }
.fswatch input { position: absolute; opacity: 0; }
.fswatch span { font-size: .66rem; color: var(--muted); }
.fswatch input:checked + .swatch { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--gold); }
.price-inputs { display: flex; align-items: center; gap: 10px; }
.price-inputs input { width: 100%; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); font-size: .85rem; font-family: var(--ff-mono); }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.shop-toolbar .result-count { font-size: .88rem; color: var(--muted); }
.shop-toolbar .result-count b { color: var(--ink); }
.toolbar-right { display: flex; align-items: center; gap: 12px; }
.select { position: relative; }
.select select { appearance: none; padding: 11px 40px 11px 16px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); font-size: .88rem; font-weight: 600; background: #fff; cursor: pointer; }
.select svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; pointer-events: none; color: var(--muted); }
.filter-toggle { display: none; }
.active-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; background: var(--gold-tint); border: 1px solid var(--gold-line); border-radius: 999px; font-size: .8rem; color: var(--gold-deep); font-weight: 600; }
.chip button { display: grid; place-items: center; }
.chip svg { width: 13px; height: 13px; }
.shop .prod-grid { grid-template-columns: repeat(3, 1fr); }

.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination a, .pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--r-sm); font-weight: 600; font-size: .9rem; transition: .2s; }
.pagination a:hover { border-color: var(--ink); }
.pagination .current { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .dots { border: none; }

/* ---------- Quick view modal ---------- */
.modal { position: fixed; inset: 0; z-index: 220; display: grid; place-items: center; padding: 20px; visibility: hidden; }
.modal.open { visibility: visible; }
.modal__scrim { position: absolute; inset: 0; background: rgba(12,16,23,.6); opacity: 0; transition: .3s; }
.modal.open .modal__scrim { opacity: 1; }
.modal__card { position: relative; background: #fff; border-radius: var(--r-lg); width: min(880px, 100%); max-height: 90vh; overflow: auto; transform: scale(.96); opacity: 0; transition: .35s var(--ease); box-shadow: var(--shadow-lg); }
.modal.open .modal__card { transform: none; opacity: 1; }
.modal__close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; background: var(--gray-100); display: grid; place-items: center; z-index: 3; }
.modal__close:hover { background: var(--ink); color: #fff; }
.qv { display: grid; grid-template-columns: 1fr 1fr; }
.qv__media { background: radial-gradient(130% 130% at 30% 20%, #fff, var(--gray-50)); display: grid; place-items: center; padding: 30px; }
.qv__media svg.hw { width: 78%; }
.qv__body { padding: 34px; }

/* ---------- Product detail ---------- */
.pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.gallery__main { position: relative; aspect-ratio: 1; background: radial-gradient(130% 130% at 30% 20%, #fff, var(--gray-50)); border: 1px solid var(--line); border-radius: var(--r-lg); display: grid; place-items: center; overflow: hidden; }
.gallery__main svg.hw { width: 72%; transition: transform .4s var(--ease); }
.gallery__main:hover svg.hw { transform: scale(1.6); }
.gallery__zoom { position: absolute; bottom: 14px; right: 14px; font-family: var(--ff-mono); font-size: .68rem; color: var(--muted); background: rgba(255,255,255,.9); padding: 6px 10px; border-radius: 999px; display: flex; align-items: center; gap: 6px; }
.gallery__zoom svg { width: 13px; height: 13px; }
.gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.gallery__thumbs button { aspect-ratio: 1; border: 1.5px solid var(--line); border-radius: var(--r-md); background: var(--gray-50); display: grid; place-items: center; overflow: hidden; transition: .2s; }
.gallery__thumbs button.active { border-color: var(--gold); }
.gallery__thumbs button svg { width: 66%; }

.pdp__cat { font-family: var(--ff-mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); }
.pdp h1 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 8px 0 14px; }
.pdp__ratingrow { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.pdp__ratingrow a { font-size: .85rem; color: var(--muted); text-decoration: underline; }
.pdp__price { display: flex; align-items: baseline; gap: 14px; margin: 22px 0; }
.pdp__price b { font-family: var(--ff-display); font-size: 2.4rem; color: var(--ink); }
.pdp__price del { color: var(--muted-2); font-size: 1.2rem; }
.pdp__price .save { background: var(--gold-tint); color: var(--gold-deep); font-weight: 700; font-size: .82rem; padding: 4px 10px; border-radius: 999px; font-family: var(--ff-mono); }
.pdp__desc { color: var(--muted); line-height: 1.75; }
.meta-row { display: flex; gap: 24px; margin: 22px 0; font-size: .88rem; flex-wrap: wrap; }
.meta-row div span { color: var(--muted); }
.meta-row div b { color: var(--ink); font-family: var(--ff-mono); }
.in-stock { color: #15803d; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.in-stock svg { width: 15px; height: 15px; }

.finish-picker { margin: 24px 0; }
.finish-picker h4, .qty-picker h4 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; font-weight: 700; }
.finish-picker__opts { display: flex; gap: 12px; }
.finish-opt { display: grid; place-items: center; gap: 6px; cursor: pointer; }
.finish-opt .swatch { width: 38px; height: 38px; transition: .2s; }
.finish-opt.active .swatch { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--gold); }
.finish-opt span { font-size: .68rem; color: var(--muted); }
.buy-row { display: flex; gap: 12px; margin: 26px 0 20px; flex-wrap: wrap; }
.qty-lg { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 999px; }
.qty-lg button { width: 46px; height: 46px; display: grid; place-items: center; }
.qty-lg button:hover { color: var(--gold-deep); }
.qty-lg span { min-width: 40px; text-align: center; font-weight: 700; font-family: var(--ff-mono); }
.pdp__assure { display: grid; gap: 12px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); margin-top: 10px; }
.pdp__assure li { display: flex; gap: 12px; align-items: center; font-size: .88rem; }
.pdp__assure svg { width: 20px; height: 20px; color: var(--gold-deep); flex: none; }

/* tabs */
.tabs { border-bottom: 1px solid var(--line); display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 30px; }
.tabs button { padding: 14px 20px; font-weight: 600; color: var(--muted); position: relative; font-size: .95rem; }
.tabs button.active { color: var(--ink); }
.tabs button.active::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: -1px; height: 2px; background: var(--gold); }
.tab-panel { display: none; animation: fade .3s var(--ease); }
.tab-panel.active { display: block; }
.spec-table { width: 100%; border-collapse: collapse; max-width: 640px; }
.spec-table td { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.spec-table td:first-child { color: var(--muted); width: 40%; }
.spec-table td:last-child { color: var(--ink); font-weight: 600; font-family: var(--ff-mono); font-size: .86rem; }
.install-steps { display: grid; gap: 20px; max-width: 640px; counter-reset: step; }
.install-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
.install-steps li::before { counter-increment: step; content: counter(step,decimal-leading-zero); font-family: var(--ff-mono); color: var(--gold-deep); font-size: .9rem; padding-top: 3px; }
.install-steps b { color: var(--ink); display: block; }

/* reviews */
.review-summary { display: grid; grid-template-columns: 200px 1fr; gap: 40px; padding: 30px; background: var(--paper); border-radius: var(--r-lg); margin-bottom: 34px; align-items: center; }
.review-score { text-align: center; }
.review-score b { font-family: var(--ff-display); font-size: 3.4rem; color: var(--ink); line-height: 1; }
.review-bars { display: grid; gap: 8px; }
.review-bar { display: flex; align-items: center; gap: 12px; font-size: .82rem; color: var(--muted); }
.review-bar .track { flex: 1; height: 7px; background: var(--gray-100); border-radius: 999px; overflow: hidden; }
.review-bar .track i { display: block; height: 100%; background: var(--gold); }
.review { padding: 24px 0; border-bottom: 1px solid var(--line); }
.review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review__head b { color: var(--ink); }
.review__head .verified { margin-left: 0; }
.review__date { margin-left: auto; font-size: .78rem; color: var(--muted-2); font-family: var(--ff-mono); }

/* frequently bought */
.fbt { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-lg); }
.fbt__item { width: 120px; text-align: center; }
.fbt__item .box { aspect-ratio: 1; background: var(--gray-50); border: 1px solid var(--line); border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: 8px; }
.fbt__item .box svg { width: 70%; }
.fbt__item span { font-size: .78rem; color: var(--muted); }
.fbt__item b { display: block; font-size: .82rem; color: var(--ink); }
.fbt__plus { font-size: 1.6rem; color: var(--muted-2); }
.fbt__total { margin-left: auto; text-align: right; }
.fbt__total span { font-size: .82rem; color: var(--muted); }
.fbt__total b { font-family: var(--ff-display); font-size: 1.7rem; color: var(--ink); display: block; }

/* ---------- About ---------- */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-card { text-align: center; padding: 30px 16px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.stat-card b { font-family: var(--ff-display); font-size: clamp(2.2rem, 4vw, 3rem); color: var(--ink); display: block; line-height: 1; }
.stat-card span { font-size: .82rem; color: var(--muted); margin-top: 8px; display: block; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { padding: 32px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); transition: .3s var(--ease); }
.value-card:hover { border-color: var(--gold-line); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-card svg { width: 34px; height: 34px; color: var(--gold-deep); stroke-width: 1.3; margin-bottom: 18px; }
.value-card h3 { font-size: 1.3rem; }
.value-card p { color: var(--muted); margin-top: 10px; font-size: .94rem; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.pstep { padding: 30px 24px; position: relative; }
.pstep:not(:last-child)::after { content: ""; position: absolute; top: 46px; right: 0; width: 60%; border-top: 1.5px dashed var(--gold-line); }
.pstep__n { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold-deep); display: grid; place-items: center; font-family: var(--ff-display); font-size: 1.3rem; background: #fff; position: relative; z-index: 2; }
.pstep h3 { font-size: 1.15rem; margin: 18px 0 8px; }
.pstep p { font-size: .9rem; color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { text-align: center; }
.team-card__photo { aspect-ratio: 3/4; border-radius: var(--r-lg); overflow: hidden; background: var(--gray-100); margin-bottom: 16px; position: relative; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 1.2rem; }
.team-card span { font-family: var(--ff-mono); font-size: .78rem; color: var(--gold-deep); letter-spacing: .06em; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .8rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: .02em; }
.field label .req { color: var(--gold-deep); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 16px; border: 1.5px solid var(--line-strong); border-radius: var(--r-md); font-size: .95rem; transition: border-color .2s, box-shadow .2s; background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-tint); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 14px; display: flex; gap: 8px; align-items: flex-start; }
.form-note svg { width: 15px; height: 15px; color: var(--gold-deep); flex: none; margin-top: 2px; }
.form-success { display: none; text-align: center; padding: 30px; }
.form-success.show { display: block; }
.form-success svg { width: 54px; height: 54px; color: var(--gold-deep); margin: 0 auto 16px; }

.contact-info { display: grid; gap: 16px; }
.info-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; transition: .3s; }
.info-card:hover { border-color: var(--gold-line); }
.info-card__icon { width: 46px; height: 46px; border-radius: 50%; background: var(--gold-tint); display: grid; place-items: center; flex: none; }
.info-card__icon svg { width: 22px; height: 22px; color: var(--gold-deep); }
.info-card b { color: var(--ink); display: block; font-size: .95rem; }
.info-card p { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.info-card a { color: var(--gold-deep); font-weight: 600; }
.map-wrap { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/7; position: relative; background: linear-gradient(135deg, #eef0f2, #dfe3e7); display: grid; place-items: center; }
.map-wrap::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(31,41,55,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(31,41,55,.06) 1px, transparent 1px); background-size: 40px 40px; }
.map-pin { position: relative; z-index: 2; text-align: center; }
.map-pin svg { width: 42px; height: 42px; color: var(--gold-deep); margin: 0 auto; }
.map-pin b { display: block; color: var(--ink); font-family: var(--ff-display); font-size: 1.1rem; margin-top: 6px; }
.map-pin span { font-size: .82rem; color: var(--muted); }

/* coverage */
.coverage-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.coverage-item { padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .9rem; }
.coverage-item svg { width: 18px; height: 18px; color: var(--gold-deep); }

/* FAQ */
.faq { max-width: 800px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; text-align: left; font-family: var(--ff-display); font-size: 1.15rem; color: var(--ink); }
.faq-q svg { width: 22px; height: 22px; color: var(--gold-deep); flex: none; transition: transform .3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding-bottom: 24px; color: var(--muted); max-width: 68ch; }

/* ---------- Toast / recent purchase ---------- */
.toast-wrap { position: fixed; left: 20px; bottom: 20px; z-index: 300; display: flex; flex-direction: column; gap: 12px; }
.toast { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--r-md); padding: 14px 18px; box-shadow: var(--shadow-lg); max-width: 340px; transform: translateX(-120%); opacity: 0; transition: .4s var(--ease); }
.toast.show { transform: none; opacity: 1; }
.toast__icon { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--gray-50); display: grid; place-items: center; flex: none; }
.toast__icon svg { width: 22px; }
.toast b { font-size: .88rem; color: var(--ink); display: block; }
.toast span { font-size: .78rem; color: var(--muted); }
.toast .ago { font-family: var(--ff-mono); font-size: .68rem; color: var(--gold-deep); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* social proof counters */
.counters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.counter b { font-family: var(--ff-display); font-size: clamp(2rem, 4vw, 2.9rem); color: var(--ink); display: block; line-height: 1; }
.counter span { font-size: .84rem; color: var(--muted); margin-top: 8px; display: block; }
.section--ink .counter b { color: #fff; }
.section--ink .counter span { color: var(--muted-2); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .nav__links { display: none; }
  .hamburger { display: inline-flex; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { min-height: 320px; order: -1; }
  .hero__media::after { background: linear-gradient(0deg, var(--ink), transparent 60%); }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__item:nth-child(2) { border-right: none; }
  .trust__item:nth-child(1), .trust__item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-card:nth-child(1) { grid-row: auto; aspect-ratio: 4/5; }
  .why-grid { grid-template-columns: 1fr; }
  .coll-grid { grid-template-columns: 1fr; }
  .ba { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .endorse { grid-template-columns: 1fr; }
  .endorse__media { aspect-ratio: 16/10; }
  .pdp { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .pstep::after { display: none; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .counters { grid-template-columns: repeat(2, 1fr); }
  .qv { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .shop { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0 auto 0 0; width: min(340px, 88vw); background: #fff; z-index: 215; padding: 24px; overflow-y: auto; transform: translateX(-100%); transition: transform .38s var(--ease); box-shadow: var(--shadow-lg); top: 0; }
  .filters.open { transform: none; }
  .filter-toggle { display: inline-flex; }
}
@media (max-width: 620px) {
  .prod-grid, .shop .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cat-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .review-summary { grid-template-columns: 1fr; gap: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .hero__stats { gap: 20px; flex-wrap: wrap; }
  .prod-card__quick { display: none; }
  .process-steps, .team-grid, .stat-row, .counters { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
