:root {
  --bg: #F5F0E8;
  --fg: #1A0F12;
  --accent: #C8924A;
  --accent-dark: #3D0F1F;
  --muted: #8B7355;
  --surface: #EDE5D8;
  --border: #D4C9BA;
  --white: #FFFFFF;

  --wine-red: #722F37;
  --wine-amber: #C8924A;
  --wine-burgundy: #4A1C2A;
  --wine-dark: #2A0F1A;

  --hero-bg: #1A0F12;
  --hero-fg: #F5F0E8;
  --manifesto-bg: #3D0F1F;
  --manifesto-fg: #F5F0E8;
  --features-bg: #F5F0E8;
  --proof-bg: #1A0F12;
  --closing-bg: #F5F0E8;
}

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

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── HERO ─────────────────────────────────────────────── */
.hero {
  background: var(--hero-bg);
  color: var(--hero-fg);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 48px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -5%;
  width: 55%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(200, 146, 74, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--hero-fg);
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, 0.7);
  max-width: 440px;
  margin-bottom: 40px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid rgba(200, 146, 74, 0.35);
  border-radius: 100px;
  color: var(--accent);
}

/* ─── BOTTLE VISUAL ─────────────────────────────────── */
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.bottle-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.bottle-row {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.bottle-row-offset {
  padding-right: 20px;
}

.bottle {
  width: 52px;
  height: 130px;
  border-radius: 8px 8px 4px 4px;
  position: relative;
  transform: rotate(-2deg);
}

.bottle::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 20px;
  background: inherit;
  border-radius: 3px 3px 0 0;
  filter: brightness(0.85);
}

.bottle::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 15%;
  width: 35%;
  height: 55%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  transform: skewY(-4deg);
}

.deep-red { background: linear-gradient(160deg, #8B3A3A 0%, #5C1E1E 60%, #3D0F1F 100%); transform: rotate(-3deg); }
.amber    { background: linear-gradient(160deg, #C8964A 0%, #A07030 60%, #7A5020 100%); transform: rotate(2deg); }
.dark-rose{ background: linear-gradient(160deg, #7A2040 0%, #4A0F25 60%, #2A0015 100%); transform: rotate(-1deg); }
.pale-gold{ background: linear-gradient(160deg, #E8D4A0 0%, #C8A870 60%, #9A8040 100%); transform: rotate(3deg); }
.burgundy{ background: linear-gradient(160deg, #5C1E2A 0%, #3D0F1F 60%, #200A12 100%); transform: rotate(1deg); }
.warm-gold{ background: linear-gradient(160deg, #D4A840 0%, #B88820 60%, #8A6010 100%); transform: rotate(-2deg); }
.dark-amber{ background: linear-gradient(160deg, #6B3A10 0%, #4A2808 60%, #2A1505 100%); transform: rotate(2deg); }
.deep-burgundy { background: linear-gradient(160deg, #4A0F1F 0%, #2A0815 60%, #150008 100%); transform: rotate(-2deg); }

.shelf-line {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, transparent, rgba(200, 146, 74, 0.3) 20%, rgba(200, 146, 74, 0.5) 50%, rgba(200, 146, 74, 0.3) 80%, transparent);
  border-radius: 4px;
}

/* ─── MANIFESTO ─────────────────────────────────────── */
.manifesto {
  background: var(--manifesto-bg);
  padding: 80px 48px;
}

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

.manifesto-text {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(245, 240, 232, 0.85);
}

.manifesto-text strong {
  color: var(--accent);
  font-weight: 600;
}

/* ─── FEATURES ──────────────────────────────────────── */
.features {
  background: var(--features-bg);
  padding: 96px 48px;
}

.features-header {
  max-width: 1200px;
  margin: 0 auto 64px;
}

.section-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.feature-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
}

.feature-card {
  padding: 48px 40px;
  background: var(--surface);
}

.feature-card-large {
  grid-column: 1;
  grid-row: 1;
}

.feature-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.feature-card:nth-child(3) { grid-column: 3; grid-row: 1; }
.feature-card:nth-child(4) { grid-column: 2; grid-row: 2; }
.feature-card:nth-child(5) { grid-column: 3; grid-row: 2; }

.feature-icon {
  width: 48px;
  height: 48px;
  color: var(--accent);
  margin-bottom: 24px;
}

.feature-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--fg);
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(26, 15, 18, 0.65);
}

/* ─── PROOF ─────────────────────────────────────────── */
.proof {
  background: var(--proof-bg);
  padding: 72px 48px;
}

.proof-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 60px;
  flex: 1;
}

.stat-number {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 232, 0.5);
  text-align: center;
  line-height: 1.4;
}

.proof-divider {
  width: 1px;
  height: 80px;
  background: rgba(200, 146, 74, 0.25);
  flex-shrink: 0;
}

/* ─── CLOSING ────────────────────────────────────────── */
.closing {
  background: var(--closing-bg);
  padding: 96px 48px;
  border-top: 1px solid var(--border);
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.closing-quote {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  font-style: italic;
  color: var(--wine-red);
  line-height: 1.2;
  margin-bottom: 28px;
}

.closing-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(26, 15, 18, 0.6);
}

/* ─── FOOTER ─────────────────────────────────────────── */
.footer {
  background: var(--manifesto-bg);
  padding: 40px 48px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.footer-tagline {
  font-size: 0.82rem;
  color: rgba(245, 240, 232, 0.4);
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-owners {
  text-align: right;
}

.footer-owners-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 146, 74, 0.6);
  margin-bottom: 4px;
}

.footer-owners-names {
  font-size: 0.88rem;
  color: rgba(245, 240, 232, 0.6);
}

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-visual {
    align-items: flex-start;
  }

  .bottle-row,
  .bottle-row-offset {
    padding-right: 0;
  }

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

  .feature-card-large { grid-column: 1; grid-row: 1; }
  .feature-card:nth-child(2) { grid-column: 2; grid-row: 1; }
  .feature-card:nth-child(3) { grid-column: 1; grid-row: 2; }
  .feature-card:nth-child(4) { grid-column: 2; grid-row: 2; }
  .feature-card:nth-child(5) { grid-column: 1 / -1; grid-row: 3; }

  .proof-inner {
    flex-direction: column;
    gap: 40px;
  }

  .proof-divider {
    width: 80px;
    height: 1px;
  }
}

@media (max-width: 600px) {
  .hero,
  .manifesto,
  .features,
  .proof,
  .closing,
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .feature-card-large,
  .feature-card:nth-child(2),
  .feature-card:nth-child(3),
  .feature-card:nth-child(4),
  .feature-card:nth-child(5) {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}