:root {
  --bg: #0a0a0a;
  --bg-2: #121212;
  --bg-3: #1a1a1a;
  --bone: #f3eee4;
  --mute: #9a9488;
  --gold: #c6a15b;
  --line: rgba(243, 238, 228, 0.12);
  --danger: #c1121f;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--bone); font-family: "DM Sans", system-ui, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.wrap { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px;
  background: rgba(10,10,10,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-family: "Oswald", sans-serif; letter-spacing: .16em; font-size: 18px; }
.brand span { font-size: 10px; letter-spacing: .28em; color: var(--gold); text-transform: uppercase; margin-top: 4px; }
.nav { display: flex; gap: 22px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); }
.nav a:hover, .nav a.on { color: var(--bone); }
.cart-btn { border: 1px solid var(--line); padding: 8px 12px; letter-spacing: .14em; font-size: 11px; text-transform: uppercase; }
.cart-btn b { color: var(--gold); }

.hero {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  padding: 40px 0 70px;
}
.hero-copy p.kicker { color: var(--gold); letter-spacing: .32em; font-size: 11px; text-transform: uppercase; }
.hero-copy h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(52px, 8vw, 96px);
  line-height: .88;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 16px 0 18px;
}
.hero-copy p.lede { color: var(--mute); max-width: 440px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px;
  letter-spacing: .16em; font-size: 11px; text-transform: uppercase;
  border: 1px solid var(--bone);
}
.btn.solid { background: var(--bone); color: #111; }
.btn.ghost { color: var(--bone); }
.hero-shot {
  background: var(--bg-2);
  border: 1px solid var(--line);
  min-height: 520px;
  display: grid; place-items: center;
  overflow: hidden;
}
.hero-shot img { width: 100%; height: 100%; object-fit: cover; }
.hero-cap { margin: 10px 0 0; color: var(--mute); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }

.section-head { display: flex; justify-content: space-between; align-items: end; margin: 10px 0 22px; }
.section-head h2 { font-family: "Oswald", sans-serif; letter-spacing: .12em; text-transform: uppercase; font-size: 28px; }
.section-head a, .filters button { color: var(--mute); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.filters button { border: 1px solid var(--line); padding: 8px 12px; }
.filters button.on { color: #111; background: var(--bone); border-color: var(--bone); }
.shop-tools { display: grid; grid-template-columns: 1fr 160px; gap: 10px; margin-bottom: 22px; }
.shop-tools input, .shop-tools select {
  background: #111; color: var(--bone); border: 1px solid var(--line);
  padding: 12px 14px; border-radius: 4px; font: inherit;
}

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  cursor: pointer;
  min-height: 100%;
}
.card .img { aspect-ratio: 1; background: #161616; display: grid; place-items: center; }
.card img { width: 100%; height: 100%; object-fit: contain; }
.card .meta { padding: 12px 12px 16px; }
.card .meta h3 { font-size: 14px; font-weight: 500; }
.card .meta p { color: var(--mute); font-size: 12px; margin-top: 4px; display: flex; justify-content: space-between; }
.badge { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }

.pdp { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; padding: 36px 0 80px; }
.gallery-main { background: var(--bg-2); border: 1px solid var(--line); min-height: 560px; display: grid; place-items: center; }
.gallery-main img { width: 100%; max-height: 680px; object-fit: contain; }
.thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 10px; }
.thumbs button { border: 1px solid var(--line); background: var(--bg-2); aspect-ratio: 1; overflow: hidden; }
.thumbs button.on { border-color: var(--gold); }
.thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pdp h1 { font-family: "Oswald", sans-serif; font-size: 42px; text-transform: uppercase; line-height: .95; }
.price { color: var(--gold); font-size: 22px; margin: 12px 0 8px; }
.pdp .blurb { color: var(--mute); line-height: 1.6; margin-bottom: 22px; }
.swatches, .sizes { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0 18px; }
.swatch { width: 22px; height: 22px; border-radius: 99px; border: 2px solid #333; }
.swatch.on { outline: 1px solid var(--bone); outline-offset: 3px; }
.size { border: 1px solid var(--line); min-width: 44px; padding: 8px 10px; }
.size.on { background: var(--bone); color: #111; }
.add { width: 100%; background: var(--bone); color: #111; padding: 16px; letter-spacing: .18em; text-transform: uppercase; margin-top: 8px; }
.tiktok { display: inline-block; margin-top: 16px; color: var(--mute); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.about, .checkout { padding: 50px 0 90px; max-width: 720px; }
.about-shot { border: 1px solid var(--line); overflow: hidden; background: #0b0b0b; }
.about-shot img { display: block; width: 100%; height: auto; object-fit: cover; }
.about h1, .checkout h1 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 48px; margin-bottom: 16px; }
.about p, .checkout p { color: var(--mute); line-height: 1.7; margin-bottom: 14px; }

.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(420px, 100%);
  background: var(--bg-2); border-left: 1px solid var(--line);
  transform: translateX(100%); transition: .28s ease; z-index: 60;
  display: flex; flex-direction: column;
}
.drawer.open { transform: none; }
.scrim { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 50; display: none; }
.scrim.on { display: block; }
.drawer-h { display: flex; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--line); letter-spacing: .16em; text-transform: uppercase; font-size: 12px; }
.lines { flex: 1; overflow: auto; padding: 12px; }
.line { display: grid; grid-template-columns: 72px 1fr auto; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.line img { width: 72px; height: 72px; object-fit: contain; background: #111; }
.line button.rm { color: var(--mute); font-size: 11px; }
.drawer-f { padding: 16px; border-top: 1px solid var(--line); }
.total { display: flex; justify-content: space-between; margin-bottom: 12px; }
.empty { color: var(--mute); padding: 40px 10px; text-align: center; }

.footer { border-top: 1px solid var(--line); padding: 28px 0 40px; color: var(--mute); font-size: 12px; display: flex; justify-content: space-between; }
.hidden { display: none !important; }
.page { padding-top: 18px; }

@media (max-width: 980px) {
  .hero, .pdp, .grid { grid-template-columns: 1fr; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .nav { display: none; }
  .hero-shot { min-height: 360px; }
  .gallery-main { min-height: 360px; }
}

.co-line { border-bottom: 1px solid var(--line); padding: 14px 0; }
.co-line .btn { margin-top: 8px; display: inline-block; }

.co-note { margin-top: 16px; color: var(--mute); max-width: 36em; line-height: 1.6; }
