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

:root {
  --navy: #0A1628;
  --amber: #F59E0B;
  --amber-dim: rgba(245, 158, 11, 0.12);
  --off-white: #FAFAF8;
  --warm-gray: #6B7280;
  --border: rgba(255,255,255,0.08);
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--navy);
  color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 22, 40, 0.85);
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wordmark {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.tagline {
  font-size: 0.75rem;
  color: var(--warm-gray);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-left: 1rem;
  border-left: 1px solid var(--border);
}

/* SECTION COMMON */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.section-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 2rem;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 8rem 2rem 5rem;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--warm-gray);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 1.75rem;
}
.hero-headline em {
  font-style: italic;
  color: var(--amber);
}
.hero-sub {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 3rem;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.75rem 2rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(255,255,255,0.04);
  width: fit-content;
}
.stat { display: flex; flex-direction: column; gap: 0.2rem; }
.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--amber);
  line-height: 1;
}
.stat-label { font-size: 0.75rem; color: var(--warm-gray); text-transform: uppercase; letter-spacing: 0.1em; }
.stat-divider { width: 1px; height: 3rem; background: var(--border); }
.hero-cta-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.hero-cta-btn {
  display: inline-block;
  background: var(--amber);
  color: #0A1628;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.hero-cta-btn:hover { opacity: 0.85; }
.hero-cta-note { font-size: 0.8rem; color: rgba(255,255,255,0.40); }

.hero-ambient {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 55%;
  background: radial-gradient(ellipse at 80% 40%, rgba(245,158,11,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* DELIVERABLES */
.deliverables { padding: 6rem 0; background: #0D1F36; }
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.deliverable-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  padding: 2rem;
}
.deliverable-icon { margin-bottom: 1.25rem; }
.deliverable-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.deliverable-desc { color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.65; }

/* PROCESS */
.process { padding: 7rem 0; background: var(--navy); }
.process-content { margin-bottom: 4rem; max-width: 560px; }
.process-intro { color: rgba(255,255,255,0.6); font-size: 1.05rem; line-height: 1.7; }
.process-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.step {
  display: flex;
  gap: 1.5rem;
  padding: 2.25rem;
  border: 1px solid var(--border);
  align-items: flex-start;
}
.step:nth-child(odd) { border-right: none; }
.step:nth-child(1), .step:nth-child(2) { border-bottom: none; }
.step-number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--amber);
  flex-shrink: 0;
  width: 3rem;
  line-height: 1;
}
.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
.step-desc { color: rgba(255,255,255,0.55); font-size: 0.875rem; line-height: 1.6; }

/* RECIPE */
.recipe { padding: 7rem 0; background: #0D1F36; }
.recipe-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.recipe-statement {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.35;
  color: #fff;
  max-width: 760px;
  margin-bottom: 4rem;
  font-style: italic;
}
.recipe-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.pillar {
  padding: 1.75rem 2rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(255,255,255,0.03);
}
.pillar-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.pillar-desc { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.65; }

/* CLOSING */
.closing { padding: 8rem 0; background: var(--navy); }
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.closing-sub { color: rgba(255,255,255,0.55); font-size: 1.05rem; line-height: 1.7; max-width: 600px; }

/* FOOTER */
.site-footer { padding: 3rem 0; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: flex-end; }
.footer-brand { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-desc { font-size: 0.8rem; color: var(--warm-gray); max-width: 280px; }
.footer-meta { font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* MOBILE */
@media (max-width: 768px) {
  .hero { padding: 7rem 1.5rem 4rem; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 1.25rem; width: 100%; }
  .stat-divider { display: none; }
  .deliverables-grid, .process-steps, .recipe-pillars { grid-template-columns: 1fr; }
  .step:nth-child(odd) { border-right: 1px solid var(--border); }
  .step { border-bottom: none; }
  .step:nth-child(1), .step:nth-child(2), .step:nth-child(3), .step:nth-child(4) { border-bottom: 1px solid var(--border); }
  .section-inner { padding: 0 1.5rem; }
  .section-headline { font-size: 2rem; }
  .footer-inner { flex-direction: column; gap: 1.5rem; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 3rem; }
  .site-header { padding: 1rem 1.5rem; }
}