:root{--bark:#2C1F14;--clay:#8B4513;--sage:#4A6741;--sage-dk:#2E4228;--sage-lt:#D4E3CF;--oat:#F5F0E8;--stone:#E8E1D5;--sand:#C9BEA8;--text-sub:#5C5047;--white:#FFFFFF;--s1:.25rem;--s2:.75rem;--s3:1.5rem;--s4:2.5rem;--s5:4rem;--s6:7rem;--radius-sm:6px;--radius:14px;--radius-lg:24px;--shadow-sm:0 2px 10px rgba(44,31,20,.07);--shadow-md:0 8px 28px rgba(44,31,20,.13);--shadow-lg:0 20px 56px rgba(44,31,20,.18)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;background:var(--oat);color:var(--bark);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul{list-style:none}
h1,h2,h3,.serif{font-family:'Playfair Display',Georgia,serif}
h1{font-size:clamp(2.6rem,7vw,4.8rem);font-weight:800;line-height:1.08}
h2{font-size:clamp(1.9rem,4vw,3rem);font-weight:700;line-height:1.18}
h3{font-size:1.375rem;font-weight:600;line-height:1.3}
h4{font-size:1.125rem;font-family:'Inter',sans-serif;font-weight:600}
p{font-size:1rem;line-height:1.75}
.caption{font-size:.8125rem;font-family:'Inter',sans-serif;font-weight:500}
.container{max-width:1160px;margin-inline:auto;padding-inline:1.25rem}
@media(min-width:640px){.container{padding-inline:2rem}}
@media(min-width:1024px){.container{padding-inline:2.5rem}}
.section{padding-block:var(--s5)}
@media(min-width:1024px){.section{padding-block:var(--s6)}}
.eyebrow{display:inline-block;font-family:'Inter',sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);background:var(--sage-lt);padding:.35rem .9rem;border-radius:50px;margin-bottom:var(--s3)}
.eyebrow--light{background:rgba(212,227,207,.2);color:var(--sage-lt)}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:'Inter',sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:.02em;padding:.875rem 2rem;border-radius:50px;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap;line-height:1}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--sage);color:var(--white);box-shadow:0 4px 18px rgba(74,103,65,.30)}
.btn--primary:hover{background:var(--sage-dk);box-shadow:0 8px 28px rgba(46,66,40,.40)}
.btn--accent{background:var(--clay);color:var(--white);box-shadow:0 4px 18px rgba(139,69,19,.25)}
.btn--accent:hover{background:#722E0D;box-shadow:0 8px 28px rgba(139,69,19,.40)}
.btn--ghost{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.45)}
.btn--ghost:hover{border-color:var(--white);background:rgba(255,255,255,.10)}
.btn--sm{padding:.6rem 1.4rem;font-size:.875rem}
#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .3s,box-shadow .3s}
#navbar.scrolled{background:rgba(245,240,232,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 2px 20px rgba(44,31,20,.10);border-bottom:1px solid var(--stone)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo-wrap{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.nav-logo-img{height:36px;width:auto;display:block;filter:brightness(0) invert(1);transition:filter .3s}
#navbar.scrolled .nav-logo-img{filter:brightness(0) saturate(100%) invert(9%) sepia(20%) saturate(600%) hue-rotate(330deg) brightness(85%)}
.footer-logo-img{height:36px;width:auto;display:block;margin-bottom:1rem;filter:brightness(0) invert(1)}
.nav-links{display:none;align-items:center;gap:2rem}
@media(min-width:900px){.nav-links{display:flex}}
.nav-link{font-size:.875rem;font-weight:500;color:rgba(255,255,255,0.85);transition:color .2s;position:relative}
.nav-link::after{content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--clay);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.nav-link:hover{color:var(--white)}
.nav-link:hover::after{transform:scaleX(1)}
#navbar.scrolled .nav-link{color:var(--text-sub)}
#navbar.scrolled .nav-link:hover{color:var(--bark)}
.nav-cta{display:none}
@media(min-width:560px){.nav-cta{display:inline-flex}}
.nav-cta--scrolled{background:var(--sage)!important;color:var(--white)!important}
.hamburger{display:flex;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer;background:none;border:none;min-width:44px;min-height:44px;justify-content:center;align-items:center}
@media(min-width:900px){.hamburger{display:none}}
.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:background .3s}
#navbar.scrolled .hamburger span{background:var(--bark)}
#mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;background:var(--oat);border-bottom:3px solid var(--sage-lt);box-shadow:var(--shadow-md);padding:1.5rem 1.25rem 2rem;z-index:999}
#mobile-menu.open{display:block}
.mobile-link{display:block;padding:.9rem 0;font-size:1.05rem;font-weight:500;color:var(--bark);border-bottom:1px solid var(--stone);transition:color .2s}
.mobile-link:hover{color:var(--sage)}
.mobile-ctas{display:flex;gap:.75rem;margin-top:1.5rem}
.mobile-ctas .btn{flex:1;justify-content:center}
#hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-image:url('https://precisionyardco.com/wp-content/uploads/2026/05/hero-bg.avif');background-size:cover;background-position:center 45%}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 85% 65% at 50% 52%,rgba(18,26,14,.74) 0%,rgba(18,26,14,.34) 68%,transparent 100%),linear-gradient(180deg,rgba(20,28,16,.55) 0%,rgba(28,38,22,.28) 40%,rgba(28,38,22,.30) 60%,rgba(18,26,14,.62) 100%)}
.hero-content{position:relative;z-index:2;padding-top:80px}
.hero-location{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.80);padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin-bottom:1.25rem;backdrop-filter:blur(6px)}
.hero-h1{color:var(--white);margin-bottom:1.25rem;text-shadow:0 2px 14px rgba(0,0,0,.45)}
.hero-h1 em{font-style:normal;color:var(--sage-lt)}
.hero-sub{color:rgba(255,255,255,.92);text-shadow:0 1px 8px rgba(0,0,0,.55);font-size:clamp(1rem,2.5vw,1.2rem);max-width:520px;margin-bottom:2rem;line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2.5rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.25rem}
.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.92);text-shadow:0 1px 6px rgba(0,0,0,.6)}
.hero-trust-item svg{flex-shrink:0}
.stats-band{background:var(--bark);color:var(--white)}
.stats-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:0}
@media(min-width:640px){.stats-inner{grid-template-columns:repeat(4,1fr)}}
.stat-item{padding:2rem 1.5rem;text-align:center;border-right:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10)}
.stat-item:nth-child(2),.stat-item:nth-child(4){border-right:none}
@media(min-width:640px){.stat-item{border-bottom:none}.stat-item:nth-child(2){border-right:1px solid rgba(255,255,255,.10)}.stat-item:last-child{border-right:none}}
.stat-num{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:800;line-height:1;color:var(--sage-lt);display:block}
.stat-label{font-size:.8125rem;color:rgba(255,255,255,.72);font-weight:500;margin-top:.4rem;display:block}
.about-section{background:var(--white)}
.about-text-only{max-width:720px;margin-inline:auto}
.about-text-only h2{color:var(--bark);margin-bottom:1rem}
.about-text-only>p{color:var(--text-sub);margin-bottom:1.25rem}
.about-perks-row{display:grid;gap:1.25rem;margin-top:2rem}
@media(min-width:640px){.about-perks-row{grid-template-columns:repeat(3,1fr)}}
.about-perk{display:flex;align-items:flex-start;gap:.75rem}
.about-perk-icon{width:38px;height:38px;background:var(--sage-lt);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sage)}
.about-perk-text h4{color:var(--bark);font-size:.9375rem;margin-bottom:.2rem}
.about-perk-text p{font-size:.875rem;color:var(--text-sub);line-height:1.55}
.services-section{background:var(--oat)}
.services-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}
.service-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;border:2px solid var(--stone);display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}
.service-card--featured{border-color:var(--sage);box-shadow:var(--shadow-sm)}
.service-card--featured::before{content:'Most Popular';position:absolute;top:1.1rem;right:-1.9rem;background:var(--clay);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 2rem;transform:rotate(35deg)}
.service-card:hover{border-color:var(--sage);box-shadow:var(--shadow-md);transform:translateY(-4px)}
.service-icon{width:52px;height:52px;background:var(--sage-lt);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--sage);font-size:1.4rem;transition:background .2s,color .2s}
.service-card:hover .service-icon{background:var(--sage);color:var(--white)}
.service-card h3{color:var(--bark);margin-bottom:.4rem;font-size:1.25rem}
.price-tag{display:inline-block;background:var(--oat);border:1px solid var(--sand);color:var(--sage-dk);font-size:.8125rem;font-weight:700;padding:.25rem .75rem;border-radius:50px;margin-bottom:1rem}
.service-card p{font-size:.9rem;color:var(--text-sub);margin-bottom:1rem;line-height:1.65}
.includes-list{margin-bottom:1.5rem}
.includes-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-sub);padding:.28rem 0}
.includes-list li .check{color:var(--sage);font-size:.8rem;margin-top:3px;flex-shrink:0}
.pricing-box{background:var(--oat);border:1px solid var(--sand);border-radius:var(--radius-sm);padding:.9rem 1rem;margin-bottom:1.25rem}
.pricing-box-label{font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--sage-dk);margin-bottom:.5rem}
.pricing-row{display:flex;justify-content:space-between;font-size:.8rem;padding:.2rem 0;color:var(--text-sub)}
.pricing-row strong{color:var(--sage-dk);font-weight:700}
.pricing-box-note{font-size:.7rem;color:var(--text-sub);margin-top:.5rem;line-height:1.5}
.service-card .btn{margin-top:auto;width:100%;justify-content:center}
.not-included{background:transparent;border:2px dashed var(--sand);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-top:2.5rem;max-width:680px;margin-inline:auto;text-align:center}
.not-included p{font-size:.875rem;color:var(--text-sub);line-height:1.65}
.not-included strong{color:var(--bark)}
.why-section{background:var(--bark)}
.why-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
.why-card{padding:2.25rem 2rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);transition:background .2s,border-color .2s}
.why-card:hover{background:rgba(255,255,255,.08);border-color:rgba(212,227,207,.25)}
.why-icon{width:52px;height:52px;background:rgba(212,227,207,.12);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.35rem;color:var(--sage-lt);margin-bottom:1.25rem}
.why-card h3{color:var(--white);font-size:1.1rem;margin-bottom:.6rem}
.why-card p{color:rgba(255,255,255,.78);font-size:.875rem;line-height:1.65}
.gallery-section{background:var(--oat)}
.gallery-grid{display:grid;gap:.875rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
.gallery-item{border-radius:var(--radius);overflow:hidden;background:var(--stone);aspect-ratio:4/3;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(22,30,18,.75) 0%,transparent 55%);display:flex;align-items:flex-end;padding:.75rem;opacity:0;transition:opacity .3s}
.gallery-item:hover .gallery-overlay{opacity:1}
.gallery-overlay span{font-size:.8rem;font-weight:600;color:var(--white)}
.reviews-section{background:var(--stone)}
.reviews-header{text-align:center;margin-bottom:3rem}
.reviews-header h2{color:var(--bark)}
.review-meta{font-size:.875rem;color:var(--text-sub);margin-top:.5rem}
.review-stars{color:#C8860A;letter-spacing:.05em}
.reviews-grid{display:grid;gap:1.25rem;align-items:stretch}
@media(min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}
.review-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;border:2px solid var(--stone);display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s,transform .2s;height:100%}
.review-card:hover{box-shadow:var(--shadow-md);border-color:var(--sage-lt);transform:translateY(-3px)}
.review-quote{font-size:3.5rem;line-height:.6;color:var(--sage-lt);font-family:'Playfair Display',serif}
.review-text{font-size:.9375rem;color:var(--text-sub);line-height:1.7;flex:1}
.review-footer{display:flex;align-items:center;gap:.75rem;margin-top:auto}
.review-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--white);flex-shrink:0}
.review-name{font-size:.9rem;font-weight:600;color:var(--bark)}
.review-source{font-size:.75rem;color:var(--text-sub)}
.reviews-cta-card{background:linear-gradient(135deg,var(--sage-lt),rgba(212,227,207,.5));border-color:var(--sage-lt);align-items:center;justify-content:center;text-align:center}
.reviews-cta-card p{color:var(--text-sub);font-size:.875rem}
.reviews-cta-card .review-rating-big{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:800;color:var(--sage-dk)}
.cta-band{background:var(--clay);text-align:center;padding-block:var(--s5)}
@media(min-width:900px){.cta-band{padding-block:5rem}}
.cta-band h2{color:var(--white);margin-bottom:1rem}
.cta-band p{color:rgba(255,255,255,.78);max-width:480px;margin-inline:auto;margin-bottom:2rem;font-size:1.05rem}
.cta-band-actions{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center}
.how-section{background:var(--white)}
.how-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.how-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.how-grid{grid-template-columns:repeat(3,1fr)}}
.how-card{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:var(--oat);border-radius:var(--radius);border:2px solid transparent;transition:border-color .2s}
.how-card:hover{border-color:var(--sage-lt)}
.how-num{width:44px;height:44px;background:var(--sage);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:800;color:var(--white);flex-shrink:0}
.how-card h3{font-size:1rem;font-family:'Inter',sans-serif;margin-bottom:.35rem;color:var(--bark)}
.how-card p{font-size:.875rem;color:var(--text-sub);line-height:1.6}
.faq-section{background:var(--oat)}
.faq-list{max-width:760px;margin-inline:auto}
.faq-item{border-bottom:1px solid var(--sand)}
.faq-btn{width:100%;text-align:left;padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;color:var(--bark);background:none;border:none;cursor:pointer;gap:1rem;font-family:'Inter',sans-serif;transition:color .2s}
.faq-btn:hover{color:var(--sage)}
.faq-icon{font-size:1.2rem;font-weight:300;color:var(--sage);flex-shrink:0;line-height:1;transition:transform .25s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-answer{max-height:400px}
.faq-answer p{font-size:.9375rem;color:var(--text-sub);padding-bottom:1.25rem;line-height:1.75}
.contact-section{background:var(--white)}
.contact-grid{display:grid;gap:3rem}
@media(min-width:900px){.contact-grid{grid-template-columns:1fr 1fr;gap:5rem;align-items:start}}
.contact-info h2{color:var(--bark);margin-bottom:1rem}
.contact-info p{color:var(--text-sub);margin-bottom:2rem}
.contact-detail{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1.25rem}
.contact-icon{width:42px;height:42px;background:var(--sage-lt);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--sage-dk);font-size:1rem;flex-shrink:0}
.contact-detail h4{font-size:.8125rem;color:var(--text-sub);font-weight:500;margin-bottom:.2rem}
.contact-detail p{font-size:.9375rem;color:var(--bark);font-weight:600;margin:0}
.form-group{margin-bottom:1.25rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
label{display:block;font-size:.8125rem;font-weight:600;color:var(--bark);margin-bottom:.4rem}
.form-input{width:100%;padding:.75rem 1rem;background:var(--oat);border:2px solid var(--stone);border-radius:var(--radius-sm);font-family:'Inter',sans-serif;font-size:.9375rem;color:var(--bark);transition:border-color .2s,background .2s;outline:none}
.form-input:focus{border-color:var(--sage);background:var(--white)}
.form-input:focus-visible,.btn:focus-visible,.faq-btn:focus-visible,.nav-link:focus-visible,.footer-link:focus-visible,.hamburger:focus-visible,.mobile-link:focus-visible,.social-icon:focus-visible{outline:3px solid var(--sage);outline-offset:2px;border-radius:var(--radius-sm)}
.form-input.error{border-color:var(--clay)}
textarea.form-input{resize:vertical;min-height:120px}
select.form-input{cursor:pointer}
.form-submit{width:100%;justify-content:center;padding:1rem;font-size:1rem}
.form-note{font-size:.8rem;color:var(--text-sub);text-align:center;margin-top:.75rem;line-height:1.55}
#form-success{display:none}
.success-box{background:var(--sage-lt);border:2px solid var(--sage);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center}
.success-box h3{color:var(--sage-dk);margin-bottom:.5rem}
.success-box p{color:var(--text-sub);font-size:.9rem}
footer{background:var(--bark);color:rgba(255,255,255,.78);padding-top:3.5rem;padding-bottom:2rem}
.footer-grid{display:grid;gap:2.5rem;margin-bottom:2.5rem}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}
.footer-brand p{font-size:.875rem;line-height:1.65;max-width:280px;color:rgba(255,255,255,.78)}
.footer-socials{display:flex;gap:.6rem;margin-top:1.25rem}
.social-icon{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.75);font-size:.875rem;transition:border-color .15s,color .15s}
.social-icon:hover{border-color:var(--sage-lt);color:var(--sage-lt)}
.footer-col h4{font-family:'Inter',sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:1rem}
.footer-link{display:block;font-size:.875rem;color:rgba(255,255,255,.72);padding:.28rem 0;transition:color .15s}
.footer-link:hover{color:var(--sage-lt)}
.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:.6rem;color:rgba(255,255,255,.78)}
.footer-contact-item i{color:var(--sage-lt);width:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.8rem;color:rgba(255,255,255,.55)}
#float-cta{display:none;position:fixed;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:990;background:var(--sage-dk);color:var(--white);font-weight:700;font-size:.9375rem;padding:1rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-lg);justify-content:center;gap:.5rem;transition:transform .2s}
#float-cta:hover{transform:translateY(-2px)}
@media(max-width:767px){#float-cta{display:flex}}
@media(min-width:768px){#float-cta{display:none!important}}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-d1{transition-delay:.1s}
.reveal-d2{transition-delay:.2s}
.reveal-d3{transition-delay:.3s}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}}
.text-center{text-align:center}
.mt-1{margin-top:.5rem}
.mt-2{margin-top:1rem}
.mt-3{margin-top:1.5rem}
.mt-4{margin-top:2rem}
.mb-1{margin-bottom:.5rem}
.mb-2{margin-bottom:1rem}
.mb-3{margin-bottom:1.5rem}
.section-header{margin-bottom:3rem}
@media(min-width:1024px){.section-header{margin-bottom:4rem}}
.skip-link{position:absolute;top:-40px;left:0;background:var(--sage);color:var(--white);padding:.5rem 1rem;font-weight:600;z-index:9999;border-radius:0 0 var(--radius-sm) 0}
.skip-link:focus{top:0}
.field-err{display:block;font-size:.78rem;color:var(--clay);margin-top:.35rem;font-weight:600}
.field-err[hidden]{display:none}
