:root{--bg: #f6f1ea;--surface: #ffffff;--surface-soft: #eef3f0;--text: #111417;--muted: #5d666b;--accent: #235c74;--accent-dark: #174253;--accent-2: #6f8f79;--warm: #e18b61;--line: #d8d4cc;--shadow: 0 18px 45px rgba(17, 20, 23, .12);--radius: 28px;--radius-sm: 16px;--max-width: 1180px;--font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-main)}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(225,139,97,.22),transparent 34rem),radial-gradient(circle at top right,rgba(35,92,116,.18),transparent 30rem),var(--bg)}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}.eyebrow,.card-kicker{color:var(--accent-2);font-size:.78rem;font-weight:900;letter-spacing:.14em;margin-bottom:16px;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;font-weight:850;padding:0 20px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--warm);color:#1f120d;box-shadow:0 10px 26px #0000002e}.button.secondary{background:#ffffff1f;color:var(--surface);border:1px solid rgba(255,255,255,.28)}.button.secondary-dark{align-self:flex-start;border:1px solid rgba(255,255,255,.28);background:#ffffff1f;color:var(--surface);margin-top:28px}@media(max-width:560px){.button{width:100%}}.site-shell{width:min(100% - 32px,var(--max-width));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:var(--text);color:var(--bg);font-size:.85rem;letter-spacing:.04em}.brand-text{font-size:1.08rem}.site-nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.site-nav a{border:1px solid transparent;border-radius:999px;color:var(--muted);font-size:.92rem;font-weight:700;padding:10px 14px}.site-nav a:hover,.site-nav a:focus-visible{background:#ffffffbd;border-color:var(--line);color:var(--text)}main{padding:28px 0 48px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);color:var(--muted);padding:34px 0 46px}.site-footer strong{color:var(--text)}.site-footer p{margin-top:6px}.site-footer a{color:var(--accent);font-weight:850}.footer-icon-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.footer-icon-links a{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#ffffff80;color:var(--muted)}.footer-icon-links a:hover,.footer-icon-links a:focus-visible{background:#ffffffd9;color:var(--text);transform:translateY(-2px);transition:background .16s ease,color .16s ease,transform .16s ease}.footer-icon-links svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.site-footer{align-items:flex-start;flex-direction:column}.footer-icon-links{justify-content:flex-start}}@media(max-width:560px){.site-shell{width:min(100% - 22px,var(--max-width))}.site-nav a{font-size:.86rem;padding:9px 11px}main{padding-top:10px}}.page-hero{border:1px solid rgba(216,212,204,.82);border-radius:var(--radius);background:linear-gradient(135deg,#ffffffdb,#eef3f0e6),var(--surface);box-shadow:var(--shadow);padding:clamp(34px,6vw,72px)}.page-hero h1{max-width:900px;color:var(--text);font-size:clamp(3.2rem,9vw,7rem);letter-spacing:-.035em;line-height:.92}.page-hero p:last-child{max-width:900px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6;margin-top:24px}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.content-card{border:1px solid rgba(216,212,204,.82);border-radius:var(--radius-sm);background:#ffffffc2;box-shadow:var(--shadow);padding:26px}.content-card h2{font-size:1.65rem;letter-spacing:-.05em;line-height:1}.content-card p{color:var(--muted);line-height:1.65;margin-top:16px}.content-card .button{margin-top:22px}@media(max-width:900px){.content-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.content-grid{grid-template-columns:1fr}}
