:root{--ink:#25312d;--muted:#68736d;--sage:#668678;--sage-dark:#426758;--cream:#f7f7f1;--paper:#fffefb;--line:#dce4dc;--peach:#f4e5d6;--shadow:0 14px 40px rgba(55,76,64,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.7 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--sage-dark);text-underline-offset:3px}a:focus-visible,summary:focus-visible{outline:3px solid #c48752;outline-offset:4px;border-radius:4px}.shell{width:min(1080px,calc(100% - 40px));margin-inline:auto}.site-header{background:rgba(247,247,241,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5;backdrop-filter:blur(12px)}.header-inner,.footer-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:800;color:var(--ink);font-size:1.1rem;text-decoration:none;letter-spacing:-.02em}.brand-mark{display:inline-grid;place-items:center;width:30px;height:30px;margin-right:8px;border-radius:10px;background:var(--sage);color:white;font-size:15px;object-fit:cover;vertical-align:middle}.site-nav,.footer-links{display:flex;gap:22px;align-items:center}.site-nav a,.footer-links a{color:var(--muted);font-size:.92rem;text-decoration:none}.site-nav a:hover,.site-nav .current,.footer-links a:hover{color:var(--sage-dark)}.hero,.support-hero{padding:112px 0 66px;max-width:850px;margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.73rem;font-weight:800;color:var(--sage-dark);margin-bottom:14px}.hero h1,.support-hero h1,.legal-content h1{font-size:clamp(2.6rem,7vw,5rem);line-height:1.03;letter-spacing:-.065em;margin:0 0 20px}.lede{font-size:1.3rem;line-height:1.5;max-width:650px;margin:0 0 15px}.muted,.legal-meta{color:var(--muted)}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:120px}.resource-card{min-height:176px;padding:25px;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:var(--ink);transition:transform .2s ease,border-color .2s ease}.resource-card:hover{transform:translateY(-4px);border-color:var(--sage)}.resource-card.featured{background:var(--sage);color:white;border-color:var(--sage)}.resource-card.featured small,.resource-card.featured .arrow{color:#e9f3e9}.card-icon{font-size:2rem;line-height:32px;color:var(--sage);display:block;width:32px;height:32px}.featured .card-icon{color:white}.image-icon{width:32px;height:32px;object-fit:contain}.resource-card strong{display:block;font-size:1.13rem}.resource-card small{display:block;color:var(--muted);font-size:.9rem}.arrow{display:block;text-align:right;color:var(--sage);font-size:1.25rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}.footer-inner{min-height:92px}.legal-layout{padding:76px 0 110px}.legal-content{max-width:790px;margin:auto;background:var(--paper);padding:clamp(26px,5vw,70px);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.legal-content h1{font-size:clamp(2.5rem,5vw,4.2rem)}.legal-content h2{font-size:1.45rem;line-height:1.25;margin:2.3em 0 .55em;letter-spacing:-.025em;color:var(--sage-dark)}.legal-content p,.legal-content li{color:#4f5b55}.legal-content ul{padding-left:1.25rem}.notice{background:#f1f5ed;border-left:4px solid var(--sage);padding:16px 18px;margin:30px 0;border-radius:0 12px 12px 0;color:#52655a}.toc{display:flex;flex-wrap:wrap;gap:9px 16px;padding:18px 0 8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.toc strong{width:100%;font-size:.86rem;color:var(--muted)}.toc a{font-size:.9rem}.support-hero{padding-bottom:50px}.button{display:inline-flex;align-items:center;gap:18px;min-height:52px;margin-top:22px;padding:12px 20px;border-radius:99px;background:var(--sage);color:white;text-decoration:none;font-weight:750;box-shadow:0 8px 20px rgba(66,103,88,.2)}.button:hover{background:var(--sage-dark)}.support-section{padding:28px 0 58px}.support-section h2,.contact-card h2{font-size:1.8rem;letter-spacing:-.04em;margin:0 0 20px}.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.help-grid a{padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:16px;text-decoration:none;color:var(--ink)}.help-grid a:hover{border-color:var(--sage)}.help-grid strong,.help-grid span{display:block}.help-grid span{font-size:.86rem;color:var(--muted);margin-top:4px}.faq{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:0}summary{cursor:pointer;list-style:none;padding:20px 38px 20px 0;font-weight:700;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:4px;color:var(--sage);font-size:1.4rem;font-weight:400}details[open] summary:after{content:'−'}details p{max-width:680px;margin:0 0 20px;color:var(--muted)}.contact-card{margin-bottom:110px;padding:34px 40px;background:var(--peach);border-radius:24px;display:flex;align-items:end;justify-content:space-between;gap:20px}.contact-card p{max-width:620px;margin:0;color:#5d615c}.text-link{font-weight:750;white-space:nowrap}@media(max-width:700px){.shell{width:min(100% - 28px,1080px)}.header-inner{min-height:68px}.site-nav{gap:12px}.site-nav a{font-size:.8rem}.hero,.support-hero{padding:72px 0 45px}.hero h1,.support-hero h1{font-size:3.25rem}.lede{font-size:1.1rem}.resource-grid,.help-grid{grid-template-columns:1fr;padding-bottom:70px}.resource-card{min-height:138px}.legal-layout{padding:28px 0 65px}.legal-content{padding:25px 20px;border-radius:18px}.legal-content h1{font-size:2.8rem}.legal-content h2{font-size:1.3rem}.toc{display:block}.toc a{display:inline-block;margin:4px 12px 4px 0}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px;padding:20px 0}.footer-links{gap:12px;flex-wrap:wrap}.contact-card{align-items:flex-start;flex-direction:column;margin-bottom:65px;padding:26px 24px}}
