:root {
  --cream: #FDF6F0;
  --warm-white: #FAF3EC;
  --espresso: #2C1810;
  --espresso-light: #4A3228;
  --sage: #7B8F6B;
  --sage-light: #A8B89A;
  --blush: #D4A0A0;
  --blush-light: #E8C4C4;
  --gold: #C4A265;
  --gold-light: #DCC99A;
  --linen: #F0E6D8;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--espresso);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}

em {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  background: linear-gradient(170deg, var(--cream) 0%, var(--linen) 40%, var(--warm-white) 100%);
}

.hero-inner {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage-light);
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  color: var(--espresso);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero h1 em {
  color: var(--sage);
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--espresso-light);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-cta-primary {
  display: inline-block;
  background: var(--espresso);
  color: var(--cream);
  text-decoration: none;
  padding: 0.85rem 2rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hero-cta-primary:hover {
  background: var(--espresso-light);
  transform: translateY(-1px);
}

.hero-cta-secondary {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--espresso-light);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.hero-cta-secondary:hover {
  color: var(--sage);
}

.hero-botanical {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 400px;
  opacity: 0.5;
  z-index: 1;
}

.botanical-svg {
  width: 100%;
  height: 100%;
}

/* ── Story ── */
.story {
  padding: 8rem 2rem;
  background: var(--warm-white);
}

.story-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 3rem;
  align-items: start;
}

.story-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  padding-top: 0.8rem;
  border-top: 2px solid var(--sage-light);
}

.story-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 1.5rem;
  color: var(--espresso);
}

.story-content h2 em {
  color: var(--sage);
}

.story-content p {
  font-size: 1.05rem;
  color: var(--espresso-light);
  margin-bottom: 1rem;
  max-width: 600px;
}

/* ── Ingredients ── */
.ingredients {
  padding: 8rem 2rem;
  background: var(--cream);
}

.ingredients-header {
  max-width: 900px;
  margin: 0 auto 4rem;
}

.ingredients-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--espresso);
}

.ingredients-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.ingredient-card {
  padding: 2.5rem;
  background: var(--warm-white);
  border-radius: 1rem;
  border: 1px solid var(--linen);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ingredient-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44, 24, 16, 0.06);
}

.ingredient-icon {
  margin-bottom: 1.5rem;
}

.ingredient-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--espresso);
}

.ingredient-card p {
  font-size: 0.95rem;
  color: var(--espresso-light);
  line-height: 1.7;
}

/* ── Philosophy ── */
.philosophy {
  padding: 8rem 2rem;
  background: var(--espresso);
  color: var(--cream);
}

.philosophy-inner {
  max-width: 900px;
  margin: 0 auto;
}

.philosophy-quote {
  margin-bottom: 4rem;
  position: relative;
}

.quote-mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 6rem;
  color: var(--sage);
  opacity: 0.4;
  line-height: 1;
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
}

blockquote {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  padding-left: 2rem;
  color: var(--cream);
  max-width: 650px;
}

.philosophy-details {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.detail-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-light);
}

.detail-text {
  font-size: 0.95rem;
  color: var(--blush-light);
  max-width: 240px;
}

/* ── Closing ── */
.closing {
  padding: 8rem 2rem;
  background: linear-gradient(170deg, var(--linen) 0%, var(--cream) 100%);
  text-align: center;
}

.closing-inner {
  max-width: 650px;
  margin: 0 auto;
}

.closing h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 1.5rem;
  color: var(--espresso);
}

.closing h2 em {
  color: var(--sage);
}

.closing p {
  font-size: 1.1rem;
  color: var(--espresso-light);
  line-height: 1.8;
}

/* ── Footer ── */
.site-footer {
  padding: 3rem 2rem;
  background: var(--cream);
  border-top: 1px solid var(--linen);
  text-align: center;
}

.footer-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  color: var(--espresso);
  margin-bottom: 0.3rem;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--sage);
  letter-spacing: 0.1em;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .story-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .story-label {
    border-top: none;
    border-left: 2px solid var(--sage-light);
    padding-top: 0;
    padding-left: 1rem;
  }

  .ingredients-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-details {
    flex-direction: column;
    gap: 2rem;
  }

  .hero-botanical {
    display: none;
  }

  .hero {
    padding: 6rem 1.5rem 4rem;
  }

  .story,
  .ingredients,
  .philosophy,
  .closing {
    padding: 5rem 1.5rem;
  }

  .ingredient-card {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  blockquote {
    font-size: 1.3rem;
    padding-left: 1rem;
  }

  .quote-mark {
    font-size: 4rem;
  }
}

/* ── Section shared ── */
.section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.2rem;
}

/* ── Product Showcase ── */
.showcase {
  padding: 8rem 2rem;
  background: var(--linen);
}

.showcase-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.showcase-header {
  max-width: 640px;
  margin-bottom: 4rem;
}

.showcase-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--espresso);
  margin-bottom: 1rem;
}

.showcase-header h2 em {
  color: var(--sage);
}

.showcase-intro {
  font-size: 1rem;
  color: var(--espresso-light);
  line-height: 1.8;
  max-width: 560px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.product-card {
  background: var(--cream);
  border: 1px solid rgba(196, 162, 101, 0.2);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fadeSlideUp 0.5s ease both;
  animation-delay: calc(var(--card-index) * 0.07s);
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(44, 24, 16, 0.08);
}

.product-card-inner {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-accent {
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1.5rem;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
}

.product-sku {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--espresso-light);
  opacity: 0.5;
}

.product-concentration {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  background: rgba(123, 143, 107, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
}

.product-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--espresso);
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.product-desc {
  font-size: 0.9rem;
  color: var(--espresso-light);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.5rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--linen);
  padding-top: 1.25rem;
  margin-top: auto;
}

.product-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  color: var(--espresso);
}

.product-badge {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-light);
  padding: 0.3rem 0.75rem;
  border-radius: 2rem;
}

/* ── Waitlist ── */
.waitlist-section {
  padding: 8rem 2rem;
  background: var(--espresso);
  position: relative;
  overflow: hidden;
}

.waitlist-section::before {
  content: '';
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(123, 143, 107, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.waitlist-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.waitlist-content .section-label {
  color: var(--sage-light);
  opacity: 0.8;
}

.waitlist-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.waitlist-content h2 em {
  color: var(--blush-light);
}

.waitlist-content p {
  font-size: 0.98rem;
  color: rgba(253, 246, 240, 0.65);
  line-height: 1.8;
}

.waitlist-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-light);
}

.required-mark {
  color: var(--blush);
}

.form-group input {
  background: rgba(253, 246, 240, 0.07);
  border: 1px solid rgba(253, 246, 240, 0.15);
  color: var(--cream);
  padding: 0.85rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form-group input::placeholder {
  color: rgba(253, 246, 240, 0.25);
}

.form-group input:focus {
  border-color: var(--sage-light);
  background: rgba(253, 246, 240, 0.1);
}

.waitlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--blush);
  color: var(--espresso);
  border: none;
  padding: 1rem 2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.waitlist-btn:hover:not(:disabled) {
  background: var(--blush-light);
  transform: translateY(-1px);
}

.waitlist-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-arrow {
  transition: transform 0.2s ease;
}

.waitlist-btn:hover:not(:disabled) .btn-arrow {
  transform: translateX(3px);
}

.waitlist-status {
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 2px;
  padding: 0.85rem 1rem;
  display: none;
}

.waitlist-status.status-success {
  display: block;
  background: rgba(123, 143, 107, 0.15);
  color: var(--sage-light);
  border: 1px solid rgba(123, 143, 107, 0.3);
}

.waitlist-status.status-error {
  display: block;
  background: rgba(212, 160, 160, 0.12);
  color: var(--blush-light);
  border: 1px solid rgba(212, 160, 160, 0.25);
}

.waitlist-note {
  font-size: 0.78rem;
  color: rgba(253, 246, 240, 0.35);
  line-height: 1.6;
}

.waitlist-note a {
  color: rgba(253, 246, 240, 0.5);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.waitlist-note a:hover {
  color: var(--blush-light);
}

/* ── Mobile: showcase & waitlist ── */
@media (max-width: 900px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .waitlist-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 600px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .showcase,
  .waitlist-section {
    padding: 5rem 1.5rem;
  }
}

/* ── Hero proof line ── */
.hero-proof {
  font-size: 0.92rem;
  color: var(--sage);
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: -1rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

/* ── Story: Made-for list + Brand Position ── */
.brand-position {
  padding: 0 2rem 8rem;
  background: var(--warm-white);
}

.story-made-for {
  margin-top: 1.5rem;
}

.made-for-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.made-for-list li {
  font-size: 0.95rem;
  color: var(--espresso-light);
  padding-left: 1.2rem;
  position: relative;
}

.made-for-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 600;
}

.brand-promises {
  margin: 1.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.brand-promises p {
  font-size: 0.95rem;
  color: var(--espresso-light);
  font-weight: 500;
  margin: 0;
}

.brand-close {
  margin-top: 1rem;
  font-style: italic;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--espresso);
  font-size: 1.05rem;
}

/* ── Social Proof ── */
.social-proof {
  padding: 7rem 2rem;
  background: var(--espresso);
}

.social-proof-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.social-proof .section-label {
  color: var(--sage-light);
  opacity: 0.8;
  margin-bottom: 3rem;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.proof-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--cream);
  line-height: 1;
}

.proof-text {
  font-size: 0.9rem;
  color: rgba(253, 246, 240, 0.65);
  line-height: 1.6;
  max-width: 180px;
}

.proof-disclaimer {
  font-size: 0.75rem;
  color: rgba(253, 246, 240, 0.3);
  letter-spacing: 0.03em;
}

@media (max-width: 700px) {
  .proof-stats {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .proof-text {
    max-width: none;
  }

  .social-proof {
    padding: 5rem 1.5rem;
  }

  .brand-position {
    padding: 0 1.5rem 5rem;
  }
}

/* ── Ingredients footer note ── */
.ingredients-footer-note {
  max-width: 900px;
  margin: 2.5rem auto 0;
  font-size: 0.9rem;
  color: var(--espresso-light);
  font-style: italic;
  text-align: center;
  line-height: 1.7;
}

/* ── Philosophy story text ── */
.philosophy-story {
  margin-bottom: 3rem;
}

.philosophy-through {
  font-size: 1.05rem;
  color: rgba(253, 246, 240, 0.65);
  line-height: 2;
  margin-bottom: 1.5rem;
}

.philosophy-turn {
  font-size: 1.05rem;
  color: var(--cream);
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  line-height: 1.7;
}

/* ── Closing CTA link ── */
.closing .hero-cta-primary {
  display: inline-block;
  background: var(--espresso);
  color: var(--cream);
  text-decoration: none;
  padding: 0.85rem 2rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.closing .hero-cta-primary:hover {
  background: var(--espresso-light);
  transform: translateY(-1px);
}