/* GLEAM LAB — night-vanity chrome. Champagne + black + hot pink. Not a cream editorial. */
:root {
  --void: #07070b;
  --ink: #0b0b10;
  --panel: #14141c;
  --glass: rgba(255, 255, 255, 0.07);
  --glass-2: rgba(255, 255, 255, 0.12);
  --line: rgba(246, 212, 138, 0.28);
  --champagne: #f6d48a;
  --champagne-deep: #e0b65a;
  --pink: #ff2d8a;
  --pink-hot: #ff4da0;
  --ivory: #fff7ea;
  --mute: #c9b8a4;
  --soft: #9a8c7c;
  --serif: "Bodoni Moda", "Didot", "Times New Roman", serif;
  --sans: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --tap: 48px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  background:
    radial-gradient(900px 520px at 50% -10%, rgba(255, 45, 138, 0.28), transparent 55%),
    radial-gradient(800px 480px at 100% 8%, rgba(246, 212, 138, 0.22), transparent 50%),
    radial-gradient(700px 400px at 0% 30%, rgba(255, 77, 160, 0.12), transparent 46%),
    var(--void);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 76px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, .mark-word, .card-title, .foot-brand, .pdp-price {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
h1 { font-size: clamp(3.1rem, 12vw, 7.2rem); margin: 0; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 0; }
.sr, .skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; background: var(--pink); color: #fff; padding: 0.6rem 1rem; z-index: 80; }

.site-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7, 7, 11, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.ticker {
  margin: 0; padding: 0.45rem 1rem;
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--champagne); text-align: center;
  background: linear-gradient(90deg, #1a1018, #2a1a10 50%, #1a1018);
}
.head-row {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.7rem 1rem; flex-wrap: wrap;
}
.mark { text-decoration: none; display: flex; align-items: baseline; gap: 0.35rem; min-height: var(--tap); }
.mark-word { font-size: 1.7rem; font-style: italic; background: linear-gradient(90deg, var(--champagne), #fff, var(--pink-hot)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mark-lab { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--pink); }
.seek { flex: 1 1 100%; display: flex; gap: 0.4rem; min-height: var(--tap); order: 3; }
.seek input {
  flex: 1; min-height: var(--tap); min-width: 0;
  font: inherit; color: var(--ivory);
  background: var(--glass); border: 1px solid var(--line); border-radius: 999px;
  padding: 0 1.1rem;
}
.seek input::placeholder { color: var(--soft); }
.seek-go, .bag, .btn, .add, .page-btn {
  min-height: var(--tap); min-width: var(--tap);
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer; font: inherit; text-decoration: none;
}
.seek-go {
  padding: 0 1.1rem; border-radius: 999px;
  background: var(--champagne); color: #140c08; font-weight: 600;
}
.bag {
  margin-left: auto; gap: 0.45rem; padding: 0 1rem;
  border-radius: 999px; background: var(--pink); color: #fff; font-weight: 600;
}
.bag em, .dock-link em {
  font-style: normal; background: #fff; color: #111;
  min-width: 1.4rem; height: 1.4rem; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.78rem;
}

main { width: min(var(--max), calc(100% - 1.6rem)); margin: 0 auto; padding: 0 0 4rem; }

.hero {
  position: relative;
  margin: 0.8rem 0 1.6rem;
  padding: 2.4rem 1.2rem 2.6rem;
  border-radius: 28px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(255, 45, 138, 0.35), transparent 55%),
    radial-gradient(ellipse at 80% 0%, rgba(246, 212, 138, 0.28), transparent 42%),
    linear-gradient(180deg, #17131c 0%, #0b0b10 100%);
  border: 1px solid var(--line);
  box-shadow: 0 0 80px rgba(255, 45, 138, 0.18), inset 0 1px 0 rgba(255,255,255,0.08);
}
.vanity { display: flex; justify-content: center; gap: clamp(0.6rem, 3vw, 1.4rem); margin-bottom: 1.2rem; }
.vanity i {
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, var(--champagne) 45%, #c4923a);
  box-shadow: 0 0 16px rgba(246, 212, 138, 0.95), 0 0 36px rgba(255, 45, 138, 0.35);
  animation: bulb 2.4s ease-in-out infinite;
}
.vanity i:nth-child(2n) { animation-delay: 0.35s; }
.vanity i:nth-child(3n) { animation-delay: 0.7s; }
@keyframes bulb {
  0%, 100% { opacity: 0.7; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}
.eyebrow, .card-kicker, .foot-h {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pink-hot); margin: 0 0 0.55rem; font-weight: 600;
}
.hero h1 em { font-style: italic; background: linear-gradient(92deg, #fff 10%, var(--champagne) 55%, var(--pink-hot)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-line { margin: 0.7rem 0 1.3rem; color: var(--mute); font-size: 0.98rem; letter-spacing: 0.04em; }
.hero-meta { margin: 1rem 0 0; color: var(--soft); font-size: 0.86rem; }

.btn {
  padding: 0 1.4rem; border-radius: 999px;
  background: linear-gradient(180deg, var(--pink-hot), var(--pink));
  color: #fff; font-weight: 600;
  box-shadow: 0 10px 30px rgba(255, 45, 138, 0.38);
}
.btn.pulse { min-width: 220px; font-size: 1.05rem; }
.btn.slim { padding: 0 1rem; }
.btn:hover, .add:hover, .seek-go:hover { filter: brightness(1.08); }
.add {
  padding: 0 1rem; border-radius: 999px;
  background: var(--champagne); color: #140c08; font-weight: 700; font-size: 0.92rem;
}

.look { margin: 0.4rem 0 1.6rem; }
.look-head, .edit .look-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 0.9rem; }
.look-all { color: var(--champagne); text-decoration: none; min-height: var(--tap); display: inline-flex; align-items: center; }
.lookbook {
  display: flex; gap: 0.9rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.2rem 0 1.1rem;
}
.lookbook .card { flex: 0 0 min(74vw, 240px); scroll-snap-align: start; }
.lookbook::-webkit-scrollbar { height: 6px; }
.lookbook::-webkit-scrollbar-thumb { background: var(--champagne-deep); border-radius: 99px; }

.chips { display: flex; gap: 0.5rem; overflow-x: auto; padding: 0.2rem 0 1rem; -webkit-overflow-scrolling: touch; }
.chip {
  flex: 0 0 auto; min-height: var(--tap); padding: 0 1.05rem;
  border-radius: 999px; text-decoration: none;
  border: 1px solid var(--line); background: var(--glass);
  display: inline-flex; align-items: center; color: var(--ivory); font-size: 0.92rem;
}
.chip.is-on, .chip:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.home-note { color: var(--soft); font-size: 0.88rem; text-align: center; max-width: 34rem; margin: 0.4rem auto 0; }

.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
.card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--pink); box-shadow: 0 18px 50px rgba(255, 45, 138, 0.22); }
.card-media { display: block; background: #101018; }
.card-media img, .pdp-fig img {
  width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5;
  background:
    radial-gradient(circle at 50% 20%, rgba(246,212,138,0.16), transparent 50%),
    #12121a;
}
.card-body { padding: 0.75rem 0.8rem 0.9rem; }
.card-title { font-size: 1.02rem; margin: 0; flex: 1; min-width: 0; }
.card-title a { text-decoration: none; }
.card-line { display: flex; align-items: baseline; justify-content: space-between; gap: 0.5rem; margin: 0 0 0.45rem; }
.card-row { display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; }
.card-price { margin: 0; color: var(--champagne); font-weight: 600; font-family: var(--sans); white-space: nowrap; }

.page-head { padding: 1.3rem 0 0.8rem; }
.page-head.tight { padding-bottom: 0.4rem; }
.page-head.long { max-width: 44rem; }
.count-line { color: var(--mute); margin: 0.35rem 0 0; }
.lede { color: var(--mute); max-width: 38rem; }
.lede.tight { margin: 0 0 0.6rem; }
.filters {
  display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: end; margin: 0.4rem 0 0.8rem;
}
.filters label { display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.78rem; color: var(--mute); flex: 1 1 140px; }
.filters input, .filters select, .check-form input, .check-form select, .check-form textarea, .buy input, .buy select {
  font: inherit; color: var(--ivory); background: var(--panel);
  border: 1px solid var(--line); border-radius: 14px; padding: 0.7rem 0.9rem; min-height: var(--tap);
}
.pager { display: flex; gap: 0.4rem; justify-content: center; flex-wrap: wrap; margin: 1.6rem 0 0; }
.page-btn { padding: 0 0.95rem; border-radius: 999px; border: 1px solid var(--line); background: var(--glass); }
.page-btn.is-on { background: var(--pink); border-color: var(--pink); }

.pdp { display: grid; gap: 1.4rem; padding-top: 1.2rem; }
.pdp-fig { border-radius: 28px; overflow: hidden; border: 1px solid var(--line); background: #101018; box-shadow: 0 0 60px rgba(246, 212, 138, 0.12); }
.pdp-line { display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; margin: 0.35rem 0 0.8rem; }
.pdp-line h1 { margin: 0; flex: 1; min-width: 0; }
.pdp-price { font-size: 1.05rem; color: var(--champagne); margin: 0; white-space: nowrap; }
.buy { display: grid; gap: 0.7rem; margin: 1.1rem 0; }
.buy label, .check-form label { display: grid; gap: 0.25rem; font-size: 0.85rem; color: var(--mute); }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem 1rem; margin: 1.2rem 0; }
.facts dt { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--soft); }
.facts dd { margin: 0.15rem 0 0; }
.notice { background: rgba(255, 45, 138, 0.14); border: 1px solid rgba(255, 45, 138, 0.4); padding: 0.85rem 1rem; border-radius: 12px; }
.fine { font-size: 0.86rem; color: var(--soft); }
.prose { max-width: 40rem; color: var(--mute); }
.prose h2 { color: var(--ivory); margin-top: 1.8rem; }
.prose a { color: var(--champagne); }
.split { display: grid; gap: 1.6rem; }
.check-form, .cart-root { display: grid; gap: 0.9rem; max-width: 40rem; }
.check-form fieldset { border: 1px solid var(--line); border-radius: 16px; padding: 1rem; }
.check-form legend { font-family: var(--serif); padding: 0 0.4rem; color: var(--champagne); }
.accept { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.92rem; color: var(--mute); }
.accept input { margin-top: 0.35rem; min-height: 22px; }
.merchant-box {
  background: var(--glass); border: 1px solid var(--champagne-deep);
  padding: 1.1rem 1.2rem; margin: 0 0 1.4rem; max-width: 44rem; border-radius: 16px;
}
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 0.9rem; align-items: center; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 90px; object-fit: cover; border-radius: 10px; background: #14141c; }
.cart-line button { min-height: var(--tap); background: transparent; color: var(--pink-hot); border: 0; font: inherit; cursor: pointer; }
.cart-total { font-family: var(--serif); font-size: 1.6rem; color: var(--champagne); }

.site-foot {
  background: #050509;
  color: var(--ivory);
  padding: 2.6rem 1rem 6.5rem;
  border-top: 1px solid var(--line);
}
.foot-grid { width: min(var(--max), 100%); margin: 0 auto; display: grid; gap: 1.6rem; }
.foot-brand { font-size: 1.8rem; font-style: italic; margin: 0 0 0.4rem; color: var(--champagne); }
.site-foot a { color: var(--ivory); text-decoration: none; display: block; min-height: 40px; display: flex; align-items: center; }
.site-foot a:hover { color: var(--pink-hot); }
.legal-block { line-height: 1.7; }
.foot-work { color: var(--pink-hot); font-size: 0.88rem; }
.foot-end { width: min(var(--max), 100%); margin: 1.6rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(246,212,138,0.14); color: var(--soft); font-size: 0.85rem; }

.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr;
  background: rgba(7, 7, 11, 0.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding: 0.25rem 0.6rem calc(0.35rem + env(safe-area-inset-bottom));
}
.dock-link {
  min-height: var(--tap); text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  font-weight: 600; color: var(--mute);
}
.dock-link.is-on { color: var(--champagne); }

@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .dock { display: none; }
  .seek { flex: 1 1 auto; max-width: 520px; order: 0; }
  .head-row { flex-wrap: nowrap; padding: 0.75rem 1.4rem; }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .lookbook .card { flex-basis: 220px; }
  .hero { padding: 3.4rem 2rem 3.2rem; }
  .site-foot { padding-bottom: 2.4rem; }
  .foot-grid { grid-template-columns: 1.5fr 0.7fr 0.7fr 1.1fr; }
  .pdp, .split { grid-template-columns: 1fr 1fr; align-items: start; }
}

@media (min-width: 1020px) {
  .grid { grid-template-columns: repeat(4, 1fr); }
  main { width: min(var(--max), calc(100% - 2.4rem)); }
}

@media (prefers-reduced-motion: reduce) {
  .vanity i, .card { animation: none; transition: none; }
}

.head-tools { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; }
.fx-select {
  min-height: var(--tap); border-radius: 999px; border: 1px solid var(--line);
  background: var(--panel); color: var(--ivory); padding: 0 0.7rem; font-weight: 600;
}
.bag { margin-left: 0; }
.suggest-host { position: relative; }
.suggest[hidden] { display: none !important; }
.suggest {
  display: flex; flex-direction: column; align-items: stretch;
  position: fixed; z-index: 9999; isolation: isolate;
  background-color: #1a1a22; color: #fff7ea;
  border: 1px solid #3d3544; border-radius: 16px;
  box-shadow: 0 18px 44px #000000;
  max-height: min(55vh, 360px); overflow-y: auto;
}
.suggest-row {
  position: relative; display: flex; gap: 8px; align-items: center;
  padding: 10px 12px; text-decoration: none; min-height: 52px;
  color: #fff7ea;
}
.suggest-row.is-on, .suggest-row:hover { background-color: #2a1a28; }
.suggest-row img {
  width: 40px; height: 40px; flex: 0 0 40px;
  object-fit: cover; border-radius: 8px; background-color: #101018;
}
.suggest-name {
  flex: 1 1 auto; min-width: 0;
  font-size: 13px; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.suggest-price {
  flex: 0 0 auto; font-weight: 700; color: #f6d48a; white-space: nowrap;
  padding: 4px 8px; border-radius: 999px; background-color: #2a2a34;
}
.suggest-empty { padding: 12px; color: #c9b8a4; }

/* We accept + required terms checkbox */
.we-accept { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 10px 0 4px; }
.we-accept-label { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; }
.we-accept-marks { display: flex; align-items: center; gap: 8px; }
.card-mark { width: 54px; height: 36px; display: block; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
.terms-agree { display: flex; align-items: flex-start; gap: 12px; margin: 12px 0 6px; font-size: 15px; line-height: 1.45; cursor: pointer; }
.terms-agree input[type="checkbox"] {
  width: 44px; height: 44px; min-width: 44px; min-height: 44px;
  margin: 0; flex: 0 0 44px; cursor: pointer;
}
.terms-agree-err { color: #b42318; font-size: 14px; margin: 0 0 8px; }
.terms-agree-err[hidden] { display: none !important; }
.terms-agree { color: var(--mute); }
.terms-agree a { color: var(--champagne); }
.terms-agree input[type="checkbox"] { accent-color: #ff2d8a; }

.check-form label.terms-agree { display: flex; align-items: flex-start; }
