:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#14213d;--muted:#536074;--line:#d8dee8;--surface:#f7f9fb;--paper:#fff;--accent:#0f766e;--accent-strong:#0b5f59;--warning:#8a4b0f;--container:1120px;--gutter-total:clamp(40px, 8vw, 96px)}*{box-sizing:border-box}html{background:var(--surface);scrollbar-gutter:stable}body{min-height:100vh;color:var(--ink);background:var(--surface);text-rendering:optimizelegibility;flex-direction:column;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;display:flex}a{color:inherit}.site-header,.site-footer,main{width:min(var(--container), calc(100% - var(--gutter-total)));margin:0 auto}main{flex:1 0 auto}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:32px;min-height:76px;padding:18px 0;display:flex}.brand{min-height:30px;color:var(--ink);letter-spacing:.04em;flex:none;align-items:center;font-size:1rem;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}nav{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(14px,2.2vw,26px);font-size:.95rem;line-height:1.2;display:flex}nav a,.site-footer a{text-decoration:none}nav a:hover,nav a:focus-visible,.text-link:focus-visible,.site-footer a:hover{color:var(--accent-strong)}.hero,.page-title{padding:56px 0 42px}.hero h1,.page-title h1{letter-spacing:0;max-width:960px;margin:0;font-size:clamp(2.35rem,4.6vw,4.35rem);line-height:1.04}.hero p,.page-title p{max-width:74ch;color:var(--muted);font-size:1.08rem;line-height:1.65}.hero h1+p,.page-title h1+p{margin-top:clamp(18px,2vw,26px)}.lead{font-size:clamp(1.08rem,1.7vw,1.2rem)}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;margin-bottom:14px;font-size:.78rem;font-weight:800}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border:1px solid var(--accent);border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.button:hover,.button:focus-visible{border-color:var(--accent-strong)}.button.primary{color:#fff;background:var(--accent)}.button.primary:hover,.button.primary:focus-visible{background:var(--accent-strong)}.button.secondary{color:var(--accent-strong);background:0 0}.section{border-top:1px solid var(--line);padding:42px 0}.section-heading{grid-template-columns:44px minmax(0,1fr);align-items:baseline;gap:16px;margin-bottom:4px;display:grid}.section-heading span{color:var(--accent-strong);font-size:.82rem;font-weight:800}h2,h3,p{margin-top:0}h2{letter-spacing:0;font-size:1.55rem;line-height:1.2}.section>p{max-width:760px;color:var(--muted)}.principle-grid,.layer-list,.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.layer-list{grid-template-columns:repeat(5,minmax(0,1fr))}.principle-grid p,.layer-list p,.card,.row{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:100%;margin:0;padding:22px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{flex-direction:column;min-height:184px;display:flex}.card h2,.card h3,.row h2{margin-bottom:12px;font-size:1.12rem;line-height:1.25}.card-meta{min-height:1.9em;color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:800}.card p,.row p{color:var(--muted);margin:0;line-height:1.58}.text-link{width:fit-content;color:var(--accent-strong);margin-top:auto;padding-top:16px;font-weight:750;text-decoration:none;display:inline-flex}.text-link:hover{text-decoration:underline}.stack{gap:16px;display:grid}.row{grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);align-items:start;gap:22px;display:grid}.boundary{color:#3d2d12;clip-path:inset(0 -100vmax);background:#fff7e4;box-shadow:0 0 0 100vmax #fff7e4}.boundary h2{margin-bottom:14px}.boundary p{color:#4e3815;max-width:880px;font-weight:650;line-height:1.62}.contact-strip{justify-content:space-between;align-items:center;gap:24px;display:flex}.contact-strip h2{margin-bottom:8px}.contact-strip p{margin-bottom:0}.contact-card{border:1px solid var(--line);background:var(--paper);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;min-height:158px;padding:24px;display:flex}.contact-card h2{margin-bottom:8px}.contact-card p{max-width:56ch;color:var(--muted);margin:0}.contact-card .button{flex:none;width:fit-content}.site-footer{min-height:92px;color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:30px 0 38px;display:flex}.site-footer p{margin:0}@media (max-width:820px){.site-header,.site-footer,.contact-strip,.contact-card{flex-direction:column;align-items:flex-start}.site-header{gap:14px;padding:16px 0}nav{justify-content:flex-start}.principle-grid,.layer-list,.card-grid,.row{grid-template-columns:1fr}.hero,.page-title{padding:42px 0 34px}.hero h1,.page-title h1{font-size:clamp(2.05rem,10vw,3rem)}.hero h1+p,.page-title h1+p{margin-top:clamp(16px,3vw,22px)}.section{padding:34px 0}.card,.contact-card{min-height:auto}}@media (max-width:460px){.site-header,.site-footer,main{width:min(var(--container), calc(100% - 32px))}.brand{font-size:.96rem}nav{gap:12px;font-size:.92rem}.button{width:100%}.hero h1+p,.page-title h1+p{margin-top:16px}.section-heading{grid-template-columns:34px minmax(0,1fr);gap:10px}.principle-grid p,.layer-list p,.card,.row{padding:18px}}
