:root{--stats-half: 100px}.home-products.home-products{padding:88px 24px;background:#fff}.home-products .home-products-loading{text-align:center;color:var(--gray-600);font-size:16px;margin:0}.home-products .home-products-head{text-align:center;max-width:820px;margin:0 auto 52px}.home-products .home-products-head .sec-eyebrow{display:inline-block;font-family:Oswald,Arial Narrow,sans-serif;font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--green);margin-bottom:14px}.home-products .home-products-title{font-family:Oswald,Arial Narrow,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:clamp(30px,3.8vw,46px);line-height:1.06;color:var(--gray-900);margin:0 0 16px}.home-products .home-products-lead{font-size:17px;color:var(--gray-600);line-height:1.7;margin:0}.home-products .home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-products .home-prod-card{display:flex;flex-direction:column;background:#fff;border:2px solid var(--green-dark);border-radius:12px;overflow:hidden;box-shadow:0 10px 28px #071a1012;cursor:default;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s ease}.home-products .home-prod-card:hover{transform:translateY(-6px);border-color:var(--green);box-shadow:0 20px 48px #2f9e5429}.home-products .home-prod-card .prod-img{height:190px;background:var(--gray-100)}.home-products .home-prod-card .prod-img img{transition:transform .45s cubic-bezier(.22,1,.36,1)}.home-products .home-prod-card:hover .prod-img img{transform:scale(1.06)}.home-products .home-prod-card .prod-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px}.home-products .home-prod-card .prod-name{font-family:Oswald,Arial Narrow,sans-serif;font-size:17px;font-weight:700;color:var(--gray-900);line-height:1.25;margin:0 0 8px}.home-products .home-prod-card .prod-desc{font-size:13px;color:var(--gray-600);line-height:1.6;margin:0 0 14px;flex:1}.home-products .home-prod-card .prod-price{margin-bottom:14px}.home-products .home-prod-card .price-num{font-family:Oswald,Arial Narrow,sans-serif;font-size:28px;font-weight:700;color:var(--green-dark)}.home-products .home-prod-card .price-unit{font-size:13px;color:var(--gray-500);margin-left:4px}.home-products .home-prod-card .price-call{font-size:15px;font-weight:700;color:var(--gray-500);margin-bottom:14px}.home-products .home-prod-card .prod-actions{margin-top:auto}.home-products .home-prod-card .home-prod-cart{width:100%;padding:12px 16px;border-radius:8px;font-family:Oswald,Arial Narrow,sans-serif;font-weight:600;font-size:14px;letter-spacing:.5px;text-transform:none;transition:background .18s ease,transform .18s ease}.home-products .home-prod-card .home-prod-cart:hover{background:var(--green-hover);transform:translateY(-1px)}.home-products .home-prod-card:hover .home-prod-cart{background:var(--green-dark)}@media(max-width:900px){.home-products .home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-products.home-products{padding:56px 16px}.home-products .home-products-head{margin-bottom:36px}.home-products .home-products-head .sec-headline{font-size:clamp(28px,7vw,38px)}.home-products .home-products-grid{grid-template-columns:1fr;gap:16px}.home-products .home-prod-card .prod-img{height:200px}.home-products .home-prod-card .home-prod-cart{min-height:48px;font-size:15px}}.home-contact.home-contact{padding:88px 24px;background:#f8f9fa}.home-contact .home-contact-head{text-align:center;margin-bottom:52px}.home-contact .home-contact-eyebrow{font-family:Oswald,Arial Narrow,sans-serif;font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--green);margin-bottom:18px}.home-contact .home-contact-title-row{display:flex;align-items:center;justify-content:center;gap:28px;max-width:980px;margin:0 auto}.home-contact .home-contact-title-line{flex:1;height:1px;background:#d5dbe0;min-width:40px;max-width:180px}.home-contact .home-contact-title{font-family:Oswald,Arial Narrow,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:clamp(28px,3.6vw,42px);line-height:1.08;color:var(--gray-900);margin:0;text-align:center}.home-contact .home-contact-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.55fr);gap:48px;align-items:start}.home-contact .home-contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}.home-contact .home-contact-card{background:#fff;border:1px solid #e5e9ec;border-radius:12px;padding:22px 20px}.home-contact .home-contact-card-icon{width:40px;height:40px;border-radius:8px;background:var(--green-pale);color:var(--green-dark);display:flex;align-items:center;justify-content:center}.home-contact .home-contact-card-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-contact .home-contact-card-lbl{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gray-400);margin:14px 0 8px}.home-contact .home-contact-card-val{font-size:15px;line-height:1.5;font-weight:600;color:var(--gray-900)}.home-contact .home-contact-card-val.is-accent,.home-contact .home-contact-card-val.is-accent a{color:var(--green-dark);text-decoration:none}.home-contact .home-contact-card-val.is-accent a:hover{text-decoration:underline}.home-contact .home-contact-follow{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.home-contact .home-contact-map{min-height:420px;height:100%;border-radius:12px;overflow:hidden;border:1px solid #dde3e8;background:#eef1f3;box-shadow:0 8px 28px #071a1014}.home-contact .home-contact-map iframe{width:100%;height:100%;min-height:420px;border:0;display:block}@media(max-width:900px){.home-contact .home-contact-grid{grid-template-columns:1fr;gap:32px}.home-contact .home-contact-cards{grid-template-columns:1fr}.home-contact .home-contact-map,.home-contact .home-contact-map iframe{min-height:340px}}@media(max-width:768px){.home-contact.home-contact{padding:56px 16px}.home-contact .home-contact-head{margin-bottom:36px}.home-contact .home-contact-title{font-size:clamp(22px,6vw,28px)}.home-contact .home-contact-title-row{gap:12px}.home-contact .home-contact-title-line{max-width:48px}.home-contact .home-contact-card{padding:18px 16px}.home-contact .home-contact-card-val{font-size:14px}.home-contact .home-contact-follow{flex-direction:column;align-items:flex-start;gap:10px}.home-contact .home-contact-map{min-height:260px;border-radius:10px}.home-contact .home-contact-map iframe{min-height:260px}}.gallery-section .gallery-head{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.gallery-section .gallery-head .sec-tag{justify-content:center}.gallery-section .gallery-head .sec-title{margin-bottom:0}@media(max-width:768px){.gallery-section .gallery-head{margin-bottom:28px}.gallery-section .gallery-head .sec-title{font-size:clamp(28px,7vw,38px)}}.cart-toast{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;align-items:center;gap:12px;max-width:min(420px,calc(100vw - 40px));padding:16px 20px;background:var(--section-dark);color:#fff;border-radius:12px;border-left:4px solid var(--green-light);box-shadow:0 16px 48px #071a1052;font-size:14px;line-height:1.45;animation:cartToastIn .35s cubic-bezier(.22,1,.36,1)}.cart-toast.is-leaving{animation:cartToastOut .28s cubic-bezier(.4,0,1,1) forwards}.cart-toast-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.cart-toast-text{font-weight:500}.cart-toast-text strong{display:block;font-family:Oswald,Arial Narrow,sans-serif;font-weight:600;font-size:15px;letter-spacing:.3px;margin-bottom:2px}@keyframes cartToastIn{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cartToastOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.96)}}@media(max-width:768px){.cart-toast{left:20px;right:20px;bottom:20px;max-width:none}}.hero[data-astro-cid-dztldrtq].hero{min-height:100dvh;min-height:100vh;background:var(--section-dark);position:relative;overflow:visible;display:block;padding-top:110px;box-sizing:border-box;z-index:1}.hero[data-astro-cid-dztldrtq].hero:after{display:none}.hero[data-astro-cid-dztldrtq] .hero-bg[data-astro-cid-dztldrtq]{position:absolute;top:0;left:0;right:0;bottom:calc(-1 * var(--stats-half, 100px));background:url(/uploads/gallery/1781130952844-agoqdp.jpeg) center/cover no-repeat;opacity:1;filter:grayscale(12%) contrast(1.04);transform:scale(1.03);z-index:0}.hero[data-astro-cid-dztldrtq] .hero-overlay[data-astro-cid-dztldrtq]{position:absolute;top:0;left:0;right:0;bottom:calc(-1 * var(--stats-half, 100px));z-index:1;background:linear-gradient(to bottom,#071a108c,#071a1000 22%),linear-gradient(100deg,#071a10eb,#071a1099,#071a104d)}.hero[data-astro-cid-dztldrtq] .hero-content[data-astro-cid-dztldrtq]{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 24px calc(var(--stats-half, 100px) + 48px);display:flex;justify-content:flex-start;align-items:center;width:100%;min-height:calc(100dvh - 110px);min-height:calc(100vh - 110px);box-sizing:border-box}.hero[data-astro-cid-dztldrtq] .hero-copy[data-astro-cid-dztldrtq]{max-width:660px;text-align:left}.hero-eyebrow[data-astro-cid-dztldrtq]{display:inline-flex;align-items:center;gap:12px;font-family:Oswald,Arial Narrow,sans-serif;font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--green-light);margin-bottom:22px}.hero-eyebrow-line[data-astro-cid-dztldrtq]{width:42px;height:2px;background:var(--green-light)}.hero[data-astro-cid-dztldrtq].hero h1[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(42px,5.6vw,70px);line-height:1.02;letter-spacing:.5px;color:#fff;margin-bottom:22px}.hero[data-astro-cid-dztldrtq].hero h1[data-astro-cid-dztldrtq] span[data-astro-cid-dztldrtq]{color:#fff}.hero[data-astro-cid-dztldrtq].hero h1[data-astro-cid-dztldrtq] span[data-astro-cid-dztldrtq].hl{color:var(--green-light)}.hero[data-astro-cid-dztldrtq] .hero-sub[data-astro-cid-dztldrtq]{font-size:18px;line-height:1.7;color:#ffffffd6;max-width:560px;margin-bottom:32px}.hero[data-astro-cid-dztldrtq] .hero-btns[data-astro-cid-dztldrtq]{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:flex-start}.hero[data-astro-cid-dztldrtq] .btn-hero[data-astro-cid-dztldrtq]{padding:15px 30px;font-family:Oswald,Arial Narrow,sans-serif;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;font-size:15px;border-radius:6px;box-shadow:0 10px 26px #2f9e5457}.hero[data-astro-cid-dztldrtq] .btn-hero[data-astro-cid-dztldrtq]:hover{background:var(--green-hover);transform:translateY(-2px)}.hero[data-astro-cid-dztldrtq] .btn-hero-ghost[data-astro-cid-dztldrtq]{border-radius:6px}.hero-call[data-astro-cid-dztldrtq]{display:inline-flex;align-items:center;gap:8px;font-family:Oswald,Arial Narrow,sans-serif;letter-spacing:1px;font-weight:600;text-transform:uppercase}.hero-call[data-astro-cid-dztldrtq] svg[data-astro-cid-dztldrtq]{stroke:var(--green-light)}.hero-trust[data-astro-cid-dztldrtq]{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px;justify-content:flex-start}.hero-chip[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#bce6c8;border:1px solid rgba(76,217,123,.4);background:#ffffff0d;border-radius:4px;padding:7px 13px}.hero-chip[data-astro-cid-dztldrtq] b[data-astro-cid-dztldrtq]{color:#fff;font-weight:700}.hero[data-astro-cid-dztldrtq] .quote-card[data-astro-cid-dztldrtq]{border:none;border-radius:14px;box-shadow:0 28px 64px #0006;padding:30px;background:#fff}.hero[data-astro-cid-dztldrtq] .qc-title[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--green-dark);margin-bottom:2px}.hero[data-astro-cid-dztldrtq] .qc-sub[data-astro-cid-dztldrtq]{font-size:13px;color:var(--gray-600);margin-bottom:18px}.hero[data-astro-cid-dztldrtq] .btn-submit[data-astro-cid-dztldrtq]{border-radius:7px;font-family:Oswald,Arial Narrow,sans-serif;text-transform:uppercase;letter-spacing:1px;font-weight:600;font-size:15px;padding:13px;display:flex;align-items:center;justify-content:center;gap:6px}.hero[data-astro-cid-dztldrtq] .btn-submit[data-astro-cid-dztldrtq]:hover{background:var(--green-hover)}.hero[data-astro-cid-dztldrtq] .qc-divider[data-astro-cid-dztldrtq]{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray-400);margin:16px 0 12px;position:relative}.hero[data-astro-cid-dztldrtq] .qc-phone-link[data-astro-cid-dztldrtq]{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Oswald,Arial Narrow,sans-serif;font-weight:600;letter-spacing:.5px;color:var(--green);text-decoration:none}.home-post-hero[data-astro-cid-dztldrtq]{display:flow-root;background:#f5f7f5;position:relative;z-index:2}.stats[data-astro-cid-dztldrtq].stats{background:transparent;border:none;padding:0 24px;margin-top:calc(-1 * var(--stats-half, 100px));margin-bottom:56px;position:relative;z-index:4}.stats[data-astro-cid-dztldrtq] .stats-inner[data-astro-cid-dztldrtq]{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(120deg,var(--forest-green) 0%,var(--section-dark) 100%);border:none;border-top:3px solid var(--green-light);border-radius:12px;box-shadow:0 18px 48px #071a1047;overflow:hidden}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]{padding:38px 22px;text-align:center;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:6px}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:last-child{border-right:none}.stats[data-astro-cid-dztldrtq] .stat-ico[data-astro-cid-dztldrtq]{width:44px;height:44px;color:var(--green-light);margin-bottom:4px;opacity:0;transform:translateY(14px) scale(.88)}.stats[data-astro-cid-dztldrtq] .stat-ico[data-astro-cid-dztldrtq] svg[data-astro-cid-dztldrtq]{width:100%;height:100%}.stats[data-astro-cid-dztldrtq].in-view .stat-ico[data-astro-cid-dztldrtq]{animation:statIconIn .55s cubic-bezier(.22,1,.36,1) forwards}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(1) .stat-ico[data-astro-cid-dztldrtq]{animation-delay:.05s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(2) .stat-ico[data-astro-cid-dztldrtq]{animation-delay:.15s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(3) .stat-ico[data-astro-cid-dztldrtq]{animation-delay:.25s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(4) .stat-ico[data-astro-cid-dztldrtq]{animation-delay:.35s}.stats[data-astro-cid-dztldrtq] .stat-val[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-size:42px;font-weight:700;color:#fff;line-height:1;margin:0;opacity:0;transform:translateY(10px)}.stats[data-astro-cid-dztldrtq].in-view .stat-val[data-astro-cid-dztldrtq]{animation:statValIn .5s cubic-bezier(.22,1,.36,1) forwards}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(1) .stat-val[data-astro-cid-dztldrtq]{animation-delay:.2s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(2) .stat-val[data-astro-cid-dztldrtq]{animation-delay:.3s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(3) .stat-val[data-astro-cid-dztldrtq]{animation-delay:.4s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(4) .stat-val[data-astro-cid-dztldrtq]{animation-delay:.5s}.stats[data-astro-cid-dztldrtq] .stat-lbl[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#ffffffb3;opacity:0;transform:translateY(8px)}.stats[data-astro-cid-dztldrtq].in-view .stat-lbl[data-astro-cid-dztldrtq]{animation:statLblIn .45s cubic-bezier(.22,1,.36,1) forwards}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(1) .stat-lbl[data-astro-cid-dztldrtq]{animation-delay:.35s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(2) .stat-lbl[data-astro-cid-dztldrtq]{animation-delay:.45s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(3) .stat-lbl[data-astro-cid-dztldrtq]{animation-delay:.55s}.stats[data-astro-cid-dztldrtq].in-view .stat[data-astro-cid-dztldrtq]:nth-child(4) .stat-lbl[data-astro-cid-dztldrtq]{animation-delay:.65s}@keyframes statIconIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes statValIn{to{opacity:1;transform:translateY(0)}}@keyframes statLblIn{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.stats[data-astro-cid-dztldrtq] .stat-ico[data-astro-cid-dztldrtq],.stats[data-astro-cid-dztldrtq] .stat-val[data-astro-cid-dztldrtq],.stats[data-astro-cid-dztldrtq] .stat-lbl[data-astro-cid-dztldrtq]{opacity:1!important;transform:none!important;animation:none!important}}.sec-eyebrow[data-astro-cid-dztldrtq]{display:inline-block;font-family:Oswald,Arial Narrow,sans-serif;font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--green);margin-bottom:14px}.sec-eyebrow[data-astro-cid-dztldrtq].on-dark{color:var(--green-light)}.sec-headline[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:clamp(34px,4.2vw,50px);line-height:1.05;color:var(--gray-900);margin:0}.what-we-buy[data-astro-cid-dztldrtq]{padding:0 0 100px;background:#f5f7f5;border-bottom:none}.wwb-head[data-astro-cid-dztldrtq]{text-align:center;max-width:760px;margin:0 auto 56px}.what-we-buy[data-astro-cid-dztldrtq] .sec-lead[data-astro-cid-dztldrtq]{text-align:center;max-width:640px;margin:18px auto 0;font-size:17px;color:var(--gray-600);line-height:1.7}.svc-grid[data-astro-cid-dztldrtq]{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.svc-card[data-astro-cid-dztldrtq]{display:flex;flex-direction:column;background:var(--card-dark);border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 10px 30px #071a101a;transition:transform .25s ease,box-shadow .25s ease;min-height:100%}.svc-card[data-astro-cid-dztldrtq]:hover{transform:translateY(-7px);box-shadow:0 20px 44px #071a1038}.svc-photo[data-astro-cid-dztldrtq]{position:relative;height:210px;flex-shrink:0;overflow:hidden;background:var(--section-dark)}.svc-photo[data-astro-cid-dztldrtq] img[data-astro-cid-dztldrtq]{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.svc-card[data-astro-cid-dztldrtq]:hover .svc-photo[data-astro-cid-dztldrtq] img[data-astro-cid-dztldrtq]{transform:scale(1.06)}.svc-body[data-astro-cid-dztldrtq]{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:28px 22px 24px;background:var(--card-dark)}.svc-icon[data-astro-cid-dztldrtq]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:4px;color:var(--green-light);flex-shrink:0}.svc-icon[data-astro-cid-dztldrtq] svg[data-astro-cid-dztldrtq]{width:40px;height:40px;stroke:currentColor}.svc-body[data-astro-cid-dztldrtq] h3[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;margin:0}.svc-body[data-astro-cid-dztldrtq] p[data-astro-cid-dztldrtq]{font-size:14px;line-height:1.6;color:#ffffffa8;margin:0;flex:1}.svc-more[data-astro-cid-dztldrtq]{margin-top:auto;padding-top:8px;font-family:Oswald,Arial Narrow,sans-serif;font-size:12.5px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--green-light);display:inline-flex;align-items:center;gap:6px;transition:gap .15s ease}.svc-card[data-astro-cid-dztldrtq]:hover .svc-more[data-astro-cid-dztldrtq]{gap:11px}.about[data-astro-cid-dztldrtq].about{background:#f5f7f5;padding:88px 24px}.about[data-astro-cid-dztldrtq] .about-shell[data-astro-cid-dztldrtq]{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:40px;align-items:center;background:var(--section-dark);border-radius:16px;padding:52px 52px 52px 56px;box-shadow:0 28px 64px #071a1047}.about-body[data-astro-cid-dztldrtq]{min-width:0}.about-title[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:clamp(30px,3.6vw,44px);line-height:1.06;color:#fff;margin-bottom:20px}.about-title[data-astro-cid-dztldrtq] .hl[data-astro-cid-dztldrtq]{color:var(--green-light)}.about[data-astro-cid-dztldrtq] .about-text[data-astro-cid-dztldrtq] p[data-astro-cid-dztldrtq]{font-size:15px;color:#fffc;line-height:1.8;margin-bottom:14px}.about[data-astro-cid-dztldrtq] .about-list[data-astro-cid-dztldrtq]{list-style:none;margin:24px 0 30px}.about[data-astro-cid-dztldrtq] .about-list[data-astro-cid-dztldrtq] li[data-astro-cid-dztldrtq]{display:flex;align-items:center;gap:12px;font-size:14.5px;color:#ffffffeb;padding:7px 0}.about[data-astro-cid-dztldrtq] .chk[data-astro-cid-dztldrtq]{width:22px;height:22px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about[data-astro-cid-dztldrtq] .chk[data-astro-cid-dztldrtq] svg[data-astro-cid-dztldrtq]{width:11px;height:11px;stroke:#fff;stroke-width:3.5;fill:none}.about-btn[data-astro-cid-dztldrtq]{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--green);color:#fff;font-family:Oswald,Arial Narrow,sans-serif;font-weight:600;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;border-radius:7px;transition:transform .18s ease,background .18s ease}.about-btn[data-astro-cid-dztldrtq]:hover{background:var(--green-hover);transform:translateY(-2px)}.about-media[data-astro-cid-dztldrtq]{border-radius:12px;overflow:hidden;min-height:400px;box-shadow:0 16px 40px #00000047}.about-media[data-astro-cid-dztldrtq] img[data-astro-cid-dztldrtq]{width:100%;height:100%;object-fit:cover;display:block;min-height:400px}.cta-band[data-astro-cid-dztldrtq].cta-band{background:linear-gradient(120deg,var(--forest-green) 0%,var(--section-dark) 100%);border:none;padding:44px 24px}.cta-band[data-astro-cid-dztldrtq].cta-band .cta-text[data-astro-cid-dztldrtq] h2[data-astro-cid-dztldrtq]{font-family:Oswald,Arial Narrow,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:clamp(28px,3.4vw,42px);line-height:1.08;color:#fff}.cta-band[data-astro-cid-dztldrtq].cta-band .cta-text[data-astro-cid-dztldrtq] p[data-astro-cid-dztldrtq]{color:#ffffffd1;margin-top:6px;font-size:16px}.cta-band[data-astro-cid-dztldrtq].cta-band .btn-white[data-astro-cid-dztldrtq],.cta-band[data-astro-cid-dztldrtq].cta-band .btn-outline-white[data-astro-cid-dztldrtq]{border-radius:7px;font-family:Oswald,Arial Narrow,sans-serif;text-transform:uppercase;letter-spacing:1px;font-weight:600}@media(max-width:1100px){.hero[data-astro-cid-dztldrtq].hero{padding-top:88px}}@media(max-width:980px){.svc-grid[data-astro-cid-dztldrtq]{grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:900px){.hero[data-astro-cid-dztldrtq] .hero-copy[data-astro-cid-dztldrtq]{max-width:100%}.stats[data-astro-cid-dztldrtq] .stats-inner[data-astro-cid-dztldrtq]{grid-template-columns:1fr 1fr}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(2){border-right:none}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(1),.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(2){border-bottom:1px solid rgba(255,255,255,.1)}.about[data-astro-cid-dztldrtq] .about-shell[data-astro-cid-dztldrtq]{grid-template-columns:1fr;gap:32px;padding:40px 32px}.about-media[data-astro-cid-dztldrtq]{order:-1;min-height:260px}.about-media[data-astro-cid-dztldrtq] img[data-astro-cid-dztldrtq]{min-height:260px}}@media(max-width:768px){.hero[data-astro-cid-dztldrtq].hero{padding-top:72px;min-height:auto}.hero[data-astro-cid-dztldrtq] .hero-overlay[data-astro-cid-dztldrtq]{background:linear-gradient(to bottom,#071a109e,#071a1059 40%,#071a108c),linear-gradient(180deg,#071a1080,#071a10bf)}.hero[data-astro-cid-dztldrtq] .hero-content[data-astro-cid-dztldrtq]{min-height:auto;padding:28px 20px calc(var(--stats-half, 80px) + 28px + env(safe-area-inset-bottom,0px));align-items:flex-end}.hero[data-astro-cid-dztldrtq] .hero-copy[data-astro-cid-dztldrtq]{text-align:center;margin:0 auto}.hero-eyebrow[data-astro-cid-dztldrtq]{justify-content:center;font-size:11px;letter-spacing:2px;margin-bottom:16px}.hero[data-astro-cid-dztldrtq].hero h1[data-astro-cid-dztldrtq]{font-size:clamp(34px,9.5vw,48px);margin-bottom:16px}.hero[data-astro-cid-dztldrtq] .hero-sub[data-astro-cid-dztldrtq]{font-size:16px;line-height:1.65;margin-left:auto;margin-right:auto;margin-bottom:24px}.hero[data-astro-cid-dztldrtq] .hero-btns[data-astro-cid-dztldrtq]{flex-direction:column;width:100%;gap:10px}.hero[data-astro-cid-dztldrtq] .hero-btns[data-astro-cid-dztldrtq] .btn-hero[data-astro-cid-dztldrtq],.hero[data-astro-cid-dztldrtq] .hero-btns[data-astro-cid-dztldrtq] .btn-hero-ghost[data-astro-cid-dztldrtq]{width:100%;justify-content:center;min-height:48px;padding:14px 20px;font-size:14px;box-sizing:border-box}.hero-trust[data-astro-cid-dztldrtq]{justify-content:center;margin-top:20px;gap:8px}.hero-chip[data-astro-cid-dztldrtq]{font-size:10.5px;padding:6px 10px;letter-spacing:1px}.stats[data-astro-cid-dztldrtq].stats{padding:0 16px;margin-bottom:40px}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]{padding:26px 16px}.stats[data-astro-cid-dztldrtq] .stat-val[data-astro-cid-dztldrtq]{font-size:34px}.stats[data-astro-cid-dztldrtq] .stat-lbl[data-astro-cid-dztldrtq]{font-size:11px;letter-spacing:1.2px}.stats[data-astro-cid-dztldrtq] .stat-ico[data-astro-cid-dztldrtq]{width:36px;height:36px}.what-we-buy[data-astro-cid-dztldrtq]{padding-bottom:56px}.what-we-buy[data-astro-cid-dztldrtq] .container[data-astro-cid-dztldrtq]{padding-left:16px;padding-right:16px}.wwb-head[data-astro-cid-dztldrtq]{margin-bottom:32px}.sec-headline[data-astro-cid-dztldrtq]{font-size:clamp(28px,7vw,38px)}.what-we-buy[data-astro-cid-dztldrtq] .sec-lead[data-astro-cid-dztldrtq]{font-size:16px;margin-top:14px}.about[data-astro-cid-dztldrtq].about{padding:56px 16px}.about[data-astro-cid-dztldrtq] .about-shell[data-astro-cid-dztldrtq]{padding:28px 20px;gap:24px;border-radius:12px}.about-title[data-astro-cid-dztldrtq]{font-size:clamp(26px,7vw,34px)}.about-btn[data-astro-cid-dztldrtq]{width:100%;justify-content:center;min-height:48px;box-sizing:border-box}.cta-band[data-astro-cid-dztldrtq].cta-band{padding:32px 16px}.cta-band[data-astro-cid-dztldrtq] .cta-inner[data-astro-cid-dztldrtq]{flex-direction:column;align-items:stretch;text-align:center;gap:20px}.cta-band[data-astro-cid-dztldrtq] .cta-text[data-astro-cid-dztldrtq] h2[data-astro-cid-dztldrtq]{font-size:clamp(24px,6.5vw,32px)}.cta-band[data-astro-cid-dztldrtq] .cta-text[data-astro-cid-dztldrtq] p[data-astro-cid-dztldrtq]{font-size:15px}.cta-band[data-astro-cid-dztldrtq] .cta-actions[data-astro-cid-dztldrtq]{display:flex;flex-direction:column;width:100%;gap:10px}.cta-band[data-astro-cid-dztldrtq] .cta-actions[data-astro-cid-dztldrtq] a[data-astro-cid-dztldrtq]{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;box-sizing:border-box;padding:14px 20px}}@media(max-width:560px){.stats[data-astro-cid-dztldrtq] .stats-inner[data-astro-cid-dztldrtq]{grid-template-columns:1fr 1fr}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]{padding:22px 12px}.stats[data-astro-cid-dztldrtq] .stat-val[data-astro-cid-dztldrtq]{font-size:28px}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(1),.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(2){border-bottom:1px solid rgba(255,255,255,.1)}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(2){border-right:none}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(3){border-right:1px solid rgba(255,255,255,.1)}.stats[data-astro-cid-dztldrtq] .stat[data-astro-cid-dztldrtq]:nth-child(4){border-right:none;border-bottom:none}.svc-grid[data-astro-cid-dztldrtq]{grid-template-columns:1fr;gap:18px}.svc-photo[data-astro-cid-dztldrtq]{height:180px}.svc-body[data-astro-cid-dztldrtq]{padding:22px 18px 20px}}@media(max-width:480px){.hero[data-astro-cid-dztldrtq].hero{padding-top:60px}.hero[data-astro-cid-dztldrtq] .hero-content[data-astro-cid-dztldrtq]{padding-left:16px;padding-right:16px;padding-bottom:calc(var(--stats-half, 72px) + 24px)}.hero-eyebrow-line[data-astro-cid-dztldrtq]{width:28px}.hero[data-astro-cid-dztldrtq].hero h1[data-astro-cid-dztldrtq]{font-size:clamp(30px,8.8vw,40px)}}@media(hover:none){.svc-card[data-astro-cid-dztldrtq]:hover{transform:none;box-shadow:0 10px 30px #071a101a}.svc-card[data-astro-cid-dztldrtq]:hover .svc-photo[data-astro-cid-dztldrtq] img[data-astro-cid-dztldrtq]{transform:none}}
