@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#133d2c;--lime:#d6ef71;--ink:#193c2d;--paper:#fff;--muted:#626c65}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}header{height:106px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:26px}.logo{font-family:'Manrope',Arial,sans-serif;font-weight:800;font-size:32px;letter-spacing:-1.8px}.logo span{font-size:13px;vertical-align:top;letter-spacing:0;margin-left:3px}nav{display:flex;gap:35px;font-size:15px}nav a:hover,footer a:hover{text-decoration:underline}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:42px;background:var(--green);color:white;padding:19px 25px;border-radius:3px;font-weight:600;font-size:16px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#24563e}.button span{font-size:23px}.small{padding:12px 20px;font-size:14px}.lime{background:var(--lime);color:var(--green)}.lime:hover{background:#e5ff89}.hero{margin:0 22px;display:grid;grid-template-columns:1fr 1fr;min-height:690px;background:var(--green);color:white;border-radius:5px;overflow:hidden}.hero-copy{padding:48px 9% 30px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 29px}.hero h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(62px,6.8vw,108px);font-weight:500;letter-spacing:-5px;line-height:.99;margin:0 0 25px}.hero h1 em{font-style:normal;color:var(--lime)}.intro{max-width:415px;font-size:17px;line-height:1.7;margin:0 0 28px}.hero-copy>.intro{color:#d6e3dc;max-width:400px}.hero-note{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:40px;color:#b7cebf;font-size:12px}.hero-photo{position:relative;min-width:0;background:#486043}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,#092015bd)}.photo-label{position:absolute;z-index:1;left:38px;bottom:78px}.photo-label span{display:block;font-size:12px;letter-spacing:1.5px;margin-bottom:16px}.photo-label strong{font-family:Manrope,Arial,sans-serif;font-size:38px;line-height:1.2;font-weight:500;letter-spacing:-1px}.photo-index{position:absolute;z-index:1;bottom:30px;left:38px;font-size:11px;letter-spacing:1.5px}.supply-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 5%;padding:25px 0;border-bottom:1px solid #dbe1dc;font-size:13px}.supply-strip p{font-weight:700;font-size:14px}.section{padding:90px 5%;scroll-margin-top:20px}.section-top{display:grid;grid-template-columns:.6fr 1.4fr 1fr;gap:45px;align-items:start;margin-bottom:48px}h2{font-family:Manrope,Arial,sans-serif;font-size:clamp(32px,3.6vw,53px);line-height:1.13;letter-spacing:-2px;font-weight:500;margin:0}h2 span{color:#7e8a80}.section-top>p:last-child{line-height:1.8;color:var(--muted);max-width:340px;margin:6px 0 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:#f1f4ef;border-radius:4px;align-self:start}.product summary{list-style:none;cursor:pointer;padding:25px}.product summary::-webkit-details-marker{display:none}.number{display:block;font-size:50px;font-family:Manrope,Arial,sans-serif;color:#a8b7a9;letter-spacing:-3px;margin-bottom:38px}.tag{font-size:10px;letter-spacing:1.5px;font-weight:600}.product h3{font-family:Manrope,Arial,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.7px;line-height:1.25;margin:14px 0}.product p{font-size:14px;line-height:1.6;min-height:44px;color:var(--muted)}.expand{border-top:1px solid #d4dcd3;padding-top:21px;margin-top:25px;display:flex;justify-content:space-between;font-size:14px;font-weight:500}.expand b{font-size:23px;font-weight:400;line-height:18px}.product[open]{background:#e4ecd8}.product[open] .expand b{transform:rotate(45deg)}.detail{padding:0 25px 25px;font-size:14px;line-height:1.7}.detail a{display:block;text-decoration:underline;margin-top:15px}.industries{display:grid;grid-template-columns:1fr 1.1fr;gap:10%;background:#eff3ec}.industries .intro{color:var(--muted);margin-top:27px}.industry-list article{display:flex;gap:24px;padding:25px 0;border-bottom:1px solid #cdd8cb}.industry-list article:first-child{padding-top:0}.industry-list article>span{font-size:13px;margin-top:7px;color:#73846e}.industry-list h3{font-size:23px;font-weight:500;margin:0 0 12px;letter-spacing:-.5px}.industry-list p{line-height:1.7;color:var(--muted);margin:0;max-width:435px}.about{display:grid;grid-template-columns:.6fr 2.4fr;gap:45px}.about h2{margin-bottom:30px}.about>div>p{line-height:1.8;max-width:730px;color:var(--muted)}.contact{background:var(--green);color:white;display:grid;grid-template-columns:1fr 1fr;gap:10%;margin:0 22px;border-radius:4px}.contact h2{font-size:clamp(50px,5.5vw,80px)}.contact>div:nth-child(2){align-self:center}.contact>div>p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:410px;color:#d2e0d6}.contact .contact-note{font-size:13px!important;margin-top:15px}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:43px 5%}footer p,footer>a:last-child{font-size:13px;color:var(--muted)}:focus-visible{outline:3px solid #85b728;outline-offset:5px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){header{height:90px}nav{gap:20px}.hero{min-height:650px}.hero-copy{padding:40px 8%}.hero h1{letter-spacing:-3px}.hero-note{margin-top:25px}.supply-strip{flex-wrap:wrap}.section-top{grid-template-columns:1fr 1fr}.section-top>.eyebrow{grid-column:1/-1;margin:0}.product-grid{grid-template-columns:repeat(2,1fr)}.product p{min-height:0}.section{padding:65px 5%}.about{grid-template-columns:1fr}.about>.eyebrow{margin-bottom:0}}@media(max-width:650px){header{padding:20px 6%;height:auto;flex-wrap:wrap;gap:20px}.logo{font-size:27px}header .small{font-size:12px;padding:9px 12px;gap:10px}nav{order:3;width:100%;justify-content:space-between;font-size:14px}.hero{margin:0 12px;grid-template-columns:1fr}.hero-copy{padding:35px 7%}.hero h1{font-size:68px;letter-spacing:-3px}.hero-photo{height:390px}.hero-note{line-height:1.7}.photo-label{left:25px}.photo-index{left:25px}.supply-strip{padding:20px 0;gap:14px;font-size:12px}.supply-strip p{width:100%;margin:0}.section-top{display:block}.section-top .eyebrow{margin-bottom:25px}.section-top h2{margin-bottom:25px}.section{padding:52px 6%}.product-grid{gap:10px}.product summary{padding:19px 16px}.product h3{font-size:21px}.product p{min-height:45px}.number{font-size:39px;margin-bottom:24px}.tag{font-size:9px;letter-spacing:.7px}.detail{padding:0 16px 20px}.expand{font-size:12px}.industries,.contact{grid-template-columns:1fr;gap:25px}.contact{margin:0 12px}.contact h2{font-size:58px}.contact .button{gap:15px;font-size:14px}footer{flex-wrap:wrap;padding:30px 6%;gap:15px}footer p{width:100%;order:3;margin:0}h2{letter-spacing:-1.3px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Product photography */
.product-photo{display:block;width:calc(100% + 50px);max-width:none;height:220px;margin:-25px -25px 24px;object-fit:contain;background:#fff;border-radius:4px 4px 0 0;padding:18px}.product .number{font-size:14px;letter-spacing:0;margin:0 0 15px;color:#758770}.product-photo.application{object-fit:cover;padding:0}.image-note{font-size:13px;line-height:1.6;color:var(--muted);margin:18px 0 0}@media(max-width:650px){.product-photo{width:calc(100% + 32px);height:175px;margin:-19px -16px 20px;padding:12px}.product-photo.application{padding:0}}

/* Drive-sourced product photography */
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-photo{height:280px;object-fit:contain}.product-photo.application,.product-photo.wide-product{object-fit:cover;padding:0}.hero-photo img{object-position:center 48%}.hero-photo:after{background:linear-gradient(180deg,transparent 45%,#092015d4)}.product h3 br{display:none}.product h3 br:after{content:' '}.product h3{font-size:28px}.product p{min-height:0}@media(max-width:650px){.product-grid{grid-template-columns:1fr}.product-photo{height:250px}.product h3{font-size:25px}.hero-photo{height:460px}}

.capabilities{background:#f4f6f1}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.capability-grid article{border-top:1px solid #bacbb9;padding-top:23px}.capability-grid article>span{font-size:13px;color:#6b806a}.capability-grid h3{font-size:24px;font-weight:500;letter-spacing:-.5px;line-height:1.3;margin:16px 0}.capability-grid p{line-height:1.8;color:var(--muted)}.hero h1{font-size:clamp(56px,5.7vw,90px);line-height:1.05;letter-spacing:-3px}.network-photo{margin:0 0 32px;width:100%;height:340px;object-fit:cover;border-radius:3px}.manufacturing-visual{margin-top:45px}.manufacturing-visual img{width:100%;height:400px;object-fit:cover;border-radius:4px}.manufacturing-visual figcaption{font-size:13px;color:var(--muted);margin-top:10px}@media(max-width:800px){.capability-grid{grid-template-columns:1fr;gap:20px}.manufacturing-visual img{height:280px}.hero h1{font-size:58px}.network-photo{height:260px}}@media(max-width:650px){nav{gap:12px;font-size:13px}.hero h1{font-size:58px}.contact h2{font-size:46px}.manufacturing-visual{margin-left:0;margin-right:0}}

.hero{grid-template-columns:.95fr 1.05fr}.hero-photo img{object-position:45% center}.hero-photo:after{background:linear-gradient(180deg,#0b2b1b08 25%,#092015e8)}.produce-application{height:310px;object-position:center 55%;margin:12px 0 0}@media(max-width:650px){.hero{grid-template-columns:1fr}.hero-photo{height:370px}.hero-photo img{object-position:45% center}.produce-application{height:300px}}
.hero .hero-copy h1{font-size:clamp(42px,4.4vw,68px);letter-spacing:-2px;line-height:1.08}.hero-copy .button{gap:16px}.hero-copy>.intro{max-width:480px}

/* Featured Tag Band */
.tag-band-feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:6%;align-items:center}.tag-band-photo{display:grid;grid-template-columns:1.45fr 1fr;align-items:center;gap:12px;background:#fff;border-radius:5px;overflow:hidden}.tag-band-photo img{display:block;width:100%;height:auto;max-height:650px;object-fit:contain}.tag-band-copy .eyebrow{font-size:14px;color:#426329;margin-bottom:20px}.tag-band-copy h2{margin-bottom:24px}.tag-band-intro{font-size:18px;line-height:1.75;color:var(--muted);margin:0 0 28px}.tag-band-benefits{display:grid;grid-template-columns:1fr 1fr;gap:24px 28px;margin-bottom:30px}.tag-band-benefits article{border-top:1px solid #ccd6c7;padding-top:16px}.tag-band-benefits h3{font-size:18px;font-weight:600;line-height:1.4;margin:0 0 8px}.tag-band-benefits p{font-size:16px;line-height:1.65;color:var(--muted);margin:0}.tag-band-range-link{display:inline-block;margin-top:12px;text-decoration:underline;color:var(--green);font-weight:600}@media(max-width:900px){.tag-band-feature{grid-template-columns:1fr;gap:32px}.tag-band-photo{max-width:560px;width:100%;justify-self:center}}@media(max-width:480px){.tag-band-benefits{grid-template-columns:1fr;gap:20px}.tag-band-copy .button{gap:18px}}
