:root {
  --bg: #FDFAF6;
  --fg: #1C1410;
  --accent: #C4957A;
  --accent-deep: #8B6B5A;
  --muted: #8A7F76;
  --surface: #F2EBE0;
  --surface-2: #E8DDD0;
}

* { 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;
}

/* Navigation */
.site-nav {
  padding: 28px 48px;
  display: flex;
  align-items: center;
}

.wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 85vh;
  align-items: center;
  padding: 0 48px 80px;
  column-gap: 64px;
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 400px;
  font-weight: 300;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-block {
  width: 100%;
  max-width: 460px;
}

.image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-2) 100%);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.image-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 60%, rgba(196, 149, 122, 0.15) 0%, transparent 70%),
    linear-gradient(180deg, transparent 50%, rgba(196, 149, 122, 0.08) 100%);
}

.image-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(196, 149, 122, 0.04) 8px,
    rgba(196, 149, 122, 0.04) 9px
  );
}

.image-caption {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--accent-deep);
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0.04em;
}

/* Manifesto */
.manifesto {
  background: var(--surface);
  padding: 100px 48px;
}

.manifesto-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.manifesto-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}

.manifesto-body {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}

/* Vibe Section */
.vibe {
  padding: 100px 48px;
}

.section-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 16px;
}

.vibe-header {
  margin-bottom: 60px;
}

.vibe-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fg);
}

.vibe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.vibe-card {
  background: var(--surface);
  padding: 48px 40px;
}

.vibe-card-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vibe-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--surface-2);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vibe-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: -0.01em;
}

.vibe-card-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
}

/* Offers */
.offers {
  padding: 100px 48px;
  background: var(--fg);
  color: var(--bg);
}

.offers-header {
  margin-bottom: 64px;
}

.offers .section-label {
  color: var(--accent);
}

.offers-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--bg);
}

.offers-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 640px;
}

.offer-item {
  display: flex;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(253, 250, 246, 0.12);
  align-items: flex-start;
}

.offer-connector {
  width: 2px;
  min-height: 100%;
  background: var(--accent);
  align-self: stretch;
  flex-shrink: 0;
}

.offer-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bg);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.offer-desc {
  font-size: 0.88rem;
  color: rgba(253, 250, 246, 0.6);
  line-height: 1.7;
  font-weight: 300;
}

/* Closing */
.closing {
  padding: 120px 48px;
  text-align: center;
}

.closing-inner {
  max-width: 580px;
  margin: 0 auto;
}

.closing-statement {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: var(--fg);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.closing-tag {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 500;
}

/* Footer */
.site-footer {
  padding: 48px;
  border-top: 1px solid var(--surface-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 300;
}

/* Responsive */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 0 28px 60px;
    gap: 48px;
    min-height: auto;
    padding-top: 40px;
  }

  .hero-right {
    order: -1;
  }

  .hero-image-block {
    max-width: 320px;
    margin: 0 auto;
  }

  .hero-sub {
    max-width: 100%;
  }

  .vibe-grid {
    grid-template-columns: 1fr;
  }

  .site-nav,
  .manifesto,
  .vibe,
  .offers,
  .closing,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 480px) {
  .site-nav { padding: 20px 20px; }
  .hero { padding: 30px 20px 50px; }
  .manifesto { padding: 70px 20px; }
  .vibe { padding: 70px 20px; }
  .offers { padding: 70px 20px; }
  .closing { padding: 80px 20px; }
  .site-footer { padding: 40px 20px; }
}