:root{--clr-primary:#003f22;--clr-primary-dark:#002916;--clr-secondary:#c8f57a;--clr-tertiary:#28b463;--clr-accent:#7ec850;--clr-accent2:#d4ff00;--clr-bg:#fff;--clr-bg-alt:#f5f8f2;--clr-text:#1c2b1c;--clr-text-muted:#556b55;--clr-border:#d6e8d0;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--nav-height:72px;--content-max:1200px;--radius:6px;--radius-lg:12px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 28px #00000024;font-family:var(--font-sans);color:var(--clr-text);background:var(--clr-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{font-family:var(--font-sans);color:var(--clr-primary);margin:0 0 .75rem;line-height:1.2}h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}h2{font-size:clamp(1.35rem,3vw,2rem);font-weight:700}h3{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600}p{margin:0 0 1rem}a{color:var(--clr-tertiary)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 1.5rem}.page-header{background:var(--clr-primary);text-align:center;padding:3.5rem 1.5rem 3rem}.page-header h1{color:#fff;margin-bottom:.5rem}.page-subtitle{color:var(--clr-secondary);margin:0;font-size:1.05rem}.page-body{max-width:var(--content-max);margin:0 auto;padding:3rem 1.5rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.4rem;padding:.65rem 1.5rem;font-size:.925rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.btn-primary{background:var(--clr-primary);color:#fff}.btn-primary:hover{background:var(--clr-primary-dark);color:#fff}.btn-cta{background:var(--clr-secondary);color:var(--clr-primary)}.btn-cta:hover{background:var(--clr-accent2);color:var(--clr-primary)}.btn-outline{color:var(--clr-primary);border:2px solid var(--clr-primary);background:0 0}.btn-outline:hover{background:var(--clr-primary);color:#fff}.section{padding:4rem 1.5rem}.section-alt{background:var(--clr-bg-alt)}.section-dark{background:var(--clr-primary);color:#fff}.section-dark h2,.section-dark h3{color:var(--clr-secondary)}.section-title{margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.1rem)}.section-sub{color:var(--clr-text-muted);margin-bottom:2.5rem;font-size:1.05rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.text-card{padding:1em}.card-img{aspect-ratio:16/9;width:100%}.card-img.pad-1{padding:1em}.card-body{padding:1.25rem}.card-body h3{margin-bottom:.4rem}.stub-notice{background:var(--clr-bg-alt);border:2px dashed var(--clr-border);border-radius:var(--radius);text-align:center;color:var(--clr-text-muted);margin:2rem 0;padding:2rem}.navbar{z-index:200;background:var(--clr-primary);transition:box-shadow .2s;position:sticky;top:0}.navbar.scrolled{box-shadow:0 2px 12px #00000059}.navbar-inner{max-width:1400px;height:var(--nav-height);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.navbar-logo img{width:auto;height:44px;display:block}.navbar-logo-text{color:#fff;letter-spacing:.01em;white-space:nowrap;font-size:1.05rem;font-weight:700}.navbar-desktop{align-items:center;gap:.25rem;display:flex}.navbar-menu{height:var(--nav-height);align-items:stretch;margin:0;padding:0;list-style:none;display:flex}.nav-item{align-items:center;display:flex;position:relative}.nav-trigger{color:#ffffffe0;letter-spacing:.2px;white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;height:100%;padding:0 .8rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.nav-trigger:hover,.nav-trigger.active{color:var(--clr-secondary)}.nav-chevron{opacity:.75;flex-shrink:0;width:10px;height:6px;transition:transform .2s}.nav-item:hover .nav-chevron{transform:rotate(180deg)}.dropdown-menu{background:var(--clr-primary-dark);border-top:2px solid var(--clr-secondary);border-radius:0 0 var(--radius) var(--radius);opacity:0;visibility:hidden;pointer-events:none;min-width:230px;margin:0;padding:.4rem 0;list-style:none;transition:opacity .15s,transform .15s,visibility 0s .15s;position:absolute;top:100%;left:0;transform:translateY(-6px);box-shadow:0 8px 24px #0000004d}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .15s,transform .15s;transform:translateY(0)}.dropdown-item{color:#ffffffd1;white-space:nowrap;padding:.6rem 1.25rem;font-size:.875rem;text-decoration:none;transition:color .12s,background .12s,padding-left .12s;display:block}.dropdown-item:hover,.dropdown-item.active{color:var(--clr-secondary);background:#ffffff0d;padding-left:1.5rem}.nav-cta{background:var(--clr-secondary);border-radius:var(--radius);white-space:nowrap;flex-shrink:0;align-items:center;margin-left:.75rem;padding:.5rem 1.2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex;color:var(--clr-primary)!important}.nav-cta:hover{background:var(--clr-accent2)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.nav-hamburger span{background:#ffffffe6;border-radius:2px;width:100%;height:2px;transition:transform .28s,opacity .28s;display:block}.nav-hamburger.open span:first-child{transform:translateY(8px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.navbar-mobile{background:var(--clr-primary);border-top:1px solid #ffffff1a;max-height:0;transition:max-height .3s;display:none;overflow:hidden}.navbar-mobile.open{max-height:90vh;overflow-y:auto}.mobile-item{border-bottom:1px solid #ffffff12}.mobile-item-row{align-items:stretch;display:flex}.mobile-item-link{color:#ffffffe0;flex:1;padding:.85rem 1.5rem;font-size:.925rem;font-weight:500;text-decoration:none;display:block}.mobile-item-link.solo{width:100%}.mobile-item-link:hover{color:var(--clr-secondary)}.mobile-toggle{color:#ffffffe0;cursor:pointer;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:.4rem;padding:.85rem 1.5rem;font-size:.925rem;font-weight:500;display:flex}.mobile-toggle.full-width{justify-content:space-between;width:100%}.mobile-toggle .nav-chevron{transition:transform .2s}.mobile-item.open .mobile-toggle .nav-chevron{transform:rotate(180deg)}.mobile-dropdown{background:#0000002e;max-height:0;margin:0;padding:0;list-style:none;transition:max-height .25s;overflow:hidden}.mobile-item.open .mobile-dropdown{max-height:400px}.mobile-dropdown-item{color:#ffffffbf;padding:.65rem 1.5rem .65rem 2.25rem;font-size:.875rem;text-decoration:none;display:block}.mobile-dropdown-item:hover{color:var(--clr-secondary)}.mobile-cta-wrap{padding:1rem 1.5rem}.mobile-cta-btn{justify-content:center;width:100%}@media (width<=960px){.navbar-desktop{display:none}.nav-hamburger{display:flex}.navbar-mobile{display:block}}.footer{background:var(--clr-primary-dark);color:#ffffffc7;margin-top:auto}.footer-inner{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;padding-top:3.5rem;padding-bottom:2.5rem;display:grid}.footer-brand p{margin:.875rem 0 1.25rem;font-size:.875rem;line-height:1.65}.footer-logo{width:auto;height:60px;display:block}.footer-cta{font-size:.875rem}.footer-col h4{color:var(--clr-secondary);letter-spacing:.09em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.footer-col a{color:#ffffffa6;font-size:.875rem;text-decoration:none;transition:color .15s}.footer-col a:hover{color:var(--clr-secondary)}.footer-certified p{margin-bottom:1rem;font-size:.85rem;line-height:1.6}.footer-cert-logos{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer-cert-logos img{object-fit:contain;width:auto;height:60px}.footer-cert-logos img:first-child{filter:grayscale(.15)}.footer-tagline{border-top:1px solid #ffffff14;padding-top:1.25rem;padding-bottom:1.25rem}.footer-tagline p{color:#fff6;max-width:700px;margin:0;font-size:.8rem;line-height:1.6}.footer-bottom{text-align:center;color:#ffffff4d;border-top:1px solid #ffffff0f;padding:1rem 1.5rem;font-size:.8rem}.footer-bottom p{margin:0}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=520px){.footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:unset}}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:580px;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(135deg,#002916d9 0%,#003f22a6 55%,#00291673 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:680px;padding-top:4rem;padding-bottom:5rem;position:relative}.hero-eyebrow{color:var(--clr-secondary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.hero-heading{color:#fff;margin-bottom:.75rem;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:800;line-height:1.08}.hero-tagline{color:var(--clr-secondary);margin-bottom:1rem;font-size:1.15rem;font-style:italic;font-weight:500}.hero-sub{color:#ffffffd1;max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.875rem;display:flex}.btn-outline-light{border-radius:var(--radius);color:#fff;background:0 0;border:2px solid #ffffff8c;align-items:center;padding:.65rem 1.5rem;font-size:.925rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.btn-outline-light:hover{border-color:var(--clr-secondary);color:var(--clr-secondary)}.hero-badge{z-index:2;object-fit:contain;filter:drop-shadow(0 2px 8px #0006);width:110px;height:110px;position:absolute;bottom:2rem;right:2.5rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.project-card{border-radius:var(--radius);aspect-ratio:4/3;cursor:pointer;position:relative;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.project-card:hover img{transform:scale(1.06)}.project-label{color:#fff;background:linear-gradient(#0000,#002916e0);padding:.6rem .875rem;font-size:.9rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.hof-section{text-align:center}.hof-header{max-width:620px;margin:0 auto 2.5rem}.hof-logo{object-fit:contain;height:250px;margin:0 auto 1.5rem;width:420px!important}.hof-header h2{color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,1.9rem)}.hof-rule{background:var(--clr-secondary);border-radius:2px;width:48px;height:3px;margin:0 auto 1.25rem}.hof-header p{color:var(--clr-text);margin-bottom:.25rem;font-size:1rem;font-weight:600;line-height:1.65}.hof-cta-text{font-style:italic;color:var(--clr-text-muted)!important;font-weight:400!important}.hof-gallery{grid-template-columns:repeat(3,1fr);gap:.625rem;display:grid}.hof-gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);width:100%;transition:opacity .2s}.hof-gallery img:hover{opacity:.88}.service-card{color:var(--clr-text);flex-direction:column;text-decoration:none;display:flex}.service-card h3{color:var(--clr-primary);margin-bottom:.35rem}.service-card p{color:var(--clr-text-muted);margin-bottom:.75rem;font-size:.9rem;line-height:1.55}.card-link{color:var(--clr-tertiary);margin-top:auto;font-size:.875rem;font-weight:600}.build-section{background:var(--clr-bg-alt)}.build-inner{align-items:center;gap:3rem;display:flex}.build-badge{object-fit:contain;flex-shrink:0;width:160px;height:160px}.build-text h2{color:var(--clr-primary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.1rem)}.build-text p{max-width:600px;margin-bottom:1.5rem;line-height:1.7}.build-text a[href=\/contact],.build-text a[href=\/about]{color:var(--clr-tertiary);font-weight:600}.cta-band{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-band h2{color:var(--clr-secondary);margin-bottom:.4rem}.cta-band p{color:#ffffffb8;margin:0}.affiliations-label{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--clr-text-muted);margin-bottom:1.5rem;font-size:.78rem;font-weight:700}.affiliations-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.affiliation-logo{object-fit:contain;width:auto;height:80px;transition:transform .2s}.affiliation-logo:hover{transform:scale(1.12)}.project-card{text-align:left;cursor:zoom-in;background:0 0;border:none;width:100%;padding:0;display:block}.modal-backdrop{z-index:1000;background:#000000d1;justify-content:center;align-items:center;padding:1.5rem;animation:.18s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-close{color:#fff;cursor:pointer;z-index:1001;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.25rem;line-height:1;transition:background .15s;display:flex;position:fixed;top:1.25rem;right:1.5rem}.modal-close:hover{background:#ffffff40}.modal-figure{width:min(70vw,640px);margin:0;animation:.2s scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.modal-figure img{object-fit:contain;border-radius:var(--radius);width:100%;height:auto;max-height:80vh;display:block;box-shadow:0 24px 60px #0009}.modal-figure figcaption{color:#fffc;text-align:center;letter-spacing:.02em;margin-top:.875rem;font-size:.95rem;font-weight:600}@media (width<=768px){.hero{min-height:480px}.hero-badge{width:80px;height:80px;bottom:1rem;right:1rem}.projects-grid,.hof-gallery{grid-template-columns:repeat(2,1fr)}.build-inner{text-align:center;flex-direction:column}.build-badge{width:120px;height:120px}}@media (width<=480px){.projects-grid,.hof-gallery{grid-template-columns:1fr}.affiliations-row{gap:1.5rem}}.cs-hero{background-position:50%;background-size:cover;align-items:flex-end;min-height:280px;display:flex;position:relative}.cs-hero-overlay{background:linear-gradient(#0000 0%,#00291659 40%,#002916bf 100%);position:absolute;inset:0}.cs-hero-content{z-index:1;padding-bottom:2rem;position:relative}.cs-hero-content h1{color:#fff;text-shadow:0 2px 12px #0006;margin:0;font-size:clamp(2.8rem,7vw,4.5rem);font-weight:900;line-height:1}.cs-intro{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.cs-heading{color:var(--clr-primary);max-width:520px;margin-bottom:.5rem;font-size:clamp(1.4rem,3vw,2rem)}.cs-sub{color:var(--clr-text-muted);margin:0;font-size:.95rem}.cs-badge{object-fit:contain;flex-shrink:0;width:88px;height:88px}.court-preview{max-width:580px;box-shadow:var(--shadow-md);background:#fff;border:3px solid #ccc;border-radius:4px;flex-direction:column;gap:3px;margin:0 auto 2.5rem;display:flex;overflow:hidden}.court-strip{background-repeat:repeat;background-size:auto;height:58px}.court-rows{flex-direction:column;gap:3px;display:flex}.court-row{gap:3px;height:110px;display:flex}.court-side{background-repeat:repeat;background-size:auto;flex-shrink:0;width:70px}.court-area{background-repeat:repeat;background-size:auto;flex:1;transition:background-image .15s}.cs-palette{text-align:center;margin-bottom:1.75rem}.cs-palette-label{letter-spacing:.04em;color:var(--clr-text);margin-bottom:.75rem;font-size:.875rem;font-weight:700}.cs-swatches{justify-content:center;gap:.625rem;display:flex}.cs-swatch{cursor:pointer;background-repeat:repeat;background-size:auto;border:3px solid #0000;border-radius:50%;outline:none;width:46px;height:46px;padding:0;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 4px #0003}.cs-swatch:hover{transform:scale(1.12)}.cs-swatch.active{border-color:var(--clr-primary);box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--clr-primary), 0 2px 8px #00000040;transform:scale(1.18)}@media (width<=600px){.cs-intro{text-align:center;flex-direction:column-reverse;align-items:center}.cs-heading{max-width:none}.court-row{height:80px}.court-side{width:48px}.court-strip{height:44px}}.ngi-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ngi-checklist h2{margin-bottom:1.25rem}.ngi-checklist-label{text-transform:uppercase;letter-spacing:.08em;color:var(--clr-text-muted);margin-bottom:1rem;font-size:.78rem;font-weight:700;text-decoration:underline}.ngi-advantages{margin:0;padding:0;list-style:none}.ngi-advantages li{border-bottom:1px solid var(--clr-border);align-items:center;gap:.6rem;padding:.45rem 0;font-weight:500;display:flex}.ngi-advantages li:last-child{border-bottom:none}.ngi-advantages li:before{content:"✓";color:var(--clr-tertiary);flex-shrink:0;font-size:1.05rem;font-weight:700}.ngi-checklist p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:.975rem;line-height:1.75}.ngi-advantages{margin-bottom:1.5rem}.ngi-desc-img{object-position:center;border-radius:var(--radius);width:100%;height:220px;margin-bottom:1.5rem;display:block}.ngi-features-title,.ngi-features-sub{text-align:center}.ngi-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.ngi-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.ngi-cta p{color:#ffffffb8;margin:0}@media (width<=768px){.ngi-intro{grid-template-columns:1fr;gap:2rem}.ngi-cta{text-align:center;flex-direction:column}}.cushion-split{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.cushion-text h2{margin-bottom:1.25rem}.cushion-text p{margin-bottom:1rem;line-height:1.75}.cushion-note{color:var(--clr-text-muted);border-left:3px solid var(--clr-border);margin-top:1.25rem;padding-left:.875rem;font-size:.9rem;font-style:italic}.cushion-diagram,.cushion-court{justify-content:center;align-items:center;min-height:380px;display:flex}.cushion-diagram img{border-radius:var(--radius-lg);height:275px;box-shadow:var(--shadow-md)}.cushion-court img{border-radius:var(--radius-lg);height:325px;box-shadow:var(--shadow-md)}.cushion-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cushion-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.cushion-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.cushion-split{grid-template-columns:1fr;gap:2rem}.cushion-split .cushion-text{order:1}.cushion-split .cushion-diagram{order:2}.cushion-diagram{min-height:260px}}@media (width<=600px){.cushion-cta{text-align:center;flex-direction:column}}.clay-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.clay-text h2{margin-bottom:1.25rem}.clay-text p{line-height:1.75}.clay-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.clay-advantages{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.clay-adv-card .card-body h3{color:var(--clr-primary);margin-bottom:.6rem}.clay-adv-card .card-body p{color:var(--clr-text-muted);margin:0;font-size:.93rem;line-height:1.7}.clay-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.clay-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.clay-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.clay-intro{grid-template-columns:1fr;gap:2rem}}@media (width<=680px){.clay-advantages{grid-template-columns:1fr}.clay-cta{text-align:center;flex-direction:column}}.hydro-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hydro-text h2{margin-bottom:1.25rem}.hydro-text p{margin-bottom:1rem;line-height:1.75}.hydro-text .btn{margin-top:.5rem}.hydro-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.hydro-benefits{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.hydro-benefits .card-body h3{color:var(--clr-primary);margin-bottom:.6rem}.hydro-benefits .card-body p{color:var(--clr-text-muted);margin:0;font-size:.93rem;line-height:1.7}.hydro-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.hydro-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.hydro-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.hydro-intro{grid-template-columns:1fr;gap:2rem}}@media (width<=680px){.hydro-benefits{grid-template-columns:1fr}.hydro-cta{text-align:center;flex-direction:column}}.tc-intro{max-width:760px}.tc-intro p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:1.025rem;line-height:1.8}.tc-intro .btn{margin-top:.5rem}.tc-section-title{margin-bottom:1.75rem}.card-link{color:inherit;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.card-link:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.card-link h3{color:var(--clr-primary);margin-bottom:.5rem}.card-link p{color:var(--clr-text-muted);flex:1;margin:0 0 1rem;font-size:.925rem;line-height:1.7}.tc-card-cta{color:var(--clr-tertiary);font-size:.875rem;font-weight:700}.tc-gallery{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.tc-gallery-item{border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden}.tc-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.tc-gallery-item:hover img{transform:scale(1.03)}.tc-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.tc-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.tc-cta p{color:#ffffffb8;margin:0}@media (width<=700px){.tc-gallery{grid-template-columns:repeat(2,1fr)}.tc-cta{text-align:center;flex-direction:column}}@media (width<=450px){.tc-gallery{grid-template-columns:1fr}}.hartru-compare-heading{text-align:center;margin-bottom:.5rem}.hartru-compare-sub{text-align:center;color:var(--clr-text-muted);max-width:600px;margin:0 auto 2.5rem}.compare-tables{flex-direction:column;gap:1.5rem;display:flex}.compare-table{border:1px solid var(--clr-border);border-radius:var(--radius-lg);overflow:hidden}.compare-header{background:var(--clr-primary);grid-template-columns:1fr 1fr;display:grid}.compare-label{text-align:center;letter-spacing:.02em;padding:.65rem 1.25rem;font-size:.925rem;font-weight:700}.clay-label{color:var(--clr-secondary);border-right:1px solid #ffffff26}.hard-label{color:#ffffffbf}.compare-body{grid-template-columns:1fr 1fr;display:grid}.compare-list{border-right:1px solid var(--clr-border);margin:0;padding:0;list-style:none}.compare-list--hard{border-right:none}.compare-list li{color:var(--clr-text);border-bottom:1px solid var(--clr-border);cursor:default;background-color:#edf7e3;align-items:baseline;gap:.5rem;padding:.5rem 1.25rem;font-size:.93rem;font-weight:500;display:flex}.compare-list li:last-child{border-bottom:none}.compare-list--hard li{color:#3a3a3a;background-color:#f0f0f0}.compare-list li:before{content:"▶";color:var(--clr-tertiary);flex-shrink:0;font-size:.55rem;position:relative;top:-1px}.compare-list--hard li:before{color:#aaa}.hartru-pros{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hartru-pros-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.hartru-pros-text h2{margin-bottom:1.25rem}.hartru-pros-text p{margin-bottom:1rem;line-height:1.75}.hartru-benefits{flex-direction:column;gap:1.25rem;display:flex}.hartru-benefits .card-body h3{color:var(--clr-primary);margin-bottom:.5rem}.hartru-benefits .card-body p{color:var(--clr-text-muted);margin:0;line-height:1.75}.hartru-construction{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hartru-construction-text h2{margin-bottom:1.25rem}.hartru-construction-text p{margin-bottom:1rem;line-height:1.75}.hartru-construction-text .btn{margin-top:.5rem}.hartru-construction-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.hartru-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.hartru-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.hartru-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.hartru-pros,.hartru-construction{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.compare-label{padding:.55rem .75rem;font-size:.8rem}.compare-list li{font-size:.87rem}.hartru-cta{text-align:center;flex-direction:column}}.repairs-heading{text-align:center;margin-bottom:.5rem}.repairs-intro{text-align:center;color:var(--clr-text-muted);max-width:640px;margin:0 auto 2rem;line-height:1.7}.repairs-split{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.repairs-split--img-left .repairs-photo{order:-1}.repairs-claim{color:var(--clr-text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--clr-border);margin-bottom:1rem;padding-bottom:.75rem;font-size:.85rem;font-weight:600}.repairs-list{margin:0;padding:0;list-style:none}.repairs-list li{border-bottom:1px solid var(--clr-border);align-items:center;gap:.65rem;padding:.45rem 0;font-size:.95rem;font-weight:500;display:flex}.repairs-list li:last-child{border-bottom:none}.repairs-list li:before{content:"✓";color:var(--clr-tertiary);flex-shrink:0;font-size:1rem;font-weight:700}.repairs-logo{justify-content:center;align-items:center;display:flex}.repairs-logo img{object-fit:contain;width:100%;max-width:280px;height:auto}.repairs-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.repairs-detail h3{margin-bottom:1.25rem}.repairs-detail p{color:var(--clr-text-muted);margin-bottom:1rem;line-height:1.75}.repairs-detail p:last-child{margin-bottom:0}.repairs-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.repairs-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.repairs-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.repairs-split{grid-template-columns:1fr;gap:2rem}.repairs-split--img-left .repairs-photo{order:0}.repairs-logo img{max-width:220px}}@media (width<=600px){.repairs-cta{text-align:center;flex-direction:column}}.lf-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lf-split--reverse .lf-photo{order:-1}.lf-text h2{margin-bottom:1.25rem}.lf-text p{margin-bottom:1rem;line-height:1.75}.lf-text .btn{margin-top:.25rem}.lf-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.lf-brochure{background:var(--clr-bg-alt);border:1px solid var(--clr-border);border-radius:var(--radius-lg);grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:2.5rem;display:grid}.lf-brochure-text h3{margin-bottom:.75rem}.lf-brochure-text p{color:var(--clr-text-muted);margin-bottom:1.5rem;line-height:1.7}.lf-brochure-preview{border-radius:var(--radius);width:180px;box-shadow:var(--shadow-md);flex-shrink:0;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;position:relative;overflow:hidden}.lf-brochure-preview:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.lf-brochure-preview img{width:100%;height:auto;display:block}.lf-brochure-badge{background:var(--clr-primary);color:var(--clr-secondary);text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:.35rem;font-size:.72rem;font-weight:700;position:absolute;bottom:0;left:0;right:0}.lf-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.lf-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.lf-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.lf-split{grid-template-columns:1fr;gap:2rem}.lf-split--reverse .lf-photo{order:0}.lf-brochure{grid-template-columns:1fr}.lf-brochure-preview{width:140px}}@media (width<=600px){.lf-cta{text-align:center;flex-direction:column}}.accordion-group{margin-bottom:.5rem}.accordion-group-header{background:var(--clr-primary-dark);color:var(--clr-secondary);letter-spacing:.02em;border-radius:var(--radius) var(--radius) 0 0;margin-top:1.5rem;padding:.85rem 1.25rem;font-size:1rem;font-weight:700}.accordion-item{border:1px solid var(--clr-border);border-top:none}.accordion-item:first-child{border-top:1px solid var(--clr-border);border-radius:var(--radius) var(--radius) 0 0}.accordion-item:last-child{border-radius:0 0 var(--radius) var(--radius)}.accordion-group:has(.accordion-group-header) .accordion-item:first-child{border-top:none;border-radius:0}.accordion-trigger{cursor:pointer;text-align:left;width:100%;color:var(--clr-primary);background:#f0fce0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.975rem;font-weight:600;transition:background .15s;display:flex}.accordion-trigger:hover{background:#e2f9c6}.accordion-item--open .accordion-trigger{background:var(--clr-primary);color:#fff}.accordion-chevron{color:var(--clr-primary);flex-shrink:0;font-size:1.1rem;transition:transform .25s}.accordion-item--open .accordion-chevron{color:var(--clr-secondary);transform:rotate(-180deg)}.accordion-body{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.accordion-item--open .accordion-body{grid-template-rows:1fr}.accordion-body-inner{padding:0 1.25rem;transition:padding .28s;overflow:hidden}.accordion-item--open .accordion-body-inner{padding:1.25rem}.accordion-body-inner p{color:var(--clr-text-muted);margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.accordion-body-inner p:last-child{margin-bottom:0}@media (width<=600px){.accordion-trigger{font-size:.9rem}}.manuals-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-lg);max-width:760px;box-shadow:var(--shadow-sm);margin:0 auto;padding:2rem 2rem 1rem}.manuals-intro{color:var(--clr-text-muted);text-align:center;margin-bottom:1.5rem;line-height:1.7}.manual-content{align-items:flex-start;gap:1.5rem;display:flex}.manual-cover-link{border-radius:var(--radius);width:120px;box-shadow:var(--shadow-sm);flex-shrink:0;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.manual-cover-link:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.manual-cover-link img{width:100%;height:auto;display:block}.manual-info h3{color:var(--clr-primary);margin-bottom:.5rem;font-size:1rem}.manual-info p{color:var(--clr-text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.manual-actions{gap:.75rem;display:flex}@media (width<=600px){.manuals-card{padding:1.25rem 1rem .75rem}.manual-content{flex-direction:column}.manual-cover-link{width:100px}}.faq-intro{max-width:680px}.faq-intro p{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.faq-section{padding-top:0}.faq-img{border-radius:var(--radius);border:1px solid var(--clr-border);width:100%;max-width:480px;height:auto;margin:.5rem auto 1.25rem;display:block}.faq-list{margin:.75rem 0 0;padding:0;list-style:none}.faq-list li{color:var(--clr-text-muted);padding:.3rem 0 .3rem 1.25rem;font-size:.93rem;position:relative}.faq-list li:before{content:"›";color:var(--clr-tertiary);font-weight:700;position:absolute;left:0}.faq-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.faq-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.faq-cta p{color:#ffffffb8;margin:0}@media (width<=600px){.faq-cta{text-align:center;flex-direction:column}}.pb-intro-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.pb-intro-text p{color:var(--clr-text-muted);margin-bottom:1.1rem;font-size:1.05rem;line-height:1.75}.pb-intro-text .btn{margin-top:.5rem}.pb-diagram img{border-radius:var(--radius);border:1px solid var(--clr-border);width:100%;height:auto;display:block}.pb-gallery{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.pb-gallery-item{border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden}.pb-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.pb-gallery-item:hover img{transform:scale(1.03)}.pb-section-title{margin-bottom:1.75rem}.pb-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.pb-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.pb-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.pb-intro-split{grid-template-columns:1fr;gap:2rem}}@media (width<=700px){.pb-gallery{grid-template-columns:repeat(2,1fr)}.pb-cta{text-align:center;flex-direction:column}}@media (width<=450px){.pb-gallery{grid-template-columns:1fr}}.bball-intro{max-width:720px}.bball-intro p{color:var(--clr-text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.bball-gallery{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.bball-gallery-item{border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden}.bball-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.bball-gallery-item:hover img{transform:scale(1.03)}.bball-section-title{margin-bottom:1.75rem}.bball-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.bball-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.bball-cta p{color:#ffffffb8;margin:0}@media (width<=700px){.bball-gallery{grid-template-columns:repeat(2,1fr)}.bball-cta{text-align:center;flex-direction:column}}@media (width<=450px){.bball-gallery{grid-template-columns:1fr}}.hockey-intro{max-width:720px}.hockey-intro p{color:var(--clr-text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.hockey-gallery{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.hockey-gallery-item{border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden}.hockey-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.hockey-gallery-item:hover img{transform:scale(1.03)}.hockey-section-title{margin-bottom:1.75rem}.hockey-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.hockey-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.hockey-cta p{color:#ffffffb8;margin:0}@media (width<=700px){.hockey-gallery{grid-template-columns:repeat(2,1fr)}.hockey-cta{text-align:center;flex-direction:column}}@media (width<=450px){.hockey-gallery{grid-template-columns:1fr}}.rt-intro{max-width:760px}.rt-intro p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:1.025rem;line-height:1.8}.rt-intro .btn{margin-top:.5rem}.rt-section-title{margin-bottom:1.75rem}.rt-services{max-width:420px}.rt-card-link{color:inherit;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;padding:1em!important}.rt-card-link:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.rt-card-link h3{color:var(--clr-primary);margin-bottom:.5rem}.rt-card-link p{color:var(--clr-text-muted);margin:0 0 1rem;font-size:.925rem;line-height:1.7}.rt-card-cta{color:var(--clr-tertiary);font-size:.875rem;font-weight:700}.rt-gallery{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.rt-gallery-item{border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden}.rt-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.rt-gallery-item:hover img{transform:scale(1.03)}.rt-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.rt-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.rt-cta p{color:#ffffffb8;margin:0}@media (width<=700px){.rt-gallery{grid-template-columns:repeat(2,1fr)}.rt-cta{text-align:center;flex-direction:column}}@media (width<=450px){.rt-gallery{grid-template-columns:1fr}}.sd-intro-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sd-intro-text h2{margin-bottom:1.25rem}.sd-intro-text p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.75}.sd-intro-text .btn{margin-top:.5rem}.sd-intro-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md);display:block}.sd-section-title{margin-bottom:1.75rem}.sd-surfaces{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sd-surface-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem}.sd-surface-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.sd-surface-header h3{color:var(--clr-primary);margin:0;font-size:1.1rem}.sd-thickness{color:var(--clr-text-muted);background:var(--clr-bg-alt);border:1px solid var(--clr-border);white-space:nowrap;border-radius:99px;padding:.15rem .6rem;font-size:.8rem;font-weight:600}.sd-surface-card p{color:var(--clr-text-muted);margin:0;font-size:.95rem;line-height:1.75}.sd-drainage-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sd-drainage-photo img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md);display:block}.sd-drainage-text h2{margin-bottom:1.25rem}.sd-drainage-text p{color:var(--clr-text-muted);margin-bottom:1rem;line-height:1.75}.sd-drainage-text p:last-child{margin-bottom:0}.sd-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.sd-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.sd-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.sd-intro-split,.sd-drainage-split{grid-template-columns:1fr;gap:2rem}.sd-surfaces{grid-template-columns:1fr}}@media (width<=600px){.sd-cta{text-align:center;flex-direction:column}}.about-intro-section{padding-bottom:1.5rem}.about-services-section{padding-top:1.5rem}.about-intro{max-width:740px}.about-intro h2{margin-bottom:1rem}.about-intro p{color:var(--clr-text-muted);font-size:1.025rem;line-height:1.8}.about-highlight{color:inherit}.about-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-lg);max-width:780px;box-shadow:var(--shadow-sm);margin:0 auto;padding:2rem 2.5rem 2.5rem}.about-card-intro{color:var(--clr-text-muted);margin-bottom:1.25rem;font-size:.95rem}.about-services{border:1px solid var(--clr-border);border-radius:var(--radius);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.about-services-col+.about-services-col{border-left:1px solid var(--clr-border)}.about-services-header{background:var(--clr-primary);color:var(--clr-secondary);padding:.75rem 1rem;font-size:.875rem;font-weight:700;line-height:1.4}.about-services-list{margin:0;padding:0;list-style:none}.about-services-list li{color:var(--clr-text);border-top:1px solid var(--clr-border);padding:.55rem 1rem;font-size:.9rem}.about-services-list li:nth-child(2n){background:var(--clr-bg-alt)}.about-tagline{text-align:center;color:var(--clr-text-muted);margin:1.75rem 0 1.25rem;font-size:.95rem}.about-cta{text-align:center}@media (width<=600px){.about-services{grid-template-columns:1fr}.about-services-col+.about-services-col{border-left:none;border-top:1px solid var(--clr-border)}.about-card{padding:1.5rem}}.jgc-intro{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.jgc-intro h2{margin-bottom:1rem}.jgc-intro p,.jgc-intro-contact{color:var(--clr-text-muted);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.jgc-contact-link{color:var(--clr-tertiary);font-size:.95rem;font-weight:600;text-decoration:none}.jgc-contact-link:hover{text-decoration:underline}.jgc-history-split{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.jgc-history-left h2{margin-bottom:1rem}.jgc-history-left p,.jgc-history-right p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:.975rem;line-height:1.8}.jgc-principles{flex-direction:column;gap:.4rem;margin:1rem 0 1.25rem;padding:0;list-style:none;display:flex}.jgc-principles li{color:var(--clr-text);align-items:baseline;gap:.6rem;font-size:.975rem;font-weight:500;display:flex}.jgc-principles li:before{content:"✓";color:var(--clr-tertiary);flex-shrink:0;font-weight:700}.jgc-hof-callout{border-top:2px solid var(--clr-border);padding-top:1rem;color:var(--clr-primary)!important;margin-top:1.5rem!important;font-size:1rem!important;font-weight:700!important}.jgc-credentials{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;display:flex}.jgc-credential{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:320px;display:flex}.jgc-credential img{object-fit:contain;width:auto;height:200px}.jgc-credential--photo img{object-fit:cover;border-radius:var(--radius);width:300px;height:200px;box-shadow:var(--shadow-sm)}.jgc-credential p{color:var(--clr-text-muted);margin:0;font-size:1rem;line-height:1.5}@media (width<=900px){.jgc-history-split{grid-template-columns:1fr;gap:2rem}}@media (width<=500px){.jgc-credentials{gap:2.5rem}}.hof-intro-split{grid-template-columns:1fr auto;align-items:center;gap:4rem;display:grid}.hof-intro-text h2{margin-bottom:1.25rem}.hof-intro-text p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:1.025rem;line-height:1.8}.hof-intro-text .btn{margin-top:.5rem}.hof-logo-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.hof-logo{width:240px;height:auto;display:block}.hof-photos{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.hof-photo{border-radius:var(--radius-lg);aspect-ratio:16/9;box-shadow:var(--shadow-md);overflow:hidden}.hof-photo img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.hof-photo:hover img{transform:scale(1.03)}.hof-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.hof-cta h2{color:var(--clr-secondary);margin-bottom:.4rem}.hof-cta p{color:#ffffffb8;margin:0}@media (width<=900px){.hof-intro-split{grid-template-columns:1fr;gap:2rem}.hof-logo-wrap{justify-content:flex-start}.hof-logo{width:180px}}@media (width<=650px){.hof-photos{grid-template-columns:1fr}.hof-cta{text-align:center;flex-direction:column}}.misc-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-lg);max-width:960px;box-shadow:var(--shadow-sm);margin:0 auto;padding:2rem 2.5rem 2.5rem}.misc-heading{color:var(--clr-primary);margin-bottom:.75rem;font-size:1.3rem}.misc-intro{color:var(--clr-text-muted);max-width:700px;margin-bottom:2rem;font-size:.975rem;line-height:1.75}.misc-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.misc-photo{border-radius:var(--radius);aspect-ratio:4/3;background:var(--clr-bg-alt);overflow:hidden}.misc-photo img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.misc-photo:hover img{transform:scale(1.04)}@media (width<=700px){.misc-grid{grid-template-columns:repeat(2,1fr)}.misc-card{padding:1.5rem}}@media (width<=450px){.misc-grid{grid-template-columns:1fr}}.contact-top{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;display:flex}.contact-info h2{text-transform:uppercase;letter-spacing:.08em;color:var(--clr-primary);border-bottom:2px solid var(--clr-primary);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.85rem;font-weight:700}.contact-info p{color:var(--clr-text);margin-bottom:.2rem;font-size:.95rem;line-height:1.7}.contact-info a{color:var(--clr-tertiary);font-weight:600;text-decoration:none}.contact-info a:hover{text-decoration:underline}.contact-region{color:var(--clr-text-muted)!important;margin-top:.5rem!important;font-size:.85rem!important}.contact-branding{text-align:center}.contact-company-name{color:var(--clr-primary);letter-spacing:.05em;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.contact-branding img{width:220px;height:auto;margin:0 auto;display:block}.contact-form-card{background:var(--clr-bg-alt);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #7a9e72;padding:2rem 2.5rem 2.5rem}.contact-form-intro{color:var(--clr-text-muted);text-align:center;max-width:540px;margin:0 auto;font-size:.95rem;line-height:1.7}.contact-divider{border:none;border-top:1px solid #7a9e72;margin:1.5rem 0}.contact-field{flex-direction:column;gap:.35rem;margin-bottom:1.1rem;display:flex}.contact-field label{color:var(--clr-text);font-size:.875rem;font-weight:600}.contact-field label span{color:var(--clr-tertiary)}.contact-field input,.contact-field textarea{border-radius:var(--radius);width:100%;color:var(--clr-text);box-sizing:border-box;background:#fff;border:1px solid #7a9e72;padding:.55rem .75rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--clr-primary);outline:none;box-shadow:0 0 0 3px #003f221a}.contact-field textarea{resize:vertical}.contact-submit{text-align:center;margin-top:1.5rem}@media (width<=600px){.contact-top{flex-direction:column}.contact-branding{text-align:left}.contact-form-card{padding:1.5rem}}.est-layout{grid-template-columns:220px 1fr;align-items:start;gap:3rem;display:grid}.est-contact{position:sticky;top:6rem}.est-contact h2{text-transform:uppercase;letter-spacing:.08em;color:var(--clr-primary);border-bottom:2px solid var(--clr-primary);margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem;font-weight:700}.est-contact p{color:var(--clr-text);margin-bottom:.25rem;font-size:.95rem;line-height:1.6}.est-contact a{color:var(--clr-tertiary);font-weight:600;text-decoration:none}.est-contact a:hover{text-decoration:underline}.est-contact-region{color:var(--clr-text-muted)!important;margin-top:.75rem!important;font-size:.85rem!important;line-height:1.5!important}.est-form-card{background:var(--clr-bg-alt);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #7a9e72;min-width:0;padding:2.5rem}.est-form-intro{color:var(--clr-text-muted);text-align:center;max-width:540px;margin:0 auto 2rem;font-size:.95rem;line-height:1.7}.est-section-heading{color:var(--clr-primary);border-bottom:1px solid var(--clr-border);margin:0 0 1.25rem;padding-bottom:.5rem;font-size:1.4rem}.est-form>.est-section-heading:not(:first-child){margin-top:2rem}.est-field{flex-direction:column;gap:.35rem;margin-bottom:1.1rem;display:flex}.est-field label{color:var(--clr-text);font-size:.875rem;font-weight:600}.est-field label span{color:var(--clr-tertiary)}.est-field input[type=text],.est-field input[type=tel],.est-field input[type=email],.est-field textarea{border-radius:var(--radius);width:100%;color:var(--clr-text);box-sizing:border-box;background:#fff;border:1px solid #7a9e72;padding:.55rem .75rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.est-field input:focus,.est-field textarea:focus{border-color:var(--clr-primary);outline:none;box-shadow:0 0 0 3px #003f221a}.est-field textarea{resize:vertical}.est-field--half{max-width:50%}.est-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.est-row--align-start{align-items:start}.est-checkbox{cursor:pointer;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.95rem;flex-direction:row!important;font-weight:400!important;display:flex!important}.est-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--clr-primary);cursor:pointer}.est-input-suffix{align-items:center;gap:.5rem;display:flex}.est-input-suffix input{flex:1}.est-input-suffix span{color:var(--clr-text-muted);white-space:nowrap;font-size:.85rem;font-weight:600}.est-hint{color:var(--clr-text-muted);margin:.25rem 0 0;font-size:.8rem}.est-upload{border-radius:var(--radius);text-align:center;cursor:pointer;background:#fff;border:2px dashed #7a9e72;padding:2rem 1.5rem;transition:border-color .15s}.est-upload:hover{border-color:var(--clr-primary)}.est-upload input[type=file]{box-sizing:border-box;cursor:pointer;width:100%;max-width:100%;margin:0 auto .75rem;font-size:.9rem;display:block;overflow:hidden}.est-upload-hint{color:var(--clr-text-muted);margin:0;font-size:.85rem}.est-submit{text-align:center;margin-top:1.75rem}@media (width<=800px){.est-layout{grid-template-columns:1fr}.est-contact{border-bottom:1px solid var(--clr-border);padding-bottom:1.5rem;position:static}.est-form-card{min-width:0;padding:1.5rem}.est-field--half{max-width:100%}}@media (width<=550px){.est-row{grid-template-columns:1fr}}@media (width<=450px){.est-form-card{padding:1rem}.est-upload{padding:1.25rem .75rem;overflow:hidden}}.acc-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-lg);max-width:900px;box-shadow:var(--shadow-sm);margin:0 auto;padding:2rem 2.5rem 2.5rem}.acc-intro p{color:var(--clr-text-muted);margin-bottom:1.25rem;font-size:.975rem;line-height:1.7}.acc-divider{border:none;border-top:1px solid var(--clr-border);margin:0 0 2rem}.acc-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.acc-item{border:1px solid var(--clr-border);border-radius:var(--radius);background:var(--clr-bg);transition:box-shadow .2s,transform .2s;overflow:hidden}.acc-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.acc-item-img{aspect-ratio:4/3;background:var(--clr-bg-alt);overflow:hidden}.acc-item-img img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:.5rem;display:block}.acc-item-name{color:var(--clr-text);text-align:center;margin:0;padding:.6rem .5rem;font-size:.875rem;font-weight:600}@media (width<=700px){.acc-grid{grid-template-columns:repeat(2,1fr)}.acc-card{padding:1.5rem}}@media (width<=400px){.acc-grid{grid-template-columns:1fr}}.policy-doc{max-width:760px;margin:0 auto}.policy-doc h1{border-bottom:2px solid var(--clr-border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:clamp(1.6rem,3vw,2.2rem)}.policy-intro{color:var(--clr-text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.75}.policy-section{border-bottom:1px solid var(--clr-border);margin-bottom:2rem;padding-bottom:2rem}.policy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.policy-section h2{color:var(--clr-primary);margin-bottom:.75rem;font-size:1rem;font-weight:700}.policy-section p{color:var(--clr-text-muted);margin:0 0 .75rem;font-size:.975rem;line-height:1.75}.policy-section p:last-child{margin-bottom:0}.policy-section a{color:var(--clr-tertiary);font-weight:600}.policy-section a:hover{text-decoration:underline}
