:root {
  --bg: #FBF7F0;
  --surface: #F5EFE4;
  --fg: #1A0F08;
  --fg-muted: #6B4E3D;
  --accent: #C8933B;
  --accent-dark: #A07528;
  --border: #E2D5C3;
  --tag-bg: #EDE5D8;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: 0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Hero */
.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 5rem 4rem 4rem;
  gap: 4rem;
  position: relative;
  overflow: hidden;
}
.hero-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 600;
  line-height: 1.08;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}
.hero-lede {
  font-size: 1.05rem;
  color: var(--fg-muted);
  max-width: 44ch;
  line-height: 1.7;
  margin-bottom: 2.2rem;
}
.hero-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.tag {
  background: var(--tag-bg);
  border: 1px solid var(--border);
  color: var(--fg-muted);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 2rem;
}

.hero-texture {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.texture-circle {
  border-radius: 50%;
  position: absolute;
}
.c1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 40% 40%, #D4A84B 0%, #C8933B 40%, #9A6E28 100%);
  opacity: 0.18;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at 50% 50%, #C8933B 0%, transparent 70%);
  opacity: 0.12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c3 {
  width: 180px;
  height: 180px;
  background: var(--accent);
  opacity: 0.06;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Roots */
.roots {
  background: var(--fg);
  color: #F5EFE4;
  padding: 7rem 4rem;
}
.roots-inner { max-width: 900px; margin: 0 auto; }
.roots-label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.2rem;
}
.roots-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 2rem;
  color: #F5EFE4;
}
.roots-body p {
  font-size: 1rem;
  line-height: 1.75;
  color: #C4B09A;
  max-width: 58ch;
  margin-bottom: 1.2rem;
}
.roots-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 3rem;
}
.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.4rem;
}
.stat-desc {
  font-size: 0.8rem;
  color: #9A8A7A;
  line-height: 1.5;
}

/* Collection */
.collection {
  padding: 7rem 4rem;
  background: var(--bg);
}
.collection-header {
  max-width: 900px;
  margin: 0 auto 4rem;
}
.section-label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.collection-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: var(--fg);
}
.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}
.product-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  background: var(--surface);
}
.product-illustr {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pc1 .product-illustr { background: linear-gradient(135deg, #F0E6D2 0%, #E8D9BD 100%); }
.pc2 .product-illustr { background: linear-gradient(135deg, #3A2B1A 0%, #2D1F12 100%); }

.product-butter, .product-soap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.butter-block {
  width: 90px;
  height: 70px;
  background: linear-gradient(135deg, #D4A84B 0%, #B8892E 100%);
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(180, 130, 40, 0.3);
}
.butter-label, .soap-label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.pc1 .butter-label { color: #8B6914; }
.soap-block {
  width: 70px;
  height: 90px;
  background: linear-gradient(135deg, #2D1B0E 0%, #1A0F08 100%);
  border-radius: 3px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.pc2 .soap-label { color: #C8933B; }

.product-info { padding: 1.8rem; }
.product-info h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: var(--fg);
}
.product-info p {
  font-size: 0.88rem;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.product-tags span {
  background: var(--tag-bg);
  border: 1px solid var(--border);
  color: var(--fg-muted);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.65rem;
  border-radius: 1rem;
}

/* Philosophy */
.philosophy {
  background: var(--surface);
  padding: 7rem 4rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.philosophy-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 5rem;
  color: var(--accent);
  line-height: 1;
  margin-bottom: -1rem;
  opacity: 0.5;
}
blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: var(--fg);
}
.philosophy-body p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.75;
  margin-bottom: 1.1rem;
}

/* Closing */
.closing {
  padding: 7rem 4rem;
  background: var(--bg);
}
.closing-inner { max-width: 900px; margin: 0 auto; }
.closing-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--fg);
  margin-bottom: 1.2rem;
}
.closing-sub {
  font-size: 1rem;
  color: var(--fg-muted);
  max-width: 50ch;
  line-height: 1.7;
  margin-bottom: 4rem;
}
.closing-pillar-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  border-top: 1px solid var(--border);
  padding-top: 3rem;
}
.pillar { }
.pillar-icon {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
.pillar-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.5rem;
}
.pillar-desc {
  font-size: 0.83rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 3rem 4rem;
  text-align: center;
}
.footer-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.4rem;
}
.footer-tagline {
  font-size: 0.78rem;
  color: var(--fg-muted);
  margin-bottom: 1.2rem;
}
.footer-copy {
  font-size: 0.72rem;
  color: var(--fg-muted);
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 1rem 1.5rem; }
  .hero {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem 4rem;
    min-height: auto;
    gap: 2rem;
  }
  .hero-texture { display: none; }
  .roots { padding: 4rem 1.5rem; }
  .roots-stats { grid-template-columns: 1fr; gap: 1.5rem; }
  .collection { padding: 4rem 1.5rem; }
  .collection-grid { grid-template-columns: 1fr; }
  .philosophy { padding: 4rem 1.5rem; }
  .philosophy-inner { grid-template-columns: 1fr; gap: 2rem; }
  .closing { padding: 4rem 1.5rem; }
  .closing-pillar-row { grid-template-columns: 1fr; gap: 2rem; }
}