:root {
  --bg: #070706;
  --ink: #f4ede0;
  --muted: #b7aa94;
  --lemon: #f5c518;
  --lemon-2: #ffe566;
  --line: rgba(244, 237, 224, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body { font-family: var(--sans); font-weight: 400; line-height: 1.5; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
a { color: var(--lemon); }

.skip {
  position: absolute; left: 12px; top: -40px; z-index: 20;
  background: var(--lemon); color: #111; padding: 8px 12px; border-radius: 4px;
}
.skip:focus { top: 12px; }

.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(7, 7, 6, 0.72), transparent);
  pointer-events: none;
}
.top a, .top p { pointer-events: auto; }
.mark {
  font-family: var(--serif); font-weight: 700; letter-spacing: 0.28em;
  font-size: 13px; color: inherit; text-decoration: none;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}
.top-meta {
  margin: 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  opacity: 0.85; text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}
.top-cta {
  font-size: 12px; letter-spacing: 0.08em; color: #14120c; text-decoration: none;
  background: var(--lemon); border: 0; padding: 6px 12px; border-radius: 999px;
  font-weight: 600;
}

.film { height: 420vh; position: relative; }
.film-sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  background: #000;
}
.crop {
  position: absolute; inset: 0; overflow: hidden;
}
.crop img {
  width: 100%; height: 100%; object-fit: cover;
  transform-origin: 58% 42%;
  will-change: transform;
}
.vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to top, rgba(7,7,6,0.78) 0%, transparent 42%),
    radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.45) 100%);
}
.film-copy {
  position: absolute; left: 8vw; right: 8vw; bottom: 12vh;
  max-width: 18em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.55);
}
.kicker {
  margin: 0 0 8px; font-size: 11px; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--lemon);
}
h1, h2 {
  font-family: var(--serif); font-weight: 600; line-height: 0.95;
  letter-spacing: -0.02em; margin: 0;
}
h1 { font-size: clamp(56px, 10vw, 112px); }
.sub {
  margin: 16px 0 0; font-size: 16px; color: var(--ink); max-width: 22em;
  font-weight: 300;
}
.hint {
  position: absolute; right: 8vw; bottom: 8vh;
  margin: 0; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted);
  transition: opacity 0.35s ease;
}
.progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--line);
}
.progress span {
  display: block; height: 100%; width: 0; background: var(--lemon);
}

main { background: var(--bg); }
.product {
  display: grid; gap: 48px; padding: 72px 8vw 40px;
  max-width: 1280px; margin: 0 auto;
}
@media (min-width: 900px) {
  .product { grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 72px; padding-top: 96px; }
}

.gallery img { width: 100%; border-radius: 8px; aspect-ratio: 1; object-fit: cover; object-position: 32% 50%; background: #161513; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; }
.thumb {
  flex: 1; padding: 0; border: 1px solid transparent; background: none; cursor: pointer;
  border-radius: 6px; overflow: hidden;
}
.thumb img { aspect-ratio: 1; object-fit: cover; }
.thumb.is-on { border-color: var(--lemon); }

.brand { margin: 0; letter-spacing: 0.28em; text-transform: uppercase; font-size: 11px; color: var(--lemon); }
.buy h2 { font-size: clamp(36px, 5vw, 56px); margin: 6px 0 16px; }
.lead { margin: 0 0 24px; color: var(--muted); font-weight: 300; font-size: 17px; }

.pills { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pills li {
  border: 1px solid var(--line); border-radius: 10px; padding: 12px 10px;
  font-size: 14px;
}
.pills span { display: block; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }

.price { font-family: var(--serif); font-size: 40px; margin: 0 0 20px; }
.price small { font-family: var(--sans); font-size: 12px; color: var(--muted); font-weight: 400; }

.row { display: flex; gap: 12px; align-items: stretch; }
.qty {
  display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px;
}
.qty button, .qty input {
  background: none; border: 0; color: var(--ink); width: 42px; height: 48px; text-align: center;
}
.qty input { -moz-appearance: textfield; width: 36px; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { appearance: none; }
.qty button { cursor: pointer; font-size: 20px; }

.cart {
  flex: 1; background: var(--lemon); color: #14120c; border: 0; border-radius: 999px;
  font-weight: 600; letter-spacing: 0.04em; cursor: pointer;
}
.cart:active { transform: scale(0.98); }
.toast { margin: 12px 0 0; color: var(--lemon); font-size: 13px; }

.trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.story { padding: 40px 8vw 24px; max-width: 720px; }
.story h2 { font-size: clamp(40px, 6vw, 72px); margin-bottom: 18px; }
.story p { color: var(--muted); font-size: 18px; font-weight: 300; }

.notes {
  display: grid; gap: 18px; padding: 24px 8vw 64px;
  max-width: 1280px; margin: 0 auto;
}
@media (min-width: 800px) { .notes { grid-template-columns: repeat(3, 1fr); } }
.notes article { background: #111110; border-radius: 12px; overflow: hidden; }
.notes img { height: 180px; width: 100%; object-fit: cover; }
.notes h3 { font-family: var(--serif); font-size: 28px; margin: 16px 18px 6px; }
.notes p { margin: 0 18px 20px; color: var(--muted); font-size: 14px; }

.specs { padding: 0 8vw 80px; max-width: 720px; }
.specs h2 { font-size: 32px; margin-bottom: 18px; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 400; }
th { color: var(--muted); width: 46%; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }

.foot {
  padding: 32px 8vw 48px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line);
}
.foot p { margin: 0 0 8px; }

@media (max-width: 700px) {
  .top-meta { display: none; }
  .film { height: 340vh; }
  .film-copy { bottom: 16vh; }
  .pills { grid-template-columns: 1fr; }
  .row { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .film { height: 100vh; }
  .hint { display: none; }
}
