/* ==========================================================================
   REFRESH MY KICKS: v2
   High-contrast campaign layout. Stark black and white bands, violet as a
   flood colour, oversized tight type, full-bleed imagery, hard edges.
   No gradients, no glow, no floating cards.
   ========================================================================== */

/* --- tokens ------------------------------------------------------------- */
:root {
  --void:      #0A0910;
  --black:     #121118;
  --coal:      #1C1A24;
  --graphite:  #2A2733;

  --violet:      #7E6BB6;
  --violet-lift: #9B87D4;
  --violet-tag:  #C4BAE8; /* small eyebrow labels on dark bands */
  --violet-deep: #5A4A88;
  --violet-wash: #EFECF7;
  --num-stroke:  rgba(255,255,255,.55); /* the big outline-only section numeral */

  --white: #FFFFFF;
  --chalk: #F4F3F7;
  --stone: #E3E1EA;
  --grey:  #86818F;
  --grey-d:#57535F;

  --display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --body:    "Inter Tight", "Helvetica Neue", Arial, sans-serif;

  --shell:  1440px;
  --pad:    clamp(20px, 4.5vw, 72px);
  --r:      2px;

  --ease:   cubic-bezier(.16, .84, .44, 1);

  /* per-band context, flipped by the band modifiers below */
  --fg:      var(--white);
  --fg-soft: rgba(255,255,255,.86);
  --bg:      var(--void);
  --hair:    rgba(255,255,255,.14);
}

/* --- reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--void); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--body);
  background: var(--void);
  color: var(--white);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

[hidden] { display: none !important; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--violet-lift); outline-offset: 3px; }
::selection { background: var(--violet); color: #fff; }

/* --- type --------------------------------------------------------------- */
h1, h2, h3, h4, .disp {
  font-family: var(--display);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.t-mega { font-size: clamp(3rem, 9vw, 8.5rem); line-height: .86; letter-spacing: -.05em; }
.t-xl   { font-size: clamp(2.4rem, 6.2vw, 5.4rem); line-height: .89; }
.t-lg   { font-size: clamp(1.9rem, 3.6vw, 3.1rem); line-height: .95; }
.t-md   { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.05; letter-spacing: -.035em; }
.t-sm   { font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.15; letter-spacing: -.02em; }

.lede {
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.5; color: var(--fg-soft); max-width: 52ch;
}
.sm  { font-size: .88rem; }
.xs  { font-size: .78rem; }
.soft{ color: var(--fg-soft); }

/* uppercase micro-label: the structural voice of the page.
   Uses its own lighter tint rather than --violet-lift, which stays as-is
   for buttons/focus rings/the hero emphasis word: those weren't the ones
   flagged as hard to read, and this keeps the fix scoped to the text. */
.tag {
  font-family: var(--body);
  font-size: .69rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--violet-tag);
}
.tag--dim { color: var(--fg-soft); }

/* oversized section numeral */
.num {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(3.4rem, 7vw, 6.4rem); line-height: .8;
  letter-spacing: -.06em;
  color: transparent;
  -webkit-text-stroke-width: 1.75px; -webkit-text-stroke-color: var(--num-stroke);
  user-select: none;
}

/* --- layout ------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--pad); }

.band {
  position: relative;
  background: var(--bg); color: var(--fg);
  padding-block: clamp(68px, 8.5vw, 148px);
}
.band--light {
  --fg: var(--black); --fg-soft: var(--grey-d);
  --bg: var(--white); --hair: rgba(18,17,24,.14);
  --violet-tag: var(--violet-deep); --num-stroke: rgba(18,17,24,.4);
}
.band--chalk {
  --fg: var(--black); --fg-soft: var(--grey-d);
  --bg: var(--chalk); --hair: rgba(18,17,24,.12);
  --violet-tag: var(--violet-deep); --num-stroke: rgba(18,17,24,.4);
}
.band--violet {
  --fg: var(--white); --fg-soft: rgba(255,255,255,.75);
  --bg: var(--violet); --hair: rgba(255,255,255,.32);
}
.band--coal { --bg: var(--black); }
.band--flush { padding-block: 0; }
.band--tight { padding-block: clamp(44px, 5vw, 78px); }

.rule { height: 1px; background: var(--hair); border: 0; }

/* section header: numeral | heading | supporting text */
.head { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(20px, 3vw, 54px); align-items: start; margin-bottom: clamp(38px, 5vw, 76px); }
.head__main { display: flex; flex-direction: column; gap: 16px; }
.head__aside { max-width: 34ch; padding-top: 8px; }

.cols  { display: grid; gap: clamp(18px, 2.4vw, 34px); }
.c-2 { grid-template-columns: repeat(2, 1fr); }
.c-3 { grid-template-columns: repeat(3, 1fr); }
.c-4 { grid-template-columns: repeat(4, 1fr); }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 80px); align-items: center; }
.duo--l { grid-template-columns: 1.15fr .85fr; }
.duo--r { grid-template-columns: .85fr 1.15fr; }

.stack { display: flex; flex-direction: column; }
.g8{gap:8px} .g14{gap:14px} .g20{gap:20px} .g28{gap:28px} .g40{gap:40px}
.row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* --- buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 30px; border-radius: var(--r);
  background: var(--violet); color: #fff; border: 1.5px solid var(--violet);
  font-family: var(--body); font-weight: 600; font-size: .92rem;
  letter-spacing: .04em; text-transform: uppercase; line-height: 1;
  white-space: nowrap; cursor: pointer;
  transition: background .16s var(--ease), color .16s var(--ease), border-color .16s var(--ease);
}
.btn:hover { background: var(--violet-lift); border-color: var(--violet-lift); }

.btn--solid  { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.btn--solid:hover { background: var(--violet); border-color: var(--violet); color: #fff; }
.btn--line   { background: transparent; color: var(--fg); border-color: var(--hair); }
.btn--line:hover { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.btn--sm { padding: 12px 20px; font-size: .78rem; }
.btn--block { display: flex; width: 100%; }
.btn[disabled] { opacity: .4; cursor: not-allowed; }

/* underline link with a wipe */
.ul {
  display: inline-block; font-weight: 600; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding-bottom: 4px; border-bottom: 1.5px solid currentColor;
  transition: opacity .16s var(--ease);
}
.ul:hover { opacity: .58; }

/* --- ticker ------------------------------------------------------------- */
.ticker {
  background: var(--violet); color: #fff;
  font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  padding-block: 10px; overflow: hidden; white-space: nowrap;
}
.ticker__t { display: inline-flex; animation: slide 40s linear infinite; }
.ticker__t span { padding-inline: 26px; }
@keyframes slide { to { transform: translateX(-50%); } }
.ticker:hover .ticker__t { animation-play-state: paused; }

/* --- header ------------------------------------------------------------- */
.hdr {
  position: sticky; top: 0; z-index: 200;
  background: var(--void);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.hdr__in { display: flex; align-items: center; justify-content: space-between; gap: 26px; height: 74px; }

.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 800; font-size: 1.08rem;
  letter-spacing: -.05em; text-transform: uppercase; color: #fff;
}
.brand svg { width: 24px; height: 24px; flex: none; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-size: .74rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.62); padding-block: 6px; position: relative;
  transition: color .16s var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--violet-lift); transition: width .22s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }

.hdr__act { display: flex; align-items: center; gap: 10px; }

.cart-btn {
  display: inline-flex; align-items: center; gap: 9px;
  height: 42px; padding-inline: 16px; border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.2); color: #fff;
  font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  transition: border-color .16s var(--ease), background .16s var(--ease);
}
.cart-btn:hover { border-color: #fff; }
.cart-btn__count {
  min-width: 20px; height: 20px; padding-inline: 5px;
  display: grid; place-items: center; border-radius: 999px;
  background: var(--violet); color: #fff;
  font-size: .68rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: 0;
}
.cart-btn__count[data-empty="true"] { background: rgba(255,255,255,.16); }

.burger { display: none; width: 42px; height: 42px; place-items: center; border: 1.5px solid rgba(255,255,255,.2); border-radius: var(--r); }
.burger span { display: block; width: 16px; height: 1.6px; background: #fff; position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 16px; height: 1.6px; background: #fff; }
.burger span::before { top: -5px; } .burger span::after { top: 5px; }

/* --- hero --------------------------------------------------------------- */
.hero { background: var(--void); padding-top: clamp(38px, 5vw, 76px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: end; }
.hero h1 em { font-style: normal; color: var(--violet-lift); }

.hero__price { display: flex; align-items: baseline; gap: 14px; }
.hero__price b { font-family: var(--display); font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 800; letter-spacing: -.04em; }
.hero__price s { color: var(--fg-soft); font-size: 1rem; }

/* trust row: stars + review count in the hero */
.trust { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.trust__stars { display: inline-flex; gap: 2px; color: var(--violet-lift); }
.trust__stars svg { width: 18px; height: 18px; }
.trust__t { font-size: .88rem; color: var(--fg-soft); letter-spacing: .01em; }
.trust__t b { color: var(--fg); font-weight: 700; }

/* product sits in a violet flood block, bleeding off the right edge.
   A swipeable carousel of the same PDP images: cutout, angle, both
   lifestyle shots, so the hero shows more than one static photo. */
.hero__art { position: relative; }
.hero__block {
  position: relative; background: var(--violet); overflow: hidden;
  aspect-ratio: 1 / 1.04;
  margin-right: calc(var(--pad) * -1);
}
.hero__block > img { width: 100%; height: 100%; object-fit: contain; padding: 8%; box-sizing: border-box; display: block; }

.hero__stamp {
  position: absolute; left: 18px; top: 50%; z-index: 2;
  transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl;
  font-size: .66rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.6); pointer-events: none;
}

/* spec strip beneath the hero */
.specstrip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hair); margin-top: clamp(40px, 5vw, 76px); }
/* each stat sits centered inside its bordered cell, not flush against the
   divider, so the text reads as framed rather than crowding the left edge */
.specstrip > div { padding: 38px 24px 30px; text-align: center; border-right: 1px solid var(--hair); }
.specstrip > div:last-child { border-right: 0; }
.specstrip b { display: block; font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.specstrip span { display: block; margin-top: 12px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-soft); }

/* --- full-bleed media --------------------------------------------------- */
.bleed { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.media { position: relative; overflow: hidden; background: var(--coal); }
.media img { width: 100%; height: 100%; object-fit: cover; }
/* the action sits low in the frame: bias the crop down so the shoe stays in */
.media--16 img { object-position: 50% 62%; }
.media--16 { aspect-ratio: 16 / 7; }
.media--43 { aspect-ratio: 4 / 3; }
.media--1  { aspect-ratio: 1; }

/* caption plate laid over media */
.plate {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  background: var(--violet); color: #fff;
  padding: 16px 24px; max-width: 46ch;
}
.plate b { display: block; font-family: var(--display); font-size: 1.05rem; letter-spacing: -.03em; }
.plate span { font-size: .82rem; color: rgba(255,255,255,.8); }

/* --- before / after ----------------------------------------------------- */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.ba figure { position: relative; margin: 0; background: var(--coal); }
.ba img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.ba figcaption {
  position: absolute; left: 0; top: 0;
  background: var(--black); color: #fff;
  font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  padding: 7px 13px;
}
.ba figure:last-child figcaption { background: var(--violet); }

/* the hero proof pair: toe-box-only crops (landscape crease shots) on
   violet, filling the column width instead of floating in empty canvas */
.proof { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(10px, 1.8vw, 32px); }
.proof figure { margin: 0; text-align: center; }
.proof img { width: 100%; max-width: 640px; height: auto; object-fit: contain; margin-inline: auto; border-radius: var(--r); }
/* Before/After: display type, real size, After carries the accent so the
   eye lands on the result rather than reading both labels as equal */
.proof figcaption {
  margin-top: 22px; display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.5rem, 3.1vw, 2.05rem); letter-spacing: -.015em;
}
.proof figure:first-child figcaption { color: rgba(255,255,255,.68); }
.proof figure:last-child figcaption { color: #fff; }
.proof figure:last-child figcaption svg {
  width: 26px; height: 26px; flex: none; color: var(--white);
  background: var(--violet-deep); border-radius: 50%; padding: 5px;
}

/* the transition marker reads as a proper badge now, not floating text */
.proof__mid { display: grid; place-items: center; gap: 12px; }
.proof__mid i {
  display: grid; place-items: center; width: 58px; height: 58px;
  border: 1.5px solid rgba(255,255,255,.4); border-radius: 50%;
}
.proof__mid svg { width: 24px; height: 24px; }
.proof__mid b { font-family: var(--display); font-size: 1.4rem; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }

/* instruction badge above the pair: needs to read clearly against the
   violet field, not blend into it like a muted caption would */
.proof__hint {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--violet-deep);
  padding: 12px 20px; border-radius: 999px;
  font-family: var(--body); font-weight: 700; font-size: .95rem;
  letter-spacing: .01em; text-transform: none;
  box-shadow: 0 10px 26px -12px rgba(10,9,16,.4);
}
.proof__hint svg { width: 18px; height: 18px; flex: none; color: var(--violet); }

/* bottom explanatory caption: its own rule so this bump stays scoped to
   this one paragraph and never touches the shared .sm class used sitewide */
.proof__caption { font-size: 1.2rem; line-height: 1.5; }

/* --- magnifier: hover/drag lens synced across the before/after pair ----- */
:root { --lens: 168px; --lens-zoom: 2.4; }
.mag { position: relative; }
.mag img { cursor: zoom-in; -webkit-user-select: none; user-select: none; touch-action: none; }
.mag__lens {
  position: absolute; z-index: 3; left: 0; top: 0;
  width: var(--lens); height: var(--lens); border-radius: 50%;
  border: 3px solid #fff; box-shadow: 0 12px 30px -10px rgba(10,9,16,.55), inset 0 0 0 1px rgba(10,9,16,.15);
  background-repeat: no-repeat; background-color: #fff;
  pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.9);
  transition: opacity .15s var(--ease), transform .15s var(--ease);
}
.mag[data-active="true"] .mag__lens { opacity: 1; transform: translate(-50%, -50%) scale(1); }
/* smaller lens inside the 3-pair grid so it doesn't dominate each tile */
.ba .mag { --lens: 110px; }
@media (max-width: 620px) {
  :root { --lens: 128px; }
  .ba .mag { --lens: 96px; }
}

/* --- editorial cards ---------------------------------------------------- */
.note-card { border-top: 2px solid var(--fg); padding-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.note-card h3 { font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.note-card p { color: var(--fg-soft); font-size: .95rem; }
.note-card__n { font-family: var(--display); font-weight: 800; font-size: .8rem; letter-spacing: .08em; color: var(--violet-tag); }

/* method photos: the steps are told as text above (see .note-card); these
   are just the two genuine "in use" shots, shown after, not one forced
   into every step */
/* full images, not cropped to a fixed box: the two source photos have very
   different native shapes (one portrait, one closer to square), so forcing
   a shared aspect-ratio via object-fit:cover was cutting real content off
   both. Each now renders at its own natural proportions. */
.method-shot { position: relative; margin: 0; overflow: hidden; background: var(--coal); }
.method-shot img { width: 100%; height: auto; display: block; }

.method-video { margin: 0; }
.method-video__frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--coal); }
.method-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.method-video figcaption { margin-top: 14px; font-size: .84rem; font-weight: 600; letter-spacing: .01em; color: var(--fg-soft); text-align: center; }
.method-shot figcaption {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  background: var(--violet); color: #fff;
  padding: 12px 20px; font-size: .84rem; font-weight: 600; letter-spacing: .01em;
}

/* --- spec table --------------------------------------------------------- */
.spec { width: 100%; border-collapse: collapse; }
.spec tr { border-bottom: 1px solid var(--hair); }
.spec tr:first-child { border-top: 1px solid var(--hair); }
.spec th {
  text-align: left; padding: 17px 24px 17px 0; width: 40%; vertical-align: top;
  font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-soft);
}
.spec td { padding: 17px 0; font-weight: 500; font-size: .96rem; }

/* --- heat guide --------------------------------------------------------- */
.heat { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 3.5vw, 62px); align-items: start; }
.heat__opts { display: grid; }
.heat__opt {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 28px 0; text-align: left;
  border: 0; border-bottom: 1px solid var(--hair);
  font-size: 1.35rem; font-weight: 600; letter-spacing: -.02em; color: var(--fg);
  transition: padding-left .2s var(--ease), color .16s var(--ease);
}
.heat__opts .heat__opt:first-child { border-top: 1px solid var(--hair); }
.heat__opt small { font-size: .88rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-soft); }
.heat__opt:hover { padding-left: 10px; }
.heat__opt[aria-selected="true"] { padding-left: 16px; color: var(--violet-lift); }
.heat__opt[aria-selected="true"]::before {
  content: ""; position: absolute; left: 0; width: 6px; height: 6px;
  background: var(--violet-lift); margin-left: -16px;
}
.heat__opt { position: relative; }

.heat__panel { border: 1px solid var(--hair); padding: clamp(24px, 3vw, 42px); display: grid; gap: 26px; }
.heat__dial { display: flex; align-items: flex-end; gap: 3px; height: 96px; }
.heat__bar {
  flex: 1; background: var(--hair); position: relative;
  transition: background .22s var(--ease);
}
.heat__bar span {
  position: absolute; bottom: -26px; left: 0; right: 0; text-align: center;
  font-size: .68rem; font-weight: 600; letter-spacing: .06em; color: var(--fg-soft);
}
.heat__bar[data-on="true"] { background: var(--violet); }
.heat__bar[data-on="true"] span { color: var(--fg); }
.heat__out { padding-top: 28px; display: grid; gap: 8px; }
.heat__temp { font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 800; letter-spacing: -.05em; line-height: .9; }
.heat__meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; border-top: 1px solid var(--hair); padding-top: 22px; }
.heat__meta span { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-soft); margin-bottom: 6px; }
.heat__meta b { font-weight: 600; font-size: 1rem; }
.heat__warn {
  display: flex; gap: 13px; padding: 18px;
  background: var(--violet); color: #fff; font-size: .88rem; line-height: 1.45;
}
.heat__warn svg { width: 18px; height: 18px; flex: none; margin-top: 2px; }

/* --- product tiles ------------------------------------------------------ */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 24px); background: transparent; border: 0; }
/* the catalogue is always shot on a light plate, whatever band it sits in */
.tile {
  --fg: var(--black); --fg-soft: var(--grey-d); --hair: rgba(18,17,24,.12);
  background: var(--chalk); color: var(--black);
  display: flex; flex-direction: column;
  border: 1px solid rgba(18,17,24,.06);
  transition: border-color .2s var(--ease), transform .3s var(--ease);
}
.tile:hover { border-color: rgba(18,17,24,.18); }
/* image well: clean neutral square, product centered generously */
.tile__i { position: relative; aspect-ratio: 1; display: grid; place-items: center; padding: 14%; overflow: hidden; background: var(--white); border-bottom: 1px solid rgba(18,17,24,.06); }
.tile__i img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s var(--ease); }
.tile:hover .tile__i img { transform: scale(1.04); }
/* SAVE flag removed - discount already reads via the strikethrough */
.tile__flag { display: none; }
.tile__b { padding: 22px clamp(18px, 1.6vw, 24px) 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tile__n { font-family: var(--display); font-size: 1.1rem; font-weight: 800; letter-spacing: -.035em; line-height: 1.15; }
.tile__d { font-size: .86rem; line-height: 1.5; color: var(--fg-soft); flex: 1; }
.tile__f { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding-top: 16px; border-top: 1px solid rgba(18,17,24,.08); }
.price { display: flex; align-items: baseline; gap: 8px; }
.price b { font-family: var(--display); font-size: 1.2rem; font-weight: 800; letter-spacing: -.04em; }
.price s { color: var(--fg-soft); font-size: .82rem; }

/* --- bundle ------------------------------------------------------------- */
.kit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 76px); align-items: center; }
.kit__list { display: grid; }
.kit__row {
  display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 16px;
  padding: 15px 0; border-bottom: 1px solid var(--hair);
}
.kit__row:first-child { border-top: 1px solid var(--hair); }
.kit__row img { width: 54px; height: 54px; object-fit: contain; background: rgba(255,255,255,.9); padding: 5px; }
.kit__row b { font-size: .95rem; font-weight: 600; }
.kit__row span { font-size: .9rem; color: var(--fg-soft); font-variant-numeric: tabular-nums; }
.kit__tot { display: flex; align-items: baseline; justify-content: space-between; padding-top: 22px; }
.kit__tot b { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -.045em; }

/* --- accordion ---------------------------------------------------------- */
.acc { border-top: 1px solid var(--hair); }
.acc__item { border-bottom: 1px solid var(--hair); }
.acc__btn {
  width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 26px;
  padding: 26px 0; text-align: left; color: var(--fg);
  font-family: var(--display); font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 800;
  letter-spacing: -.035em; line-height: 1.15;
  transition: color .16s var(--ease);
}
.acc__btn:hover { color: var(--violet-lift); }
.acc__ic { flex: none; width: 18px; height: 18px; position: relative; margin-top: 4px; }
.acc__ic::before, .acc__ic::after {
  content: ""; position: absolute; inset: 0; margin: auto; background: var(--violet-lift);
  transition: transform .24s var(--ease), opacity .24s var(--ease);
}
.acc__ic::before { width: 14px; height: 1.8px; }
.acc__ic::after  { width: 1.8px; height: 14px; }
.acc__btn[aria-expanded="true"] .acc__ic::after { transform: rotate(90deg); opacity: 0; }
.acc__panel { overflow: hidden; height: 0; transition: height .3s var(--ease); }
.acc__panel > div { padding-bottom: 28px; color: var(--fg-soft); max-width: 66ch; font-size: .96rem; }
.acc__panel p + p { margin-top: 13px; }
.acc__panel a { color: var(--fg); border-bottom: 1px solid currentColor; }

/* --- cart drawer -------------------------------------------------------- */
.scrim {
  position: fixed; inset: 0; z-index: 300; background: rgba(10,9,16,.7);
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s;
}
.scrim[data-open="true"] { opacity: 1; visibility: visible; }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 301;
  width: min(440px, 100vw);
  background: var(--black); color: #fff;
  --fg: #fff; --fg-soft: rgba(255,255,255,.6); --hair: rgba(255,255,255,.14);
  display: flex; flex-direction: column;
  transform: translateX(101%); transition: transform .34s var(--ease);
}
.drawer[data-open="true"] { transform: none; }
.drawer__hd { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid var(--hair); flex: none; }
.drawer__hd h2 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: -.03em; }
.drawer__x { width: 36px; height: 36px; display: grid; place-items: center; border: 1.5px solid var(--hair); }
.drawer__x:hover { border-color: #fff; }
.drawer__body { flex: 1; overflow-y: auto; padding: 22px 26px; }
.drawer__ft { flex: none; padding: 22px 26px; border-top: 1px solid var(--hair); }

.ship-bar { margin-bottom: 22px; }
.ship-bar__track { height: 3px; background: rgba(255,255,255,.16); overflow: hidden; margin-top: 10px; }
.ship-bar__fill { height: 100%; background: var(--violet-lift); width: 0; transition: width .4s var(--ease); }

.citem { display: grid; grid-template-columns: 76px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.citem__img { width: 76px; height: 76px; object-fit: contain; background: rgba(255,255,255,.95); padding: 6px; }
.citem__top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.citem__name { font-weight: 600; font-size: .93rem; line-height: 1.25; }
.citem__price { font-weight: 700; font-size: .93rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.citem__ctl { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--hair); }
.qty button { width: 32px; height: 30px; display: grid; place-items: center; color: var(--fg-soft); }
.qty button:hover { background: rgba(255,255,255,.1); color: #fff; }
.qty span { min-width: 32px; text-align: center; font-size: .86rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.citem__rm { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-soft); border-bottom: 1px solid var(--hair); }
.citem__rm:hover { color: #fff; border-color: #fff; }

.totals { display: grid; gap: 10px; margin-bottom: 18px; font-size: .9rem; }
.totals div { display: flex; justify-content: space-between; }
.totals .grand { border-top: 1px solid var(--hair); padding-top: 14px; margin-top: 4px; font-weight: 700; }
.totals .grand b { font-family: var(--display); font-size: 1.5rem; letter-spacing: -.04em; }

.empty { text-align: center; padding: 64px 20px; display: grid; gap: 16px; justify-items: center; }
.empty svg { width: 40px; height: 40px; color: var(--fg-soft); }

/* --- PDP ---------------------------------------------------------------- */
.pdp { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 4vw, 72px); align-items: start; }
.pdp__gal { display: grid; gap: 2px; position: sticky; top: 96px; }
.pdp__main { aspect-ratio: 1; background: var(--chalk); display: grid; place-items: center; overflow: hidden; }
.pdp__main img { width: 100%; height: 100%; object-fit: cover; }
.pdp__main img[src$=".png"] { object-fit: contain; padding: 9%; }
.pdp__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.pdp__thumb { aspect-ratio: 1; background: var(--chalk); cursor: pointer; overflow: hidden; border: 0; position: relative; }
.pdp__thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp__thumb img[src$=".png"] { object-fit: contain; padding: 12%; }
.pdp__thumb[aria-selected="true"]::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--violet); }

.buybox { display: grid; gap: 22px; }
.buybox__p { display: flex; align-items: baseline; gap: 14px; }
.buybox__p b { font-family: var(--display); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 800; letter-spacing: -.05em; }
.buybox__p s { color: var(--fg-soft); }

.ticks { display: grid; gap: 12px; list-style: none; padding: 0; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; font-size: .91rem; color: var(--fg-soft); }
.ticks svg { width: 16px; height: 16px; color: var(--violet); flex: none; margin-top: 3px; }
.ticks strong { color: var(--fg); font-weight: 600; }
.ticks--bord { border-block: 1px solid var(--hair); padding-block: 22px; }

.buybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 190;
  display: none; align-items: center; gap: 14px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: var(--black); border-top: 1px solid rgba(255,255,255,.14); color: #fff;
  transform: translateY(105%); transition: transform .3s var(--ease);
}
.buybar[data-show="true"] { transform: none; }
.buybar__p { flex: 1; }
.buybar__p b { display: block; font-family: var(--display); font-size: 1.1rem; font-weight: 800; letter-spacing: -.04em; }
.buybar__p span { font-size: .74rem; color: rgba(255,255,255,.6); }

/* --- checkout / prose --------------------------------------------------- */
.co { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(26px, 3.5vw, 56px); align-items: start; }
.panel { border: 1px solid var(--hair); padding: clamp(22px, 2.6vw, 34px); }
.panel + .panel { margin-top: 20px; }
.msg { display: flex; gap: 12px; padding: 17px; background: var(--violet); color: #fff; font-size: .87rem; line-height: 1.5; }
.msg svg { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.msg code { background: rgba(0,0,0,.22); padding: 1px 5px; font-size: .92em; }

.prose { max-width: 68ch; }
.prose h2 { font-size: clamp(1.3rem, 2.2vw, 1.85rem); margin-top: 48px; margin-bottom: 16px; }
.prose h3 { font-size: 1.1rem; margin-top: 30px; margin-bottom: 9px; }
.prose p, .prose li { color: var(--fg-soft); font-size: .98rem; }
.prose p + p { margin-top: 14px; }
.prose ul, .prose ol { margin: 15px 0 15px 20px; display: grid; gap: 9px; }
.prose a { color: var(--fg); border-bottom: 1px solid var(--violet); }
.prose strong { color: var(--fg); }
.prose table { margin: 20px 0; }

/* --- footer ------------------------------------------------------------- */
.ft { background: var(--void); color: #fff; --fg: #fff; --fg-soft: rgba(255,255,255,.82); --hair: rgba(255,255,255,.13); padding-block: clamp(56px, 6vw, 96px) 34px; }
.ft__big {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2.6rem, 11vw, 9rem); line-height: .82; letter-spacing: -.055em;
  text-transform: uppercase; margin-bottom: clamp(38px, 5vw, 70px);
}
.ft__big em { font-style: normal; color: var(--violet); }
.ft__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(22px, 3vw, 46px); }
.ft h4 { font-family: var(--body); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--fg-soft); margin-bottom: 18px; }
.ft ul { list-style: none; display: grid; gap: 11px; padding: 0; }
.ft a { font-size: .9rem; color: rgba(255,255,255,.78); }
.ft a:hover { color: #fff; }
.ft__bot { margin-top: clamp(40px, 5vw, 66px); padding-top: 24px; border-top: 1px solid var(--hair); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .78rem; color: var(--fg-soft); }
.social { display: flex; gap: 10px; }
.social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1.5px solid var(--hair); }
.social a:hover { background: var(--violet); border-color: var(--violet); }
.social svg { width: 17px; height: 17px; }

.field { display: flex; gap: 8px; }
.field input { flex: 1; padding: 13px 15px; background: transparent; border: 1.5px solid var(--hair); color: #fff; font-size: .89rem; }
.field input::placeholder { color: rgba(255,255,255,.38); }
.field input:focus { outline: none; border-color: var(--violet-lift); }

/* --- toast -------------------------------------------------------------- */
.toast {
  position: fixed; left: 50%; bottom: 30px; z-index: 400;
  transform: translate(-50%, calc(100% + 46px));
  display: flex; align-items: center; gap: 12px;
  background: var(--violet); color: #fff; padding: 15px 24px;
  font-size: .85rem; font-weight: 600; letter-spacing: .04em;
  transition: transform .34s var(--ease);
}
.toast[data-show="true"] { transform: translate(-50%, 0); }
.toast svg { width: 17px; height: 17px; }

/* --- reveal ------------------------------------------------------------- */
.js-reveal [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js-reveal [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js-reveal [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* --- responsive --------------------------------------------------------- */
@media (max-width: 1100px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .ft__grid { grid-template-columns: 1fr 1fr; }
  .head { grid-template-columns: 1fr; }
  .head__aside { max-width: none; }
  .num { font-size: clamp(2.6rem, 8vw, 4rem); }
}

@media (max-width: 920px) {
  .nav { display: none; }
  .burger { display: grid; }
  .hero__grid, .duo, .duo--l, .duo--r, .pdp, .co, .heat, .kit { grid-template-columns: 1fr; }
  /* mobile hero: lead with the product photo, then the copy + CTA */
  .hero__grid > .hero__art { order: -1; }
  .pdp__gal { position: static; }
  .c-3, .c-4 { grid-template-columns: repeat(2, 1fr); }
  .buybar { display: flex; }
  .specstrip { grid-template-columns: repeat(2, 1fr); }
  .specstrip > div:nth-child(2n) { border-right: 0; }
  .specstrip > div:nth-child(-n+2) { border-bottom: 1px solid var(--hair); }
  .hero__block { margin-right: 0; aspect-ratio: 1 / .8; }

  .nav[data-open="true"] {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--void); border-bottom: 1px solid rgba(255,255,255,.14);
    padding: 8px var(--pad) 20px;
  }
  .nav[data-open="true"] a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .85rem; }
  .nav[data-open="true"] a::after { display: none; }
}

@media (max-width: 740px) {
  .hdr__act > .btn { display: none; }
}

@media (max-width: 460px) {
  /* keep the wordmark on one line and drop the vertical stamp, which has
     nowhere to sit once the hero block gets short */
  .brand { font-size: .86rem; gap: 7px; }
  .brand svg { width: 20px; height: 20px; }
  .hero__stamp { display: none; }
  .cart-btn { padding-inline: 12px; }
}

@media (max-width: 620px) {
  .tiles, .c-2, .c-3, .c-4 { grid-template-columns: 1fr; }
  .ft__grid { grid-template-columns: 1fr; }
  .specstrip { grid-template-columns: 1fr; }
  .specstrip > div { border-right: 0; border-bottom: 1px solid var(--hair); }
  .heat__meta { grid-template-columns: 1fr; }
  .proof { grid-template-columns: 1fr; gap: 26px; }
  /* rotate only the arrow circle for a downward marker; the "~10 MIN"
     label under it should stay upright and readable */
  .proof__mid i { transform: rotate(90deg); }
  .drawer { width: 100vw; }
  .plate { position: static; max-width: none; }
}
