:root {
  --bg: #FAF7F2;
  --bg-warm: #F5EFE6;
  --fg: #1C1A18;
  --fg-muted: #6B6560;
  --accent: #8B4A2B;
  --accent-light: #C9A96E;
  --accent-pale: #E8D5B7;
  --border: #E2D9CC;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.hero-bg-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(201,169,110,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(139,74,43,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 8rem 4rem 6rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.hero-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 1.75rem;
  color: var(--fg);
}

.hero-title .line { display: block; }
.hero-title .italic { font-style: italic; color: var(--accent); }

.hero-sub {
  font-size: 1.05rem;
  color: var(--fg-muted);
  max-width: 420px;
  line-height: 1.7;
  font-weight: 300;
}

/* bottle illustration */
.hero-bottle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottle-glow {
  position: absolute;
  width: 120px;
  height: 200px;
  background: radial-gradient(ellipse, rgba(201,169,110,0.2) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(20px);
}

.bottle-icon {
  width: 80px;
  height: 160px;
  position: relative;
  z-index: 1;
}

/* ── PILLARS ──────────────────────────────────────── */
.pillars {
  background: var(--bg-warm);
  padding: 7rem 4rem;
  border-top: 1px solid var(--border);
}

.pillars-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1rem;
}

.pillars-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  color: var(--fg);
  margin-bottom: 4rem;
  max-width: 480px;
  line-height: 1.2;
}

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

.pillar {}

.pillar-icon {
  width: 32px;
  height: 32px;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.pillar-icon svg { width: 100%; height: 100%; }

.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--fg);
}

.pillar p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.7;
}

.pillars-cta-strip {
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}

.pillars-cta-strip p {
  font-size: 0.95rem;
  color: var(--fg-muted);
  font-style: italic;
}

/* ── CLOSING ─────────────────────────────────────── */
.closing {
  background: var(--fg);
  color: var(--bg);
  padding: 8rem 4rem;
  text-align: center;
}

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

.closing-rule {
  width: 40px;
  height: 1px;
  background: var(--accent-light);
  margin: 0 auto 3rem;
}

.closing blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: var(--accent-pale);
  margin-bottom: 1.5rem;
}

.closing-attr {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--fg-muted);
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.closing-body {
  font-size: 1rem;
  color: rgba(250,247,242,0.6);
  line-height: 1.75;
}

/* ── FOOTER ──────────────────────────────────────── */
.footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 3rem 4rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.footer-brand {}

.footer-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 0.3rem;
}

.footer-tagline {
  font-size: 0.82rem;
  color: var(--fg-muted);
  font-style: italic;
}

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

.footer-meta p {
  font-size: 0.8rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

.footer-copy {
  margin-top: 0.5rem;
  opacity: 0.5;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 6rem 2rem 4rem;
    text-align: left;
  }

  .hero-bottle-wrap { display: none; }

  .pillars { padding: 5rem 2rem; }
  .pillars-grid { grid-template-columns: 1fr; gap: 2.5rem; }

  .closing { padding: 5rem 2rem; }

  .footer { padding: 2.5rem 2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-meta { text-align: left; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.8rem; }
  .hero-sub { font-size: 0.95rem; }
}