:root {
  --bg: #FAF8F5;
  --fg: #2C1810;
  --accent: #C4622D;
  --accent-light: #F5E6DC;
  --muted: #7A6558;
  --border: #E2D8CF;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  color: var(--accent);
  width: 40px;
  height: 40px;
  background: var(--accent-light);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.nav-tagline {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}

/* Hero */
.hero {
  padding: 80px 48px 96px;
  border-bottom: 1px solid var(--border);
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.hero-headline em {
  font-style: italic;
  color: var(--accent);
}
.hero-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 420px;
  line-height: 1.7;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* Phone mockup */
.hero-right {
  display: flex;
  justify-content: center;
}
.phone-mockup {
  width: 280px;
}
.phone-bezel {
  background: var(--fg);
  border-radius: 36px;
  padding: 12px;
  box-shadow: 0 32px 80px rgba(44, 24, 16, 0.25), 0 8px 24px rgba(44, 24, 16, 0.15);
}
.phone-screen {
  background: var(--bg);
  border-radius: 28px;
  padding: 20px 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: var(--font-body);
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.menu-logo {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--fg);
}
.menu-lang {
  font-size: 11px;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 500;
}
.menu-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 8px;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.item-left {
  flex: 1;
}
.item-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 2px;
}
.item-desc {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.4;
}
.item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.item-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
}
.allergen-badges {
  display: flex;
  gap: 2px;
}
.ab {
  font-size: 10px;
}
.menu-pairing {
  background: var(--accent-light);
  border-radius: 8px;
  padding: 8px 10px;
  margin: 8px 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pairing-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  font-weight: 600;
}
.pairing-wine {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: var(--fg);
  font-weight: 500;
}
.wine-icon { font-size: 10px; }
.qr-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.qr-mini {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.qr-mini svg {
  width: 100%;
  height: 100%;
}
.scan-text {
  font-size: 10px;
  color: var(--muted);
  font-style: italic;
}

/* What section */
.what {
  padding: 96px 48px;
  background: var(--fg);
  color: var(--bg);
}
.what-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.what-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
}
.what-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--bg);
  margin-bottom: 56px;
  max-width: 580px;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.feature-card {
  padding: 36px 32px;
  background: rgba(250, 248, 245, 0.06);
  border: 1px solid rgba(250, 248, 245, 0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.2s;
}
.feature-card:hover {
  background: rgba(250, 248, 245, 0.1);
}
.feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(196, 98, 45, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--bg);
}
.feature-card p {
  font-size: 14px;
  color: rgba(250, 248, 245, 0.65);
  line-height: 1.7;
}

/* How section */
.how {
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.how-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.how-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 48px;
  font-weight: 500;
}
.steps-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 40px 0 0;
}
.step-arrow {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-right: 40px;
  flex-shrink: 0;
}
.step-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-light);
  line-height: 1;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 12px;
  display: inline-block;
}
.step-content h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.step-content p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* Compare section */
.compare {
  padding: 96px 48px;
  background: var(--bg);
}
.compare-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.compare-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
.compare-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.5fr 2fr 2fr;
  gap: 0;
}
.compare-row.compare-header {
  background: var(--fg);
  color: var(--bg);
}
.compare-row.compare-header .compare-col {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  padding: 20px 28px;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.compare-row:not(.compare-header) {
  border-top: 1px solid var(--border);
}
.compare-row:not(.compare-header):hover {
  background: var(--accent-light);
}
.compare-col {
  padding: 20px 28px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 1px solid var(--border);
}
.compare-col.row-label {
  font-weight: 600;
  color: var(--fg);
}
.compare-col:not(.row-label):not(.compare-header .compare-col) {
  color: var(--muted);
}
.col-carve {
  color: var(--accent) !important;
  font-weight: 500;
  background: rgba(196, 98, 45, 0.04);
}
.high-risk {
  color: #8B3A3A !important;
  font-weight: 500;
}

/* Closing */
.closing {
  padding: 96px 48px;
  background: var(--accent-light);
  text-align: center;
}
.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}
.closing-quote {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-style: italic;
  font-weight: 600;
  color: var(--fg);
  line-height: 1.25;
  margin-bottom: 32px;
}
.closing-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}

/* Footer */
.footer {
  padding: 40px 48px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.brand-mark-sm {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--accent);
  width: 30px;
  height: 30px;
  background: var(--accent-light);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.footer-copy {
  font-size: 13px;
  color: var(--muted);
}
.footer-note {
  font-size: 12px;
  color: var(--border);
  margin-left: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .hero-right {
    order: -1;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .steps-row {
    flex-direction: column;
    gap: 0;
  }
  .step-arrow {
    transform: rotate(90deg);
    padding: 16px 0;
    justify-content: center;
  }
  .compare-row {
    grid-template-columns: 1fr;
  }
  .compare-col {
    border-left: none;
    border-top: 1px solid var(--border);
    padding: 12px 20px;
  }
  .compare-col:first-child {
    border-top: none;
    background: var(--bg);
    font-weight: 600;
  }
  .nav {
    padding: 16px 24px;
  }
  .nav-tagline {
    display: none;
  }
  .hero, .what, .how, .compare, .closing, .footer {
    padding: 64px 24px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-note {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    gap: 16px;
  }
  .stat-num {
    font-size: 28px;
  }
  .phone-mockup {
    width: 220px;
  }
}