/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-deep: #1B3A2F;
  --green-dark: #0F2820;
  --cream: #F5F0E8;
  --cream-dark: #EAE4D8;
  --copper: #C8733F;
  --copper-light: #D4885A;
  --text-dark: #1A1A1A;
  --text-mid: #4A4A4A;
  --text-light: #8A8A8A;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

/* === TYPOGRAPHY === */
h1, h2, h3, h4 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  line-height: 1.1;
}

/* === NAV === */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  position: relative;
  z-index: 10;
}

.nav-brand {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
}

.nav-tagline {
  font-size: 0.8rem;
  color: rgba(245, 240, 232, 0.5);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* === HERO === */
.hero {
  min-height: 100vh;
  background: var(--green-deep);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  padding: 0 48px;
  align-items: center;
}

.hero-bg-shape {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(ellipse at 70% 40%, rgba(200, 115, 63, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  grid-column: 1;
  z-index: 2;
  padding: 80px 0;
}

.hero-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--copper);
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-headline {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  color: var(--cream);
  margin-bottom: 28px;
  line-height: 1.0;
  letter-spacing: -0.03em;
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(245, 240, 232, 0.72);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 48px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 32px;
}

.proof-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.proof-number {
  font-family: 'Fraunces', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--copper);
}

.proof-label {
  font-size: 0.75rem;
  color: rgba(245, 240, 232, 0.5);
  line-height: 1.4;
}

.proof-divider {
  width: 1px;
  height: 40px;
  background: rgba(245, 240, 232, 0.15);
}

/* Hero SERP visual */
.hero-visual {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.serp-card {
  background: #1E1E1E;
  border-radius: 16px;
  padding: 24px 28px;
  width: 100%;
  max-width: 440px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
}

.serp-label {
  font-size: 0.65rem;
  color: #888;
  margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
}

.serp-result {
  padding-bottom: 12px;
}

.serp-url {
  font-size: 0.75rem;
  color: #4CAF50;
  margin-bottom: 4px;
}

.serp-title {
  font-size: 1.05rem;
  color: #8AB4F8;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.4;
}

.serp-desc {
  font-size: 0.8rem;
  color: #aaa;
  line-height: 1.5;
}

.rank-badge {
  margin-top: 20px;
  font-family: 'Fraunces', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--copper);
  background: rgba(200, 115, 63, 0.1);
  border: 1px solid rgba(200, 115, 63, 0.3);
  border-radius: 12px;
  padding: 12px 32px;
  text-align: center;
}

/* === MANIFESTO === */
.manifesto {
  background: var(--green-dark);
  padding: 100px 48px;
}

.manifesto-inner {
  max-width: 720px;
  margin: 0 auto;
}

.manifesto-quote {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.3;
  margin-bottom: 36px;
  font-style: italic;
}

.manifesto-body {
  font-size: 1rem;
  color: rgba(245, 240, 232, 0.65);
  line-height: 1.8;
}

/* === PROCESS === */
.process {
  background: var(--cream);
  padding: 120px 48px;
}

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

.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--copper);
  margin-bottom: 12px;
  font-weight: 500;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--text-dark);
  letter-spacing: -0.02em;
  max-width: 520px;
}

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

.process-step {
  background: white;
  padding: 40px 36px;
  border: 1px solid var(--cream-dark);
  border-radius: 0;
}

.step-number {
  font-family: 'Fraunces', serif;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(27, 58, 47, 0.1);
  margin-bottom: 24px;
  line-height: 1;
}

.step-title {
  font-size: 1.3rem;
  color: var(--green-deep);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.step-body {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* === EDGE === */
.edge {
  background: #F0EBE2;
  padding: 120px 48px;
}

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

.edge-card {
  background: white;
  padding: 44px 40px;
  border: 1px solid var(--cream-dark);
}

.edge-icon {
  font-size: 1.2rem;
  color: var(--copper);
  margin-bottom: 20px;
}

.edge-card h3 {
  font-size: 1.2rem;
  color: var(--green-deep);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.edge-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* === CLOSING === */
.closing {
  background: var(--green-deep);
  padding: 120px 48px;
  text-align: center;
}

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

.closing-stat {
  font-family: 'Fraunces', serif;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 700;
  color: var(--copper);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}

.closing-label {
  font-size: 0.85rem;
  color: rgba(245, 240, 232, 0.5);
  margin-bottom: 48px;
}

.closing-headline {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--cream);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}

.closing-sub {
  font-size: 0.85rem;
  color: rgba(245, 240, 232, 0.4);
  font-style: italic;
}

/* === FOOTER === */
.footer {
  background: var(--green-dark);
  padding: 48px 48px 40px;
  text-align: center;
  border-top: 1px solid rgba(245, 240, 232, 0.06);
}

.footer-brand {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(245, 240, 232, 0.35);
  margin-bottom: 24px;
}

.footer-copy {
  font-size: 0.7rem;
  color: rgba(245, 240, 232, 0.2);
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .nav { padding: 20px 24px; }
  .hero {
    grid-template-columns: 1fr;
    padding: 0 24px 60px;
    min-height: auto;
  }
  .hero-visual { grid-column: 1; padding: 48px 0 0; }
  .serp-card { max-width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .edge-grid { grid-template-columns: 1fr; }
  .manifesto, .process, .edge, .closing { padding: 80px 24px; }
  .hero-proof { gap: 20px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 2.8rem; }
  .hero-proof { flex-wrap: wrap; }
  .process-step { padding: 28px 24px; }
  .edge-card { padding: 32px 24px; }
}