/* ============================================================
   FASHION drops surface — exclusive fashion/**
   SaturnDesign direction (compose 2026-08-07):
     "Depop × Quiet Luxury × anti-homogenized-premium"
     + Chrome Hearts closed vocabulary (seal · light · void)
   Brand law: pure monochrome. Accent is LIGHT, not pigment.
   Green + purple forbidden. Inter banned (SaturnDesign).
   Contested apparel name stays undecided — page speaks the
   existing motif only; do not invent a replacement label.
   Signature mechanism (logo-test): iced seal + per-stone glint
   field welded to a hanging chain, not a DTC cream card grid.
   ============================================================ */

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/oswald-600.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* roles — every color is void / ice / captured light */
  --bg: #000000;
  --surface: #000000;
  --ink: #F3F5F9;
  --ink-muted: rgba(243, 245, 249, 0.62);
  --accent: #FFFFFF;          /* light, not pigment */
  --accent-ink: #000000;

  --void: var(--bg);
  --ice: var(--ink);
  --light: var(--accent);
  --mute: var(--ink-muted);
  --soft: rgba(243, 245, 249, 0.78);
  --hair: rgba(243, 245, 249, 0.16);

  /* compose spacing (base 8) */
  --space-050: 4px;
  --space-100: 8px;
  --space-150: 12px;
  --space-200: 16px;
  --space-300: 24px;
  --space-400: 32px;
  --space-600: 48px;
  --pad: clamp(var(--space-200), 4vw, 40px);

  /* type scale ratio 1.333 base 16 */
  --t-xs: 9px;
  --t-sm: 12px;
  --t-base: 16px;
  --t-lg: 21.3px;
  --t-xl: 28.4px;
  --t-2xl: 37.9px;
  --t-3xl: 50.5px;
  --t-4xl: 67.3px;

  --display: "Oswald", "Archivo", sans-serif;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 0; /* quiet luxury restraint — not soft SaaS */
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { height: 100%; }

body {
  min-height: 100svh;
  background: var(--void);
  color: var(--ice);
  font-family: var(--font);
  font-weight: 400;
  font-size: var(--t-base);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

::selection { background: var(--ice); color: #000; }

:where(a, button):focus-visible { outline: 2px solid var(--light); outline-offset: 4px; }

/* Skip link — first tab stop; stays out of composition until focused */
.skip {
  position: absolute;
  left: var(--pad);
  top: 0;
  z-index: 500;
  padding: 12px 18px;
  background: var(--ice);
  color: #000;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform 0.2s var(--ease);
}
.skip:focus,
.skip:focus-visible {
  transform: translateY(12px);
  outline: 2px solid var(--light);
  outline-offset: 3px;
}
main:focus,
main:focus-visible { outline: none; }

/* ===== Atmosphere ===== */
.grain {
  position: fixed; inset: -40%; width: 180%; height: 180%;
  pointer-events: none; z-index: 90; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.scan {
  position: fixed; inset: 0; z-index: 89; pointer-events: none;
  opacity: 0.18; mix-blend-mode: overlay;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 3px);
}

/* Iced seal is a pave asset — the drop-shadow glow traces its alpha silhouette.
   Light only: no pigment fringes (cyan/magenta were a brand-book drift). */
.iced {
  filter:
    contrast(1.18) brightness(1.1) saturate(0)
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 10px rgba(243, 245, 249, 0.5));
}

/* ===== Header ===== */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--space-300) var(--pad);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.84), transparent);
}
.wm {
  display: flex; align-items: center; gap: var(--space-150);
  text-decoration: none; color: inherit;
  transition: opacity 0.4s var(--ease);
}
.wm:hover, .wm:focus-visible { opacity: 0.72; }
.wm:focus-visible { outline: 2px solid var(--light); outline-offset: 4px; }
.wm img { height: 26px; width: auto; display: block; }
.wm .name {
  font-family: var(--display);
  font-size: var(--t-sm);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hdr-nav {
  display: flex; align-items: center; gap: var(--space-200);
}
.shop-link {
  color: var(--mute); text-decoration: none;
  font-family: var(--font);
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  min-height: 44px; min-width: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: var(--space-150) 0;
  transition: color 0.4s var(--ease);
}
.shop-link:hover { color: var(--ice); }
.shop-link:focus-visible { outline: 2px solid var(--light); outline-offset: 4px; }
.contact {
  color: var(--ice); text-decoration: none;
  font-family: var(--font);
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  min-height: 44px; min-width: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: var(--space-150) var(--space-200);
  transition: border-color 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease);
}
.contact:hover { border-color: var(--ice); background: rgba(243, 245, 249, 0.04); }
.contact:focus-visible { outline: 2px solid var(--light); outline-offset: 4px; }

/* ===== Hero — one full-bleed composition ===== */
.hero { position: relative; height: 100svh; overflow: hidden; background: #000; }

.hero-media { position: absolute; inset: 0; z-index: 0; background: #000; }
/* Backdrop is a 564-byte LQIP — only ever shows through a thin parallax
   edge band under blur(22px), so real pixels would be wasted bytes. */
.hero-media::before {
  content: ""; position: absolute; inset: -6%;
  background: url("assets/hero-lqip.webp") center 55% / cover no-repeat;
  filter: blur(22px) brightness(0.32) contrast(1.3);
  opacity: 0.7; transform: scale(1.08);
}
/* Both hero layers ride one plate: parallax moves the plate, the dangle
   rotates only the chain layer. Grading lives on the plate so base and
   chain stay identically graded (they were cut from the same pixels). */
.plate {
  position: absolute; inset: 0;
  filter: contrast(1.12) saturate(1.08);
}
.hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 86%;
  display: block;
}
/* The rig carries the dangle; the chain image and the glint canvas both ride it,
   so light stays welded to its stone. Promoted on every device class — the plate
   only moves under mouse parallax, so its promotion stays gated. */
.chain-rig { position: absolute; inset: 0; z-index: 1; will-change: transform; }
.chain { position: absolute; inset: 0; }
/* Glint field: additive canvas welded inside the rig, so each stone's light
   travels with the stone as the chain sways. */
.glint-field {
  position: absolute; left: 0; top: 0;
  pointer-events: none; z-index: 2;
  mix-blend-mode: screen;
}
@media (pointer: fine) {
  .plate { will-change: transform; }
}

.hero-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.4) 12%,
      transparent 24%,
      transparent 62%,
      rgba(0, 0, 0, 0.45) 80%,
      rgba(0, 0, 0, 0.97) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0.45), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.45));
}

/* Light slits — secondary cadence under the rich glint field (compose motion_budget: rich) */
.slit {
  position: absolute; top: 8%; bottom: 8%; width: 1px; z-index: 3;
  background: var(--ice); opacity: 0.26; mix-blend-mode: screen;
  box-shadow: 0 0 18px 1px rgba(255, 255, 255, 0.35), 0 0 50px 8px rgba(255, 255, 255, 0.08);
  animation: flicker 7s var(--ease) infinite;
}
.slit.a { left: 9%; }
.slit.b { left: 91%; animation-delay: 1.7s; }
@keyframes flicker {
  0%, 100% { opacity: 0.16; }
  38% { opacity: 0.38; }
  46% { opacity: 0.07; }
  52% { opacity: 0.34; }
  80% { opacity: 0.2; }
}

/* ===== Composition ===== */
.hero-inner { position: relative; z-index: 4; height: 100%; }

.top {
  position: absolute; left: 50%; top: clamp(64px, 10vh, 110px); transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  width: min(96vw, 1100px); text-align: center;
}
.eyebrow {
  font-family: var(--font);
  font-size: clamp(10px, 1.1vw, 12px); font-weight: 500;
  letter-spacing: 0.42em; text-transform: uppercase; color: var(--ice);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9), 0 0 26px rgba(0, 0, 0, 0.75);
}
.title {
  font-family: var(--display); font-weight: 600;
  /* Oswald condensed holds one line; never break the motif word. */
  white-space: nowrap;
  font-size: clamp(40px, 13vw, 140px);
  letter-spacing: 0.04em; line-height: 0.9; text-transform: uppercase;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.22),
    0 8px 40px rgba(0, 0, 0, 0.55);
}
.title span { display: inline-block; }

.bottom {
  position: absolute; left: 50%; bottom: clamp(56px, 9vh, 96px); transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: var(--space-200);
  width: min(94vw, 560px); text-align: center;
  padding-top: var(--space-400);
}
.drops {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(18px, 2.6vw, 28px);
  letter-spacing: 0.34em; text-transform: uppercase;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.28),
    0 0 30px rgba(243, 245, 249, 0.22);
}
.line {
  font-family: var(--font);
  font-size: clamp(13px, 1.3vw, 15px); font-weight: 500;
  line-height: 1.55; color: var(--soft); max-width: 34ch;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.9);
}
.note {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: var(--t-xs); letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mute);
}
/* Honest Drop 001 door (not a soft-wait lie). Hairline underline only on
   hover/focus — same ice/mute book as .shop-link, no card chrome. */
.note-shop {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.note-shop:hover {
  color: var(--ice);
  border-bottom-color: rgba(243, 245, 249, 0.35);
}
.note-shop:focus-visible {
  outline: 2px solid var(--light);
  outline-offset: 4px;
  color: var(--ice);
}

/* ===== Footer ===== */
footer {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  display: flex; justify-content: space-between; gap: var(--space-200);
  padding: 14px var(--pad);
  font-family: var(--font);
  font-size: var(--t-xs); font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(243, 245, 249, 0.72);
}

/* ===== Entrance choreography (one sequenced reveal — not fade-up spam) =====
   Everything waits in the void; html.ready (set after the hero decodes)
   lets the sequence play once, slow and staggered. */
.hero-media { opacity: 0; transition: opacity 1.9s var(--ease) 0.15s; }
header .wm, header .contact, header .shop-link { opacity: 0; transition: opacity 1.1s var(--ease) 0.5s; }
.eyebrow { opacity: 0; letter-spacing: 0.58em; transition: opacity 1.2s var(--ease) 1.05s, letter-spacing 1.6s var(--ease) 1.05s; }
.title span {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.9s var(--ease), transform 1.1s var(--ease);
}
.title span:nth-child(1) { transition-delay: 0.55s; }
.title span:nth-child(2) { transition-delay: 0.62s; }
.title span:nth-child(3) { transition-delay: 0.69s; }
.title span:nth-child(4) { transition-delay: 0.76s; }
.title span:nth-child(5) { transition-delay: 0.83s; }
.title span:nth-child(6) { transition-delay: 0.90s; }
.title span:nth-child(7) { transition-delay: 0.97s; }
.drops { opacity: 0; transform: translateY(10px); transition: opacity 1.1s var(--ease) 1.4s, transform 1.3s var(--ease) 1.4s; }
.line { opacity: 0; transition: opacity 1.2s var(--ease) 1.7s; }
.note { opacity: 0; transition: opacity 1.2s var(--ease) 1.95s; }
footer span { opacity: 0; transition: opacity 1.2s var(--ease) 2.15s; }

html.ready .hero-media,
html.ready header .wm, html.ready header .contact, html.ready header .shop-link,
html.ready .line, html.ready .note, html.ready footer span { opacity: 1; }
html.ready .eyebrow { opacity: 1; letter-spacing: 0.42em; }
html.ready .title span { opacity: 1; transform: none; }
html.ready .drops { opacity: 1; transform: none; }

/* ===== Small screens ===== */
@media (max-width: 640px) {
  .hero-media img { object-position: 50% 72%; }
  .slit { display: none; }
  .top { top: 76px; }
  .bottom { bottom: 64px; }
  footer { justify-content: center; }
  footer span + span { display: none; }
}
@media (max-height: 520px) and (orientation: landscape) {
  .top { top: 58px; }
  .bottom { bottom: 40px; gap: 8px; }
  .line { display: none; }
}

/* ===== Reduced motion: the composition, held still ===== */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .hero-media, header .wm, header .contact, header .shop-link, .eyebrow, .line, .note, footer span { opacity: 1; }
  .title span { opacity: 1; transform: none; }
  .drops { opacity: 1; transform: none; }
  .eyebrow { letter-spacing: 0.42em; }
  .glint-field { display: none; }
  .chain-rig { transform: none !important; }
}
