:root{color-scheme:light;--ink:#312923;--muted:#665e58;--paper:#fcf6ed;--coral:#ef7169;--gold:#f9bf3c;--teal:#3c877b;--line:#e7d9cd}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 ui-rounded,"Trebuchet MS",system-ui,sans-serif}
a{color:inherit}
a:focus-visible{outline:3px solid var(--teal);outline-offset:4px;border-radius:4px}
.skip{position:absolute;left:-9999px;top:0;background:#fff;padding:8px}
.skip:focus{left:12px;z-index:10}
.site-nav{max-width:1160px;margin:auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;font:800 24px Georgia,serif;text-decoration:none}
.brand img{width:40px;height:40px;border-radius:12px}
.nav-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.nav-links a,.site-footer a{text-decoration:none;font-size:14px;font-weight:700}
.nav-links a:hover,.site-footer a:hover{text-decoration:underline}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:999px;background:var(--ink);color:#fff!important;text-decoration:none!important;font-weight:800;padding:12px 22px;min-height:44px}
.nav-cta:hover,.button:hover{background:#4a3e36}
.button.secondary{background:#fff;color:var(--ink)!important;border:1px solid var(--line)}
.button.secondary:hover{background:#fff8f1}
.hero{padding:72px 24px 78px;background:radial-gradient(circle at 90% 15%,#ffd8cb 0,transparent 35%),linear-gradient(145deg,#fff7eb,#f8e8d8)}
.hero-inner{max-width:900px;margin:auto}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:#7d4742;background:#ffddd3;border-radius:999px;padding:7px 13px}
h1,h2,h3{line-height:1.17}
h1{font:900 clamp(40px,6vw,64px)/1.05 Georgia,serif;letter-spacing:-.035em;max-width:820px;margin:22px 0}
h2{font:800 clamp(27px,3.5vw,39px)/1.15 Georgia,serif;letter-spacing:-.02em;margin:0 0 17px}
h3{font-size:20px;margin:0 0 9px}
.lead{font-size:clamp(18px,2vw,21px);line-height:1.55;max-width:770px;color:#514b47;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.fine{font-size:14px;color:var(--muted);margin:20px 0 0;max-width:720px}
main section{max-width:1040px;margin:0 auto;padding:66px 24px}
main section:nth-of-type(even){background:#fff;border-radius:28px;margin-top:20px;margin-bottom:20px}
.section-intro{max-width:720px;color:var(--muted);margin:0 0 28px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{padding:26px;border:1px solid var(--line);border-radius:23px;background:#fffaf6}
.card p{margin:0;color:var(--muted)}
.card .num{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fbd1c8;font-weight:900;margin-bottom:18px}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}
.callout{padding:30px;border-radius:24px;background:#f8e3d9}
.callout p:last-child{margin-bottom:0}
ul{padding-left:23px}li{margin:7px 0}
.text-link{font-weight:800;color:#25675c}
.site-footer{background:#312923;color:#f7eee8;padding:42px 24px;margin-top:50px}
.footer-inner{max-width:1040px;margin:auto;display:flex;justify-content:space-between;align-items:start;gap:30px;flex-wrap:wrap}
.footer-links{display:flex;flex-wrap:wrap;gap:16px 23px}
.site-footer p{margin:7px 0 0;color:#ddcec4;font-size:14px;max-width:440px}
@media(max-width:700px){.site-nav{flex-direction:column;align-items:stretch}.nav-links{justify-content:flex-start;gap:8px 14px}.nav-links a{font-size:13px}.nav-cta{padding:9px 13px}.hero{padding:48px 20px 55px}.grid,.split{grid-template-columns:1fr}main section{padding:48px 20px}main section:nth-of-type(even){border-radius:0}}
