/* Clueless comp · Calibr Studios · 31 Jul 2026
   System: white ground, ink type, red = sale signal only. Flush hairline cells. */

@font-face { font-family: 'Cabinet Grotesk'; src: url('../fonts/CabinetGrotesk-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Cabinet Grotesk'; src: url('../fonts/CabinetGrotesk-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Supreme'; src: url('../fonts/Supreme-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Supreme'; src: url('../fonts/Supreme-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Supreme'; src: url('../fonts/Supreme-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --paper: #FAFAF8;
  --ink: #16140F;
  --line: #E5E2DB;
  --grey: #6F6A62;
  --red: #C03526;
  --display: 'Cabinet Grotesk', sans-serif;
  --text: 'Supreme', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  font-family: var(--text);
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
button { font-family: var(--text); cursor: pointer; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

.wrap { max-width: 1360px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--display); line-height: 1.06; letter-spacing: -0.01em; }
h1 { font-size: 44px; font-weight: 800; }
h2 { font-size: 30px; font-weight: 800; }
h3 { font-size: 17px; font-weight: 700; }

.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--grey);
}

/* ---------- announcement ---------- */
.annc {
  background: var(--ink); color: #F6F4EF;
  font-size: 12px; text-align: center; padding: 7px 16px;
  letter-spacing: 0.04em;
}
.annc span { display: none; }
.annc span.on { display: inline; }

/* ---------- header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250, 250, 248, 0.96); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.hdr-in {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 58px; gap: 24px;
}
.hdr nav { display: flex; gap: 22px; font-size: 13px; font-weight: 500; }
.hdr nav a:hover { text-decoration: none; color: var(--red); }
.hdr .logo img { height: 27px; width: auto; }
.menu-btn { display: none; background: none; border: 0; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.hdr-tools { display: flex; gap: 18px; justify-content: flex-end; font-size: 13px; font-weight: 500; align-items: center; }
.hdr-tools .cart-n {
  background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 700;
  padding: 1px 6px; margin-left: 4px;
}

/* ---------- hero ---------- */
.hero { border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 460px 1fr; min-height: 560px; }
.hero-copy {
  padding: 56px 48px 56px 24px; display: flex; flex-direction: column; justify-content: center;
  gap: 18px; border-right: 1px solid var(--line);
}
.hero-copy .sub { color: var(--grey); font-size: 15px; max-width: 340px; }
.hero-ctas { display: flex; align-items: center; gap: 20px; margin-top: 6px; }
.hero-trust { font-size: 12px; color: var(--grey); letter-spacing: 0.02em; }
.hero-imgs { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.hero-imgs figure { position: relative; overflow: hidden; border-left: 1px solid var(--line); }
.hero-imgs figure:first-child { border-left: 0; }
.hero-imgs img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-imgs figcaption {
  position: absolute; left: 12px; bottom: 10px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}

.btn {
  display: inline-block; background: var(--ink); color: var(--paper);
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 28px; border: 1px solid var(--ink);
}
.btn:hover { background: var(--paper); color: var(--ink); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-inv { background: #F6F4EF; color: var(--ink); border-color: #F6F4EF; }
.btn-inv:hover { background: transparent; color: #F6F4EF; }
.tlink { font-size: 13px; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- marquee ---------- */
.marq { border-bottom: 1px solid var(--line); overflow: hidden; padding: 12px 0; background: var(--paper); }
.marq-track { display: flex; gap: 48px; width: max-content; animation: marq 42s linear infinite; }
.marq span { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: 0.18em; white-space: nowrap; }
.marq span i { font-style: normal; color: var(--grey); margin-left: 48px; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- USP strip ---------- */
.usp { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.usp-cell { padding: 22px 24px; border-left: 1px solid var(--line); }
.usp-cell:first-child { border-left: 0; }
.usp-cell strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.usp-cell span { font-size: 13px; color: var(--grey); }

/* ---------- sections ---------- */
.sec { padding: 52px 0 0; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; gap: 16px; }
.sec-head .note { font-size: 13px; color: var(--grey); }

/* collections */
.colls { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-right: 0; }
.coll {
  border-right: 1px solid var(--line); background: #fff; position: relative; display: block;
}
.coll:hover { text-decoration: none; }
.coll figure { aspect-ratio: 3 / 3.6; overflow: hidden; background: #EFEDE8; }
.coll img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 0.5s ease; }
.coll:hover img { transform: scale(1.03); }
.coll-meta { padding: 14px 16px 16px; border-top: 1px solid var(--line); }
.coll-meta h3 { margin-bottom: 2px; }
.coll-meta .n { font-size: 12px; color: var(--grey); }

/* product grid */
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-right: 0; }
.pcard { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; position: relative; overflow: hidden; }
.pgrid .pcard:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
.pcard figure { aspect-ratio: 3 / 3.7; overflow: hidden; position: relative; background: #EFEDE8; }
.pcard img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.pcard .alt { position: absolute; inset: 0; opacity: 0; transition: opacity 0.35s ease; }
.pcard:hover .alt { opacity: 1; }
.badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: var(--red); color: #fff; font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; padding: 3px 8px;
}
.pmeta { padding: 12px 14px 14px; }
.pmeta .nm { font-size: 13px; font-weight: 500; display: block; }
.pmeta .cl { font-size: 11px; color: var(--grey); letter-spacing: 0.04em; text-transform: uppercase; }
.price { font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; margin-top: 4px; }
.price s { color: var(--grey); font-weight: 400; margin-left: 6px; }
.price .off { color: var(--red); font-size: 12px; font-weight: 500; margin-left: 6px; }
.qadd {
  position: absolute; left: 0; right: 0; bottom: 0; transform: translateY(100%);
  transition: transform 0.25s ease; background: var(--ink); color: var(--paper);
  border: 0; width: 100%; padding: 11px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.pcard:hover .qadd, .pcard:focus-within .qadd { transform: translateY(0); }

/* story band */
.story { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 52px; }
.story-grid { display: grid; grid-template-columns: 440px 1fr; }
.story-copy { padding: 48px 44px 48px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.story-copy p { color: var(--grey); font-size: 14.5px; max-width: 360px; }
.story-copy .roadmap { font-size: 13px; color: var(--ink); border-left: 2px solid var(--ink); padding-left: 12px; }
.dstrip { display: grid; grid-template-columns: repeat(4, 1fr); }
.dstrip figure { position: relative; overflow: hidden; border-left: 1px solid var(--line); aspect-ratio: 3/4.4; }
.dstrip figure:first-child { border-left: 0; }
.dstrip img { width: 100%; height: 100%; object-fit: cover; }
.dstrip figcaption {
  position: absolute; left: 10px; bottom: 8px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

/* nomad dark band */
.nomad { background: #131110; color: #F6F4EF; margin-top: 52px; }
.nomad-grid { display: grid; grid-template-columns: 420px 1fr 1fr; min-height: 480px; }
.nomad-copy { padding: 52px 44px 52px 24px; display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.nomad-copy h2 { color: #F6F4EF; }
.nomad-copy p { color: #A9A49B; font-size: 14.5px; }
.nomad figure { overflow: hidden; border-left: 1px solid #2A2724; position: relative; }
.nomad img { width: 100%; height: 100%; object-fit: cover; }
.nomad figcaption { position: absolute; left: 14px; bottom: 12px; font-size: 12px; color: #F6F4EF; }
.nomad .pr { font-variant-numeric: tabular-nums; color: #A9A49B; }

/* FAQ + newsletter */
.tail { display: grid; grid-template-columns: 1fr 420px; gap: 0; border-bottom: 1px solid var(--line); margin-top: 52px; border-top: 1px solid var(--line); }
.faq { border-right: 1px solid var(--line); padding: 40px 44px 40px 24px; }
.faq h2 { margin-bottom: 18px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 14px 0; font-weight: 700; font-size: 14px;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::after { content: '+'; font-family: var(--display); font-size: 18px; }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding: 0 0 16px; color: var(--grey); font-size: 14px; max-width: 620px; }
.nlt { padding: 40px 24px 40px 44px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.nlt p { color: var(--grey); font-size: 14px; }
.nlt form { display: flex; border: 1px solid var(--ink); }
.nlt input {
  flex: 1; border: 0; background: transparent; padding: 13px 14px; font-family: var(--text);
  font-size: 14px; color: var(--ink);
}
.nlt input:focus { outline: none; }
.nlt button { background: var(--ink); color: var(--paper); border: 0; padding: 0 22px; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.nlt .fine { font-size: 12px; }
.nlt .err { color: var(--red); font-size: 12px; display: none; }
.nlt.bad .err { display: block; }

/* footer */
.ftr { background: var(--ink); color: #B7B2A9; margin-top: 0; }
.ftr a:hover { color: #F6F4EF; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding: 48px 0 36px; }
.ftr .logo img { height: 26px; width: auto; margin-bottom: 14px; }
.ftr p { font-size: 13px; max-width: 300px; }
.ftr h4 { color: #F6F4EF; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; }
.ftr ul { list-style: none; font-size: 13.5px; display: grid; gap: 8px; }
.ftr-base {
  border-top: 1px solid #2A2724; padding: 18px 0; display: flex; gap: 16px;
  justify-content: space-between; font-size: 12px; flex-wrap: wrap;
}

/* WhatsApp launcher */
.wa {
  position: fixed; left: 18px; bottom: 18px; z-index: 70; width: 46px; height: 46px;
  background: var(--ink); color: var(--paper); display: grid; place-items: center;
  font-size: 20px; border: 1px solid var(--ink);
}
.wa:hover { background: var(--paper); color: var(--ink); text-decoration: none; }

/* ============ PDP ============ */
.crumbs { font-size: 12px; color: var(--grey); padding: 14px 0; }
.pdp { display: grid; grid-template-columns: 1fr 420px; gap: 0; border-top: 1px solid var(--line); }
.gal { border-right: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.gal figure { border: 0 solid var(--line); border-bottom-width: 1px; border-right-width: 1px; overflow: hidden; aspect-ratio: 3/3.8; background: #EFEDE8; cursor: zoom-in; position: relative; }
.gal img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.gal .zoom-hint {
  position: absolute; right: 10px; bottom: 10px; background: rgba(22,20,15,0.75); color: #fff;
  font-size: 11px; padding: 3px 8px; letter-spacing: 0.06em;
}
.buy { padding: 28px 24px 28px 32px; }
.buy-stick { position: sticky; top: 78px; display: flex; flex-direction: column; gap: 16px; }
.buy h1 { font-size: 30px; }
.buy .one-liner { color: var(--grey); font-size: 14.5px; }
.buy .price { font-size: 20px; }
.optlbl { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; display: flex; justify-content: space-between; }
.optlbl .tlink { text-transform: none; letter-spacing: 0; font-weight: 500; }
.sizes { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-right: 0; }
.sizes button {
  border: 0; border-right: 1px solid var(--line); background: #fff; padding: 11px 0;
  font-size: 13px; font-weight: 500;
}
.sizes button[aria-pressed="true"] { background: var(--ink); color: var(--paper); font-weight: 700; }
.sizes button:hover { background: var(--line); }
.sizes button[aria-pressed="true"]:hover { background: var(--ink); }
.fitline { font-size: 12.5px; color: var(--grey); }
.buyrow { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
.qty { display: flex; border: 1px solid var(--ink); }
.qty button { flex: 1; background: transparent; border: 0; font-size: 16px; }
.qty output { flex: 1; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.atc { width: 100%; }
.subactions { display: flex; gap: 18px; font-size: 12.5px; color: var(--grey); }
.subactions a { text-decoration: underline; text-underline-offset: 3px; }
.pin { border: 1px solid var(--line); padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.pin label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.pin-row { display: flex; }
.pin input { flex: 1; border: 1px solid var(--line); border-right: 0; padding: 9px 10px; font-family: var(--text); font-size: 13px; }
.pin button { background: var(--ink); color: var(--paper); border: 0; padding: 0 16px; font-size: 12px; font-weight: 700; }
.pin .out { font-size: 12.5px; color: var(--grey); display: none; }
.pin.done .out { display: block; }
.pin .out.err { color: var(--red); }
.tgrid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-right: 0; border-bottom: 0; }
.tcell { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 14px; }
.tcell strong { font-size: 12.5px; display: block; }
.tcell span { font-size: 11.5px; color: var(--grey); }
.accs details { border-top: 1px solid var(--line); }
.accs details:last-child { border-bottom: 1px solid var(--line); }
.accs summary { list-style: none; cursor: pointer; padding: 12px 0; font-weight: 700; font-size: 13.5px; display: flex; justify-content: space-between; }
.accs summary::after { content: '+'; }
.accs details[open] summary::after { content: '\2212'; }
.accs details p, .accs details table { padding-bottom: 12px; font-size: 13.5px; color: var(--grey); }
.accs table { border-collapse: collapse; width: 100%; }
.accs td { border: 1px solid var(--line); padding: 6px 10px; font-size: 12.5px; }
.accs td:first-child { font-weight: 500; color: var(--ink); }

/* below-fold PDP */
.rev { border-top: 1px solid var(--line); margin-top: 52px; padding-top: 40px; }
.rev-grid { display: grid; grid-template-columns: 320px 1fr; gap: 44px; }
.rev-empty { border: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.rev-empty p { color: var(--grey); font-size: 14px; }
.qa form { display: flex; border: 1px solid var(--ink); max-width: 460px; }
.qa input { flex: 1; border: 0; padding: 12px 14px; font-family: var(--text); font-size: 14px; background: transparent; }
.qa button { background: var(--ink); color: var(--paper); border: 0; padding: 0 20px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.qa .hint { font-size: 12.5px; color: var(--grey); margin-top: 8px; }

.xsell { border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 300px; margin-top: 40px; }
.xsell figure { border-right: 1px solid var(--line); aspect-ratio: 1/1.15; overflow: hidden; background: #EFEDE8; }
.xsell img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.xsell-meta { padding: 22px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.xsell-meta .sum { font-size: 14px; }
.xsell-meta .sum b { font-variant-numeric: tabular-nums; }

/* sticky mobile buy bar */
.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 65; background: var(--ink); color: var(--paper);
  display: none; grid-template-columns: 1fr auto; align-items: center; padding: 10px 14px 10px 76px; gap: 12px;
  transform: translateY(110%); transition: transform 0.25s ease;
}
.mbar.on { transform: none; }
.mbar .nm { font-size: 12.5px; font-weight: 500; }
.mbar .pr { font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.mbar button { background: var(--paper); color: var(--ink); border: 0; padding: 10px 18px; font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }

/* lightbox */
.lb { position: fixed; inset: 0; background: rgba(12,11,9,0.92); z-index: 90; display: none; place-items: center; }
.lb.on { display: grid; }
.lb img { max-width: 92vw; max-height: 92vh; object-fit: contain; }
.lb button { position: absolute; top: 18px; right: 22px; background: none; border: 0; color: #fff; font-size: 30px; }

/* 404 */
.nf { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 60px 24px; }
.nf .code { font-family: var(--display); font-weight: 800; font-size: 44px; }
.nf p { color: var(--grey); margin: 10px 0 22px; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { border-right: 0; border-bottom: 1px solid var(--line); padding: 40px 24px; }
  .hero-imgs { order: -1; }
  .hero-imgs figure { aspect-ratio: 3/4; }
  .usp { grid-template-columns: 1fr 1fr; }
  .usp-cell { border-top: 1px solid var(--line); }
  .usp-cell:nth-child(-n+2) { border-top: 0; }
  .usp-cell:nth-child(odd) { border-left: 0; }
  .colls { grid-template-columns: 1fr 1fr; border-right: 1px solid var(--line); }
  .coll { border-bottom: 1px solid var(--line); }
  .pgrid { grid-template-columns: 1fr 1fr; border-right: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; }
  .story-copy { border-right: 0; border-bottom: 1px solid var(--line); padding: 36px 24px; }
  .dstrip figure { aspect-ratio: 3/4; }
  .nomad-grid { grid-template-columns: 1fr; }
  .nomad-copy { padding: 36px 24px; }
  .nomad figure { border-left: 0; border-top: 1px solid #2A2724; aspect-ratio: 4/3.4; }
  .tail { grid-template-columns: 1fr; }
  .faq { border-right: 0; padding: 36px 24px 28px 24px; }
  .nlt { padding: 0 24px 40px; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .gal { border-right: 0; }
  .buy { padding: 24px; }
  .buy-stick { position: static; }
  .rev-grid { grid-template-columns: 1fr; gap: 24px; }
  .xsell { grid-template-columns: 1fr 1fr; }
  .xsell-meta { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .mbar { display: grid; }
  .hdr nav { display: none; }
  .menu-btn { display: block; justify-self: start; }
  .hdr-in { grid-template-columns: 1fr auto 1fr; }
  .pgrid.four { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  .hero-imgs { grid-template-columns: 1fr 1fr 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .dstrip { grid-template-columns: 1fr 1fr; }
  .dstrip figure { border-top: 1px solid var(--line); }
  .gal { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .marq-track { animation: none; }
  html { scroll-behavior: auto; }
  .pcard .alt, .coll img, .qadd, .mbar { transition: none; }
}
