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

:root {
  --forest-950: #060E08; --forest-900: #0C1A10; --forest-850: #122618;
  --forest-800: #1A3020; --forest-700: #2A4A30; --forest-600: #3A6040; --forest-500: #4A7A52;
  --gold-700: #8A7020; --gold-600: #B09830; --gold-500: #C4A84A; --gold-400: #D4BC6A;
  --gold-300: #E0D08A; --gold-200: #ECE0B0; --gold-100: #F5F0D8; --gold-50: #FAF8EC;
  --stone-900: #1A1A1A; --stone-800: #2A2A28; --stone-700: #3D3D3A; --stone-600: #5C5C56;
  --stone-500: #7A7A72; --stone-400: #9A9A90; --stone-300: #B8B8AE; --stone-200: #D4D4CC;
  --stone-100: #ECECE6; --cream: #F4F2EA; --pearl: #FAFAF6; --white: #FFFFFF;
  --ok: #3A6A4A; --gap: #9A3A2A;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif; color: var(--stone-900); background: var(--cream);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  line-height: 1.6; overflow-x: hidden;
}
body::after {
  content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; z-index: 9999; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 200px 200px;
}

.rv { opacity: 0; transform: translateY(36px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.rv.v { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; } .d5 { transition-delay: 0.5s; }
.rv-l { opacity: 0; transform: translateX(-36px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.rv-l.v { opacity: 1; transform: translateX(0); }

.wrap { max-width: 1280px; margin: 0 auto; width: 100%; }
.label {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px;
  letter-spacing: 4px; text-transform: uppercase; color: var(--gold-600);
  display: flex; align-items: center; gap: 12px;
}
.label::before { content: ''; width: 24px; height: 1px; background: var(--gold-600); opacity: 0.5; }


/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 56px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(6,14,8,0.88);
  backdrop-filter: blur(24px) saturate(1.4); -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(196,168,74,0.05);
}
.n-mark { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 300; color: var(--cream); text-decoration: none; letter-spacing: 0.3px; }
.n-mark b { color: var(--gold-500); font-weight: 500; }
.n-r { display: flex; align-items: center; gap: 32px; }
.n-r a { font-size: 13px; font-weight: 400; color: var(--stone-500); text-decoration: none; transition: color 0.25s; letter-spacing: 0.2px; }
.n-r a:hover { color: var(--cream); }
.n-cta { background: transparent !important; border: 1px solid var(--forest-700) !important; color: var(--cream) !important; padding: 8px 20px !important; border-radius: 3px !important; font-weight: 500 !important; transition: all 0.25s !important; }
.n-cta:hover { background: var(--gold-600) !important; border-color: var(--gold-600) !important; }


/* HERO */
.hero { min-height: 100vh; background: var(--forest-950); position: relative; display: flex; flex-direction: column; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 50%; background: radial-gradient(ellipse 100% 70% at 80% 40%, rgba(196,168,74,0.02) 0%, transparent 70%); pointer-events: none; }
.hero-main { flex: 1; display: flex; align-items: center; padding: 160px 56px 80px; position: relative; }
.hero-content { max-width: 760px; }
.hero-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-500); margin-bottom: 36px; opacity: 0.8; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold-500); opacity: 0.5; }
.hero-h { font-family: 'Outfit', sans-serif; font-size: 68px; font-weight: 300; color: var(--cream); line-height: 1.06; letter-spacing: -1.5px; margin-bottom: 32px; }
.hero-h .accent { color: var(--gold-400); position: relative; white-space: nowrap; }
.hero-h .accent::after { content: ''; position: absolute; bottom: 2px; left: 0; right: 0; height: 2px; background: var(--gold-500); opacity: 0.3; }
.hero-sub { font-size: 18px; font-weight: 300; color: var(--stone-500); line-height: 1.8; max-width: 540px; margin-bottom: 44px; }
.hero-cta-row { display: flex; gap: 16px; align-items: center; margin-bottom: 56px; }

.btn-main { background: var(--cream); color: var(--forest-950); font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14px; padding: 15px 32px; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; letter-spacing: 0.2px; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); border: none; cursor: pointer; }
.btn-main:hover { background: var(--white); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(244,242,234,0.1); }
.btn-main svg { transition: transform 0.3s; }
.btn-main:hover svg { transform: translateX(3px); }

.btn-outline-gold { background: transparent; color: var(--gold-400); font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 14px; padding: 14px 28px; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; letter-spacing: 0.2px; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); border: 1px solid var(--gold-700); cursor: pointer; }
.btn-outline-gold:hover { background: rgba(196,168,74,0.08); border-color: var(--gold-500); color: var(--gold-300); transform: translateY(-2px); }
.btn-outline-gold svg { transition: transform 0.3s; }
.btn-outline-gold:hover svg { transform: translateX(3px); }

.hero-proof { display: flex; align-items: center; gap: 28px; }
.hero-proof-item { display: flex; align-items: center; gap: 8px; }
.hero-proof-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); opacity: 0.6; }
.hero-proof-text { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; color: var(--stone-500); }

.hero-floor { padding: 0 56px; }
.hero-floor-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--forest-800); border-top: 1px solid var(--forest-800); }
.hf-stat { background: var(--forest-950); padding: 36px 40px; }
.hf-val { font-family: 'Lora', serif; font-size: 40px; font-weight: 600; color: var(--gold-400); margin-bottom: 8px; line-height: 1; }
.hf-label { font-size: 14px; font-weight: 400; color: var(--stone-400); margin-bottom: 6px; }
.hf-detail { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--stone-600); letter-spacing: 0.3px; line-height: 1.7; }
.hero-line { height: 1px; background: linear-gradient(90deg, var(--gold-500) 0%, var(--gold-500) 25%, transparent 100%); opacity: 0.3; }


/* EDITORIAL */
.editorial { padding: 160px 56px; background: var(--cream); position: relative; }
.editorial::after { content: ''; position: absolute; bottom: 0; left: 56px; right: 56px; height: 1px; background: var(--stone-200); }
.ed-inner { display: grid; grid-template-columns: 260px 1fr; gap: 120px; align-items: start; }
.ed-sidebar { position: sticky; top: 120px; }
.ed-sidebar-text { font-size: 13px; color: var(--stone-400); line-height: 1.9; }
.ed-main h2 { font-family: 'Lora', serif; font-size: 42px; font-weight: 400; color: var(--stone-900); line-height: 1.22; margin-bottom: 48px; max-width: 640px; }
.ed-main h2 em { font-style: italic; color: var(--forest-700); }
.ed-body { columns: 2; column-gap: 48px; max-width: 720px; }
.ed-body p { font-size: 15px; color: var(--stone-600); line-height: 1.9; margin-bottom: 20px; break-inside: avoid; }
.ed-body p:first-child::first-letter { font-family: 'Lora', serif; font-size: 58px; float: left; line-height: 0.78; padding-right: 10px; padding-top: 6px; color: var(--forest-800); font-weight: 600; }


/* EVIDENCE */
.evidence { padding: 140px 56px; background: var(--white); border-top: 1px solid var(--stone-200); }
.ev-head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 48px; }
.ev-head h2 { font-family: 'Lora', serif; font-size: 34px; font-weight: 400; color: var(--stone-900); line-height: 1.25; max-width: 460px; }
.ev-head p { font-size: 14px; color: var(--stone-500); font-weight: 300; max-width: 320px; text-align: right; line-height: 1.7; }
.ev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--stone-200); border-radius: 6px; overflow: hidden; }
.ev-card { background: var(--white); padding: 48px 36px; transition: background 0.3s; }
.ev-card:hover { background: var(--pearl); }
.ev-card-stat { font-family: 'Lora', serif; font-size: 48px; font-weight: 600; color: var(--gap); line-height: 1; margin-bottom: 16px; }
.ev-card h3 { font-size: 17px; font-weight: 600; color: var(--stone-900); margin-bottom: 10px; line-height: 1.3; }
.ev-card p { font-size: 13px; color: var(--stone-500); line-height: 1.85; }


/* PULLQUOTE */
.pullquote { background: var(--forest-900); padding: 100px 56px; position: relative; overflow: hidden; }
.pullquote::before { content: '\201C'; position: absolute; top: -30px; left: 56px; font-family: 'Lora', serif; font-size: 300px; color: var(--gold-500); opacity: 0.03; line-height: 1; pointer-events: none; }
.pq-inner { max-width: 880px; margin: 0 auto; position: relative; }
.pq-inner blockquote { font-family: 'Lora', serif; font-size: 30px; font-weight: 400; font-style: italic; color: var(--cream); line-height: 1.5; padding-left: 32px; border-left: 2px solid var(--gold-500); }
.pq-inner cite { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--stone-500); margin-top: 24px; padding-left: 32px; font-style: normal; }


/* CAPABILITIES */
.capabilities { padding: 160px 56px; background: var(--cream); }
.cap-head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--stone-200); }
.cap-head h2 { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; color: var(--stone-900); letter-spacing: 0.3px; }
.cap-head span { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--stone-400); letter-spacing: 2px; }
.cap-tier-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-600); margin: 56px 0 32px; display: flex; align-items: center; gap: 12px; }
.cap-tier-label::after { content: ''; flex: 1; height: 1px; background: var(--stone-200); }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--stone-200); border-radius: 6px; overflow: hidden; }
.cap-card { background: var(--white); padding: 44px 36px; position: relative; transition: background 0.3s; }
.cap-card:hover { background: var(--pearl); }
.cap-card::before { content: ''; position: absolute; top: 0; left: 36px; width: 24px; height: 2px; background: var(--gold-500); opacity: 0; transition: opacity 0.3s; }
.cap-card:hover::before { opacity: 1; }
.cap-num { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--stone-300); letter-spacing: 2px; margin-bottom: 20px; }
.cap-card h3 { font-size: 18px; font-weight: 600; color: var(--stone-900); margin-bottom: 12px; line-height: 1.3; }
.cap-card p { font-size: 14px; color: var(--stone-600); line-height: 1.8; margin-bottom: 20px; }
.cap-tags { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--stone-400); letter-spacing: 0.3px; line-height: 1.9; }


/* COMPARISON */
.comparison { padding: 160px 56px; background: var(--white); border-top: 1px solid var(--stone-200); }
.comp-head { margin-bottom: 72px; }
.comp-head h2 { font-family: 'Lora', serif; font-size: 38px; font-weight: 400; color: var(--stone-900); line-height: 1.25; margin-bottom: 16px; max-width: 520px; }
.comp-head p { font-size: 15px; color: var(--stone-500); font-weight: 300; line-height: 1.8; max-width: 420px; }
.comp-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 32px rgba(0,0,0,0.03); }
.comp-side { padding: 52px 44px; }
.comp-side.gap-s { background: var(--pearl); border: 1px solid var(--stone-200); border-right: none; border-radius: 6px 0 0 6px; }
.comp-side.ok-s { background: var(--forest-900); border-radius: 0 6px 6px 0; }
.comp-side-head { display: flex; align-items: center; gap: 12px; margin-bottom: 36px; padding-bottom: 18px; }
.gap-s .comp-side-head { border-bottom: 1px solid var(--stone-200); }
.ok-s .comp-side-head { border-bottom: 1px solid var(--forest-800); }
.comp-dot { width: 8px; height: 8px; border-radius: 50%; }
.gap-s .comp-dot { background: var(--gap); }
.ok-s .comp-dot { background: var(--ok); }
.comp-side-title { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; }
.gap-s .comp-side-title { color: var(--gap); }
.ok-s .comp-side-title { color: var(--ok); }
.comp-row { display: flex; align-items: flex-start; gap: 14px; padding: 13px 0; }
.comp-row:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.04); }
.ok-s .comp-row:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.04); }
.comp-mark { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 11px; font-weight: 500; }
.gap-s .comp-mark { background: rgba(154,58,42,0.08); color: var(--gap); }
.ok-s .comp-mark { background: rgba(58,106,74,0.2); color: var(--ok); }
.comp-row p { font-size: 14px; line-height: 1.7; }
.gap-s .comp-row p { color: var(--stone-600); }
.ok-s .comp-row p { color: var(--stone-300); }


/* PROCESS */
.process { padding: 160px 56px; background: var(--cream); border-top: 1px solid var(--stone-200); }
.proc-head { margin-bottom: 100px; }
.proc-head h2 { font-family: 'Outfit', sans-serif; font-size: 36px; font-weight: 300; color: var(--stone-900); line-height: 1.2; margin-bottom: 16px; }
.proc-head p { font-size: 15px; color: var(--stone-500); font-weight: 300; line-height: 1.8; max-width: 440px; }
.proc-timeline { position: relative; padding-left: 120px; }
.proc-timeline::before { content: ''; position: absolute; left: 50px; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--gold-500) 0%, var(--stone-200) 100%); }
.proc-step { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; margin-bottom: 72px; position: relative; }
.proc-step:last-child { margin-bottom: 0; }
.proc-step::before { content: ''; position: absolute; left: -70px; top: 8px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--gold-500); background: var(--cream); z-index: 2; }
.proc-step:last-child::before { background: var(--gold-500); }
.proc-step-num { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-600); margin-bottom: 10px; }
.proc-step h3 { font-size: 22px; font-weight: 600; color: var(--stone-900); margin-bottom: 10px; }
.proc-step > div:first-child > p { font-size: 15px; color: var(--stone-600); line-height: 1.85; }
.proc-aside { background: var(--white); border: 1px solid var(--stone-200); border-radius: 4px; padding: 28px; }
.proc-aside p { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--stone-500); line-height: 1.8; }
.proc-aside strong { color: var(--stone-800); font-weight: 500; }


/* CTA */
.cta { background: var(--forest-950); padding: 180px 56px; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; bottom: -200px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(196,168,74,0.05) 0%, transparent 70%); pointer-events: none; }
.cta-inner { max-width: 1280px; margin: 0 auto; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.cta-left h2 { font-family: 'Lora', serif; font-size: 42px; font-weight: 400; color: var(--cream); line-height: 1.22; margin-bottom: 24px; }
.cta-left > p { font-size: 16px; color: var(--stone-500); font-weight: 300; line-height: 1.8; margin-bottom: 44px; max-width: 420px; }
.cta-acts { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-gold { background: var(--gold-500); color: var(--forest-950); font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; padding: 17px 38px; border-radius: 3px; border: none; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); cursor: pointer; }
.btn-gold:hover { background: var(--gold-400); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(196,168,74,0.15); }
.btn-gold svg { transition: transform 0.3s; }
.btn-gold:hover svg { transform: translateX(3px); }

.btn-outline-d { background: transparent; color: var(--stone-400); font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 14px; padding: 16px 28px; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--forest-700); transition: all 0.25s; cursor: pointer; }
.btn-outline-d:hover { color: var(--cream); border-color: var(--stone-500); }
.btn-outline-d svg { transition: transform 0.3s; }
.btn-outline-d:hover svg { transform: translateX(2px); }

.cta-what-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-500); margin-bottom: 32px; opacity: 0.7; }
.cta-what-item { padding: 24px 0; border-bottom: 1px solid var(--forest-800); display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.cta-what-item:first-of-type { padding-top: 0; }
.cta-what-item:last-of-type { border-bottom: none; }
.cta-what-num { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--gold-500); opacity: 0.5; }
.cta-what-item h4 { font-size: 15px; font-weight: 500; color: var(--cream); margin-bottom: 4px; }
.cta-what-item p { font-size: 13px; color: var(--stone-500); line-height: 1.7; }


/* FOOTER */
.footer { background: var(--forest-950); }
.foot-cta { padding: 72px 56px; border-bottom: 1px solid var(--forest-800); }
.foot-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.foot-cta-text h3 { font-family: 'Lora', serif; font-size: 26px; font-weight: 400; color: var(--cream); line-height: 1.35; margin-bottom: 8px; }
.foot-cta-text p { font-size: 14px; color: var(--stone-500); font-weight: 300; }
.foot-cta-btn { background: transparent; border: 1px solid var(--forest-700); color: var(--cream); font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 14px; padding: 14px 32px; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.25s; white-space: nowrap; }
.foot-cta-btn:hover { background: var(--gold-600); border-color: var(--gold-600); }
.foot-cta-btn svg { transition: transform 0.3s; }
.foot-cta-btn:hover svg { transform: translateX(3px); }

.foot-main { padding: 64px 56px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px; }
.foot-brand .n-mark { font-size: 24px; display: block; margin-bottom: 16px; }
.foot-brand > p { font-size: 14px; color: var(--stone-600); line-height: 1.75; max-width: 280px; font-weight: 300; }
.foot-col h5 { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-600); margin-bottom: 20px; }
.foot-col a { display: block; font-size: 14px; color: var(--stone-500); text-decoration: none; margin-bottom: 12px; transition: color 0.2s; }
.foot-col a:hover { color: var(--cream); }
.foot-close { padding: 0 56px 48px; text-align: center; }
.foot-close p { font-family: 'Lora', serif; font-size: 16px; font-style: italic; color: var(--stone-600); opacity: 0.4; }
.foot-bottom { padding: 20px 56px; border-top: 1px solid rgba(255,255,255,0.04); display: flex; justify-content: space-between; align-items: center; }
.foot-bottom p { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--stone-700); letter-spacing: 0.5px; }


/* WORDPRESS OVERRIDES */
.entry-content-wrap { max-width: none !important; padding: 0 !important; margin: 0 !important; }
.content-wrap { max-width: none !important; padding: 0 !important; }
.site-main .entry-content > * { max-width: none !important; }
.hero, .editorial, .evidence, .pullquote, .capabilities, .comparison, .process, .cta, .footer, .nav,
.page-hero, .story-section, .principles, .stack-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  max-width: none;
}


/* ABOUT PAGE */
.page-hero { background: var(--forest-950); padding: 180px 56px 100px; position: relative; }
.page-hero-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-500); margin-bottom: 28px; opacity: 0.8; display: flex; align-items: center; gap: 14px; }
.page-hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold-500); opacity: 0.5; }
.page-hero h1 { font-family: 'Lora', serif; font-size: 48px; font-weight: 400; color: var(--cream); line-height: 1.2; max-width: 640px; margin-bottom: 20px; }
.page-hero p { font-size: 17px; font-weight: 300; color: var(--stone-500); line-height: 1.8; max-width: 520px; }

.story-section { padding: 120px 56px; background: var(--cream); position: relative; }
.story-section::after { content: ''; position: absolute; bottom: 0; left: 56px; right: 56px; height: 1px; background: var(--stone-200); }
.story-grid { display: grid; grid-template-columns: 260px 1fr; gap: 120px; align-items: start; }
.story-sidebar { position: sticky; top: 120px; }
.story-sidebar .label { margin-bottom: 20px; }
.story-sidebar-text { font-size: 13px; color: var(--stone-400); line-height: 1.9; }
.story-body { max-width: 680px; }
.story-body h2 { font-family: 'Lora', serif; font-size: 36px; font-weight: 400; color: var(--stone-900); line-height: 1.25; margin-bottom: 40px; }
.story-body h2 em { font-style: italic; color: var(--forest-700); }
.story-body p { font-size: 15px; color: var(--stone-600); line-height: 1.9; margin-bottom: 24px; }
.story-body p:last-child { margin-bottom: 0; }

.principles { padding: 120px 56px; background: var(--white); border-top: 1px solid var(--stone-200); }
.principles-head { margin-bottom: 64px; }
.principles-head h2 { font-family: 'Lora', serif; font-size: 34px; font-weight: 400; color: var(--stone-900); line-height: 1.25; max-width: 480px; margin-bottom: 12px; }
.principles-head p { font-size: 14px; color: var(--stone-500); font-weight: 300; line-height: 1.7; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--stone-200); border-radius: 6px; overflow: hidden; }
.principle-card { background: var(--white); padding: 44px 36px; transition: background 0.3s; }
.principle-card:hover { background: var(--pearl); }
.principle-num { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--stone-300); letter-spacing: 2px; margin-bottom: 20px; }
.principle-card h3 { font-size: 18px; font-weight: 600; color: var(--stone-900); margin-bottom: 12px; line-height: 1.3; }
.principle-card p { font-size: 14px; color: var(--stone-600); line-height: 1.8; }

.stack-section { padding: 120px 56px; background: var(--cream); border-top: 1px solid var(--stone-200); }
.stack-head { margin-bottom: 56px; }
.stack-head h2 { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; color: var(--stone-900); letter-spacing: 0.3px; padding-bottom: 24px; border-bottom: 1px solid var(--stone-200); }
.stack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--stone-200); border-radius: 6px; overflow: hidden; }
.stack-item { background: var(--white); padding: 36px 28px; text-align: center; transition: background 0.3s; }
.stack-item:hover { background: var(--pearl); }
.stack-item h4 { font-size: 15px; font-weight: 600; color: var(--stone-900); margin-bottom: 8px; }
.stack-item p { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--stone-400); line-height: 1.7; }


/* RESPONSIVE */
@media (max-width: 1100px) {
  .ed-inner { grid-template-columns: 1fr; gap: 48px; }
  .ed-sidebar { position: static; }
  .ed-body { columns: 1; }
  .ev-grid, .cap-grid { grid-template-columns: 1fr; }
  .ev-head { grid-template-columns: 1fr; gap: 16px; }
  .ev-head p { text-align: left; }
  .cap-grid { grid-template-columns: 1fr 1fr; }
  .comp-table { grid-template-columns: 1fr; }
  .comp-side.gap-s { border-right: 1px solid var(--stone-200); border-radius: 6px 6px 0 0; }
  .comp-side.ok-s { border-radius: 0 0 6px 6px; }
  .proc-step { grid-template-columns: 1fr; gap: 24px; }
  .cta-inner { grid-template-columns: 1fr; gap: 64px; }
  .foot-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .foot-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-sidebar { position: static; }
  .principles-grid { grid-template-columns: 1fr; }
  .stack-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .n-r a:not(.n-cta) { display: none; }
  .hero-main { padding: 140px 24px 60px; }
  .hero-h { font-size: 40px; letter-spacing: -0.5px; }
  .hero-sub { font-size: 15px; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; }
  .hero-proof { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-floor { padding: 0 24px; }
  .hero-floor-inner { grid-template-columns: 1fr; }
  .hf-stat { padding: 28px 24px; }
  .editorial { padding: 100px 24px; }
  .ed-main h2 { font-size: 30px; }
  .evidence { padding: 100px 24px; }
  .pullquote { padding: 80px 24px; }
  .pullquote blockquote { font-size: 22px; }
  .capabilities { padding: 100px 24px; }
  .cap-grid { grid-template-columns: 1fr; }
  .comparison { padding: 100px 24px; }
  .comp-head h2 { font-size: 28px; }
  .comp-side { padding: 32px 24px; }
  .process { padding: 100px 24px; }
  .proc-head h2 { font-size: 28px; }
  .proc-timeline { padding-left: 48px; }
  .proc-timeline::before { left: 16px; }
  .proc-step::before { left: -32px; }
  .cta { padding: 100px 24px; }
  .cta-left h2 { font-size: 30px; }
  .cta-acts { flex-direction: column; align-items: flex-start; }
  .foot-cta { padding: 48px 24px; }
  .foot-main { padding: 48px 24px; grid-template-columns: 1fr; gap: 32px; }
  .foot-bottom { padding: 16px 24px; flex-direction: column; gap: 6px; text-align: center; }
  .foot-close { padding: 0 24px 32px; }
  .page-hero { padding: 140px 24px 80px; }
  .page-hero h1 { font-size: 32px; }
  .story-section { padding: 80px 24px; }
  .principles { padding: 80px 24px; }
  .stack-section { padding: 80px 24px; }
  .stack-grid { grid-template-columns: 1fr; }
}