:root{--sun:#ff8c42;--sun2:#ffb347;--cream:#fff8ed;--ink:#3a2e22;--muted:#6b5c4c;--line:#f3ddc4;--shadow:0 18px 44px rgba(255,140,66,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}a{color:#a94f18}a:hover{text-decoration:none}.container{width:min(1040px,calc(100% - 36px));margin:auto}.skip{position:absolute;left:16px;top:-80px;background:#fff;padding:10px 16px;border-radius:10px;z-index:10}.skip:focus{top:12px}header{background:#fffaf3;border-bottom:1px solid var(--line)}nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font-weight:800;font-size:22px;color:var(--sun);text-decoration:none}.navlinks{display:flex;gap:22px;flex-wrap:wrap}.navlinks a{color:var(--ink);text-decoration:none;font-weight:700}.hero{padding:76px 0 46px;background:linear-gradient(145deg,#fff8ed,#ffe7c5)}.eyebrow{display:inline-block;background:#ffd98e;padding:6px 14px;border-radius:999px;font-weight:800}.hero h1{font-size:clamp(34px,6vw,54px);line-height:1.13;margin:18px 0}.lead{font-size:19px;color:var(--muted);max-width:760px}.content{padding:52px 0 72px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.card{background:#fff;border-radius:22px;padding:26px;box-shadow:var(--shadow)}.card h2,.card h3{margin-top:0}.wide{grid-column:1/-1}dl{margin:0}dt{font-weight:800;margin-top:16px}dt:first-child{margin-top:0}dd{margin:4px 0 0;color:var(--muted)}.notice{border-left:5px solid var(--sun);background:#fff4e6;padding:18px 20px;border-radius:12px}.breadcrumbs{font-size:14px;margin-bottom:24px;color:var(--muted)}footer{background:#352b22;color:#fff;padding:42px 0}.footerlinks{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}.footerlinks a{color:#ffd7b6}.legal{font-size:13px;opacity:.8;max-width:900px}@media(max-width:700px){.navlinks{display:none}.hero{padding:50px 0 34px}.grid{grid-template-columns:1fr}.wide{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
