@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --ink: #141110;
  --ink-raised: #1c1815;
  --red: #d9271e;
  --red-bright: #ff4438;
  --red-deep: #9a1912;
  --cream: #f3ead9;
  --cream-dim: #cabfa9;
  --gold: #e8a33d;
  --lime: #9ac93f;
  --line: rgba(243,234,217,0.16);

  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;

  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --space-3xl: 112px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body{
  margin:0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
::selection{ background: var(--red); color:#fff; }
:focus-visible{ outline: 2px solid var(--red-bright); outline-offset: 3px; }

.container{ max-width: 1240px; margin:0 auto; padding: 0 24px; }
@media (min-width: 900px){ .container{ padding: 0 40px; } }

h1,h2,h3,h4{
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.98;
  margin:0;
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--cream);
}
p{ margin:0; }

.outline-text{
  color: transparent;
  -webkit-text-stroke: 2px var(--cream);
}

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--font-body);
  font-size: 12.5px; font-weight:700; letter-spacing:0.16em; text-transform:uppercase;
  color: var(--red-bright);
  margin-bottom: var(--space-md);
}
.eyebrow::before{ content:""; width:24px; height:2px; background: var(--red-bright); }

.lede{ font-size: 1.05rem; color: var(--cream-dim); max-width: 54ch; line-height:1.7; }

/* Buttons */
.btn-primary{
  display:inline-flex; align-items:center; gap:10px;
  background: var(--red);
  color:#fff;
  padding: 16px 32px;
  border:none; border-radius: 999px;
  font-family: var(--font-display); font-weight:400; font-size:14px; letter-spacing:0.03em;
  cursor:pointer;
  transition: background 200ms ease, transform 200ms ease;
}
.btn-primary:hover{ background: var(--red-bright); transform: translateY(-2px); }

.btn-ghost{
  display:inline-flex; align-items:center; gap:10px;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--line);
  padding: 15px 31px;
  border-radius: 999px;
  font-family: var(--font-display); font-weight:400; font-size:14px; letter-spacing:0.03em;
  cursor:pointer;
  transition: border-color 200ms ease, color 200ms ease;
}
.btn-ghost:hover{ border-color: var(--red); color: var(--red-bright); }

.btn-row{ display:flex; flex-wrap:wrap; gap: var(--space-md); align-items:center; }

/* Nav */
.site-nav{
  position: sticky; top:0; z-index:50;
  background: rgba(20,17,16,0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-nav .container{ display:flex; align-items:center; justify-content:space-between; height:80px; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand .word{ font-family: var(--font-display); font-size:20px; letter-spacing:0.01em; color: var(--cream); }
.brand .word span{ color: var(--red-bright); }
.nav-links{ display:none; align-items:center; gap: var(--space-xl); }
@media (min-width: 860px){ .nav-links{ display:flex; } }
.nav-links a{ font-size:13.5px; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; color: var(--cream-dim); transition: color 200ms ease; }
.nav-links a:hover{ color: var(--red-bright); }
.nav-actions{ display:flex; align-items:center; gap: var(--space-md); }
.cart-btn{
  position:relative; display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border:1px solid var(--line); border-radius:999px; color: var(--cream); cursor:pointer; background:transparent;
}
.cart-btn .count{
  position:absolute; top:-6px; right:-6px;
  background: var(--red); color:#fff; font-size:10px; font-weight:700;
  width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center;
}
.nav-toggle{
  display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border:1px solid var(--line); border-radius:999px; background:transparent; color:var(--cream); cursor:pointer;
}
@media (min-width:860px){ .nav-toggle{ display:none; } }
.mobile-menu{
  position:fixed; inset:0; background: var(--ink); z-index:60;
  display:flex; flex-direction:column; justify-content:center; gap: var(--space-xl); padding: var(--space-2xl) 24px;
  transform: translateX(100%); transition: transform 300ms ease;
}
.mobile-menu.is-open{ transform: translateX(0); }
.mobile-menu a{ font-family: var(--font-display); font-size:32px; color: var(--cream); text-transform:uppercase; }
.mobile-menu .close{ position:absolute; top:24px; right:24px; width:42px; height:42px; border:1px solid var(--line); border-radius:999px; display:flex; align-items:center; justify-content:center; cursor:pointer; background:none; color:var(--cream); }

/* ==========================================================================
   Hero — chunky headline, floating bottle + ingredients, carousel bar
   ========================================================================== */
.hero{ position:relative; overflow:hidden; padding: var(--space-2xl) 0 0; }
.hero h1{ font-size: clamp(2.4rem, 7vw, 5.2rem); text-align:center; max-width:16ch; margin:0 auto; }
.hero .sub{ font-size: clamp(2.4rem, 7vw, 5.2rem); text-align:center; }

.hero-stage{
  position:relative;
  height: 60vh;
  min-height: 420px;
  display:flex; align-items:center; justify-content:center;
  margin-top: var(--space-xl);
}
.hero-stage .blob{
  position:absolute; width:420px; height:420px; border-radius:50%;
  background: radial-gradient(circle, var(--red-deep) 0%, transparent 72%);
  opacity:0.6;
}
.hero-stage .bottle{ position:relative; z-index:2; width: 220px; animation: float 5s ease-in-out infinite; }
.hero-stage .ingredient{ position:absolute; z-index:1; animation: float 4.5s ease-in-out infinite; }
@keyframes float{ 0%,100%{ transform: translateY(0px); } 50%{ transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce){ .hero-stage .bottle, .hero-stage .ingredient{ animation: none; } }

.carousel-bar{
  display:flex; align-items:center; justify-content:space-between;
  border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line);
  padding: 18px 0; margin-top: var(--space-xl);
  font-family: var(--font-display); font-size:13px; letter-spacing:0.04em;
}
.carousel-bar .arrow{
  display:flex; align-items:center; justify-content:center;
  width:40px; height:40px; border:1px solid var(--line); border-radius:50%;
  color: var(--cream); cursor:pointer; transition: border-color 200ms ease, color 200ms ease;
}
.carousel-bar .arrow:hover{ border-color: var(--red); color: var(--red-bright); }
.carousel-bar .label{ color: var(--cream-dim); }
.carousel-bar .label b{ color: var(--red-bright); }

/* ==========================================================================
   Add-to-cart bar
   ========================================================================== */
.buy-bar{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap: var(--space-lg);
  padding: var(--space-xl) 0;
}
.qty{
  display:flex; align-items:center; gap: var(--space-md);
  border: 1px solid var(--line); border-radius:999px; padding: 8px 8px;
}
.qty button{
  width:32px; height:32px; border-radius:50%; border:none; background: var(--ink-raised); color: var(--cream);
  font-family: var(--font-display); font-size:16px; cursor:pointer;
}
.qty span{ min-width:20px; text-align:center; font-family: var(--font-display); }
.price-tag{ font-family: var(--font-display); font-size:26px; color: var(--gold); }

/* ==========================================================================
   Sections
   ========================================================================== */
section{ padding: var(--space-2xl) 0; }
.section-lg{ padding: var(--space-3xl) 0; }
.section-band{ background: var(--ink-raised); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-head{ max-width:680px; margin: 0 auto var(--space-2xl); text-align:center; }
.section-head h2{ font-size: clamp(1.9rem, 4vw, 3rem); }
.reveal{ opacity:1; }

/* ==========================================================================
   Feature badges
   ========================================================================== */
.badge-row{ display:flex; flex-wrap:wrap; justify-content:center; gap: 12px; }
.badge-pill{
  font-family: var(--font-display); font-size:13px; letter-spacing:0.03em;
  background: var(--cream); color: var(--ink);
  padding: 12px 24px; border-radius:999px;
}

.badge-grid{ display:grid; grid-template-columns:1fr; gap: var(--space-lg); margin-top: var(--space-2xl); }
@media (min-width:720px){ .badge-grid{ grid-template-columns: repeat(3,1fr); } }
.badge-card{ text-align:center; padding: var(--space-xl) var(--space-lg); border:1px solid var(--line); border-radius:12px; }
.badge-card .ic{
  width:56px; height:56px; margin: 0 auto var(--space-md);
  border-radius:50%; border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center; color: var(--red-bright);
}
.badge-card .ic svg{ width:24px; height:24px; }
.badge-card h3{ font-size:17px; letter-spacing:0.02em; }
.badge-card p{ color: var(--cream-dim); font-size:14px; margin-top:8px; line-height:1.6; }

/* ==========================================================================
   Product grid
   ========================================================================== */
.grid{ display:grid; gap: var(--space-lg); }
.grid-4{ grid-template-columns: 1fr; }
@media (min-width:640px){ .grid-4{ grid-template-columns: repeat(2,1fr); } }
@media (min-width:1080px){ .grid-4{ grid-template-columns: repeat(4,1fr); } }

.product-card{
  background: var(--ink-raised);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow:hidden;
  transition: transform 300ms ease, border-color 300ms ease;
}
.product-card:hover{ transform: translateY(-6px); border-color: var(--red); }
.product-card .swatch{
  aspect-ratio: 1/1;
  display:flex; align-items:center; justify-content:center;
  background: var(--tint, var(--ink));
  position:relative;
}
.product-card .swatch svg{ width:52%; }
.product-card .body{ padding: var(--space-lg); }
.product-card h3{ font-size:17px; letter-spacing:0.02em; }
.product-card .heat{ display:flex; gap:4px; margin-top:8px; }
.product-card .heat span{ width:14px; height:5px; border-radius:2px; background: var(--line); }
.product-card .heat span.on{ background: var(--red); }
.product-card .row{ display:flex; align-items:center; justify-content:space-between; margin-top: var(--space-md); }
.product-card .price{ font-family: var(--font-display); font-size:18px; color: var(--gold); }
.product-card .add{
  width:36px; height:36px; border-radius:50%; border:1px solid var(--line); background:transparent; color: var(--cream);
  font-family: var(--font-display); font-size:18px; cursor:pointer; transition: background 200ms ease, border-color 200ms ease;
}
.product-card .add:hover{ background: var(--red); border-color: var(--red); color:#fff; }

/* ==========================================================================
   Brand voice band
   ========================================================================== */
.voice-band{ text-align:center; }
.voice-band p{
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height:1.3;
  max-width: 20ch;
  margin: 0 auto;
  text-transform:none;
  color: var(--cream);
}
.voice-band p em{ font-style:normal; color: var(--red-bright); }

/* ==========================================================================
   Reviews
   ========================================================================== */
.review-grid{ display:grid; grid-template-columns:1fr; gap: var(--space-lg); }
@media (min-width:780px){ .review-grid{ grid-template-columns: repeat(3,1fr); } }
.review-card{ border:1px solid var(--line); border-radius:12px; padding: var(--space-lg); }
.review-card .stars{ color: var(--gold); font-family: var(--font-display); font-size:14px; letter-spacing:2px; }
.review-card p{ color: var(--cream-dim); font-size:14.5px; margin-top: var(--space-md); line-height:1.6; }
.review-card cite{ display:block; margin-top: var(--space-md); font-style:normal; font-family: var(--font-display); font-size:12px; letter-spacing:0.04em; color: var(--cream); }

/* ==========================================================================
   Newsletter / CTA
   ========================================================================== */
.cta-band{ text-align:center; padding: var(--space-3xl) 0; }
.cta-band h2{ font-size: clamp(2.1rem,4.8vw,3.6rem); }
.cta-band .lede{ margin: var(--space-md) auto var(--space-xl); }
.newsletter{ display:flex; gap:10px; max-width:420px; margin:0 auto; flex-wrap:wrap; justify-content:center; }
.newsletter input{
  flex:1; min-width:220px;
  background: var(--ink-raised); border:1px solid var(--line); border-radius:999px;
  padding: 14px 20px; color: var(--cream); font-family: var(--font-body); font-size:14.5px;
}
.newsletter input:focus{ border-color: var(--red); outline:none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{ border-top: 1px solid var(--line); padding: var(--space-2xl) 0; }
.footer-row{ display:flex; flex-wrap:wrap; gap: var(--space-lg); justify-content:space-between; align-items:center; }
.footer-row .brand .word{ font-size:16px; }
.footer-links{ display:flex; gap: var(--space-lg); font-size:12.5px; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; color: var(--cream-dim); }
.footer-note{ margin-top: var(--space-lg); padding-top: var(--space-lg); border-top:1px solid var(--line); font-size:12px; color: var(--cream-dim); opacity:0.7; }

.text-center{ text-align:center; }
.mt-lg{ margin-top: var(--space-lg); }
