@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');
:root{--ink:#222a20;--cream:#f6f5ef;--lime:#dce886;--pale:#ecebe4;--line:#c5c9bd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.55 'DM Sans',sans-serif}a{color:inherit}button,input{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06;letter-spacing:-.05em;font-weight:500}h1{font-size:clamp(4rem,9vw,9.5rem)}h2{font-size:clamp(2.7rem,5.2vw,5.4rem)}h3{font-size:1.7rem}em{font-family:'Playfair Display',serif;font-weight:500}.skip{position:absolute;top:-99px;left:0;background:white;padding:1rem;z-index:100}.skip:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.notice{background:var(--ink);color:#f9f9f4;text-align:center;font-size:.82rem;padding:.55rem 1rem;letter-spacing:.015em}.mast{height:100px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 3vw;gap:2rem;background:var(--cream)}.brand{text-decoration:none;display:flex;align-items:center;gap:1rem;min-width:240px}.brandmark{font-size:2.4rem;font-weight:700;letter-spacing:-.14em;line-height:1}.brandmark span{color:#a9bc4b}.brand small{font-size:.61rem;line-height:1.1;letter-spacing:.14em;font-weight:700}.mast nav{display:flex;gap:2rem}.mast nav a{text-decoration:none;font-size:.87rem}.mast nav a:hover,.mast nav .active{text-decoration:underline;text-underline-offset:7px}.headerphone{text-decoration:none;display:flex;flex-direction:column;border-left:1px solid var(--line);padding-left:2rem;line-height:1.2;white-space:nowrap}.headerphone span,.eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.16em}.headerphone strong{font-size:1.45rem}.menu{display:none}.page-id{padding:1rem 3vw;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);font-size:.75rem;text-transform:uppercase;letter-spacing:.11em}.home-hero{display:grid;grid-template-columns:1fr 43%;min-height:690px;background:var(--lime)}.hero-copy{padding:clamp(3rem,6vw,7rem) 5vw 3rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy h1{margin:2.5rem 0 1rem;max-width:900px}.hero-copy p{font-size:1.2rem;max-width:620px}.hero-copy .minor{font-size:.75rem;margin-top:1rem}.photo{margin:0;overflow:hidden;background:#dde4d4;position:relative}.photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s}.photo:hover img{transform:scale(1.035)}.photo figcaption{position:absolute;bottom:0;left:0;background:rgba(34,42,32,.75);color:#fff;padding:.25rem .55rem;font-size:.62rem}.button{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;background:var(--ink);color:white;padding:1.15rem 1.35rem;border-radius:3px;line-height:1.1;margin-top:1.2rem;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#46543a}.button b{font-size:1.1rem;white-space:nowrap}.ticker{overflow:hidden;background:var(--ink);color:var(--lime);white-space:nowrap;padding:1.15rem 0;font-size:1rem;letter-spacing:.14em}.ticker div{width:max-content;animation:marquee 25s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.intro-grid{display:grid;grid-template-columns:1fr 1fr;padding:8vw 6vw;gap:8vw}.intro-links{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:0 1.5rem}.intro-links a{border-bottom:1px solid var(--line);padding:1.2rem 0;text-decoration:none;font-size:1.15rem;display:flex;justify-content:space-between}.soft-section{background:var(--pale);padding:7vw 5vw}.section-head{max-width:900px;margin-bottom:3rem}.section-head p{max-width:600px}.network-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.network-grid article{min-height:250px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.6rem;display:flex;flex-direction:column}.network-grid article span,.network-grid article p{font-size:.75rem;letter-spacing:.12em}.network-grid h3{margin:auto 0 0;font-size:2.5rem}.network-grid a,.list-card a,.guide-card a,.feature-split a{font-weight:700;text-decoration:underline;text-underline-offset:5px}.feature-split{display:grid;grid-template-columns:1fr 1fr;min-height:550px}.feature-split>div{padding:6vw;align-self:center}.feature-split .photo{min-height:550px}.steps{padding:7vw 5vw}.steps>div{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);margin-top:3rem}.steps article{border-right:1px solid var(--line);padding:2rem 1.5rem}.steps b{font-size:3rem;font-weight:400}.steps h3{margin-top:4rem}.callband{background:var(--lime);padding:5vw;display:flex;justify-content:space-between;gap:2rem;align-items:end}.callband h2{max-width:750px;margin:1rem 0}.callband p{max-width:630px}.page-head{padding:5vw;max-width:1100px}.page-head p{max-width:600px;font-size:1.2rem}.directory{padding:0 5vw 7vw}.list-card{border-top:1px solid var(--ink);display:grid;grid-template-columns:13% 1fr;padding:2rem 0;gap:2rem}.list-card h2{font-size:clamp(2.4rem,5vw,5rem);margin:0}.list-card p{max-width:700px}.count{font-size:1.5rem}.provider-head,.guide-hero{background:var(--lime);display:grid;grid-template-columns:55% 45%;min-height:580px}.provider-head>div,.guide-hero>div{padding:6vw 5vw}.provider-head h1,.guide-hero h1{margin:2rem 0 1.5rem;font-size:clamp(4rem,8vw,8rem)}.provider-head p,.guide-hero p{max-width:600px;font-size:1.15rem}.page-layout{display:grid;grid-template-columns:28% 72%;padding:6vw 5vw;gap:3vw}.sticky-index{position:sticky;top:1rem;height:max-content;display:flex;flex-direction:column;gap:.6rem;font-size:.8rem}.sticky-index a{text-decoration:none;border-bottom:1px solid var(--line);padding:.3rem 0}.article-stack{max-width:900px}.article-section{border-top:1px solid var(--ink);padding:3rem 0 4rem;scroll-margin-top:2rem}.article-section h2{margin:1.3rem 0;font-size:clamp(2.5rem,4vw,4rem)}.article-section>p{font-size:1.15rem;max-width:730px}.watch{background:var(--pale);padding:1.5rem 2rem;margin-top:2rem}.watch p{margin:0}.source-box{padding:2rem;background:var(--ink);color:white}.source-box h2{font-size:2.5rem}.source-box a{color:var(--lime)}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin:0 5vw 7vw;border:1px solid var(--line)}.guide-card{background:var(--cream);padding:2rem;min-height:320px;display:flex;flex-direction:column}.guide-card span{font-size:.72rem;letter-spacing:.15em}.guide-card h2{font-size:2.3rem;margin:2rem 0 1rem}.guide-card a{margin-top:auto}.guide-content{padding:7vw 5vw;display:grid;grid-template-columns:1fr 340px;gap:8vw}.guide-content>div{max-width:760px}.guide-content p,.guide-content li{font-size:1.18rem;margin-bottom:1.5rem}.guide-content aside{background:var(--pale);padding:2rem;height:max-content}.guide-content aside p{font-size:1rem}.source-small{font-size:.8rem!important;margin-top:2rem}.legal{display:grid;grid-template-columns:1fr 1fr;gap:5vw;padding:8vw 5vw;min-height:500px}.legal p{font-size:1.3rem}footer{background:var(--ink);color:#f5f5ed;padding:6vw 5vw 2vw}.footer-top{max-width:800px}.footer-top h2{margin:1rem 0}.footer-top .button{background:var(--lime);color:var(--ink)}.footer-bottom{margin-top:7vw;padding-top:2rem;border-top:1px solid #687164;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.footer-bottom p{max-width:650px;font-size:.9rem}.footer-bottom nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.footer-bottom a{font-size:.9rem}.fine{border-top:1px solid #687164;padding-top:2rem;margin-top:4rem;font-size:.75rem;color:#c3c9ba}.chat-launch{position:fixed;right:1.2rem;bottom:1.2rem;background:var(--lime);border:1px solid var(--ink);border-radius:50px;padding:.85rem 1.2rem;z-index:20;box-shadow:0 4px 20px #0002;font-weight:700}.chat-launch span{margin-left:1rem}.chat{position:fixed;z-index:30;right:1.2rem;bottom:5rem;width:min(400px,calc(100vw - 2rem));height:min(620px,calc(100vh - 7rem));background:white;border:1px solid var(--ink);box-shadow:0 12px 40px #0003;display:flex;flex-direction:column}.chat[hidden]{display:none}.chat-head{background:var(--ink);color:white;display:flex;justify-content:space-between;padding:1rem}.chat-head small{display:block;font-size:.75rem;color:#e2e8d2}.chat-head button{background:none;border:0;color:white;font-size:1.8rem}.chat-log{padding:1rem;overflow:auto;flex:1}.bubble{margin:.8rem 0;padding:.8rem;background:#eceee8;max-width:95%;border-radius:8px}.bubble.user{margin-left:auto;background:var(--lime);width:max-content;max-width:90%}.bubble p{margin:0 0 .5rem}.bubble a{font-weight:700}.chat-chips{padding:.5rem 1rem;display:flex;gap:.4rem;flex-wrap:wrap}.chat-chips button{font-size:.75rem;background:white;border:1px solid var(--line);padding:.4rem .6rem;border-radius:2rem}.chat form{padding:.6rem;display:flex;gap:.4rem}.chat input{flex:1;min-width:0;padding:.7rem;border:1px solid var(--line)}.chat form button{background:var(--ink);color:white;border:0;padding:0 .9rem}.chat-safety{font-size:.68rem;padding:0 1rem;color:#555;margin-bottom:.6rem}.reveal{opacity:0;transform:translateY(25px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.mast{height:76px}.mast nav{display:none;position:absolute;top:104px;left:0;right:0;background:var(--cream);z-index:10;padding:2rem;box-shadow:0 12px 20px #0002}.mast nav.open{display:flex;flex-direction:column}.headerphone{margin-left:auto;padding-left:1rem}.menu{display:block;background:transparent;border:0}.home-hero,.provider-head,.guide-hero{grid-template-columns:1fr}.home-hero .photo,.provider-head .photo,.guide-hero .photo{height:420px}.intro-grid,.feature-split,.legal{grid-template-columns:1fr}.feature-split .photo{min-height:400px}.steps>div,.guide-grid{grid-template-columns:repeat(2,1fr)}.page-layout{grid-template-columns:1fr}.sticky-index{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.guide-content{grid-template-columns:1fr}.callband{display:block}}
@media(max-width:600px){h1{font-size:4rem}.mast{padding:0 1rem;gap:.5rem}.brand{min-width:0}.brand small{display:none}.headerphone{padding:0;border:0}.headerphone span{font-size:.5rem}.headerphone strong{font-size:.85rem}.notice{font-size:.68rem}.hero-copy{padding:4rem 1.3rem}.hero-copy h1{margin:1.5rem 0}.button{flex-wrap:wrap;font-size:.9rem}.home-hero .photo{height:300px}.intro-grid,.soft-section,.steps,.page-head,.directory,.guide-content,.legal{padding:4rem 1.3rem}.network-grid,.guide-grid,.steps>div,.footer-bottom{grid-template-columns:1fr}.intro-links{grid-template-columns:1fr}.network-grid article{min-height:210px}.steps article{border-bottom:1px solid var(--line)}.provider-head>div,.guide-hero>div{padding:3rem 1.3rem}.provider-head h1,.guide-hero h1{font-size:4rem}.provider-head .photo,.guide-hero .photo{height:280px}.page-layout{padding:3rem 1.3rem}.sticky-index{grid-template-columns:1fr 1fr}.list-card{grid-template-columns:2rem 1fr;gap:.5rem}.guide-grid{margin:0 1.3rem 4rem}.callband{padding:3rem 1.3rem}footer{padding:4rem 1.3rem}.footer-bottom{gap:2rem}.chat-launch{bottom:.6rem;right:.6rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.reveal{opacity:1;transform:none;transition:none}.photo img,.button{transition:none}}
