:root {
  --bg: #F4EFE6;
  --fg: #1C1A1E;
  --accent: #C9A87C;
  --muted: #8A8680;
  --surface: #EDE8DF;
  --border: #D4CFC6;
}

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

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.15;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 8vw;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

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

.hero-headline {
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--fg);
}

.hero-headline em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

.hero-lede {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 300;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.hero-meta-sep { color: var(--accent); }

.hero-decoration {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  display: flex;
  align-items: stretch;
  pointer-events: none;
  z-index: 1;
}

.hero-line {
  width: 1px;
  background: var(--border);
  margin-right: 40px;
}

.hero-accent-block {
  flex: 1;
  background: linear-gradient(160deg, #C9A87C22 0%, transparent 60%);
  border-left: 1px solid var(--border);
}

/* PROMISE */
.promise {
  background: var(--fg);
  color: var(--bg);
  padding: 56px 8vw;
}

.promise-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
}

.promise-stat {
  flex: 1;
  text-align: center;
  padding: 0 32px;
}

.promise-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 10px;
}

.promise-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.55);
  font-weight: 400;
}

.promise-divider {
  width: 1px;
  height: 60px;
  background: rgba(244, 239, 230, 0.15);
}

/* HOW */
.how {
  padding: 100px 8vw;
  background: var(--bg);
}

.how-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.how-header {
  margin-bottom: 72px;
}

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

.how-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--fg);
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}

.how-step {
  padding: 40px 36px 40px 0;
  border-right: 1px solid var(--border);
}

.how-step:last-child {
  border-right: none;
  padding-right: 0;
}

.how-step:not(:first-child) {
  padding-left: 36px;
}

.step-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.7;
}

.step-title {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: var(--fg);
}

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

/* DIFFERENTIATION */
.diff {
  background: var(--surface);
  padding: 100px 8vw;
  border-top: 1px solid var(--border);
}

.diff-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.diff-title {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  margin: 16px 0 28px;
  color: var(--fg);
}

.diff-body {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 18px;
  font-weight: 300;
}

.diff-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px;
}

.diff-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 28px 32px;
  border-radius: 2px;
}

.diff-card-icon {
  color: var(--accent);
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.diff-card-title {
  font-size: 0.95rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--fg);
}

.diff-card-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 300;
}

/* CLOSING */
.closing {
  background: var(--fg);
  color: var(--bg);
  padding: 100px 8vw;
  text-align: center;
}

.closing-statement {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
  color: var(--bg);
}

.closing-sub {
  font-size: 0.9rem;
  color: rgba(244, 239, 230, 0.5);
  font-weight: 300;
  letter-spacing: 0.04em;
}

/* FOOTER */
.footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 32px 8vw;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg);
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 60px 6vw; }
  .hero-decoration { display: none; }

  .promise-inner { flex-direction: column; gap: 28px; }
  .promise-divider { width: 60px; height: 1px; }
  .promise-stat { padding: 0; }

  .how-steps { grid-template-columns: 1fr; }
  .how-step { border-right: none; border-bottom: 1px solid var(--border); padding: 32px 0; }
  .how-step:not(:first-child) { padding-left: 0; }
  .how-step:last-child { border-bottom: none; }

  .diff-inner { grid-template-columns: 1fr; gap: 48px; }

  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
}