/* kbeautydrops.com — Quince-inspired premium-for-less
   Warm cream paper, lifestyle photography, social proof everywhere,
   tasteful serif italic for callouts, savings front and center.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --bg: #faf8f3;          /* warm cream */
  --bg-2: #ffffff;
  --surface: #f0ece2;
  --surface-2: #e6e0d2;
  --ink: #1a1715;
  --ink-2: #5a544c;
  --ink-3: #a39c8f;
  --rule: #e5dfd2;
  --rule-2: #1a1715;
  --gold: #8a6e3a;        /* used very sparingly, e.g. stars */
  --accent: #e54f3b;      /* highlight pop — saturated terracotta */

  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Instrument Serif', 'Times New Roman', serif;
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html,body{ background:var(--bg); color:var(--ink); font-family:var(--sans); -webkit-font-smoothing:antialiased; font-feature-settings:"ss01","cv11"; }
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; }

/* ============ SHARED ============ */
.eyebrow{
  font-size:11px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--ink-2); font-weight:500; margin-bottom:18px;
}
.eyebrow.centered{ text-align:center; }
.section-head{ max-width:580px; margin:0 0 48px; }
.section-head.centered{ margin:0 auto 56px; text-align:center; }
.section-head.centered .section-sub{ margin-left:auto; margin-right:auto; }
.section-head.left{ margin-left:0; }
.section-head h2{
  font-size:clamp(32px, 4.2vw, 52px);
  line-height:1.05; letter-spacing:-0.025em; font-weight:400;
}
.section-head h2 em, .serif-em{
  font-family:var(--serif); font-style:italic; font-weight:400;
  letter-spacing:-0.005em;
  color:var(--accent);
  white-space:nowrap;
}
.hero-split-text h1 em,
.why-card h3 em,
.drop-info h1 em,
.archive-head h2 em,
.preview-head h2 em{
  color:var(--accent);
  white-space:nowrap;
}
@media (max-width:520px){
  .section-head h2 em, .serif-em,
  .hero-split-text h1 em,
  .why-card h3 em,
  .drop-info h1 em,
  .preview-head h2 em{
    white-space:normal;
  }
  /* archive "so far." stays together, wraps as a whole unit */
  .archive-head h2 em{ white-space:nowrap; }
}
.section-head .section-sub{
  margin-top:14px; font-size:15.5px; color:var(--ink-2); line-height:1.6;
  max-width:54ch;
}
.link-arrow{
  display:inline-block; margin-top:18px;
  font-size:13px; font-weight:500; color:var(--ink);
  border-bottom:1px solid var(--ink); padding-bottom:2px;
}
.link-arrow:hover{ color:var(--ink-2); border-color:var(--ink-2); }

/* Stars */
.stars{ display:inline-flex; align-items:center; gap:8px; font-size:12px; color:var(--ink-2); }
.stars-glyph{ color:var(--gold); letter-spacing:1px; font-size:13px; }
.stars b{ color:var(--ink); font-weight:600; }

/* Badges */
.badge{
  display:inline-block; font-size:10.5px; letter-spacing:0.1em;
  text-transform:uppercase; font-weight:600;
  padding:5px 9px; background:var(--ink); color:var(--bg);
}
.badge.outline{ background:transparent; color:var(--ink); border:1px solid var(--ink); }
.badge.sold-out{ background:var(--ink-3); color:#fff; }
.badge.best{ background:var(--ink); color:var(--bg); }

/* ============ NAV ============ */
.nav{
  display:flex; justify-content:space-between; align-items:center;
  padding:18px 32px; border-bottom:1px solid var(--rule);
  position:sticky; top:0; background:var(--bg); z-index:50;
}
.nav-logo{ font-weight:600; font-size:16px; letter-spacing:-0.01em; display:flex; align-items:center; }
.nav-logo img{ height:72px; width:auto; display:block; }
.nav-links{ display:flex; gap:28px; }
.nav-links a{ font-size:13px; color:var(--ink-2); }
.nav-links a:hover{ color:var(--ink); }
.nav-right{ display:flex; gap:20px; align-items:center; font-size:13px; }
.nav-right a{ color:var(--ink); border-bottom:1px solid var(--ink); padding-bottom:1px; }
.nav-cart{ background:none; border:none; cursor:pointer; font-size:13px; color:var(--ink); display:flex; align-items:center; gap:6px; }
.nav-cart:hover{ text-decoration:underline; }

/* ============ TOP STRIP (rotating-feel) ============ */
.top-strip{
  background:var(--ink); color:var(--bg);
  font-size:12px; padding:9px 32px;
  display:flex; justify-content:center; gap:14px;
  letter-spacing:0.01em;
}
.top-strip b{ font-weight:600; }
.strip-divider{ color:#555; }

/* ============ HERO SPLIT ============ */
.hero-split{
  display:grid; grid-template-columns:1fr 1.1fr;
  border-bottom:1px solid var(--rule);
  min-height:clamp(560px, 78vh, 720px);
}
.hero-split-text{
  padding:48px 64px;
  display:flex; flex-direction:column; justify-content:center;
  max-width:640px;
}
.hero-stars{ margin-bottom:12px; }
.hero-struck{
  display:inline-block; width:fit-content; margin-bottom:10px;
  font-size:13px; font-weight:500; letter-spacing:-0.005em;
  color:var(--ink-2);
  position:relative;
}
.hero-struck::after{
  content:""; position:absolute;
  left:0; right:0; top:55%;
  height:1px; background:var(--ink-2);
  transform:scaleX(0); transform-origin:left center;
}
.hero-struck.in::after{ animation:struck-line 0.7s cubic-bezier(0.65,0,0.35,1) forwards; }

@keyframes struck-line{
  to { transform:scaleX(1); }
}
.hero-split-text h1{
  font-size:clamp(34px, 3.8vw, 48px);
  line-height:1.05; letter-spacing:-0.025em; font-weight:400;
  margin-bottom:16px;
}
.hero-split-text h1 em{
  font-family:var(--serif); font-style:italic; font-weight:400;
}
.hero-split-text .lede{
  font-size:15px; line-height:1.55; color:var(--ink-2);
  margin-bottom:24px; max-width:50ch;
}
.optin-form-inline{
  display:flex; max-width:460px;
  background:var(--bg-2);
  border:1px solid var(--ink);
  margin-bottom:10px;
}
.optin-form-inline input{
  flex:1; border:none; background:transparent;
  padding:14px 16px; font-family:var(--sans);
  font-size:15px; color:var(--ink); outline:none;
}
.optin-form-inline input::placeholder{ color:var(--ink-3); }
.optin-form-inline button{
  border:none; background:var(--ink); color:#fff;
  padding:14px 22px; cursor:pointer;
  font-size:13px; font-weight:600; letter-spacing:0.03em;
}
.optin-form-inline button:hover{ background:var(--ink-2); }
.optin-meta{ font-size:12px; color:var(--ink-3); margin-bottom:24px; }

/* Invite-only opt-in (stacked) */
.optin-form-stack{
  display:flex; flex-direction:column; max-width:460px; gap:8px;
  margin-bottom:18px;
}
.optin-form-stack .form-eyebrow{
  font-size:10.5px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ink-3); font-weight:500; margin-bottom:4px;
}
.optin-form-stack input[type="email"]{
  border:1px solid var(--ink); background:var(--bg-2);
  padding:14px 16px; font-family:var(--sans);
  font-size:15px; color:var(--ink); outline:none;
}
.optin-form-stack input[type="email"]::placeholder{ color:var(--ink-3); }
.optin-form-stack .form-row{
  display:flex; gap:0;
}
.optin-form-stack .form-row input[type="text"]{
  flex:1; border:1px solid var(--ink); border-right:none;
  background:var(--bg-2);
  padding:14px 16px; font-family:var(--sans);
  font-size:14px; color:var(--ink); outline:none;
  letter-spacing:0.08em; text-transform:uppercase;
}
.optin-form-stack .form-row input[type="text"]::placeholder{
  color:var(--ink-3); letter-spacing:0.04em; text-transform:none;
}
.optin-form-stack .form-row button{
  border:1px solid var(--ink); background:var(--ink); color:#fff;
  padding:14px 22px; cursor:pointer;
  font-size:13px; font-weight:600; letter-spacing:0.03em;
}
.optin-form-stack .form-row button:hover{ background:var(--ink-2); border-color:var(--ink-2); }
.optin-meta-link{
  font-size:12px; color:var(--ink-3); margin-top:6px;
  display:inline-block;
}
.optin-meta-link u{ color:var(--ink-2); text-decoration:underline; }
.optin-meta-link:hover u{ color:var(--ink); }
.form-error{
  margin-top:8px; font-size:12.5px; color:var(--accent);
  font-weight:500; letter-spacing:0.01em;
}

/* Hero selling points strip */
.hero-points{
  display:flex; flex-direction:column; gap:10px;
  margin-top:24px; padding-top:20px;
  border-top:1px solid var(--rule);
  max-width:460px;
}
.hero-point{
  display:flex; align-items:center; gap:10px;
  font-size:12.5px; letter-spacing:0.02em;
  color:var(--ink-2); font-weight:500;
}
.hero-point svg{ color:var(--ink); flex-shrink:0; stroke:var(--ink); }

/* Invite success state */
.invite-success{
  max-width:460px; padding:20px 22px;
  background:var(--bg-2); border:1px solid var(--ink);
  margin-bottom:18px;
}
.invite-success-head{
  font-family:var(--serif); font-style:italic;
  font-size:28px; line-height:1; letter-spacing:-0.015em;
  margin-bottom:10px;
}
.invite-success p{
  font-size:14px; line-height:1.55; color:var(--ink-2);
  margin-bottom:18px;
}
.invite-codes-label{
  font-size:10.5px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ink-3); font-weight:500; margin-bottom:8px;
}
.invite-codes{ display:flex; flex-direction:column; gap:6px; margin-bottom:14px; }
.invite-code{
  display:flex; justify-content:space-between; align-items:center;
  border:1px solid var(--rule); background:var(--bg);
  padding:10px 12px; cursor:pointer; font-family:var(--sans);
  transition:border-color 0.15s;
}
.invite-code:hover{ border-color:var(--ink); }
.invite-code .code-val{
  font-family:'JetBrains Mono', ui-monospace, Menlo, monospace;
  font-size:14px; letter-spacing:0.14em; color:var(--ink); font-weight:600;
}
.invite-code .code-copy{
  font-size:11px; letter-spacing:0.06em; color:var(--ink-2);
  text-transform:uppercase; font-weight:500;
}
.invite-rule{
  font-size:11.5px; color:var(--ink-3); line-height:1.5;
}
.invite-success.waitlist{ background:var(--surface); }

.hero-savings{
  display:flex; gap:24px; align-items:center;
  padding:16px 0 0; border-top:1px solid var(--rule);
  max-width:460px;
}
.hero-savings .price-big{
  font-family:var(--serif); font-style:italic;
  font-size:38px; line-height:1; letter-spacing:-0.02em; color:var(--ink);
}
.hero-savings .price-meta{
  display:flex; flex-direction:column; gap:4px;
  font-size:13px; color:var(--ink-2);
}
.hero-savings .price-meta s{ color:var(--ink-3); }
.hero-savings .price-meta .save{
  color:var(--ink); font-weight:600; font-size:13px;
  margin-top:2px;
}

.hero-split-media{
  background:var(--surface); position:relative; overflow:hidden;
}
.hero-split-media img{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
}
.hero-tag{
  position:absolute; bottom:24px; left:24px;
  background:rgba(250,248,243,0.95); backdrop-filter:blur(10px);
  padding:12px 16px; font-size:12.5px; color:var(--ink);
  font-weight:500;
}
.hero-tag .small{ font-size:10.5px; color:var(--ink-2); letter-spacing:0.06em; text-transform:uppercase; display:block; margin-bottom:3px; font-weight:500; }

/* Hero sneak-peek card */
.hero-preview{
  position:absolute; bottom:28px; left:28px; right:28px;
  background:rgba(250,248,243,0.97); backdrop-filter:blur(14px);
  padding:28px 32px 26px;
  max-width:480px;
  display:flex; flex-direction:column; gap:12px;
  border:1px solid var(--rule);
}
.hero-preview-eyebrow{
  font-size:11.5px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--accent); font-weight:600;
}
.hero-preview-name{
  font-size:19px; font-weight:500; line-height:1.3;
  color:var(--ink); letter-spacing:-0.01em;
}
.hero-preview-stars{ font-size:12.5px; }
.hero-preview-stars .stars-glyph{ font-size:13px; }
.hero-preview-price{
  display:flex; align-items:baseline; gap:14px;
  padding-top:14px; border-top:1px solid var(--rule);
  margin-top:4px;
}
.hero-preview-price .now{
  font-family:var(--serif); font-style:italic;
  font-size:42px; line-height:1; letter-spacing:-0.02em; color:var(--ink);
}
.hero-preview-price .vs{
  font-size:13px; color:var(--ink-2);
}
.hero-preview-price .vs s{ color:var(--ink-3); }

/* ============ PRESS STRIP ============ */
.press{
  padding:36px 32px; border-bottom:1px solid var(--rule);
  background:var(--bg);
}
.press-inner{
  max-width:1100px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; gap:32px;
  flex-wrap:wrap;
}
.press-label{
  font-size:10.5px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--ink-3); font-weight:500;
}
.press-logos{
  display:flex; gap:40px; align-items:center; flex-wrap:wrap;
  color:var(--ink-2);
}
.press-logos span{
  font-family:var(--serif); font-style:italic; font-size:22px;
  letter-spacing:-0.005em;
}
.press-logos span.sans{
  font-family:var(--sans); font-style:normal; font-weight:600;
  font-size:15px; letter-spacing:0.08em; text-transform:uppercase;
}

/* ============ WHY THESE PRICES ============ */
.why{
  padding:120px 32px;
  background:var(--bg);
  border-bottom:1px solid var(--rule);
}
.why-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:0;
  max-width:1200px; margin:0 auto;
}
.why-card{
  background:transparent;
  display:flex; flex-direction:column;
  padding:0 32px;
}
.why-card + .why-card{ border-left:1px solid var(--rule); }
.why-card .why-num{
  font-family:var(--serif); font-style:italic; font-weight:400;
  font-size:76px; line-height:0.9; color:var(--ink);
  margin-bottom:28px;
}
.why-card .struck{
  display:block; font-size:13px; font-weight:500;
  letter-spacing:0.01em; color:var(--ink-2);
  margin-bottom:10px;
  position:relative; width:fit-content;
}
.why-card .struck::after{
  content:""; position:absolute;
  left:0; right:0; top:55%;
  height:1px; background:var(--ink-2);
  transform:scaleX(0); transform-origin:left center;
}
.why-card .struck.in::after{ animation:struck-line 0.7s cubic-bezier(0.65,0,0.35,1) forwards; }
.why-card h3{
  font-size:21px; font-weight:500; letter-spacing:-0.015em;
  line-height:1.25; margin-bottom:14px;
}
.why-card h3 em{ font-family:var(--serif); font-style:italic; font-weight:400; }
.why-card p{
  font-size:14.5px; line-height:1.6; color:var(--ink-2);
}

/* ============ VOTE ============ */
.vote{
  padding:96px 32px;
  background:var(--bg-2);
  border-bottom:1px solid var(--rule);
}
.vote-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:24px;
  max-width:1100px; margin:0 auto;
}
.vote-card{
  background:var(--bg); border:1px solid var(--rule); padding:32px 24px 22px;
  text-align:left; cursor:pointer; transition:transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  display:flex; flex-direction:column;
}
.vote-card:hover{ transform:translateY(-3px); border-color:var(--ink); box-shadow:0 8px 24px rgba(26,23,21,0.05); }
.vote-card.voted{ border-color:var(--ink); box-shadow:0 0 0 1px var(--ink); }
.vote-brand-name{
  font-family:var(--serif); font-style:italic; font-weight:400;
  font-size:38px; line-height:1; letter-spacing:-0.015em;
  color:var(--ink); margin-bottom:8px;
}
.vote-tag{
  font-size:12px; letter-spacing:0.06em; color:var(--ink-2);
  text-transform:uppercase; font-weight:500; margin-bottom:24px;
}
.vote-bar{ height:3px; background:var(--rule); position:relative; margin-bottom:10px; }
.vote-fill{ position:absolute; top:0; left:0; height:100%; background:var(--ink); transition:width 0.4s ease; }
.vote-meta{
  display:flex; justify-content:space-between; align-items:center;
  font-size:12px; color:var(--ink-2);
}
.vote-cta{ color:var(--ink); font-weight:500; }
.vote-foot{
  text-align:center; margin-top:32px;
  font-size:13px; color:var(--ink-2);
}
.vote-foot a{ color:var(--ink); border-bottom:1px solid var(--ink); }

/* ============ REVIEWS ============ */
.reviews{
  padding:96px 32px;
  background:var(--surface);
}
.reviews-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:32px;
  max-width:1100px; margin:0 auto;
}
.review{
  background:var(--bg-2);
  padding:32px 28px;
  display:flex; flex-direction:column; gap:14px;
}
.review-stars{ font-size:13px; }
.review-stars .stars-glyph{ font-size:14px; }
.review-quote{
  font-family:var(--serif); font-style:italic;
  font-size:19px; line-height:1.45; letter-spacing:-0.005em;
  color:var(--ink); flex:1;
}
.review-meta{
  display:flex; align-items:center; gap:10px;
  font-size:12.5px; color:var(--ink-2);
  border-top:1px solid var(--rule); padding-top:14px;
}
.review-avatar{
  width:32px; height:32px; border-radius:50%;
  background:var(--surface-2);
}
.review-name{ color:var(--ink); font-weight:600; font-size:13px; }
.review-loc{ font-size:11.5px; color:var(--ink-3); }

/* ============ INGREDIENT ============ */
.ingredient{
  display:grid; grid-template-columns:1fr 1fr;
  border-bottom:1px solid var(--rule);
  background:var(--bg);
}
.ingredient-media{ background:var(--surface); min-height:540px; overflow:hidden; }
.ingredient-media img{ width:100%; height:100%; object-fit:cover; }
.ingredient-text{
  padding:96px 64px;
  display:flex; flex-direction:column; justify-content:center;
  max-width:600px;
}
.ingredient-text .eyebrow{ margin-bottom:14px; }
.ingredient-text h2{
  font-size:clamp(34px, 4.2vw, 52px);
  line-height:1.05; letter-spacing:-0.025em; font-weight:400;
  margin-bottom:22px;
  font-family:var(--serif); font-style:italic;
}
.ingredient-text p{
  font-size:15.5px; line-height:1.7; color:var(--ink-2);
  margin-bottom:16px;
}
.ingredient-text p b{ color:var(--ink); font-weight:600; }

/* ============ CURATOR ============ */
.curator{
  display:grid; grid-template-columns: 5fr 7fr;
  background:var(--bg);
  border-bottom:1px solid var(--rule);
  align-items:stretch;
}
.curator-media{
  background:var(--surface); position:relative; overflow:hidden;
  min-height:480px;
}
.curator-media img{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
}
.curator-text{
  padding:80px 64px;
  display:flex; flex-direction:column; justify-content:center;
  max-width:600px;
}
.curator-text .eyebrow{ margin-bottom:18px; }
.struck-inline{
  position:relative; display:inline-block;
  color:var(--ink-2);
}
.struck-inline::after{
  content:""; position:absolute;
  left:0; right:0; top:55%;
  height:2px; background:var(--ink-2);
  transform:scaleX(0); transform-origin:left center;
}
.struck-inline.in::after{ animation:struck-line 0.7s cubic-bezier(0.65,0,0.35,1) forwards; }
.curator blockquote{
  font-family:var(--serif); font-style:italic;
  font-size:clamp(24px, 3vw, 34px); line-height:1.35;
  letter-spacing:-0.012em; color:var(--ink);
  margin-bottom:32px;
}
.curator-sig{ display:inline-flex; align-items:center; gap:14px; }
.curator-avatar{
  width:48px; height:48px; border-radius:50%;
  background:var(--surface-2);
  background-image:url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=200&q=80');
  background-size:cover; background-position:center;
}
.curator-name{ font-size:14px; font-weight:600; }
.curator-loc{ font-size:12px; color:var(--ink-3); }

/* ============ ARCHIVE ============ */
.archive{
  padding:96px 32px;
  background:var(--bg-2);
  border-top:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
}
.archive-head{
  display:flex; justify-content:space-between; align-items:end;
  max-width:1200px; margin:0 auto 48px;
  gap:32px;
}
.archive-head .section-head{ margin:0; }
.archive-head .link-arrow{ margin-top:0; }
.archive-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:24px;
  max-width:1200px; margin:0 auto;
}
.archive-card{
  background:var(--bg); display:flex; flex-direction:column;
  position:relative;
  transition:transform 0.2s;
}
.archive-card:hover{ transform:translateY(-2px); }
.archive-media{
  aspect-ratio:1; background:var(--surface-2); overflow:hidden;
  position:relative;
}
.archive-media img{ width:100%; height:100%; object-fit:cover; }
.archive-media .badge{
  position:absolute; top:12px; left:12px;
}
.archive-media.empty{
  display:flex; align-items:center; justify-content:center;
  font-size:32px; color:var(--ink-3); font-weight:300;
  background:repeating-linear-gradient(45deg, var(--surface-2), var(--surface-2) 8px, var(--surface) 8px, var(--surface) 16px);
}
.archive-body{ padding:14px 14px 16px; display:flex; flex-direction:column; gap:4px; }
.archive-num{
  font-size:11px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ink-3); font-weight:500;
}
.archive-brand{
  font-size:11px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--ink-2); font-weight:500; margin-top:2px;
}
.archive-name{
  font-size:14px; line-height:1.35; font-weight:500;
}
.archive-name.muted{ color:var(--ink-3); font-style:italic; font-weight:400; }
.archive-stars{ margin-top:4px; }
.archive-price{
  display:flex; gap:8px; align-items:baseline;
  margin-top:6px; font-size:13px;
}
.archive-price .now{ font-weight:600; color:var(--ink); }
.archive-price s{ color:var(--ink-3); font-size:12px; }

/* ============ HOW ============ */
.how{
  padding:96px 32px;
  background:var(--bg);
}
.how-inner{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:48px;
  max-width:1100px; margin:0 auto;
}
.how-step{ text-align:left; }
.how-step .how-num{
  font-family:var(--serif); font-style:italic;
  font-size:48px; line-height:1; color:var(--ink); margin-bottom:18px;
}
.how-step h3{
  font-size:19px; font-weight:500; letter-spacing:-0.01em;
  line-height:1.3; margin-bottom:10px;
}
.how-step p{
  font-size:14.5px; line-height:1.6; color:var(--ink-2);
}

/* ============ SHADE PICKER ============ */
.shade-section{ margin-bottom:28px; }
.shade-head{
  display:flex; justify-content:space-between; align-items:baseline;
  margin-bottom:14px;
}
.shade-head .label{
  font-size:11px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ink-3); font-weight:500;
}
.shade-head .selected{
  font-size:13px; color:var(--ink); font-weight:500;
}
.shade-head .selected .stock-note{
  color:var(--ink-3); font-weight:400; margin-left:6px; font-size:12px;
}
.shade-head .selected .stock-note.low{ color:var(--ink); font-weight:500; }
.shade-row{
  display:flex; gap:10px; flex-wrap:wrap;
}
.shade-swatch{
  width:32px; height:32px; border-radius:50%;
  cursor:pointer; position:relative;
  border:1px solid var(--rule);
  transition:transform 0.15s;
  box-shadow:inset 0 0 0 2px var(--bg-2);
}
.shade-swatch:hover{ transform:scale(1.08); }
.shade-swatch.selected{
  box-shadow:inset 0 0 0 2px var(--bg-2), 0 0 0 1.5px var(--ink);
  transform:scale(1.05);
}
.shade-swatch.out-of-stock{
  cursor:not-allowed; opacity:0.42;
}
.shade-swatch.out-of-stock::after{
  content:""; position:absolute; inset:-2px;
  background-image:linear-gradient(45deg, transparent calc(50% - 1px), var(--ink) 50%, transparent calc(50% + 1px));
  border-radius:50%;
}
.shade-swatch.last-few::before{
  content:""; position:absolute; top:-2px; right:-2px;
  width:8px; height:8px; border-radius:50%;
  background:var(--ink); border:2px solid var(--bg);
}

/* ============ ADD-ON SECTION ============ */
.badge.addon{
  background:transparent; color:var(--ink-2);
  border:1px solid var(--rule-2); font-weight:500;
}
.badge.last-call{
  background:#7a2418; color:#fff;
}
.badge.low-stock{
  background:var(--bg-2); color:var(--ink); border:1px solid var(--ink);
}

.addon-strip{
  border-top:1px solid var(--rule); margin-top:32px; padding-top:24px;
}
.addon-strip-head{
  display:flex; justify-content:space-between; align-items:baseline;
  margin-bottom:16px;
}
.addon-strip-head .title{
  font-size:13px; font-weight:600; letter-spacing:-0.005em;
}
.addon-strip-head .note{
  font-size:11.5px; color:var(--ink-3); letter-spacing:0.02em;
}
.addon-item{
  display:grid; grid-template-columns:56px 1fr auto; gap:14px;
  align-items:center; padding:12px 0;
  border-bottom:1px solid var(--rule);
}
.addon-item:last-child{ border-bottom:none; }
.addon-item .ai-img{
  width:56px; height:56px; background:var(--surface);
  overflow:hidden;
}
.addon-item .ai-img img{ width:100%; height:100%; object-fit:cover; }
.addon-item .ai-brand{
  font-size:10px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--ink-3); font-weight:500;
}
.addon-item .ai-name{
  font-size:13.5px; font-weight:500; line-height:1.3; margin-top:1px;
}
.addon-item .ai-price{
  font-size:14px; font-weight:600; text-align:right;
}
.addon-item .ai-price s{
  display:block; font-size:11px; color:var(--ink-3); font-weight:400;
}
.addon-item .ai-add{
  border:1px solid var(--ink); background:transparent; color:var(--ink);
  font-size:11px; letter-spacing:0.06em; padding:6px 12px;
  cursor:pointer; font-weight:600;
  margin-left:8px;
}
.addon-item .ai-add:hover{ background:var(--ink); color:var(--bg); }

/* ============ CART PROGRESS ============ */
.cart-progress{
  margin-bottom:16px;
}
.cart-progress-bar{
  height:3px; background:var(--rule); position:relative; overflow:hidden;
  margin-bottom:8px;
}
.cart-progress-fill{
  position:absolute; top:0; left:0; height:100%;
  background:var(--ink); transition:width 0.4s ease;
}
.cart-progress-msg{
  font-size:11.5px; color:var(--ink-2); letter-spacing:0.01em;
}
.cart-progress-msg.free{ color:var(--ink); font-weight:600; }
.cart-progress-msg.free::before{ content:"✓ "; }

.cart-section-head{
  font-size:10px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--ink-3); font-weight:600;
  padding:14px 0 8px;
}

/* ============ LAST CALL HEADER ============ */
.last-call-banner{
  background:#1f0e0a; color:#f7d6c8;
  padding:8px 32px; text-align:center;
  font-size:12px; letter-spacing:0.04em;
}
.last-call-banner b{ color:#fff; font-weight:600; }

/* ============ DROP PAGE ============ */
.drop{
  display:grid; grid-template-columns:1fr 1fr;
  max-width:1440px; margin:0 auto;
  min-height:calc(100vh - 60px);
}
.drop-media{
  background:var(--surface);
  display:flex; align-items:center; justify-content:center;
  position:relative;
}
.drop-media img{ width:100%; height:100%; object-fit:cover; }
.drop-media .badge{ position:absolute; top:24px; left:24px; }
.drop-info{
  padding:80px 64px;
  display:flex; flex-direction:column; justify-content:center;
  max-width:580px;
}
.drop-info .brand{
  font-size:12px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ink-2); margin-bottom:18px; font-weight:500;
}
.drop-info h1{
  font-size:clamp(30px, 3.6vw, 44px); line-height:1.1;
  letter-spacing:-0.022em; font-weight:400; margin-bottom:14px;
}
.drop-info h1 em{ font-family:var(--serif); font-style:italic; }
.drop-info .stars{ margin-bottom:18px; }
.drop-info .size{ font-size:14px; color:var(--ink-2); margin-bottom:28px; }
.drop-info .desc{
  font-size:15.5px; line-height:1.65; color:var(--ink-2);
  margin-bottom:36px;
}

.price-row{
  display:flex; align-items:baseline; gap:14px;
  padding-bottom:18px; border-bottom:1px solid var(--rule);
  margin-bottom:28px;
}
.price-row .ours{
  font-family:var(--serif); font-style:italic;
  font-size:42px; line-height:1; letter-spacing:-0.015em;
}
.price-row .was{ font-size:15px; color:var(--ink-3); text-decoration:line-through; }
.price-row .save{ font-size:13px; color:var(--ink); margin-left:auto; font-weight:600; }

.compare{ margin-bottom:32px; }
.compare-title{
  font-size:11px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ink-3); margin-bottom:14px; font-weight:500;
}
.compare-rows{ display:grid; gap:8px; }
.compare-row{ display:flex; justify-content:space-between; font-size:14px; color:var(--ink-2); }
.compare-row s{ color:var(--ink-3); }

.buy-row{ display:flex; gap:10px; margin-bottom:24px; }
.qty{ display:flex; align-items:center; border:1px solid var(--rule-2); }
.qty button{ width:44px; height:48px; border:none; background:transparent; font-size:18px; cursor:pointer; color:var(--ink); font-weight:300; }
.qty button:hover{ background:var(--surface); }
.qty span{ width:36px; text-align:center; font-size:14px; font-weight:500; }
.add-btn{
  flex:1; border:none; background:var(--ink); color:#fff;
  font-size:14px; letter-spacing:0.03em; font-weight:500;
  cursor:pointer; padding:0 28px; height:48px;
}
.add-btn:hover{ background:var(--ink-2); }
.ship-note{ font-size:13px; color:var(--ink-2); }

.related{
  border-top:1px solid var(--rule);
  padding:80px 32px;
  background:var(--bg);
}
.related-inner{ max-width:1280px; margin:0 auto; }
.related h2{
  font-size:24px; font-weight:400; letter-spacing:-0.015em;
  margin-bottom:40px; text-align:center;
}
.product-grid{
  display:grid; grid-template-columns:repeat(2, 1fr); gap:64px 48px;
}
.product-card{ display:block; }
.product-card .media{
  aspect-ratio:1; background:var(--surface);
  overflow:hidden; margin-bottom:20px;
}
.product-card .media img{ width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease; }
.product-card:hover .media img{ transform:scale(1.02); }
.product-card .brand{
  font-size:11px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--ink-2); margin-bottom:6px; font-weight:500;
}
.product-card .name{ font-size:17px; font-weight:500; line-height:1.3; margin-bottom:10px; letter-spacing:-0.005em; }
.product-card .price{ font-size:15px; color:var(--ink); }
.product-card .price s{ color:var(--ink-3); margin-left:8px; font-weight:400; }
.product-card .price .save{ font-size:12px; color:var(--ink-2); margin-left:8px; }

/* ============ CART DRAWER ============ */
.cart-overlay{ position:fixed; inset:0; background:rgba(0,0,0,0.35); z-index:90; opacity:0; pointer-events:none; transition:opacity 0.3s; }
.cart-overlay.open{ opacity:1; pointer-events:all; }
.cart-drawer{ position:fixed; top:0; right:-420px; width:400px; max-width:92vw; height:100%; background:var(--bg); z-index:100; transition:right 0.35s ease; display:flex; flex-direction:column; border-left:1px solid var(--rule); }
.cart-drawer.open{ right:0; }
.cart-header{ display:flex; justify-content:space-between; align-items:center; padding:20px 24px; border-bottom:1px solid var(--rule); }
.cart-header h2{ font-size:16px; font-weight:600; letter-spacing:-0.01em; }
.cart-close{ background:none; border:none; font-size:22px; cursor:pointer; color:var(--ink); }
.cart-items{ flex:1; overflow-y:auto; padding:8px 24px; }
.cart-empty{ text-align:center; padding:60px 20px; font-size:14px; color:var(--ink-3); }
.cart-item{ display:grid; grid-template-columns:64px 1fr; gap:14px; padding:18px 0; border-bottom:1px solid var(--rule); }
.cart-item-img{ aspect-ratio:1; background:var(--surface); }
.cart-item-img img{ width:100%; height:100%; object-fit:cover; }
.cart-item-brand{ font-size:10px; letter-spacing:0.12em; text-transform:uppercase; color:var(--ink-3); margin-bottom:4px; font-weight:500; }
.cart-item-name{ font-size:14px; font-weight:500; margin-bottom:8px; line-height:1.3; }
.cart-item-row{ display:flex; justify-content:space-between; align-items:center; }
.cart-item-qty{ display:flex; align-items:center; border:1px solid var(--rule); }
.cart-item-qty button{ width:24px; height:24px; border:none; background:transparent; cursor:pointer; font-size:13px; }
.cart-item-qty span{ width:24px; text-align:center; font-size:12px; }
.cart-item-price{ font-size:14px; }
.cart-item-remove{ font-size:11px; color:var(--ink-3); cursor:pointer; text-decoration:underline; margin-top:6px; display:inline-block; }

.cart-footer{ padding:20px 24px; border-top:1px solid var(--rule); }
.ship-msg{ font-size:12px; padding:10px 0; margin-bottom:14px; text-align:center; color:var(--ink-2); }
.ship-msg.free{ color:var(--ink); font-weight:500; }
.cart-total{ display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.cart-total .label{ font-size:14px; color:var(--ink-2); }
.cart-total .val{ font-size:18px; font-weight:600; }
.checkout-btn{ width:100%; border:none; background:var(--ink); color:#fff; font-size:14px; font-weight:500; letter-spacing:0.03em; padding:16px; cursor:pointer; }
.checkout-btn:hover{ background:var(--ink-2); }

/* ============ TOAST ============ */
.toast{ position:fixed; bottom:32px; left:50%; transform:translateX(-50%) translateY(80px); background:var(--ink); color:#fff; padding:12px 20px; font-size:13px; z-index:120; transition:transform 0.35s ease; pointer-events:none; }
.toast.show{ transform:translateX(-50%) translateY(0); }

/* ============ FOOTER ============ */
.foot{
  padding:48px 32px 32px;
  border-top:1px solid var(--rule);
  display:flex; justify-content:space-between; align-items:center;
  font-size:12px; color:var(--ink-3);
  background:var(--bg);
}
.foot a{ color:var(--ink-2); }
.foot a:hover{ color:var(--ink); }
.foot-links{ display:flex; gap:20px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px){
  .nav{ padding:12px 20px; }
  .nav-logo img{ height:54px; }
  .nav-links{ display:none; }
  .nav-right a{ white-space:nowrap; }
  .top-strip{ padding:8px 16px; font-size:11px; gap:8px; }
  .strip-ship{ display:none; }
  .hero-split{ grid-template-columns:1fr; min-height:auto; }
  .hero-split-text{ padding:40px 20px 36px; }
  .hero-split-media{
    aspect-ratio:auto; min-height:auto;
    overflow:visible; display:flex; flex-direction:column;
  }
  .hero-split-media img{
    position:static; width:100%; height:auto;
    aspect-ratio:1/1; object-fit:cover;
  }
  .hero-preview{
    position:static; max-width:none; margin:0;
    left:auto; right:auto; bottom:auto;
    border:none; border-top:1px solid var(--rule);
    background:var(--bg); backdrop-filter:none;
    padding:24px 20px 28px;
  }
  .press-inner{ flex-direction:column; gap:16px; }
  .press-logos{ gap:24px; justify-content:center; }
  .vote{ padding:64px 20px; }
  .vote-grid{ grid-template-columns:1fr; }
  .reviews{ padding:64px 20px; }
  .reviews-grid{ grid-template-columns:1fr; }
  .ingredient{ grid-template-columns:1fr; }
  .ingredient-media{ aspect-ratio:4/3; min-height:auto; }
  .ingredient-text{ padding:48px 20px; }
  .curator{ grid-template-columns:1fr; }
  .curator-media{ aspect-ratio:4/3; min-height:auto; }
  .curator-text{ padding:48px 20px; max-width:none; }
  .archive{ padding:64px 20px; }
  .archive-head{ flex-direction:column; align-items:flex-start; }
  .archive-grid{ grid-template-columns:repeat(2, 1fr); gap:18px; }
  .how{ padding:64px 20px; }
  .how-inner{ grid-template-columns:1fr; gap:32px; }
  .why{ padding:72px 20px; }
  .why-grid{ grid-template-columns:1fr; gap:0; }
  .why-card{ padding:32px 0; }
  .why-card + .why-card{ border-left:none; border-top:1px solid var(--rule); }
  .why-card .why-num{ font-size:56px; margin-bottom:20px; }
  .drop{ grid-template-columns:1fr; }
  .drop-media{ aspect-ratio:1; min-height:auto; }
  .drop-info{ padding:48px 20px; max-width:none; }
  .related{ padding:56px 20px; }
  .product-grid{ grid-template-columns:1fr; gap:40px; }
  .foot{ flex-direction:column; gap:14px; padding:32px 20px; }
}

/* ============ TEST FEEDBACK MODAL ============ */
.fb-overlay{
  position:fixed; inset:0; z-index:200;
  background:rgba(26,23,21,0.55);
  display:none; align-items:center; justify-content:center;
  padding:20px;
}
.fb-overlay.open{ display:flex; }
.fb-card{
  background:var(--bg); max-width:440px; width:100%;
  border:1px solid var(--ink); padding:0;
  max-height:92vh; overflow-y:auto;
}
.fb-banner{
  background:var(--ink); color:var(--bg);
  font-size:13px; line-height:1.5; padding:14px 22px;
}
.fb-banner strong{ color:#fff; }
#fbBody{ padding:24px 22px 8px; }
.fb-q{ margin-bottom:22px; }
.fb-q-label{
  font-size:14px; font-weight:600; color:var(--ink);
  margin-bottom:10px;
}
.fb-q-label span{ color:var(--ink-3); font-weight:400; }
.fb-opts{ display:flex; flex-wrap:wrap; gap:8px; }
.fb-opt{
  border:1px solid var(--rule-2); background:var(--bg);
  color:var(--ink); font-family:var(--sans);
  font-size:13px; padding:9px 14px; cursor:pointer;
  transition:background 0.15s, color 0.15s;
}
.fb-opt:hover{ background:var(--surface); }
.fb-opt.sel{ background:var(--accent); color:#fff; border-color:var(--accent); }
.fb-note{
  width:100%; border:1px solid var(--rule-2); background:var(--bg-2);
  padding:11px 14px; font-family:var(--sans); font-size:14px;
  color:var(--ink); outline:none;
}
.fb-note::placeholder{ color:var(--ink-3); }
.fb-foot{
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 22px 22px; gap:12px;
}
.fb-skip{
  background:none; border:none; color:var(--ink-3);
  font-family:var(--sans); font-size:13px; cursor:pointer;
  text-decoration:underline;
}
.fb-skip:hover{ color:var(--ink-2); }
.fb-submit{
  border:none; background:var(--ink); color:#fff;
  font-family:var(--sans); font-size:13px; font-weight:600;
  letter-spacing:0.03em; padding:12px 24px; cursor:pointer;
}
.fb-submit:disabled{ background:var(--ink-3); cursor:not-allowed; }
.fb-submit:not(:disabled):hover{ background:var(--accent); }
.fb-thanks{
  text-align:center; padding:40px 22px;
  font-family:var(--serif); font-style:italic;
  font-size:24px; color:var(--ink);
}
.fb-thanks span{
  display:block; margin-top:8px;
  font-family:var(--sans); font-style:normal;
  font-size:13px; color:var(--ink-3);
}
