/*
Theme Name: Willough Bed+Breakfast
Theme URI: https://willoughcollection.com
Author: Willough Collection
Description: Custom theme for Willough Bed+Breakfast — a historic Victorian B&B in Conshohocken, PA. Olive/sage brand palette, accessibility widget, animated hero, room carousel, gallery strip, chef section, heritage timeline, testimonial carousel.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: willough
Tags: one-column, custom-menu, featured-images, accessibility-ready
*/


*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--olive-dark:#3b4a2d;--olive:#4a5c38;--olive-mid:#5a6d45;--sage:#7a8c65;--sage-light:#b5c29e;--sage-pale:#dfe6d4;--cream:#f4f2ec;--white:#fff;--dark:#2c2e24;--dark-soft:#3a3c32;--body-text:#3a3a34;--body-muted:#5c5c52;--focus:#4a5c38;--focus-ring:0 0 0 3px rgba(74,92,56,.5);--ink:#2c2e24;--warm:#dfe6d4;--stone:#7a8c65;--gold:#7a8c65;--gold-light:#b5c29e;--linen:#f4f2ec;--shadow:rgba(44,46,36,.06)}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Jost',sans-serif;color:var(--ink);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}.preloader{position:fixed;inset:0;z-index:9999;background:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:opacity .8s ease,visibility .8s ease}.preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader-logo{height:140px;opacity:0;filter:drop-shadow(0 2px 12px rgba(0,0,0,.4));animation:logoFadeIn 1s .2s ease forwards}@keyframes logoFadeIn{to{opacity:1}}.preloader-bar{width:160px;height:1px;background:rgba(244,242,236,.12);position:relative;overflow:hidden}.preloader-bar::after{content:'';position:absolute;left:0;top:0;height:100%;width:0;background:var(--gold);animation:loadBar 1.6s ease-in-out forwards}@keyframes loadBar{to{width:100%}}.preloader-text{font-family:'Jost',sans-serif;font-size:.65rem;color:rgba(244,242,236,.35);letter-spacing:.4em;text-transform:uppercase}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.4rem 3.5rem;display:flex;align-items:center;justify-content:space-between;transition:all .5s ease;background:transparent}nav.scrolled{background:rgba(44,46,36,.94);backdrop-filter:blur(20px);padding:.8rem 3.5rem;box-shadow:0 2px 40px rgba(0,0,0,.15)}.nav-logo-img{height:50px;transition:height .4s,filter .4s;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3));opacity:1}nav.scrolled .nav-logo-img{height:38px;opacity:1}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{font-size:.72rem;font-weight:400;color:rgba(244,242,236,.8);text-decoration:none;letter-spacing:.2em;text-transform:uppercase;transition:color .3s;position:relative}.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .4s ease}.nav-links a:hover{color:var(--sage)}.nav-links a:hover::after{width:100%}.nav-cta{background:var(--gold)!important;color:var(--ink)!important;padding:.6rem 1.6rem!important;border-radius:0!important;font-weight:500!important;transition:background .3s,transform .3s!important}.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}.nav-cta::after{display:none!important}.nav-phone{font-size:.72rem;color:rgba(244,242,236,.5)!important;letter-spacing:.12em!important}.nav-phone::after{display:none!important}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:101;background:none;border:none;padding:8px}.nav-toggle span{width:26px;height:1.5px;background:var(--cream);transition:all .3s;display:block}@media(max-width:1050px){.nav-toggle{display:flex}.nav-links{position:fixed;inset:0;background:rgba(44,46,36,.97);flex-direction:column;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .4s}.nav-links.open{opacity:1;pointer-events:all}.nav-links a{font-size:1.1rem}nav{padding:1rem 1.5rem}nav.scrolled{padding:.8rem 1.5rem}.nav-phone{display:none!important}}.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('https://willoughcollection.com/wp-content/uploads/IMG_6581.jpg') center/cover no-repeat;transform:scale(1.08);transition:transform 10s ease-out}.hero.visible .hero-bg{transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(44,46,36,.1) 0%,rgba(44,46,36,.25) 40%,rgba(44,46,36,.78) 100%)}.hero-content{position:relative;z-index:2;padding:0 5vw 8vh;max-width:850px}.hero-tag{font-size:.72rem;letter-spacing:.4em;text-transform:uppercase;color:var(--sage);margin-bottom:1.5rem;opacity:0;transform:translateY(30px);animation:fadeUp 1s 1.2s ease forwards}.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3.2rem,7.5vw,6.5rem);font-weight:300;color:var(--cream);line-height:1.02;letter-spacing:-.02em;opacity:0;transform:translateY(40px);animation:fadeUp 1s 1.4s ease forwards}.hero h1 em{font-style:italic;font-weight:400;color:var(--sage-light)}.hero-sub{font-size:1.05rem;font-weight:300;color:rgba(244,242,236,.7);margin-top:1.5rem;letter-spacing:.03em;line-height:1.75;max-width:520px;opacity:0;transform:translateY(30px);animation:fadeUp 1s 1.6s ease forwards}.hero-actions{display:flex;gap:1.5rem;margin-top:2.5rem;opacity:0;transform:translateY(30px);animation:fadeUp 1s 1.8s ease forwards}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;font-family:'Jost',sans-serif;font-size:.76rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .4s ease}.btn-primary{background:var(--gold);color:var(--ink)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(74,92,56,.3)}.btn-ghost{background:transparent;color:var(--cream);border:1px solid rgba(244,242,236,.3)}.btn-ghost:hover{border-color:var(--sage);color:var(--sage)}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(244,242,236,.4);font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;animation:fadeUp 1s 2.2s ease forwards;opacity:0}.scroll-line{width:1px;height:40px;background:rgba(244,242,236,.2);position:relative;overflow:hidden}.scroll-line::after{content:'';position:absolute;top:-100%;width:100%;height:100%;background:var(--gold);animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%{top:-100%}50%{top:100%}100%{top:100%}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}section{position:relative}.section-pad{padding:7rem 5vw}.section-pad-lg{padding:9rem 5vw}.reveal{opacity:0;transform:translateY(45px);transition:opacity .9s ease,transform .9s ease}.reveal.visible{opacity:1;transform:translateY(0)}.section-tag{font-size:.68rem;letter-spacing:.4em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:300;line-height:1.15}.section-body{font-size:.95rem;font-weight:300;line-height:1.85;color:rgba(44,46,36,.65);max-width:540px}.divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:0 5vw}.divider-line{height:1px;flex:1;max-width:120px;background:var(--stone);opacity:.3}.divider-diamond{width:8px;height:8px;border:1px solid var(--gold);transform:rotate(45deg);opacity:.5}.amenities-bar{background:var(--ink);padding:2.5rem 5vw;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.amenity-item{display:flex;align-items:center;gap:.7rem;color:rgba(244,242,236,.5);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.amenity-icon{font-size:1.1rem;color:var(--sage)}.about{background:var(--linen)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1300px;margin:0 auto;align-items:center}.about-img-stack{position:relative}.about-img-main{position:relative;overflow:hidden;aspect-ratio:4/5}.about-img-main img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.about-img-main:hover img{transform:scale(1.03)}.about-img-float{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;overflow:hidden;border:6px solid var(--linen);box-shadow:0 10px 40px rgba(0,0,0,.1)}.about-img-float img{width:100%;height:100%;object-fit:cover}.about-accent{position:absolute;top:-20px;left:-20px;width:100px;height:100px;border:1px solid var(--gold);opacity:.3}.about-year{font-family:'Cormorant Garamond',serif;font-size:7rem;font-weight:300;color:var(--stone);opacity:.2;line-height:1;margin-bottom:-.5rem}.about-stats{display:flex;gap:3rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(196,184,165,.3)}.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.5rem;font-weight:300;color:var(--sage);line-height:1}.stat-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(44,46,36,.45);margin-top:.3rem}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-img-float{display:none}}.rooms{background:var(--ink);color:var(--cream)}.rooms .section-title{color:var(--cream)}.rooms .section-body{color:rgba(244,242,236,.55);margin:1rem auto 0;text-align:center}.rooms-header{text-align:center;margin-bottom:4rem}.rooms-scroll{overflow-x:auto;padding-bottom:2rem;scrollbar-width:none}.rooms-scroll::-webkit-scrollbar{display:none}.rooms-track{display:flex;gap:1.5rem;padding:0 5vw;min-width:max-content}.room-card{position:relative;overflow:hidden;width:380px;flex-shrink:0;cursor:pointer;text-decoration:none;color:var(--cream)}.room-card-img{aspect-ratio:3/4;overflow:hidden;position:relative}.room-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease,filter .8s ease;filter:brightness(.75)}.room-card:hover .room-card-img img{transform:scale(1.08);filter:brightness(.55)}.room-overlay{position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(44,46,36,.9))}.room-info{position:absolute;bottom:0;left:0;right:0;padding:2rem}.room-type{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--sage);margin-bottom:.4rem}.room-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.room-desc{font-size:.82rem;color:rgba(244,242,236,.5);font-weight:300;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease;opacity:0}.room-card:hover .room-desc{max-height:200px;opacity:1}.room-amenities-row{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;max-height:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease;opacity:0}.room-card:hover .room-amenities-row{max-height:100px;opacity:1}.room-amen{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(244,242,236,.4);padding:.3rem .6rem;border:1px solid rgba(244,242,236,.12);border-radius:2px}.room-arrow{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border:1px solid rgba(244,242,236,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cream);font-size:1rem;opacity:0;transform:translateY(10px);transition:all .4s ease}.room-card:hover .room-arrow{opacity:1;transform:translateY(0)}.rooms-nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.rooms-nav button{width:44px;height:44px;border:1px solid rgba(244,242,236,.2);border-radius:50%;background:transparent;color:var(--cream);font-size:1.2rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.rooms-nav button:hover{border-color:var(--sage);color:var(--sage)}@media(max-width:700px){.room-card{width:300px}}.gallery-strip{background:var(--cream);padding:5rem 0;overflow:hidden}.gallery-strip-header{text-align:center;margin-bottom:3rem;padding:0 5vw}.gallery-track{display:flex;gap:1rem;animation:gallerySlide 80s linear infinite;width:max-content}.gallery-track img{height:260px;width:auto;object-fit:cover;border-radius:2px;filter:grayscale(20%);transition:filter .4s}.gallery-track img:hover{filter:grayscale(0%)}@keyframes gallerySlide{from{transform:translateX(0)}to{transform:translateX(-50%)}}.culinary{background:var(--warm);overflow:hidden}.culinary-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:0;max-width:1400px;margin:0 auto}.culinary-img{position:relative;overflow:hidden}.culinary-img img{width:100%;height:100%;object-fit:cover;min-height:600px}.culinary-text{display:flex;flex-direction:column;justify-content:center;padding:5rem;background:var(--ink);color:var(--cream)}.culinary-text .section-body{color:rgba(244,242,236,.6);margin-top:1.5rem}.chef-portrait{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:2px solid var(--gold)}.chef-name{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:500;color:var(--sage);margin-top:2rem}.chef-title{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(244,242,236,.35);margin-top:.3rem}.culinary-badges{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.6rem;font-size:.72rem;letter-spacing:.08em;color:rgba(244,242,236,.45)}.badge-icon{width:32px;height:32px;border:1px solid rgba(74,92,56,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem}.culinary-includes{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(244,242,236,.08)}.culinary-includes h4{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem}.include-item{font-size:.82rem;color:rgba(244,242,236,.45);padding:.4rem 0;font-weight:300}@media(max-width:900px){.culinary-layout{grid-template-columns:1fr}.culinary-text{padding:3rem 2rem}.culinary-img img{min-height:350px}}.explore{background:var(--linen)}.explore-header{text-align:center;margin-bottom:4rem}.explore-header .section-body{margin:1rem auto 0}.explore-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.explore-card{background:white;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;border-bottom:3px solid transparent}.explore-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px var(--shadow);border-bottom-color:var(--sage)}.explore-card-img{height:200px;overflow:hidden}.explore-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.explore-card:hover .explore-card-img img{transform:scale(1.05)}.explore-card-body{padding:2rem}.explore-card h3{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:500;margin-bottom:.7rem}.explore-card p{font-size:.85rem;line-height:1.75;color:rgba(44,46,36,.55);font-weight:300}.explore-card ul{list-style:none;margin-top:1.2rem}.explore-card li{font-size:.8rem;color:rgba(44,46,36,.5);padding:.45rem 0;border-bottom:1px solid rgba(44,46,36,.05);display:flex;justify-content:space-between}.explore-card li span{color:var(--sage);font-weight:400;font-size:.75rem}@media(max-width:900px){.explore-cards{grid-template-columns:1fr;max-width:500px}}.testimonials{background:var(--ink);color:var(--cream);text-align:center;overflow:hidden}.testimonials .section-title{color:var(--cream)}.testimonial-carousel{max-width:800px;margin:4rem auto 0;position:relative;min-height:300px}.testimonial-slide{opacity:0;position:absolute;top:0;left:0;right:0;transition:opacity .8s ease;padding:0 2rem}.testimonial-slide.active{opacity:1}.testimonial-img{width:70px;height:70px;border-radius:50%;margin:0 auto 2rem;overflow:hidden;border:2px solid rgba(74,92,56,.3)}.testimonial-img img{width:100%;height:100%;object-fit:cover}.testimonial-quote{font-family:'Cormorant Garamond',serif;font-size:clamp(1.2rem,2.5vw,1.65rem);font-weight:300;font-style:italic;line-height:1.7;color:rgba(244,242,236,.85)}.testimonial-author{margin-top:2rem;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sage)}.testimonial-dots{display:flex;justify-content:center;gap:.8rem;margin-top:3rem}.t-dot{width:8px;height:8px;border-radius:50%;background:rgba(244,242,236,.15);cursor:pointer;transition:all .3s;border:none}.t-dot.active{background:var(--gold);transform:scale(1.3)}.history{background:var(--cream)}.history-header{text-align:center;margin-bottom:5rem}.timeline{max-width:900px;margin:0 auto;position:relative}.timeline::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--stone);opacity:.25}.tl-item{display:flex;align-items:flex-start;margin-bottom:4rem;position:relative}.tl-item:nth-child(odd){flex-direction:row-reverse}.tl-year{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:300;color:var(--stone);width:50%;text-align:center;padding-top:.5rem}.tl-content{width:50%;padding:0 2.5rem}.tl-content h3{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:500;margin-bottom:.5rem}.tl-content p{font-size:.85rem;line-height:1.75;color:rgba(44,46,36,.55);font-weight:300}.tl-dot{position:absolute;top:1rem;left:50%;transform:translateX(-50%);width:12px;height:12px;background:var(--gold);border-radius:50%;border:3px solid var(--cream);z-index:1}@media(max-width:768px){.timeline::before{left:20px}.tl-item,.tl-item:nth-child(odd){flex-direction:column;padding-left:50px}.tl-year{width:auto;text-align:left;font-size:2.5rem}.tl-content{width:auto;padding:0}.tl-dot{left:20px}}.cta-banner{position:relative;padding:10rem 5vw;text-align:center;overflow:hidden}.cta-bg{position:absolute;inset:0;background:url('https://willoughcollection.com/wp-content/uploads/willough-sign.jpg') center/cover no-repeat}.cta-overlay{position:absolute;inset:0;background:rgba(44,46,36,.8)}.cta-content{position:relative;z-index:2}.cta-content .section-title{color:var(--cream);margin-bottom:1rem}.cta-content .section-body{color:rgba(244,242,236,.55);margin:0 auto 2.5rem;text-align:center}footer{background:var(--ink);color:var(--cream);padding:5rem 5vw 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;padding-bottom:4rem;border-bottom:1px solid rgba(244,242,236,.06)}.footer-logo{height:80px;margin-bottom:1.5rem;opacity:.9;filter:brightness(0) invert(1)}.footer-brand p{font-size:.85rem;color:rgba(244,242,236,.4);font-weight:300;line-height:1.7;max-width:320px}.footer-col h4{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--sage);margin-bottom:1.2rem}.footer-col a{display:block;font-size:.85rem;color:rgba(244,242,236,.45);text-decoration:none;padding:.3rem 0;font-weight:300;transition:color .3s}.footer-col a:hover{color:var(--sage)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1300px;margin:2rem auto 0;font-size:.72rem;color:rgba(244,242,236,.2)}.footer-socials{display:flex;gap:1.5rem}.footer-socials a{color:rgba(244,242,236,.3);text-decoration:none;font-size:.78rem;transition:color .3s}.footer-socials a:hover{color:var(--sage)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.hero-actions{flex-direction:column;gap:1rem}.hero-content{padding:0 6vw 12vh}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.section-pad{padding:5rem 6vw}.section-pad-lg{padding:6rem 6vw}.amenities-bar{gap:1.5rem;padding:2rem 3vw}.amenity-item{font-size:.65rem}}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--olive-dark);color:#fff;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;border-radius:0 0 6px 6px;transition:top .2s}.skip-link:focus{top:0}*:focus-visible{outline:3px solid var(--focus);outline-offset:2px}*:focus:not(:focus-visible){outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.gallery-track{animation:none!important}.hero-bg{transform:none!important;transition:none!important}}.a11y-toggle{position:fixed;left:16px;bottom:16px;z-index:999;width:48px;height:48px;border-radius:50%;background:var(--olive-dark);color:#fff;border:2px solid var(--sage);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:transform .3s,background .3s}.a11y-toggle:hover,.a11y-toggle:focus-visible{transform:scale(1.1);background:var(--olive)}.a11y-toggle svg{width:22px;height:22px;fill:currentColor}.a11y-panel{position:fixed;left:16px;bottom:76px;z-index:998;width:280px;background:#fff;border:1px solid var(--sage-pale);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:1.5rem;display:none;flex-direction:column;gap:.6rem}.a11y-panel.open{display:flex}.a11y-panel h3{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;color:var(--olive-dark);margin-bottom:.3rem;padding-bottom:.6rem;border-bottom:1px solid var(--sage-pale)}.a11y-btn{display:flex;align-items:center;gap:.7rem;width:100%;padding:.65rem .8rem;border:1px solid var(--sage-pale);border-radius:6px;background:var(--cream);color:var(--body-text);cursor:pointer;font-family:'Jost',sans-serif;font-size:.82rem;font-weight:400;transition:all .2s;text-align:left}.a11y-btn:hover,.a11y-btn:focus-visible{background:var(--sage-pale);border-color:var(--olive-mid)}.a11y-btn.active{background:var(--olive-dark);color:#fff;border-color:var(--olive-dark)}.a11y-btn-icon{font-size:1.1rem;width:24px;text-align:center;flex-shrink:0}.a11y-reset{margin-top:.4rem;padding:.5rem;border:none;background:none;color:var(--olive-mid);font-family:'Jost',sans-serif;font-size:.75rem;cursor:pointer;text-decoration:underline;text-align:center}.a11y-reset:hover{color:var(--olive-dark)}html.a11y-large-text{font-size:20px}html.a11y-xl-text{font-size:24px}html.a11y-high-contrast{--cream:#fff;--white:#fff;--body-text:#000;--body-muted:#1a1a1a;--olive-dark:#1a2e0a;--olive:#2a3f1a;--olive-mid:#2a3f1a;--dark:#000;--dark-soft:#111;--sage-pale:#d0d0d0;--ink:#000}html.a11y-high-contrast .hero-overlay{background:rgba(0,0,0,.7)!important}html.a11y-high-contrast .cta-overlay{background:rgba(0,0,0,.85)!important}html.a11y-dyslexia,html.a11y-dyslexia *{font-family:'Verdana','Geneva',sans-serif!important;letter-spacing:.03em!important;word-spacing:.1em!important}html.a11y-links a{text-decoration:underline!important;text-underline-offset:3px!important}html.a11y-links .btn,html.a11y-links .nav-cta{text-decoration:none!important;outline:2px solid currentColor!important}html.a11y-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%234a5c38' opacity='0.7'/%3E%3Ccircle cx='16' cy='16' r='4' fill='white'/%3E%3C/svg%3E") 16 16,auto!important}html.a11y-spacing .section-body,html.a11y-spacing p,html.a11y-spacing li{line-height:2.2!important;letter-spacing:.04em!important;word-spacing:.12em!important}html.a11y-no-motion *,html.a11y-no-motion *::before,html.a11y-no-motion *::after{animation:none!important;transition:none!important}html.a11y-no-motion .reveal{opacity:1!important;transform:none!important}
