:root{--text:#161616;--muted:#6b6b6b;--line:#e8e8e8;--max:760px}
*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:#fff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-underline-offset:.2em}.site-header,.site-footer,main{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.site-header{padding:34px 0 18px;border-bottom:1px solid var(--line)}.brand{font-weight:650;text-decoration:none}
main{flex:1;padding:86px 0 96px}.hero{max-width:650px}h1{margin:0 0 30px;font-size:clamp(2.5rem,7vw,4.8rem);line-height:.98;letter-spacing:-.055em}h2{margin:48px 0 14px;font-size:1.25rem}p{margin:0 0 18px}.lead{font-size:clamp(1.12rem,2.2vw,1.35rem);color:#313131}.contact{margin-top:48px}.legal{max-width:720px}.legal h1{font-size:clamp(2.2rem,6vw,3.8rem)}.meta{color:var(--muted);font-size:.94rem}.site-footer{padding:22px 0 34px;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem;display:flex;gap:18px;flex-wrap:wrap;justify-content:space-between}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline}address{font-style:normal}
@media(max-width:560px){.site-header,.site-footer,main{width:min(calc(100% - 28px),var(--max))}main{padding:64px 0 72px}.site-footer{flex-direction:column;gap:10px}}