:root{--bg: #f7f5ef;--surface: #ffffff;--surface-muted: #ebe7dc;--text: #151515;--muted: #5f625d;--border: #ded8ca;--accent: #1f5f55;--accent-dark: #174a43;--accent-soft: #dfeeea;--shadow: 0 24px 80px rgba(20, 24, 21, .08);--max-width: 1120px;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,rgba(31,95,85,.12),transparent 34rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}.site-header{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto;padding:1.6rem 0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.85rem;font-size:1.15rem;font-weight:800;letter-spacing:-.035em}.brand-mark{width:3rem;height:3rem;display:grid;place-items:center;border-radius:50%;background:var(--text);color:var(--bg);font-size:.95rem;font-weight:800;letter-spacing:.01em}.nav{display:flex;align-items:center;gap:1.4rem;color:var(--muted);font-size:1rem}.nav a{transition:color .16s ease}.nav a:hover{color:var(--text)}.hero{width:min(var(--max-width),calc(100% - 2rem));margin:2.75rem auto 0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:2rem;align-items:stretch}.hero-content{padding:clamp(2rem,6vw,4.5rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffffb8;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.eyebrow,.card-eyebrow{margin-bottom:.8rem;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{max-width:860px;margin-bottom:1.5rem;font-size:clamp(3rem,6.4vw,5.35rem);line-height:.98;letter-spacing:-.065em}h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.055em}h3{margin-bottom:.65rem;font-size:1.16rem;line-height:1.25;letter-spacing:-.025em}.hero-copy{max-width:690px;margin-bottom:2rem;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.1rem;border-radius:999px;font-weight:700;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-dark)}.button-secondary{border:1px solid var(--border);background:#ffffffa6;color:var(--text)}.button-secondary:hover{border-color:#bbb2a1}.hero-panel{display:grid;gap:1rem}.metric{min-height:150px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.metric-value{display:block;font-size:clamp(2.1rem,4vw,3.4rem);font-weight:800;line-height:1;letter-spacing:-.06em}.metric-label{display:block;max-width:240px;color:var(--muted);font-size:.95rem}.section,.contact-section{width:min(var(--max-width),calc(100% - 2rem));margin:7rem auto 0}.section-heading{max-width:760px;margin-bottom:2rem}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.card{min-height:290px;padding:1.35rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.card p:last-child{margin-bottom:0;color:var(--muted)}.split-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2rem;align-items:start;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-muted)}.sector-list{display:flex;flex-wrap:wrap;gap:.7rem}.sector-list span{display:inline-flex;padding:.65rem .85rem;border:1px solid rgba(31,95,85,.18);border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-weight:700;font-size:.92rem}.principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.principles article{padding:1.4rem;border-top:1px solid var(--border)}.principles p{margin-bottom:0;color:var(--muted)}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem;align-items:center;padding:clamp(1.7rem,5vw,3rem);border-radius:var(--radius-lg);background:var(--text);color:#fff}.contact-section p{max-width:720px;color:#ffffffb8}.contact-section .eyebrow{color:#8ed8c6}.contact-card{display:grid;gap:1rem;justify-items:start}.text-link{color:#ffffffd1;font-weight:700;text-decoration:underline;text-decoration-color:#ffffff40;text-underline-offset:.25rem}.site-footer{width:min(var(--max-width),calc(100% - 2rem));margin:2rem auto 0;padding:2rem 0 3rem;display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.92rem}.site-footer p{margin-bottom:0}.site-footer a{text-decoration:underline;text-decoration-color:#5f625d47;text-underline-offset:.2rem}@media(max-width:920px){.hero,.split-section,.contact-section{grid-template-columns:1fr}.hero{margin-top:2.5rem}.hero-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.principles{grid-template-columns:1fr}}@media(max-width:680px){.site-header{align-items:flex-start;flex-direction:column}.nav{width:100%;justify-content:space-between;gap:.75rem}.hero-panel,.card-grid{grid-template-columns:1fr}.hero-content{padding:1.5rem}h1{font-size:clamp(2.7rem,15vw,4.4rem)}.site-footer{flex-direction:column}}
