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

:root {
  --bg: #faf8f4;
  --ink: #141420;
  --ink-muted: #6b6560;
  --accent: #c4622d;
  --accent-light: rgba(196, 98, 45, 0.08);
  --surface: #f0ede8;
  --border: #e0dbd4;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Figtree', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ===== NAV ===== */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: var(--bg);
  z-index: 100;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
}

.nav-tagline {
  font-size: 13px;
  color: var(--ink-muted);
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ===== HERO ===== */
.hero {
  padding: 80px 48px 96px;
  border-bottom: 1px solid var(--border);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

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

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 24px;
}

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

.hero-lede {
  font-size: 18px;
  color: var(--ink-muted);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 48px;
  font-weight: 400;
}

.hero-stats {
  display: flex;
  gap: 40px;
}

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

.stat-number {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: var(--ink-muted);
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Hero visual */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-graphic {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.castle-svg {
  width: 100%;
  height: auto;
}

.hero-badge {
  position: absolute;
  bottom: -8px;
  right: 16px;
  background: var(--ink);
  color: var(--bg);
  padding: 10px 16px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.badge-sub {
  font-size: 10px;
  color: rgba(250,248,244,0.6);
  letter-spacing: 0.04em;
}

/* ===== MANIFESTO ===== */
.manifesto {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
}

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

.manifesto-label, .section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 3px solid var(--accent);
}

.manifesto-body {
  font-size: 17px;
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 56px;
  max-width: 600px;
}

.manifesto-body em {
  font-style: italic;
  color: var(--ink);
}

.manifesto-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.pillar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pillar p {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.6;
}

/* ===== PRODUCTS ===== */
.products {
  padding: 96px 48px;
  background: var(--ink);
  color: var(--bg);
}

.products-inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.products .section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--bg);
  margin-bottom: 56px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 56px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.product-card {
  background: var(--ink);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s;
}

.product-card:hover {
  background: #1e1e30;
}

.product-metric {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.metric-value {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: var(--bg);
  letter-spacing: -0.04em;
  line-height: 1;
}

.metric-unit {
  font-size: 13px;
  color: rgba(250,248,244,0.5);
  font-weight: 400;
}

.product-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  border: 1px solid rgba(196,98,45,0.3);
  padding: 3px 8px;
  border-radius: 4px;
}

.product-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--bg);
  letter-spacing: -0.02em;
  margin-top: 8px;
}

.product-desc {
  font-size: 12px;
  color: rgba(250,248,244,0.4);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.product-detail {
  font-size: 14px;
  color: rgba(250,248,244,0.6);
  line-height: 1.6;
  flex: 1;
}

.product-stat {
  font-size: 13px;
  color: rgba(250,248,244,0.4);
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.stat-accent {
  color: var(--accent);
  font-weight: 600;
}

/* ===== PLATFORM ===== */
.platform {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
}

.platform-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 56px;
}

.platform-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.platform-icon-wrap {
  width: 52px;
  height: 52px;
  background: var(--accent-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-item h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.platform-item p {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.65;
}

.platform-tools {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.tools-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.tools-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tool-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  color: var(--ink);
}

/* ===== OUTCOMES ===== */
.outcomes {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.outcomes-inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.outcome {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.outcome-number {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.25;
  letter-spacing: -0.04em;
  line-height: 1;
}

.outcome h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: -8px;
}

.outcome p {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.65;
}

/* ===== CLOSING ===== */
.closing {
  padding: 96px 48px 120px;
}

.closing-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: center;
}

.closing-svg {
  width: 200px;
  height: 200px;
}

.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 24px;
}

.closing-body {
  font-size: 17px;
  color: var(--ink-muted);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 40px;
}

.closing-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.closing-cta-text {
  font-size: 13px;
  color: var(--ink-muted);
}

.contact-email {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.02em;
}

/* ===== FOOTER ===== */
.footer {
  padding: 40px 48px;
  border-top: 1px solid var(--border);
}

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

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
}

.footer-meta {
  text-align: center;
}

.footer-meta p {
  font-size: 12px;
  color: var(--ink-muted);
}

.footer-copy {
  margin-top: 2px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  font-size: 13px;
  color: var(--ink-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--ink); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 56px 24px 64px; }
  .hero-content { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { order: -1; }
  .hero-graphic { max-width: 300px; margin: 0 auto; }
  .manifesto, .products, .platform, .outcomes, .closing { padding: 64px 24px; }
  .manifesto-pillars { grid-template-columns: 1fr; gap: 32px; }
  .product-grid { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr; gap: 32px; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 40px; }
  .closing-inner { grid-template-columns: 1fr; gap: 40px; }
  .closing-svg { width: 140px; height: 140px; }
  .hero-stats { gap: 28px; }
  .stat-number { font-size: 26px; }
  .footer { padding: 32px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-meta { text-align: left; }
}

@media (max-width: 480px) {
  .hero-stats { flex-direction: column; gap: 20px; }
  .nav-tagline { display: none; }
}