:root {
  --bg: #F7F4EE;
  --bg-alt: #EDEAE2;
  --fg: #1C1C2E;
  --fg-muted: #6B6882;
  --accent: #C8922A;
  --accent-dark: #A67A1E;
  --accent-light: #F5E9CF;
  --navy: #1C1C2E;
  --surface: #FFFFFF;
  --border: #D6CFBF;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

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 {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 238, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { font-size: 20px; color: var(--accent); }
.logo-text { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--fg); }
.nav-tagline { font-size: 13px; color: var(--fg-muted); letter-spacing: 0.02em; }

/* HERO */
.hero { padding: 80px 0 64px; }
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 17px;
  color: var(--fg-muted);
  max-width: 460px;
  line-height: 1.7;
}

/* Hero visual */
.hero-visual { display: flex; flex-direction: column; gap: 32px; }
.doc-stack { position: relative; height: 280px; display: flex; align-items: center; justify-content: center; }

.doc-card {
  position: absolute;
  background: var(--surface);
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.10), 0 1px 4px rgba(28, 28, 46, 0.06);
  padding: 20px 24px;
  width: 280px;
}
.doc-card-back { transform: rotate(-6deg) translateY(-20px) translateX(-16px); opacity: 0.45; }
.doc-card-mid  { transform: rotate(-2deg) translateY(-8px) translateX(-4px);  opacity: 0.70; }
.doc-card-front { transform: rotate(0deg); z-index: 2; }

.doc-header { margin-bottom: 12px; }
.doc-line { height: 8px; background: var(--accent-light); border-radius: 4px; margin-bottom: 6px; }
.doc-line-full  { width: 100%; }
.doc-line-long  { width: 85%; }
.doc-line-med   { width: 65%; }
.doc-line-short { width: 50%; }

.doc-badge {
  display: inline-block;
  background: var(--accent);
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.doc-seal {
  font-family: var(--font-display);
  font-size: 11px;
  color: var(--accent);
  font-style: italic;
  margin-top: 8px;
  text-align: right;
}

/* Hero stats */
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px 28px;
  box-shadow: 0 2px 12px rgba(28, 28, 46, 0.06);
}
.stat { text-align: center; padding: 0 20px; }
.stat-num { display: block; font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--fg); }
.stat-label { display: block; font-size: 11px; color: var(--fg-muted); margin-top: 2px; letter-spacing: 0.04em; }
.stat-divider { width: 1px; height: 36px; background: var(--border); }

/* MANIFESTO */
.manifesto {
  background: var(--navy);
  padding: 72px 32px;
}
.manifesto-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.manifesto-mark { font-size: 28px; color: var(--accent); margin-bottom: 32px; display: block; }
.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 400;
  color: #F0EDE4;
  line-height: 1.55;
  margin-bottom: 24px;
}
.manifesto-attr { font-size: 13px; color: rgba(240, 237, 228, 0.55); letter-spacing: 0.06em; text-transform: uppercase; }

/* SERVICES */
.services { padding: 96px 32px; }
.services-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 48px;
  line-height: 1.2;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 36px 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(28, 28, 46, 0.10);
}
.service-card-accent {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent-light);
}
.service-icon { margin-bottom: 20px; }
.service-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
}
.service-desc { font-size: 15px; color: var(--fg-muted); line-height: 1.65; margin-bottom: 20px; }
.service-price { font-size: 14px; font-weight: 600; color: var(--accent); }
.services-note {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: var(--fg-muted);
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

/* PRICING */
.pricing {
  background: var(--bg-alt);
  padding: 96px 32px;
}
.pricing-inner { max-width: 1200px; margin: 0 auto; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pricing-tier {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 36px 28px;
  position: relative;
}
.pricing-tier-featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent-light);
}
.pricing-tier-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.pricing-tier-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 8px;
}
.pricing-tier-price {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
}
.pricing-tier-desc { font-size: 14px; color: var(--fg-muted); margin-bottom: 20px; line-height: 1.6; }
.pricing-features { list-style: none; }
.pricing-features li {
  font-size: 14px;
  color: var(--fg);
  padding: 6px 0;
  border-bottom: 1px solid var(--bg-alt);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-features li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--accent-light);
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l4 4 6-6' stroke='%23C8922A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-clarity { text-align: center; margin-top: 28px; font-size: 14px; color: var(--fg-muted); }

/* PROCESS */
.process { padding: 96px 32px; }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 48px;
}
.step { flex: 1; }
.step-connector {
  width: 60px;
  height: 2px;
  background: var(--accent-light);
  margin-top: 28px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 2'%3E%3Cpath d='M0 1h58' stroke='%23C8922A' stroke-width='1' stroke-dasharray='4 4' opacity='0.4'/%3E%3C/svg%3E");
}
.step-num {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  color: var(--accent-light);
  line-height: 1;
  margin-bottom: 16px;
}
.step-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 8px;
}
.step-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.65; }

/* CLOSING */
.closing {
  background: linear-gradient(135deg, var(--navy) 0%, #2A2545 100%);
  padding: 96px 32px;
  text-align: center;
}
.closing-inner { max-width: 680px; margin: 0 auto; }
.closing-mark { font-size: 32px; color: var(--accent); margin-bottom: 32px; display: block; }
.closing-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 600;
  color: #F0EDE4;
  line-height: 1.3;
  margin-bottom: 16px;
}
.closing-sub { font-size: 16px; color: rgba(240, 237, 228, 0.65); }

/* FOOTER */
.footer {
  background: var(--navy);
  padding: 40px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.footer-logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; }
.footer-logo-mark { font-size: 18px; color: var(--accent); }
.footer-logo-text { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: #F0EDE4; }
.footer-tagline { font-size: 13px; color: rgba(240, 237, 228, 0.55); margin-bottom: 8px; }
.footer-legal { font-size: 12px; color: rgba(240, 237, 228, 0.3); }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; gap: 32px; }
  .step-connector { display: none; }
  .nav-tagline { display: none; }
}
@media (max-width: 480px) {
  .hero { padding: 48px 0 40px; }
  .services, .pricing, .process { padding: 64px 20px; }
  .manifesto { padding: 56px 20px; }
  .closing { padding: 64px 20px; }
}