:root{--cc-cobalt-50: #F0F1FE;--cc-cobalt-100: #DDDEFE;--cc-cobalt-200: #B8BAFC;--cc-cobalt-300: #8285F8;--cc-cobalt-400: #4A50EE;--cc-cobalt-500: #0C10E3;--cc-cobalt-600: #0A0EB5;--cc-cobalt-700: #08098A;--cc-cobalt-800: #060760;--cc-cobalt-900: #040540;--cc-fawn-50: #FAF4E8;--cc-fawn-100: #F2E6CC;--cc-fawn-200: #E5CEA0;--cc-fawn-300: #D9BB84;--cc-fawn-400: #D4B47E;--cc-fawn-500: #D1B17C;--cc-fawn-600: #B8945A;--cc-fawn-700: #8F7040;--cc-fawn-800: #664E28;--cc-fawn-900: #3D2E14}[data-theme=colonial-cobalt]{--color-void: #040540;--color-surface: #060862;--color-border: #0C10A0;--color-muted: #8285F8;--color-clean: #F8E6D2;--color-terminal: #D1B17C;--color-terminal-dim: #B8945A;--ds-surface-ground: #040540;--ds-surface-raised: #060862;--ds-surface-overlay: #0A0E90;--ds-surface-inverse: #F8E6D2;--ds-surface-inverse-raised: #FAF4E8;--ds-text-primary: #F8E6D2;--ds-text-secondary: #D1B17C;--ds-text-muted: #8285F8;--ds-text-inverse: #040540;--ds-border-structure: #0A0E90;--ds-border-separator: #0A0E90;--ds-border-subtle: #060862;--ds-border-focus: #8285F8;--ds-color-agency: #8285F8;--ds-color-agency-fg: #040540;--ds-color-temporal: #4A50EE;--ds-color-temporal-fg: #F8E6D2;--ds-color-validation: #D1B17C;--ds-color-validation-fg: #040540;--ds-color-outcome-positive: #3A8050;--ds-color-outcome-caution: #C08030;--ds-color-outcome-negative: #A03030;--ds-color-error: #8A2020;--ds-confidence-low: .4;--ds-confidence-high: .8}[data-theme=colonial-cobalt-light]{--color-void: #F8E6D2;--color-surface: #FAF4E8;--color-border: #E5CEA0;--color-muted: #8F7040;--color-clean: #040540;--color-terminal: #0A0EB5;--color-terminal-dim: #0C10E3;--ds-surface-ground: #F8E6D2;--ds-surface-raised: #FAF4E8;--ds-surface-overlay: #FFFFFF;--ds-surface-inverse: #040540;--ds-surface-inverse-raised: #060862;--ds-text-primary: #040540;--ds-text-secondary: #8F7040;--ds-text-muted: #D1B17C;--ds-text-inverse: #F8E6D2;--ds-border-structure: #E5CEA0;--ds-border-separator: #E5CEA0;--ds-border-subtle: #F2E6CC;--ds-border-focus: #0A0EB5;--ds-color-agency: #08098A;--ds-color-agency-fg: #F8E6D2;--ds-color-temporal: #0A0EB5;--ds-color-temporal-fg: #F8E6D2;--ds-color-validation: #8F7040;--ds-color-validation-fg: #FAF4E8;--ds-color-outcome-positive: #2E6640;--ds-color-outcome-caution: #8A5010;--ds-color-outcome-negative: #7A1818;--ds-color-error: #6A1010;--ds-confidence-low: .4;--ds-confidence-high: .8}:root{--display: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--mono: "JetBrains Mono", "Courier New", monospace;--serif: "Instrument Serif", Georgia, serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--ds-surface-ground);color:var(--ds-text-primary);font-family:var(--display);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s,color .2s}body{min-height:100vh;overflow-x:hidden}main{outline:none}.skip-link{position:absolute;top:-100px;left:16px;background:var(--ds-color-agency);color:var(--ds-color-agency-fg);padding:12px 16px;text-decoration:none;font-family:var(--mono);font-size:13px;font-weight:500;border-radius:4px;z-index:100;transition:top .15s}.skip-link:focus{top:16px;outline:2px solid var(--ds-border-focus);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.fade-up{opacity:1;transform:none;transition:none}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 32px}@media (max-width: 640px){.container{padding:0 24px}}section{padding:96px 0}@media (max-width: 768px){section{padding:72px 0}}.section-rule{height:1px;background:var(--ds-border-structure);border:none;margin:0}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:80px;padding-bottom:80px}.nabla-svg{width:200px;height:200px;color:var(--cc-cobalt-500);margin-bottom:64px}@media (max-width: 640px){.nabla-svg{width:140px;height:140px;margin-bottom:48px}}.nabla-svg path{stroke:currentColor;stroke-width:3.5;stroke-linecap:square;fill:none;stroke-dasharray:200;stroke-dashoffset:200;animation:nablaDraw .7s ease-out forwards}.nabla-svg path.nabla-left{animation-delay:0ms}.nabla-svg path.nabla-right{animation-delay:.2s}.nabla-svg path.nabla-base{animation-delay:.4s}@keyframes nablaDraw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion: reduce){.nabla-svg path{stroke-dashoffset:0;animation:none}}.hero-observation{font-family:var(--display);font-size:clamp(40px,6vw,80px);font-weight:700;line-height:1.05;letter-spacing:-.03em;max-width:22ch;margin:0 0 48px;color:var(--ds-text-primary)}.hero-positioning{font-size:clamp(15px,1.4vw,18px);line-height:1.6;color:var(--ds-text-secondary);max-width:60ch;margin:0}.sequence{padding-top:96px;padding-bottom:96px}.sequence-list{list-style:none;padding:0;position:relative;border-left:1px solid var(--ds-color-agency);margin:0 0 0 12px}.phase{display:grid;grid-template-columns:200px 1fr;gap:32px;padding:28px 0 28px 32px;align-items:start}.phase.highlight{background:color-mix(in srgb,var(--ds-color-validation) 10%,transparent);border-radius:2px}.phase-label{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ds-color-agency);margin:0;padding-top:4px}.phase-body{font-size:16px;line-height:1.6;color:var(--ds-text-primary);margin:0;max-width:60ch}@media (max-width: 768px){.phase{grid-template-columns:1fr;gap:8px;padding:20px 0 20px 24px}.sequence-list{margin-left:8px}}.section-label{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ds-color-agency);margin:0 0 48px}.tiers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.tier{display:flex;flex-direction:column;gap:16px}.tier-name{font-family:var(--display);font-size:28px;font-weight:600;letter-spacing:-.01em;margin:0;color:var(--ds-text-primary)}.tier-row{display:flex;flex-direction:column;gap:4px}.tier-row-label{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-text-muted)}.tier-row-body{font-size:15px;line-height:1.5;color:var(--ds-text-primary);margin:0}@media (max-width: 768px){.tiers-grid{grid-template-columns:1fr;gap:48px}}.proof-body{font-size:16px;line-height:1.7;color:var(--ds-text-secondary);max-width:60ch;margin:0 0 32px}.proof-reference{font-family:var(--display);font-style:italic;font-size:clamp(24px,3vw,40px);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--ds-text-primary);margin:0 0 32px 80px;max-width:30ch}@media (max-width: 768px){.proof-reference{margin-left:0}}.close-body{font-size:18px;line-height:1.7;color:var(--ds-text-primary);max-width:52ch;margin:0 0 4px}.close-body a{font-family:var(--mono);color:var(--ds-color-agency);text-decoration:none;transition:opacity .15s}.close-body a:hover{opacity:.7}footer{border-top:1px solid var(--ds-border-structure);padding:32px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-copyright{font-family:var(--mono);font-size:12px;color:var(--ds-text-muted)}.footer-mark{width:16px;height:16px;color:var(--ds-text-muted)}a:focus-visible,button:focus-visible{outline:2px solid var(--ds-border-focus);outline-offset:3px;border-radius:2px}
