:root{--bg:#eef2f4;--surface:#f7fafb;--ink:#15191c;--muted:#556068;--line:#d5dee5;--accent:#1c4f73;--accent-hover:#153c58;--on-accent:#f7fafb;--serif:"Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, serif;--sans:"Outfit", "Avenir Next", "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#12161a;--surface:#1a2026;--ink:#e7eef3;--muted:#9aa7b2;--line:#2c363f;--accent:#7eb4d6;--accent-hover:#9ac6e2;--on-accent:#12161a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--ink);font-family:var(--sans);margin:0;font-size:1.0625rem;font-weight:400;line-height:1.6}a{color:inherit;text-underline-offset:.22em;text-decoration-thickness:1px}a:hover{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.shell{flex-direction:column;width:min(68rem,100% - 2.5rem);min-height:100vh;margin:0 auto;display:flex}main{flex:1}.site-header,.site-footer{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.site-header{border-bottom:1px solid var(--line);min-height:3.25rem;padding:.7rem 0}.brand{color:inherit;letter-spacing:-.01em;font-size:.98rem;font-weight:500;text-decoration:none}.brand:hover{color:inherit}.nav{gap:1.35rem;font-size:.95rem;display:flex}.nav a{color:var(--muted);text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:var(--ink)}.hero{max-width:40rem;padding:3.25rem 0 3.75rem}.hero h1{font-family:var(--serif);letter-spacing:-.025em;margin:0;font-size:clamp(2.15rem,4.8vw,3.4rem);font-weight:500;line-height:1.12}.actions{align-items:center;gap:1.5rem;margin-top:1.85rem;display:flex}.button{background:var(--accent);color:var(--on-accent);border-radius:999px;align-items:center;padding:.72rem 1.2rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-hover);color:var(--on-accent)}.text-link{border-bottom:1px solid;width:fit-content;padding-bottom:.08em;font-weight:500;text-decoration:none}.text-link:hover{color:var(--accent)}.section{border-top:1px solid var(--line);padding:2.75rem 0 3.15rem}.section h2{font-family:var(--serif);letter-spacing:-.02em;margin:0 0 1.35rem;font-size:clamp(1.55rem,2.4vw,1.85rem);font-weight:500;line-height:1.2}.cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.card{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:1.45rem 1.4rem 1.55rem}.card h3{font-family:var(--serif);letter-spacing:-.02em;margin:0 0 .55rem;font-size:1.4rem;font-weight:500}.card p,.steps p,.post-card p{color:var(--muted);margin:0}.steps{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin:0;padding:0;list-style:none;display:grid}.steps span{color:var(--accent);font-family:var(--serif);letter-spacing:.04em;margin-bottom:.55rem;font-size:1.2rem;display:block}.section-head{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.35rem;display:flex}.section-head h2{margin:0}.post-cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.post-card{border:1px solid var(--line);background:var(--surface);min-height:100%;color:inherit;border-radius:14px;flex-direction:column;gap:.55rem;padding:1.35rem 1.3rem 1.45rem;text-decoration:none;display:flex}.post-card:hover{border-color:var(--accent);color:inherit}.post-card:hover h3{color:var(--accent)}.post-card time{color:var(--accent);letter-spacing:.02em;font-size:.84rem}.post-card h3{font-family:var(--serif);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:500;line-height:1.2}.post-card p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:1.15rem 0 1.85rem;font-size:.9rem}.site-footer a{text-decoration:none}.contact-list{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.contact-list a{font-weight:500;text-decoration:none}@media (width<=700px){.cards,.steps,.post-cards,.section-head,.site-header{grid-template-columns:1fr;display:grid}.site-header,.site-footer,.section-head{align-items:start}.site-header{gap:.65rem;padding:.9rem 0}.hero{padding-top:2.15rem}.actions{flex-wrap:wrap;gap:1rem 1.35rem}}
