:root {
  --bg: #FAF7F2;
  --bg-alt: #F2EDE4;
  --fg: #1A0F07;
  --fg-muted: #6B5A4A;
  --accent: #C67D2E;
  --accent-light: #E8B86D;
  --border: #E0D6C8;
  --card-bg: #FFFFFF;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

*, *::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: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.nav-tagline {
  font-size: 0.8125rem;
  color: var(--fg-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Hero */
.hero { padding: 80px 40px 0; }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.hero-headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}
.hero-line-2 {
  display: block;
  color: var(--accent);
  font-style: italic;
}
.hero-line-3 {
  display: block;
  color: var(--fg-muted);
  font-weight: 300;
  font-size: 0.75em;
}
.hero-lede {
  font-size: 1.125rem;
  color: var(--fg-muted);
  max-width: 420px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-stat { padding: 0 28px 0 0; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: -0.02em;
}
.hero-stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}
.hero-stat-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
  margin-right: 28px;
}

/* Hero Card */
.hero-visual { position: relative; }
.hero-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 24px rgba(26,15,7,0.06);
  position: relative;
}
.hero-card-label {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 20px;
}
.hero-card-formula { margin-bottom: 18px; }
.hero-card-formula-3 { margin-bottom: 0; }
.formula-bar {
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 8px;
  opacity: 0.7;
}
.formula-name {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 3px;
}
.formula-meta {
  font-size: 0.75rem;
  color: var(--fg-muted);
}
.hero-card-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--accent);
  color: white;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 99px;
}

/* Ticker */
.hero-ticker {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 40px;
  background: var(--fg);
  color: #FAF7F2;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  overflow: hidden;
  margin-top: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px 8px 0 0;
}
.ticker-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* Section labels */
.section-label {
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
}

/* Philosophy */
.philosophy {
  background: var(--bg-alt);
  padding: 100px 40px;
}
.philosophy-inner { max-width: 1200px; margin: 0 auto; }
.philosophy-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  max-width: 640px;
  margin-bottom: 32px;
  color: var(--fg);
}
.philosophy-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 820px;
  margin-bottom: 60px;
}
.philosophy-body p {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.75;
}
.philosophy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.philosophy-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px;
}
.p-icon { color: var(--accent); margin-bottom: 16px; }
.philosophy-card h3 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--fg);
}
.philosophy-card p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* Process */
.process { padding: 100px 40px; }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin-bottom: 60px;
}
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step { flex: 1; padding-right: 40px; }
.step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--border);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.step h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--fg);
}
.step p { font-size: 0.9375rem; color: var(--fg-muted); line-height: 1.65; }
.step-connector {
  width: 60px;
  flex-shrink: 0;
  height: 1px;
  background: var(--border);
  margin-top: 32px;
}

/* Products */
.products { background: var(--bg-alt); padding: 100px 40px; }
.products-inner { max-width: 1200px; margin: 0 auto; }
.products-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--fg);
  max-width: 520px;
  margin-bottom: 60px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.product-visual {
  height: 200px;
  background: linear-gradient(135deg, #E8D5B7 0%, #D4A96A 100%);
  position: relative;
  overflow: hidden;
}
.product-visual::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 80px;
  background: rgba(255,255,255,0.3);
  border-radius: 8px 8px 4px 4px;
}
.serum .product-visual { background: linear-gradient(135deg, #C8D4E3 0%, #8FAFC9 100%); }
.cleanser .product-visual { background: linear-gradient(135deg, #D4E8D9 0%, #8FC9A0 100%); }
.product-info { padding: 24px; }
.product-info h3 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--fg);
}
.product-info p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}
.product-specs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-specs li {
  font-size: 0.8125rem;
  color: var(--fg-muted);
  padding-left: 16px;
  position: relative;
}
.product-specs li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

/* Pricing */
.pricing { padding: 100px 40px; }
.pricing-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.pricing-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin-bottom: 40px;
}
.pricing-card {
  display: inline-block;
  background: var(--fg);
  color: var(--bg);
  border-radius: 16px;
  padding: 48px 56px;
  text-align: left;
  max-width: 480px;
}
.pricing-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.pricing-value {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.pricing-period {
  font-size: 1.25rem;
  color: var(--fg-muted);
  opacity: 0.7;
}
.pricing-tagline {
  font-size: 0.9375rem;
  color: var(--accent-light);
  margin-bottom: 32px;
}
.pricing-features { display: flex; flex-direction: column; gap: 14px; }
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: var(--bg);
}
.pricing-feature svg { flex-shrink: 0; color: var(--accent-light); }
.pricing-note {
  margin-top: 24px;
  font-size: 0.8125rem;
  color: var(--fg-muted);
}

/* Closing */
.closing {
  background: var(--bg-alt);
  padding: 100px 40px;
}
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--fg);
  margin-bottom: 28px;
}
.closing-headline em { font-style: italic; color: var(--accent); }
.closing-body {
  font-size: 1.0625rem;
  color: var(--fg-muted);
  line-height: 1.75;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  display: block;
  color: var(--fg);
}
.footer-tagline {
  font-size: 0.8125rem;
  color: var(--fg-muted);
  display: block;
  margin-top: 2px;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 0.8125rem;
  color: var(--fg-muted);
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--fg-muted);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .philosophy-body { grid-template-columns: 1fr; }
  .philosophy-cards { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; }
  .step-connector { display: none; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
}

@media (max-width: 600px) {
  .hero { padding: 60px 24px 0; }
  .hero-ticker { padding: 14px 24px; font-size: 0.75rem; }
  .philosophy, .process, .products, .pricing, .closing { padding: 60px 24px; }
  .pricing-card { padding: 32px 28px; }
}