:root{--ink:#0a0a0a;--ink-soft:#1a1a1a;--surface:#faf9f6;--surface-alt:#f2f1ec;--muted:#6b6b6b;--muted-light:#9a9a9a;--border:#e5e4e0;--border-light:#efeeea;--accent:#1a1a2e;--gold:#c9a84c;--gold-soft:#e8d48b;--white:#fff;--font-heading:"Georgia", "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"SF Mono", "Fira Code", "Fira Mono", monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:100px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--shadow-lg:0 4px 24px #00000014;--ease:.25s ease;--ease-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--surface);color:var(--ink);font-size:1rem;line-height:1.6}::selection{background:var(--gold);color:var(--ink)}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:400;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4rem)}h2{font-size:clamp(1.8rem,4vw,2.75rem)}h3{font-size:clamp(1.3rem,2.5vw,1.75rem)}h4{font-size:1.2rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.section{padding:var(--space-2xl) var(--space-lg)}.section-inner{width:100%;max-width:900px;margin:0 auto}.section-inner-wide{width:100%;max-width:1100px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:var(--space-md);font-size:.8rem;font-weight:600}.section-title{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.75rem);font-weight:400;line-height:1.2}.section-sub{color:var(--muted);max-width:600px;margin-bottom:var(--space-xl);font-size:1.05rem;line-height:1.7}nav{padding:1.2rem var(--space-lg);-webkit-backdrop-filter:blur(14px);z-index:100;border-bottom:1px solid var(--border-light);background:#faf9f6e0;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.logo{font-family:var(--font-heading);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.logo span{color:var(--gold)}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-links a{color:var(--muted);transition:color var(--ease);font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.nav-cta{background:var(--accent);border-radius:var(--radius-full);transition:opacity var(--ease);padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--surface)!important}.nav-cta:hover{opacity:.85}.nav-toggle{cursor:pointer;color:var(--ink);background:0 0;border:none;padding:.5rem;display:none}@media (width<=768px){.nav-toggle{display:block}.nav-links{background:var(--surface);padding:var(--space-lg);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:1.25rem;display:none;position:fixed;top:60px;left:0;right:0}.nav-links.open{display:flex}.nav-links a{font-size:1rem}}.btn{border-radius:var(--radius-full);transition:all var(--ease);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--surface)}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-secondary{color:var(--ink);border:1.5px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--ink);transform:translateY(-1px)}.btn-ghost{color:var(--muted);background:0 0;padding:.5rem 0}.btn-ghost:hover{color:var(--ink)}.hero{min-height:85vh;padding:8rem var(--space-lg) 4rem;flex-direction:column;justify-content:center;width:100%;max-width:900px;margin:0 auto;display:flex}.hero-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.hero h1{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:400;line-height:1.1}.hero h1 em{color:var(--gold);font-style:normal}.hero p{color:var(--muted);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--ease);padding:2rem}.card:hover{border-color:var(--ink);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-icon{margin-bottom:var(--space-md);font-size:1.5rem;display:block}.card h3{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.card p{color:var(--muted);font-size:.9rem;line-height:1.6}.card-link{color:var(--accent);margin-top:var(--space-md);transition:gap var(--ease);align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;display:inline-flex}.card-link:hover{gap:.6rem}.quote-block{background:var(--accent);color:var(--surface);border-radius:var(--radius-lg);text-align:center;max-width:700px;margin:0 auto;padding:3rem}.quote-block blockquote{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:1.2rem;font-weight:400;line-height:1.7}.quote-block blockquote:before{content:"“";color:var(--gold);vertical-align:-.4em;margin-right:.1em;font-size:2.5rem;line-height:0}.quote-block blockquote:after{content:"”";color:var(--gold);vertical-align:-.15em;margin-left:.1em;font-size:2.5rem;line-height:0}.quote-block cite{color:#fff9;font-size:.9rem;font-style:normal}.principle{border-left:3px solid var(--gold);background:var(--surface-alt);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:2rem 0;padding:1.5rem 2rem}.principle-label{text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.principle p{color:var(--ink-soft);font-size:1.05rem;line-height:1.6}.content-page{padding-top:6rem}.content-page .section-inner{max-width:720px}.content-page h2{margin-top:var(--space-xl);margin-bottom:var(--space-md)}.content-page h3{margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.content-page p,.content-page li{color:var(--muted);font-size:1rem;line-height:1.8}.content-page ul,.content-page ol{margin:var(--space-md) 0;padding-left:1.5rem}.content-page li{margin-bottom:.5rem}.content-page hr{border:none;border-top:1px solid var(--border);margin:var(--space-xl) 0}.cta-section{text-align:center;padding:var(--space-2xl) var(--space-lg)}.cta-section h2{font-family:var(--font-heading);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400}.cta-section p{color:var(--muted);max-width:500px;margin:0 auto var(--space-lg)}footer{border-top:1px solid var(--border);padding:var(--space-xl) var(--space-lg);margin-top:auto}.footer-inner{gap:var(--space-xl);grid-template-columns:2fr 1fr 1fr 1fr;max-width:1100px;margin:0 auto;display:grid}.footer-brand p{color:var(--muted);max-width:300px;margin-top:var(--space-sm);font-size:.85rem}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-light);margin-bottom:var(--space-md);font-size:.8rem;font-family:var(--font-body);font-weight:600}.footer-col a{color:var(--muted);transition:color var(--ease);margin-bottom:.5rem;font-size:.875rem;display:block}.footer-col a:hover{color:var(--ink)}.footer-bottom{max-width:1100px;margin:var(--space-xl) auto 0;padding-top:var(--space-lg);border-top:1px solid var(--border-light);color:var(--muted-light);justify-content:space-between;font-size:.8rem;display:flex}@media (width<=768px){.footer-inner{gap:var(--space-lg);grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{gap:var(--space-sm);flex-direction:column}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-text p{color:var(--muted);margin-bottom:1.25rem;line-height:1.7}.about-visual{background:var(--accent);border-radius:var(--radius-lg);aspect-ratio:1;color:var(--gold);justify-content:center;align-items:center;font-size:3rem;font-weight:200;display:flex;position:relative;overflow:hidden}.about-visual:before{content:"◈";opacity:.12;font-size:8rem;position:absolute}.about-visual span{z-index:1;text-align:center;max-width:200px;font-size:1.1rem;line-height:1.4;position:relative}@media (width<=640px){.about-grid{grid-template-columns:1fr}}.framework-header{margin-bottom:var(--space-xl)}.framework-meta{gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.framework-tag{text-transform:uppercase;letter-spacing:.1em;background:var(--surface-alt);border-radius:var(--radius-full);color:var(--muted);padding:.3rem .8rem;font-size:.75rem;font-weight:500}@media (width<=640px){.section{padding:var(--space-xl) var(--space-md)}.hero{min-height:70vh;padding-top:6rem}.card-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{justify-content:center;width:100%}}
