:root{--green:#104232;--green-deep:#0b2e23;--cream:#edf0e8;--cream-2:#e2e8dc;--white:#fff;--ink:#1c1f1d;--muted:#4f5652;--gold:#b8933f;--line:#d9d2c2;--radius:8px;--max:1140px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--white)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.15;margin:0 0 .5em;color:var(--green);font-weight:700}
h1{font-size:clamp(2rem,4.5vw,3rem)}
h2{font-size:clamp(1.6rem,3vw,2.2rem)}
h3{font-size:1.25rem}
p{margin:0 0 1em}
a{color:var(--green)}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.skip{position:absolute;left:-999px;top:0;background:var(--gold);color:var(--ink);padding:.6rem 1rem;z-index:100;font-weight:700}
.skip:focus{left:1rem;top:1rem}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}
.wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:700;color:var(--gold);margin-bottom:.6rem}
.lede{font-size:1.15rem;color:var(--muted)}
.muted{color:var(--muted)}
.small{font-size:.9rem}

/* header */
.site-header{background:var(--green);color:var(--white);border-bottom:4px solid var(--gold)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.8rem;padding-bottom:.8rem;flex-wrap:wrap}
.logo img{height:48px;width:auto;background:var(--white);padding:4px 8px;border-radius:4px}
.nav-desktop{display:flex;gap:1.4rem;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap}
.nav-desktop a{color:var(--white);text-decoration:none;font-weight:600;padding:.4rem 0;border-bottom:2px solid transparent}
.nav-desktop a:hover,.nav-desktop a[aria-current="page"]{border-bottom-color:var(--gold)}
.nav-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}
.nav-mobile{display:none;width:100%}
.nav-mobile summary{cursor:pointer;color:var(--white);font-weight:700;padding:.5rem 0;list-style:none}
.nav-mobile summary::before{content:"\2630  ";}
.nav-mobile ul{list-style:none;margin:.5rem 0 0;padding:0;border-top:1px solid rgba(255,255,255,.25)}
.nav-mobile li a{display:block;color:var(--white);text-decoration:none;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.15);font-weight:600}

/* buttons */
.btn{display:inline-block;padding:.8rem 1.4rem;border-radius:var(--radius);font-weight:700;text-decoration:none;border:2px solid var(--green);background:var(--green);color:var(--white);line-height:1.2;cursor:pointer;font-size:1rem}
.btn:hover{background:var(--green-deep);border-color:var(--green-deep)}
.btn.secondary{background:transparent;color:var(--green)}
.btn.secondary:hover{background:var(--cream-2)}
.btn.on-dark{background:var(--white);color:var(--green);border-color:var(--white)}
.btn.on-dark.secondary{background:transparent;color:var(--white)}
.btn.on-dark:hover,.btn.on-dark:focus-visible{background:var(--cream-2);color:var(--green);border-color:var(--cream-2)}
.btn[disabled]{opacity:.55;cursor:not-allowed}
.btn-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}

/* sections */
.section{padding:4.5rem 0}
.section.cream{background:var(--cream)}
.section.green{background:var(--green);color:var(--white)}
.section.green h2,.section.green h3,.section.green a:not(.btn){color:var(--white)}
.section.green .eyebrow{color:var(--gold)}
.section.tight{padding:2.5rem 0}
.section-head{max-width:720px;margin-bottom:2rem}

/* hero */
.hero{background:var(--cream);padding:3.5rem 0}
.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}
.hero img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;width:100%}
.hero-facts{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;gap:1rem 1.6rem;flex-wrap:wrap;color:var(--muted);font-size:.95rem}
.hero-facts li::before{content:"\2713  ";color:var(--green);font-weight:700}

/* proof strip */
.proof{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.proof > .proof-item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.2rem}
.proof strong{display:block;font-family:Georgia,serif;color:var(--green);font-size:1.15rem}

/* cards */
.grid{display:grid;gap:1.5rem}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.card .body{padding:1.2rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.card .body p{margin:0;color:var(--muted)}
.card .body a.more{margin-top:auto;font-weight:700}
.card.plain{border:0;background:transparent}
.section.green .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2)}
.section.green .card .body p{color:#e6e1d5}

/* steps */
.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;counter-reset:step}
.steps li{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;position:relative}
.steps li::before{counter-increment:step;content:counter(step);display:inline-block;width:2rem;height:2rem;border-radius:50%;background:var(--green);color:var(--white);text-align:center;line-height:2rem;font-weight:700;margin-bottom:.6rem}
.steps h3{margin-bottom:.3rem}

/* two-col */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.two-col img{border-radius:var(--radius);object-fit:cover;width:100%;aspect-ratio:4/3}
.badge{width:90px;height:auto;background:var(--green);padding:8px;border-radius:6px}
.facts{list-style:none;padding:0;margin:1rem 0}
.facts li{padding:.5rem 0;border-bottom:1px solid var(--line)}
.section.green .facts li{border-color:rgba(255,255,255,.2)}

/* recognition */
.recognition{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.recognition li{background:var(--white);border-left:4px solid var(--gold);padding:.9rem 1.1rem;border-radius:0 var(--radius) var(--radius) 0}
.recognition small{display:block;color:var(--muted)}

/* quote */
blockquote{margin:0;padding:1.6rem 2rem;background:var(--white);border-left:5px solid var(--green);border-radius:0 var(--radius) var(--radius) 0;font-family:Georgia,serif;font-size:1.2rem;max-width:820px}
blockquote footer{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.95rem;color:var(--muted);margin-top:.8rem}

/* news */
.news{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.news article{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.news article img{aspect-ratio:3/2;object-fit:cover;width:100%}
.news .body{padding:1rem 1.2rem}
.news time{color:var(--muted);font-size:.85rem}

/* faq */
.faq details{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);margin-bottom:.7rem}
.faq summary{cursor:pointer;padding:1rem 1.2rem;font-weight:700;color:var(--green);list-style:none;display:flex;justify-content:space-between;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;line-height:1}
.faq details[open] summary::after{content:"\2212"}
.faq details p{padding:0 1.2rem 1rem;margin:0}

/* breadcrumb */
.crumbs{font-size:.9rem;color:var(--muted);margin-bottom:1rem}
.crumbs a{color:var(--muted)}
.page-hero{background:var(--cream);padding:3rem 0}
.page-hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}
.page-hero img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;width:100%}
.glance{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.6rem}
.glance ul{margin:.5rem 0 0;padding-left:1.1rem}
.glance li{margin-bottom:.4rem}
.prose{max-width:760px}
.prose ul{padding-left:1.2rem}
.tag{display:inline-block;background:var(--cream-2);color:var(--green);border-radius:999px;padding:.2rem .7rem;font-size:.85rem;font-weight:700;margin:.2rem .3rem .2rem 0}

/* forms */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.2rem}
.form-grid .full{grid-column:1/-1}
label{display:block;font-weight:600;margin-bottom:.3rem}
input[type=text],input[type=email],input[type=tel],select,textarea{width:100%;padding:.7rem .8rem;border:1px solid #9a9a90;border-radius:6px;font:inherit;background:var(--white);color:var(--ink)}
textarea{min-height:130px}
fieldset{border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.2rem;margin:0}
legend{font-weight:700;padding:0 .4rem}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1rem}
.checks label{font-weight:400;display:flex;gap:.5rem;align-items:flex-start;margin:0}
.note{background:var(--cream-2);border-left:4px solid var(--gold);padding:.8rem 1rem;border-radius:0 6px 6px 0;font-size:.95rem}
.contact-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.6rem;margin-bottom:1.2rem}
.contact-card dl{margin:0}
.contact-card dt{font-weight:700;color:var(--green);margin-top:.6rem}
.contact-card dd{margin:0}
.portal{border:2px dashed var(--green);border-radius:var(--radius);padding:1.4rem 1.6rem;background:var(--white)}

/* footer */
.site-footer{background:var(--green-deep);color:#e6e1d5;padding:3rem 0 2rem;margin-top:2rem}
.site-footer .wrap{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}
.site-footer h3{color:var(--white);font-size:1.05rem}
.site-footer a{color:var(--white)}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.4rem}
.site-footer .legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;font-size:.85rem;color:#c9c3b3}
.proposal-tag{position:fixed;left:.6rem;bottom:.6rem;background:var(--ink);color:var(--white);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .6rem;border-radius:4px;opacity:.75;z-index:50}

/* responsive */
@media (max-width:1024px){
.proof,.grid.cols-4{grid-template-columns:repeat(2,1fr)}
.grid.cols-3,.news,.steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
.nav-desktop{display:none}
.nav-mobile{display:block}
.nav-actions{display:none}
.hero .wrap,.page-hero .wrap,.two-col{grid-template-columns:1fr}

.section{padding:3rem 0}
.site-footer .wrap{grid-template-columns:1fr}
}
@media (max-width:600px){
.proof,.grid.cols-2,.grid.cols-3,.grid.cols-4,.news,.steps,.recognition,.form-grid,.checks{grid-template-columns:1fr}
.btn{width:100%;text-align:center}
.btn-row{flex-direction:column}
blockquote{padding:1.2rem 1.2rem;font-size:1.05rem}
}

/* WordPress and native Elementor integration. Layout classes are shared with the approved prototype. */
body{overflow-wrap:break-word}
.preview-bar{background:#0b2e23;color:#e9e4d8;text-align:center;padding:5px 16px;font-size:11px;letter-spacing:.06em}
.site-header .wrap{flex-wrap:nowrap;gap:20px}
.logo{flex:0 0 auto}.logo img{width:64px;height:64px;object-fit:contain;padding:3px}
.nav-desktop{gap:18px;font-size:14px}.nav-actions{flex-wrap:nowrap;gap:8px}.nav-actions .btn{font-size:12px;padding:12px 13px;white-space:nowrap}
.nav-desktop li{position:relative}.nav-desktop .sub-menu{display:none;position:absolute;top:100%;left:-16px;background:var(--green-deep);min-width:225px;z-index:99;list-style:none;padding:12px 16px;box-shadow:0 12px 24px #0002;border-radius:0 0 8px 8px}.nav-desktop li:hover>.sub-menu,.nav-desktop li:focus-within>.sub-menu{display:block}.sub-menu a{display:block;padding:8px 0}.menu-toggle{display:none}
body .elementor{font-family:inherit;color:var(--ink);--kit-widget-spacing:0px}
body .elementor .pf-node{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;--widgets-spacing:0px;--gap:0px;--row-gap:0px;--column-gap:0px;min-width:0;max-width:100%;gap:0;flex-direction:column;flex-wrap:nowrap}
body .elementor .pf-widget{margin:0;min-width:0;max-width:100%;font-family:inherit;color:inherit}
body .elementor .pf-widget .elementor-widget-container{font-family:inherit}
body .elementor .pf-heading .elementor-heading-title{color:var(--green);font-family:Georgia,'Times New Roman',serif;font-weight:700;line-height:1.15;margin:0 0 .5em}
body .elementor .pf-heading h1.elementor-heading-title{font-size:clamp(2rem,4.5vw,3rem)}
body .elementor .pf-heading h2.elementor-heading-title{font-size:clamp(1.6rem,3vw,2.2rem)}
body .elementor .pf-heading h3.elementor-heading-title{font-size:1.25rem}
body .elementor .pf-text{font-size:17px;line-height:1.6}body .elementor .pf-text p:empty{display:none}
body .elementor .pf-text p:last-child{margin-bottom:0}
body .elementor .pf-text+.pf-text{margin-top:1em}
body .elementor .pf-node.wrap{width:100%;max-width:1140px;margin:0 auto;padding:0 20px}
body .elementor .pf-node.section{padding:72px 0}
body .elementor .pf-node.section.tight{padding:40px 0}
body .elementor .pf-node.hero{padding:56px 0;background:var(--cream)}
body .elementor .pf-node.page-hero{padding:48px 0;background:var(--cream)}
body .elementor .hero>.wrap,body .elementor .page-hero>.wrap,body .elementor .pf-node.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
body .elementor .page-hero>.wrap.single-hero{display:flex;max-width:1140px}
.single-hero>.pf-node{max-width:850px!important}
body .elementor .pf-node.align-start{align-items:start}
body .elementor .pf-image img{display:block;width:100%;height:auto;max-width:100%;border-radius:8px}
body .elementor .hero .pf-image img,body .elementor .page-hero .pf-image img{aspect-ratio:4/3;object-fit:cover}
body .elementor .page-hero .pf-image img{object-position:center 25%}
body .elementor .pf-image.badge{width:90px;margin-bottom:14px;padding:0}
body .elementor .pf-image.badge img{width:90px;aspect-ratio:auto;object-fit:contain}
body .elementor .pf-node.section-head{max-width:720px;margin-bottom:32px}
body .elementor .pf-node.proof,body .elementor .pf-node.grid{display:grid;gap:24px;align-items:stretch}
body .elementor .pf-node.proof,body .elementor .pf-node.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body .elementor .pf-node.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body .elementor .pf-node.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
body .elementor .proof>.proof-item{padding:16px 20px;margin:0;font-size:15px}
body .elementor .pf-node.card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white;height:100%}
body .elementor .pf-node.card.plain{border:0;background:transparent}
body .elementor .card .pf-image img{border-radius:0;aspect-ratio:4/3;object-fit:cover}
body .elementor .card .pf-image.portrait img{aspect-ratio:1;object-position:50% 20%}
body .elementor .pf-node.card>.body{padding:20px;gap:8px;flex:1;align-items:stretch}
body .elementor .card .body>.pf-text{margin:0}
body .elementor .card .body .pf-heading h3{margin:0}
body .elementor .pf-node.btn-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-top:24px}
body .elementor .pf-button{width:auto;align-self:flex-start}
body .elementor .pf-button .elementor-button{display:inline-block;font:700 16px/1.2 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;border:2px solid var(--green);border-radius:8px;background:var(--green);color:white;padding:13px 22px;text-decoration:none;transition:background .15s}
body .elementor .pf-button .elementor-button:hover{background:var(--green-deep);border-color:var(--green-deep)}
body .elementor .pf-button.secondary .elementor-button{background:transparent;color:var(--green)}
body .elementor .pf-button.secondary .elementor-button:hover{background:var(--cream-2)}
body .elementor .pf-button.on-dark .elementor-button{background:white;color:var(--green);border-color:white}
body .elementor .pf-button.on-dark.secondary .elementor-button{background:transparent;color:white}
body .elementor .pf-button.text-link .elementor-button{background:transparent;color:var(--green);padding:8px 0;border:none;text-align:left;text-decoration:underline;text-underline-offset:4px}
body .elementor .pf-more,body .elementor .card .pf-button{margin-top:auto!important;padding-top:12px}
body .elementor .pf-node.green{background:var(--green);color:white}
body .elementor .green .elementor-heading-title{color:white}
body .elementor .green .lede{color:#e6e1d5}
body .elementor .green .pf-text a:not(.btn){color:white}
body .elementor .pf-node.glance,body .elementor .pf-node.contact-card,body .elementor .pf-node.portal{padding:24px;border-radius:8px;border:1px solid var(--line);background:white}
body .elementor .pf-node.prose{max-width:820px;margin:0 auto}
body .elementor .pf-node.reading-content{width:100%;gap:18px}
body .elementor .reading-content .pf-text{margin:0}
body .elementor .reading-content .pf-text p{margin-bottom:1em}
body .elementor .reading-content .pf-text p:last-child{margin-bottom:0}
body .elementor .pf-node.single-image{max-width:820px;margin:auto;width:100%}
body .elementor .image-section .pf-image img{max-height:620px;object-fit:contain}
/* Give adjacent gallery photos matching frames, regardless of source dimensions. */
body .elementor .image-section .grid>.pf-image img{aspect-ratio:4/3;height:auto;max-height:none;object-fit:cover;object-position:center}
body .elementor .image-section .grid>.pf-image.pf-image-document img{object-fit:contain;background:var(--cream);padding:12px;border:1px solid var(--line)}
/* Let the archive photo set the row height so its original framing is preserved. */
body .elementor .pf-node.pf-history-gallery{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}
body .elementor .image-section .pf-history-gallery>.pf-history-archive img{aspect-ratio:777/472;object-fit:contain}
body .elementor .pf-history-celebration{position:relative;overflow:hidden;border-radius:8px}
body .elementor .image-section .pf-history-gallery>.pf-history-celebration img{position:absolute;inset:0;height:100%;aspect-ratio:auto;object-position:50% 55%}
body .elementor .pf-node.pf-purpose-section{padding:32px 0 64px}
body .elementor .pf-node.pf-purpose-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:64px;align-items:center;max-width:980px;width:100%;margin:auto;padding-top:40px;border-top:1px solid var(--line)}
body .elementor .pf-purpose-logo{width:220px;justify-self:center}
body .elementor .pf-purpose-logo img{border-radius:0}
body .elementor .pf-node.pf-purpose-copy{gap:24px}
body .elementor .pf-node.pf-purpose-item{gap:6px}
body .elementor .pf-purpose-item .pf-heading h2{font-size:24px;line-height:1.25;margin:0}
body .elementor .pf-purpose-item .pf-text{font-size:18px;line-height:1.6;max-width:50ch}
@media(max-width:900px){body .elementor .pf-node.pf-purpose-layout{grid-template-columns:180px minmax(0,1fr);gap:36px}body .elementor .pf-purpose-logo{width:180px}}
@media(max-width:600px){body .elementor .pf-node.pf-history-gallery,body .elementor .pf-node.pf-purpose-layout{grid-template-columns:1fr}body .elementor .image-section .pf-history-gallery>.pf-history-celebration img{position:static;height:auto;aspect-ratio:4/3}body .elementor .pf-purpose-logo{width:132px}body .elementor .pf-node.pf-purpose-layout{gap:28px;padding-top:28px}body .elementor .pf-purpose-item .pf-text{font-size:17px}}
body .elementor .pf-faq{width:100%;margin-top:12px}
body .elementor .elementor-accordion .elementor-accordion-item{border:1px solid var(--line);background:white;border-radius:8px;margin-bottom:10px;overflow:hidden}
body .elementor .elementor-accordion .elementor-tab-title{padding:20px;color:var(--green);font:700 17px/1.4 inherit}
body .elementor .elementor-accordion .elementor-tab-title a{color:var(--green);font-family:inherit;font-size:17px;line-height:1.4}
body .elementor .elementor-accordion .elementor-tab-content{color:var(--ink);padding:0 20px 20px;border:0;font-family:inherit;font-size:16px;line-height:1.65}
body .elementor .elementor-accordion .elementor-accordion-icon{color:var(--green)}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.news-card{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.news-card>a{display:block}.news-card img{width:100%;aspect-ratio:3/2;object-fit:cover}.news-card .body{padding:22px;display:flex;flex:1;flex-direction:column}.news-card h3{font-size:22px;margin:8px 0 16px}.news-card h3 a{text-decoration:none}.news-card .news-more{margin-top:auto;font-size:15px;font-weight:700}.news-date{font-size:13px;color:var(--muted);margin:0}
.local-form{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}.local-form .full{grid-column:1/-1}.local-form label{font-size:15px}.local-form input,.local-form select,.local-form textarea{margin-top:5px;font-size:16px}.local-form input[type=checkbox]{width:18px;height:18px;flex-shrink:0}.local-form .checks label{font-size:14px}.form-note{font-size:13px;margin:10px 0;color:var(--muted)}.form-status{font-size:15px;color:var(--green);font-weight:700;margin-top:12px}.local-form .btn{min-height:48px}
.site-footer{background:var(--green-deep);color:white;padding:48px 0 16px}.site-footer p{font-size:15px}.site-footer li{font-size:15px}.site-footer a{text-underline-offset:4px}
a,button,input,select,textarea,summary{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #b8933f;outline-offset:4px}
[id]{scroll-margin-top:20px}.page-content{max-width:1140px;margin:auto;padding:60px 20px}
@media(max-width:1100px){.nav-desktop{gap:12px;font-size:13px}.nav-actions .btn{font-size:11px;padding:10px}.site-header .wrap{gap:12px}}
@media(max-width:1024px){body .elementor .pf-node.proof,body .elementor .pf-node.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}body .elementor .pf-node.cols-3,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.site-header .wrap{flex-wrap:wrap;justify-content:space-between}.menu-toggle{display:block;border:1px solid #ffffff70;border-radius:6px;background:transparent;color:white;font:600 16px/1.2 inherit;padding:12px 20px}.site-nav{display:none;width:100%;order:3}.site-nav.is-open{display:block}.site-nav .nav-desktop{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-nav .nav-desktop a{display:block;min-height:44px;padding:10px 0}.site-nav .sub-menu{display:block;position:static;box-shadow:none;border:0;background:transparent;padding:0 0 8px 18px;font-size:14px}.nav-actions{display:none}body .elementor .hero>.wrap,body .elementor .page-hero>.wrap,body .elementor .pf-node.two-col{grid-template-columns:1fr;gap:28px}body .elementor .pf-node.section{padding:48px 0}body .elementor .pf-node.hero,body .elementor .pf-node.page-hero{padding:40px 0}.hero .pf-image,.page-hero .pf-image{order:0}.site-footer .wrap{grid-template-columns:1fr}.logo img{height:54px;width:54px}}
@media(max-width:600px){body .elementor .pf-node.proof,body .elementor .pf-node.cols-2,body .elementor .pf-node.cols-3,body .elementor .pf-node.cols-4,.news-grid,.local-form{grid-template-columns:1fr}body .elementor .pf-node.btn-row{flex-direction:column;align-items:stretch}body .elementor .pf-button{width:100%}body .elementor .pf-button .elementor-button{width:100%;min-height:48px}body .elementor .pf-node.section{padding:40px 0}body .elementor .pf-node.section.tight{padding:28px 0}body .elementor .pf-text{font-size:16px}.lede{font-size:17px}.hero-facts{flex-direction:column;gap:8px}.local-form .checks{grid-template-columns:1fr}.preview-bar{font-size:10px}.site-footer .wrap{gap:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Finish proof cards and improve small-text contrast. */
body .elementor .proof>.pf-text{padding:16px 20px;margin:0;background:white;border:1px solid var(--line);border-radius:8px;font-size:15px;align-self:stretch}
.eyebrow{color:#806323}.green .eyebrow{color:#dfc482}
body .elementor .elementor-accordion .elementor-tab-title{font-family:inherit;font-size:17px;font-weight:700;line-height:1.4}
body .elementor .pf-node.card .pf-image img{object-position:center 30%}

/* Team contacts remain separate, readable rows at every card width. */
body .elementor .pf-node.pf-team-card>.body{padding:24px;gap:8px}
body .elementor .pf-team-card .pf-heading h3{font-size:23px;line-height:1.25}
body .elementor .pf-team-card .pf-team-role{font-size:15px;line-height:1.5;color:var(--muted)}
body .elementor .pf-team-card .pf-team-contacts{display:flex;flex-direction:column;gap:4px;list-style:none;padding:16px 0 0;margin:16px 0 0;border-top:1px solid var(--line)}
body .elementor .pf-team-card .pf-team-contacts li{margin:0;padding:0;min-width:0}
body .elementor .pf-team-card .pf-team-contacts a{display:inline-block;max-width:100%;padding:3px 0;font-size:15px;line-height:1.6;color:var(--green);text-decoration:underline;text-decoration-color:#10423255;text-underline-offset:3px;overflow-wrap:anywhere}
body .elementor .pf-team-card .pf-team-contacts a:hover{text-decoration-color:currentColor}
body .elementor .pf-team-card .pf-team-phone{white-space:nowrap}
@media(max-width:600px){body .elementor .pf-node.pf-team-grid{gap:24px}body .elementor .pf-node.pf-team-card>.body{padding:22px}body .elementor .pf-team-card .pf-team-contacts a{padding:7px 0}}

/* Visual review: keep portraits, contact groups and service rows easy to scan. */
.news-card-portrait img{object-position:center 12%}
body .elementor #existing-customers .grid+.grid{margin-top:24px}
body .elementor #existing-customers .grid>.contact-card,
body .elementor #existing-customers .grid>.portal{margin-bottom:0;height:100%}
body .elementor .pf-order-shortcut{margin-top:22px}
@media(max-width:600px){
 body .elementor .pf-practice-grid .card{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:start;padding:20px;gap:16px}
 body .elementor .pf-practice-grid .card>.pf-image{width:76px}
 body .elementor .pf-practice-grid .card .pf-image img{height:76px;aspect-ratio:1;object-fit:contain;border-radius:0}
 body .elementor .pf-practice-grid .card>.body{padding:0;min-width:0}
 body .elementor .pf-practice-grid .pf-text{font-size:15px}
}
