:root{--green: #1dfc81;--green-press: #16d96e;--pine: #0a6e3f;--forest: #0e2519;--forest-2: #0a1b12;--ink: #15180f;--paper: #f4f1e8;--paper-2: #ebe6d8;--card: #14180e;--muted: #565b4d;--line: rgba(20, 24, 12, .14);--line-2: rgba(20, 24, 12, .26);--on-dark: rgba(255, 255, 255, .78);--on-dark-dim: rgba(255, 255, 255, .55);--line-dark: rgba(255, 255, 255, .14);--font-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;--font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;--header-h: 84px;--container: 1240px;--pad: 28px;--ease: cubic-bezier(.16, .84, .44, 1)}@media(max-width:960px){:root{--pad: 20px;--header-h: 70px}}@media(max-width:480px){:root{--pad: 16px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--ink);background:var(--paper);max-width:100%;overflow-x:clip}body.menu-open{overflow:hidden}img,video,svg,iframe{max-width:100%}img,video{height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .2s var(--ease)}button{border:0;background:none;cursor:pointer;font:inherit;color:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:800;line-height:1.1;letter-spacing:-.01em;color:var(--ink)}strong{font-weight:700;color:inherit}::selection{background:var(--green);color:#06140c}.container{max-width:var(--container);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad);width:100%}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;background:var(--green);color:#06140c;padding:12px 18px;font-weight:700}.skip-link:focus{left:8px;top:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-body);font-weight:700;font-size:.82rem;letter-spacing:.07em;text-transform:uppercase;padding:16px 28px;border:2px solid transparent;border-radius:3px;cursor:pointer;transition:all .22s var(--ease);white-space:nowrap;line-height:1}.btn--primary{background:transparent;color:var(--green);border-color:var(--green)}.btn--primary:hover{background:var(--green);color:#06140c;border-color:var(--green)}.section--paper .btn--primary,.section--bone .btn--primary{color:var(--pine);border-color:var(--pine)}.section--paper .btn--primary:hover,.section--bone .btn--primary:hover{background:var(--pine);color:#fff;border-color:var(--pine)}.btn--dark{background:var(--ink);color:#fff;border-color:var(--ink)}.btn--dark:hover{background:var(--forest);border-color:var(--forest)}.btn--outline{background:transparent;color:var(--ink);border-color:var(--line-2)}.btn--outline:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.btn--sm{padding:12px 18px;font-size:.74rem}.btn--lg{padding:18px 32px;font-size:.86rem}.btn--full{width:100%}.section--forest .btn--outline,.section--ink .btn--outline,.page-hero .btn--outline,.hero .btn--outline,.cta-band .btn--outline{color:#fff;border-color:#fff6}.section--forest .btn--outline:hover,.section--ink .btn--outline:hover,.page-hero .btn--outline:hover,.hero .btn--outline:hover,.cta-band .btn--outline:hover{background:#fff;color:var(--ink);border-color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--pine);margin-bottom:1.3rem}.eyebrow:before{content:"";width:22px;height:2px;background:var(--green);display:inline-block}.eyebrow--on-dark{color:var(--green)}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-reveal][data-delay="1"]{transition-delay:.07s}[data-reveal][data-delay="2"]{transition-delay:.14s}[data-reveal][data-delay="3"]{transition-delay:.21s}.section{padding:clamp(4rem,8vw,7rem) 0;position:relative}.section--paper{background:var(--paper);color:var(--ink)}.section--bone{background:var(--paper-2);color:var(--ink)}.section--forest{background:var(--forest);color:var(--on-dark)}.section--ink{background:var(--ink);color:var(--on-dark)}.section--forest h1,.section--forest h2,.section--forest h3,.section--ink h1,.section--ink h2,.section--ink h3{color:#fff}.section--forest .eyebrow,.section--ink .eyebrow{color:var(--green)}.section--forest .lede,.section--ink .lede{color:var(--on-dark)}.section-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.1rem,4.8vw,3.8rem);line-height:1.02;letter-spacing:-.025em;color:var(--ink)}.section-title .accent{color:var(--pine)}.section--forest .section-title .accent,.section--ink .section-title .accent{color:var(--green)}.lede{font-family:var(--font-body);font-size:1.06rem;line-height:1.6;color:var(--muted);max-width:56ch}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-hero{position:relative;overflow:hidden;background:var(--forest)}.page-hero__media{position:absolute;inset:0;z-index:0}.page-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 42%}.page-hero__scrim{position:absolute;inset:0;background:linear-gradient(92deg,#08120ced,#08120c99 60%,#08120c4d)}.page-hero__inner{position:relative;z-index:1;padding-top:calc(var(--header-h) + 4rem);padding-bottom:4rem}.page-hero__inner .eyebrow{color:var(--green)}.page-hero__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.3rem,5.6vw,4.3rem);line-height:1;letter-spacing:-.025em;color:#fff}.page-hero__sub{margin-top:1.3rem;max-width:60ch;color:#ffffffd1;font-size:1.05rem;line-height:1.6}.cta-band{background:var(--forest);color:#fff;padding:clamp(3rem,7vw,5rem) 0}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-band__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4.4vw,3.2rem);line-height:1;letter-spacing:-.025em;color:#fff}.cta-band__sub{margin-top:.7rem;color:#ffffffc7;max-width:48ch}.cta-band__actions{display:flex;gap:.8rem;flex-wrap:wrap}@media(max-width:560px){.cta-band__actions,.cta-band__actions .btn{width:100%}}.site-header{position:sticky;top:0;z-index:900;height:var(--header-h);background:var(--forest);border-bottom:1px solid rgba(255,255,255,.08);transition:background .35s var(--ease),box-shadow .3s var(--ease)}body.has-hero-transparent .site-header{background:transparent;border-bottom-color:transparent}body.has-hero-transparent .hero{margin-top:calc(-1 * var(--header-h))}body.scrolled .site-header{background:var(--forest);box-shadow:0 8px 30px -18px #000c}.header__inner{max-width:var(--container);margin:0 auto;padding:0 var(--pad);height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo img{height:50px;width:auto}.header__nav{display:flex;align-items:center;gap:2rem;margin-left:auto;margin-right:1.75rem}.header__link{font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7;position:relative;padding:.4rem 0}.header__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--green);transition:width .3s var(--ease)}.header__link:hover{color:#fff}.header__link:hover:after{width:100%}.header__cta{display:flex;align-items:center;gap:1.1rem;flex-shrink:0}.header__phone{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:#fff}.header__phone svg{color:var(--green)}.header__phone:hover{color:var(--green)}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;z-index:1001}.header__burger-line{display:block;width:100%;height:2.5px;background:#fff;border-radius:2px;transition:all .3s var(--ease)}.header__burger.active .header__burger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg);background:var(--green)}.header__burger.active .header__burger-line:nth-child(2){opacity:0}.header__burger.active .header__burger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);background:var(--green)}@media(max-width:1040px){.header__nav,.header__phone{display:none}}@media(max-width:720px){.header__burger{display:flex}.header__cta{gap:.6rem;margin-right:.6rem}}.mobile-menu{position:fixed;inset:0;z-index:850;background:var(--forest);opacity:0;visibility:hidden;transition:opacity .35s var(--ease),visibility .35s var(--ease);overflow-y:auto}.mobile-menu.active{opacity:1;visibility:visible}body.menu-open .site-header{background:transparent;border-bottom-color:transparent}.mobile-menu__inner{padding:calc(var(--header-h) + 32px) var(--pad) 40px;min-height:100%;display:flex;flex-direction:column}.mobile-menu__link{font-family:var(--font-display);font-weight:700;font-size:2.2rem;letter-spacing:-.02em;color:#fff;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .25s var(--ease),padding-left .25s var(--ease)}.mobile-menu__link:hover{color:var(--green);padding-left:.5rem}.mobile-menu__cta{margin-top:2rem}.mobile-menu__contact{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu__phone{font-family:var(--font-display);font-weight:800;font-size:1.6rem;color:var(--green)}.mobile-menu__email{font-size:.95rem;color:var(--on-dark-dim)}.mobile-menu__area{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--on-dark-dim);margin-top:.4rem}.site-footer{background:var(--ink);color:#fff;position:relative}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--green)}.footer__callband{background:var(--forest-2);padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer__callband-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__callband-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.6rem,3.4vw,2.4rem);color:#fff;line-height:1.05;letter-spacing:-.02em;margin-top:.4rem}.footer__callband-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer__callband-phone{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-display);font-weight:400;font-size:clamp(1.4rem,2.6vw,1.9rem);color:#fff;transition:transform .3s var(--ease),color .3s var(--ease)}.footer__callband-phone:hover{transform:translate(3px);color:var(--green)}.footer__callband-phone svg{color:var(--green)}.footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1.2fr 1.3fr;gap:3rem;padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer__logo{height:76px;width:auto;margin-bottom:1.2rem}.footer__tagline{font-size:.96rem;color:var(--on-dark-dim);line-height:1.6;margin-bottom:.8rem;max-width:340px}.footer__service-area{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green)}.footer__heading{font-family:var(--font-body);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-bottom:1.2rem;padding-bottom:.7rem;position:relative}.footer__heading:after{content:"";position:absolute;left:0;bottom:0;width:24px;height:2px;background:var(--green)}.footer__list{display:flex;flex-direction:column;gap:.65rem}.footer__link{font-size:.93rem;color:var(--on-dark-dim);transition:color .2s var(--ease),transform .2s var(--ease)}.footer__link:hover{color:var(--green);transform:translate(3px)}.footer__contact-item{display:flex;align-items:center;gap:.6rem;font-size:.93rem;color:var(--on-dark-dim)}.footer__contact-item svg{flex-shrink:0;color:var(--green)}.footer__bottom{padding:1.6rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer__bottom p{font-size:.74rem;color:#fff6}.footer__bottom-meta{font-weight:700;letter-spacing:.1em;text-transform:uppercase}@media(max-width:960px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}}@media(max-width:560px){.footer__grid{grid-template-columns:1fr;gap:2.4rem;padding:3rem 0}.footer__callband-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.footer__callband-actions{width:100%;flex-direction:column;align-items:stretch;gap:.85rem}.footer__callband-actions .btn{width:100%}.footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}
