:root {
  --bg: #F9F4EF;
  --fg: #1A1A1A;
  --fg-muted: #6B6560;
  --accent: #1B4332;
  --accent-light: #2D6A4F;
  --card-bg: #FFFFFF;
  --border: #E8E0D5;
  --wish-bg: #F5EFE8;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  padding: 22px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fg);
}

/* HERO */
.hero {
  padding: 80px 40px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--fg-muted);
  max-width: 360px;
  line-height: 1.7;
}
.hero-visual {
  display: flex;
  justify-content: flex-end;
}
.hero-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  width: 300px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.hero-card-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #B08D8D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  margin-bottom: 16px;
}
.hero-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.hero-card-name {
  font-weight: 600;
  font-size: 1rem;
}
.hero-card-relation {
  font-size: 0.8rem;
  color: var(--fg-muted);
}
.hero-card-countdown {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--accent);
  margin-top: 4px;
}
.hero-card-wish .wish-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg-muted);
  font-weight: 600;
}
.wish-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.wish-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--fg);
}
.wish-img-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--wish-bg);
  flex-shrink: 0;
}

/* PEOPLE GRID */
.people-section {
  padding: 80px 40px;
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.people-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.people-eyebrow, .features-eyebrow, .howitworks-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 16px;
}
.people-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 48px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.person-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}
.person-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
  margin-bottom: 16px;
}
.person-body { display: flex; flex-direction: column; gap: 8px; }
.person-name-row { display: flex; align-items: baseline; justify-content: space-between; }
.person-name { font-weight: 600; font-size: 0.95rem; }
.person-age { font-size: 0.75rem; color: var(--fg-muted); }
.person-event { display: flex; align-items: center; gap: 7px; font-size: 0.78rem; color: var(--fg-muted); }
.event-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0;
}
.event-dot-alt { background: #D4A96A; }
.person-photos-count {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.72rem; color: var(--fg-muted); margin-top: 4px;
}

/* FEATURES */
.features { padding: 80px 40px; }
.features-inner { max-width: 1100px; margin: 0 auto; }
.features-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 48px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
}
.feature-icon {
  width: 48px; height: 48px;
  background: var(--bg);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}
.feature-title {
  font-size: 1rem; font-weight: 600;
  margin-bottom: 10px;
}
.feature-desc { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.65; }

/* HOW IT WORKS */
.howitworks {
  padding: 80px 40px;
  background: var(--accent);
  color: white;
}
.howitworks-inner { max-width: 900px; margin: 0 auto; }
.howitworks-eyebrow { color: rgba(255,255,255,0.5); }
.howitworks-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 56px;
}
.steps { display: flex; align-items: center; gap: 0; }
.step { flex: 1; }
.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  opacity: 0.25;
  margin-bottom: 16px;
}
.step-title { font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; }
.step-desc { font-size: 0.88rem; opacity: 0.7; line-height: 1.65; }
.step-connector {
  width: 60px; height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 0 24px;
  flex-shrink: 0;
}

/* PHILOSOPHY */
.philosophy {
  padding: 90px 40px;
  text-align: center;
}
.philosophy-inner { max-width: 700px; margin: 0 auto; }
.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--fg);
}
.quote-sub { font-size: 0.95rem; color: var(--fg-muted); }

/* CLOSING */
.closing { padding: 80px 40px; background: white; border-top: 1px solid var(--border); }
.closing-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.closing-body { font-size: 1rem; color: var(--fg-muted); line-height: 1.7; margin-bottom: 32px; }
.closing-closing {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--accent);
}

/* FOOTER */
.footer {
  padding: 28px 40px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-weight: 600;
}
.footer-copy { font-size: 0.8rem; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { justify-content: flex-start; }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; gap: 24px; }
  .step-connector { width: 40px; height: 1px; margin: 0; }
}
@media (max-width: 600px) {
  .nav { padding: 18px 24px; }
  .hero { padding: 48px 24px 64px; }
  .people-section { padding: 56px 24px; }
  .people-grid { grid-template-columns: 1fr; }
  .features { padding: 56px 24px; }
  .howitworks { padding: 56px 24px; }
  .philosophy { padding: 64px 24px; }
  .closing { padding: 56px 24px; }
  .footer { padding: 20px 24px; }
}