:root {
  --cream: #F5EDE4;
  --cream-mid: #EDE4D8;
  --terracotta: #C4703B;
  --amber: #D4956A;
  --warm-brown: #6B4533;
  --deep-brown: #2D1114;
  --deep-brown-light: #3D1F1A;
  --warm-white: #FAF7F4;
  --text-primary: #2D1114;
  --text-secondary: #6B4533;
  --text-muted: #9A7466;
}

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

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* NAV */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  border-bottom: 1px solid rgba(45, 17, 20, 0.08);
}
.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--deep-brown);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  align-items: center;
}
.hero-content {
  padding: 80px 64px 80px 48px;
}
.hero-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
  margin-bottom: 24px;
}
.hero-headline {
  font-size: clamp(36px, 4.5vw, 64px);
  color: var(--deep-brown);
  margin-bottom: 28px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 48px;
}
.hero-proof {
  display: flex;
  gap: 40px;
}
.proof-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.proof-number {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--terracotta);
  line-height: 1;
}
.proof-label {
  font-size: 12px;
  color: var(--text-muted);
  max-width: 100px;
  line-height: 1.4;
}
.hero-image-wrap {
  height: 100%;
  overflow: hidden;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* SECTION SHARED */
.section-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(28px, 3.5vw, 48px);
  color: var(--deep-brown);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

/* PROBLEM */
.problem {
  background: var(--deep-brown);
  color: var(--cream);
  padding: 100px 48px;
}
.problem-header {
  max-width: 680px;
  margin-bottom: 64px;
}
.problem .section-label { color: var(--amber); }
.problem .section-title { color: var(--cream); }
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 64px;
}
.problem-card {
  background: rgba(245, 237, 228, 0.04);
  border: 1px solid rgba(245, 237, 228, 0.08);
  padding: 40px;
}
.problem-icon {
  font-size: 24px;
  color: var(--terracotta);
  margin-bottom: 16px;
  font-weight: 300;
}
.problem-card h3 {
  font-size: 20px;
  color: var(--cream);
  margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.problem-card p {
  font-size: 15px;
  color: rgba(245, 237, 228, 0.6);
  line-height: 1.65;
}
.problem-statement {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--amber);
  font-style: italic;
  text-align: center;
}

/* PRODUCTS */
.products {
  padding: 100px 48px;
  background: var(--warm-white);
}
.products .section-intro {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 560px;
  margin-bottom: 64px;
  line-height: 1.7;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 56px;
}
.product-card {
  background: var(--cream);
  padding: 40px 32px;
  border: 1px solid rgba(45, 17, 20, 0.08);
}
.product-number {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  color: rgba(196, 112, 59, 0.15);
  line-height: 1;
  margin-bottom: 20px;
}
.product-name {
  font-size: 20px;
  color: var(--deep-brown);
  margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.product-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 20px;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--terracotta);
  border: 1px solid rgba(196, 112, 59, 0.3);
  padding: 4px 10px;
}
.pricing-note {
  text-align: center;
  font-size: 15px;
  color: var(--text-secondary);
  padding: 32px;
  border-top: 1px solid rgba(45, 17, 20, 0.08);
}
.pricing-note strong { color: var(--deep-brown); }

/* DIFFERENCE */
.difference {
  background: var(--cream);
  padding: 100px 48px;
}
.difference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.difference-text p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 16px;
}
.difference-image-wrap {
  overflow: hidden;
  height: 520px;
}
.difference-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.difference-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.stat {
  background: var(--deep-brown);
  padding: 48px 40px;
}
.stat-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 500;
  margin-bottom: 12px;
}
.stat-note {
  font-size: 16px;
  color: rgba(245, 237, 228, 0.7);
  line-height: 1.6;
}

/* CLOSING */
.closing {
  background: var(--deep-brown-light);
  padding: 100px 48px;
  text-align: center;
}
.closing-content {
  max-width: 680px;
  margin: 0 auto;
}
.closing-headline {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--cream);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.closing-body {
  font-size: 17px;
  color: rgba(245, 237, 228, 0.7);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* FOOTER */
.footer {
  background: var(--deep-brown);
  padding: 60px 48px;
  text-align: center;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 14px;
  color: rgba(245, 237, 228, 0.5);
  margin-bottom: 8px;
}
.footer-note {
  font-size: 13px;
  color: rgba(245, 237, 228, 0.3);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image-wrap { height: 50vw; }
  .hero-content { padding: 60px 32px; }
  .hero-proof { flex-direction: column; gap: 20px; }
  .problem-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-stats { grid-template-columns: 1fr; }
  .nav { padding: 20px 32px; }
  .problem, .products, .difference, .closing, .footer { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 600px) {
  .hero-content { padding: 48px 24px; }
  .hero-headline { font-size: 32px; }
  .problem, .products, .difference, .closing, .footer { padding-left: 24px; padding-right: 24px; }
  .nav { padding: 16px 24px; }
  .nav-tagline { display: none; }
}