@import"https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";:root{--ink:#14211f;--muted:#60716d;--paper:#f6f5f0;--surface:#fffefa;--forest:#173a34;--accent:#ca8f4d;--line:#dbe1da;--radius:18px;--shadow:0 18px 55px rgba(20,33,31,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:76px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,Arial,sans-serif;line-height:1.65}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}.container{width:min(1130px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:10;background:#f6f5f0e6;border-bottom:1px solid rgba(219,225,218,.8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{border:0;background:none;padding:0;display:flex;align-items:center;gap:10px;font-weight:800;font-size:.8rem;letter-spacing:.04em}.brand-mark{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--forest);border-radius:50%;font-family:Playfair Display,serif;font-size:1.1rem}.nav-links{display:flex;gap:28px}.nav-links button{background:none;border:0;color:var(--muted);font-size:.83rem;font-weight:700}.nav-links button:hover{color:var(--accent)}.menu-toggle{display:none;border:0;background:transparent;width:40px;height:40px;padding:8px}.menu-toggle svg,.button svg,.form-status svg{width:19px;height:19px}.hero{min-height:calc(100vh - 76px);display:grid;align-items:center;padding:76px 0}.hero-grid{display:grid;grid-template-columns:1fr .88fr;gap:72px;align-items:center}.eyebrow{margin:0 0 18px;color:var(--accent);font:500 .69rem DM Mono,monospace;letter-spacing:.13em;text-transform:uppercase}.hero h1,.section-title h2{font-family:Playfair Display,Georgia,serif;line-height:1.08;letter-spacing:-.04em;margin:0}.hero h1{font-size:clamp(3rem,7vw,6.4rem);max-width:700px}.hero-slogan{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:700;margin:23px 0 10px}.hero-text{color:var(--muted);max-width:570px;margin:0 0 32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;padding:14px 23px;border:1px solid transparent;text-decoration:none;font-size:.84rem;font-weight:800;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--forest);box-shadow:0 8px 20px #173a3433}.button-primary:hover{box-shadow:0 12px 28px #173a344d}.button:disabled{opacity:.65;cursor:wait;transform:none}.hero-visual{height:490px;border-radius:var(--radius);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:37px;background:linear-gradient(135deg,#2f5b52,#183b35 55%,#0d2723);color:#fff;box-shadow:var(--shadow)}.hero-visual:before{content:"";position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid rgba(255,255,255,.22);border-radius:10px}.hero-visual span,.hero-visual small{z-index:1}.hero-visual span{font:600 2rem Playfair Display,serif}.hero-visual small{opacity:.7}.visual-line{position:absolute;right:-80px;top:34px;width:350px;height:350px;border-radius:50%;border:1px solid rgba(202,143,77,.75);box-shadow:0 0 0 38px #ca8f4d1f,0 0 0 76px #ca8f4d0f}.section{padding:116px 0}.about{background:#e9eee7}.section-title{max-width:700px}.section-title h2{font-size:clamp(2.2rem,5vw,4rem)}.section-title>p:not(.eyebrow){color:var(--muted);margin:19px 0 0}.timeline{list-style:none;margin:65px 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0}.timeline li{border-top:1px solid #aebbb1;padding:20px 18px 0;position:relative}.timeline li:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;background:var(--accent);border-radius:50%}.timeline span{font:500 .7rem DM Mono,monospace;color:var(--accent)}.timeline p{font-size:.87rem;margin:10px 0 0}.services{background:var(--paper)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:58px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:178px;background:linear-gradient(140deg,#dfe8df,#b9c9bc);display:flex;align-items:flex-end;justify-content:space-between;padding:18px;color:var(--forest)}.product-image span{font:700 2.7rem Playfair Display,serif}.product-image small{font:.62rem DM Mono,monospace}.product-content{padding:23px}.product-content h3{font-size:1rem;margin:0 0 9px}.product-content p{font-size:.8rem;color:var(--muted);margin:0}.product-content .product-detail{font-size:.72rem;margin-top:13px}.contact{background:var(--forest);color:#f6f5f0}.contact .section-title>p:not(.eyebrow){color:#bac9c1}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.contact-details{font-style:normal;margin-top:49px}.contact-details p{display:flex;flex-direction:column;margin:0 0 23px;font-size:.9rem}.contact-details strong{color:var(--accent);font:500 .67rem DM Mono,monospace;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px}.contact-details a:hover{color:var(--accent)}.form-shell{background:var(--surface);color:var(--ink);padding:38px;border-radius:var(--radius)}.form-shell h3{font:700 1.55rem Playfair Display,serif;margin:0}.form-shell>p{font-size:.82rem;color:var(--muted);margin:7px 0 25px}.contact-form{display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{font-size:.76rem;font-weight:800;display:grid;gap:7px}.contact-form input,.contact-form textarea{width:100%;resize:vertical;border:1px solid #c9d2ca;border-radius:8px;padding:11px 12px;background:#fff;color:var(--ink);font-size:.88rem}.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(202,143,77,.25);border-color:var(--accent)}.contact-form .button{justify-self:start;margin-top:5px}.form-status{margin:0;font-size:.8rem;display:flex;align-items:center;gap:7px}.form-status.success{color:#176342}.form-status.error{color:#a63333}.form-status svg{width:16px}footer{background:#102a25;color:#b6c4bc;font-size:.74rem}footer>div{display:flex;justify-content:space-between;padding:24px 0}footer a:hover{color:#fff}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}@media(max-width:800px){.hero{padding:62px 0}.hero-grid,.contact-grid{grid-template-columns:1fr;gap:48px}.hero-visual{height:360px}.timeline{grid-template-columns:1fr 1fr;gap:28px}.product-grid{grid-template-columns:1fr 1fr}.contact-grid{gap:55px}.nav-links{position:absolute;top:76px;left:0;right:0;display:none;padding:18px 20px 22px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 10px 24px #14211f14;flex-direction:column;gap:7px}.nav-links.is-open{display:flex}.nav-links button{text-align:left;padding:10px}.menu-toggle{display:block}.section{padding:84px 0}}@media(max-width:500px){.container{width:min(100% - 30px,1130px)}.brand{font-size:.66rem}.hero h1{font-size:3.2rem}.hero-visual{height:290px;padding:27px}.hero-visual:before{top:18px;right:18px;bottom:18px;left:18px}.section-title h2{font-size:2.45rem}.timeline,.product-grid,.form-grid{grid-template-columns:1fr}.timeline{gap:22px;margin-top:45px}.section{padding:70px 0}.form-shell{padding:26px 20px}footer>div{gap:10px;flex-direction:column}}:root{--ink:#102b22;--muted:#587067;--paper:#fff;--surface:#fff;--forest:#004225;--accent:#007a3d;--line:#d8e5dc;--shadow:0 18px 55px rgba(0,66,37,.1)}.site-header{background:#ffffffeb;border-bottom-color:var(--line)}.brand{color:var(--forest)}.brand img{width:43px;height:35px;object-fit:contain;object-position:left}.hero h1{color:var(--forest)}.button-primary{box-shadow:0 8px 20px #00422533}.button-primary:hover{box-shadow:0 12px 28px #0042254d}.hero-visual{display:grid;place-items:center;justify-content:normal;padding:37px;background:#fff;color:var(--forest);border:1px solid var(--line)}.hero-visual:before{border-color:#0042252b}.hero-visual img{z-index:1;width:min(85%,470px);height:auto;object-fit:contain}.hero-visual span,.hero-visual small{display:none}.visual-line{border-color:#007a3d59;box-shadow:0 0 0 38px #007a3d0f,0 0 0 76px #007a3d08}.about{background:#f2f8f4}.contact-form input:focus,.contact-form textarea:focus{outline-color:#007a3d33}.nav{height:88px}.brand{gap:13px;font-size:1rem}.brand img{width:64px;height:52px}.hero{min-height:calc(100vh - 88px);padding:52px 0}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.75fr);gap:62px}.hero-product{display:flex;align-items:center;justify-content:center;min-height:510px}.hero-product img{display:block;width:min(100%,460px);max-height:610px;object-fit:contain}.hero-visual{display:none}@media(max-width:800px){.nav{height:76px}.brand{font-size:.9rem}.brand img{width:55px;height:44px}.hero{min-height:auto;padding:66px 0}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-product{min-height:0;order:2}.hero-product img{width:min(75%,330px);max-height:440px}}@media(max-width:500px){.brand{gap:9px;font-size:.82rem}.brand img{width:49px;height:40px}.hero-product img{width:min(82%,290px);max-height:380px}}.site-header{background:var(--forest);border-bottom-color:#ffffff29}.brand,.nav-links button,.menu-toggle{color:#fff}.nav-links button:hover{color:#d8f0df}@media(max-width:800px){.nav-links{background:var(--forest);border-bottom-color:#ffffff29}}body{font-size:1.0625rem}.nav-links button{font-size:.91rem}.brand{font-size:1.06rem}.hero h1{font-size:clamp(3.2rem,7.25vw,6.65rem)}.hero-slogan{font-size:clamp(1.2rem,2.1vw,1.56rem)}.hero-text{font-size:1.04rem}.section-title h2{font-size:clamp(2.35rem,5.2vw,4.2rem)}.section-title>p:not(.eyebrow){font-size:1.03rem}.product-content h3{font-size:1.07rem}.product-content p{font-size:.87rem}.contact-details p{font-size:.96rem}.form-shell>p,.contact-form input,.contact-form textarea{font-size:.92rem}footer{font-size:.8rem}@media(max-width:800px){body{font-size:1rem}.nav-links button{font-size:.94rem}.hero h1{font-size:clamp(3.05rem,11vw,4.5rem)}.section-title h2{font-size:clamp(2.3rem,8vw,3.35rem)}}@media(max-width:500px){.brand{font-size:.88rem}.hero h1{font-size:3.35rem}.hero-slogan{font-size:1.17rem}.hero-text{font-size:1rem}.section-title h2{font-size:2.55rem}}.industry-brand{gap:14px;font-size:1.1rem;font-weight:700;letter-spacing:.025em}.industry-divider{display:block;width:2px;height:32px;background:currentColor;border-radius:2px}@media(max-width:500px){.industry-brand{gap:11px;font-size:.92rem}.industry-divider{height:27px}}.company-statement{max-width:880px;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.45;letter-spacing:-.018em;color:var(--forest)}.about{position:relative;overflow:hidden;background:#eef6f0}.company-layout{display:grid;grid-template-columns:minmax(250px,.65fr) minmax(0,1.35fr);gap:clamp(48px,9vw,140px);align-items:center}.company-years{position:relative;display:flex;flex-direction:column;gap:4px;padding:38px 0 38px 34px;color:var(--forest)}.company-years:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--accent)}.company-years:after{content:"";position:absolute;left:34px;bottom:0;width:72px;height:4px;background:var(--forest)}.company-years-number{font-family:Playfair Display,Georgia,serif;font-size:clamp(5rem,10vw,9rem);font-weight:700;line-height:.86;letter-spacing:-.075em}.company-years-label{font:600 .76rem DM Mono,monospace;line-height:1.55;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.company-story{max-width:680px}.company-story h2{margin:0;color:var(--forest);font-family:Playfair Display,Georgia,serif;font-size:clamp(2.55rem,5vw,4.6rem);line-height:1.04;letter-spacing:-.045em}.company-story>p:last-child{max-width:640px;margin:26px 0 0;color:var(--muted);font-size:1.06rem;line-height:1.8}@media(max-width:800px){.company-layout{grid-template-columns:1fr;gap:52px}.company-years{padding:25px 0 25px 28px;max-width:270px}.company-years:after{left:28px}.company-story h2{font-size:clamp(2.6rem,9vw,4rem)}.company-story>p:last-child{font-size:1rem}}@media(min-width:801px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.95fr);gap:42px}.hero-product img{width:min(100%,520px);max-height:650px}}.product-card{display:block;width:100%;padding:0;text-align:left;color:var(--ink);font:inherit;cursor:pointer}.product-card:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.product-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 20px 45px #00422524}.product-image{justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:14px;mix-blend-mode:multiply}.product-image small{font:.66rem DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.product-more{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--forest);font-size:.75rem;font-weight:800}.product-more svg{width:17px;height:17px;transition:transform .2s}.product-card:hover .product-more svg{transform:translate(4px)}.product-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#051c13ad;animation:modal-fade .2s ease-out}.product-modal{position:relative;display:grid;grid-template-columns:minmax(250px,.75fr) minmax(320px,1.25fr);width:min(920px,100%);max-height:min(720px,calc(100vh - 48px));overflow:auto;border-radius:var(--radius);background:#fff;box-shadow:0 28px 80px #00000047;animation:modal-rise .25s ease-out}.modal-close{position:absolute;z-index:1;top:16px;right:16px;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:var(--forest);color:#fff}.modal-close:hover{background:var(--accent)}.modal-close svg{width:20px;height:20px}.modal-product-image{display:grid;place-items:center;min-height:360px;padding:34px;background:#eef6f0}.modal-product-image img{width:100%;max-height:470px;object-fit:contain}.modal-product-content{padding:58px 52px}.modal-product-content h2{margin:0;color:var(--forest);font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.04em}.modal-product-content>p:last-child{color:var(--muted);line-height:1.75}.product-list{display:grid;gap:9px;margin:27px 0 0;padding:0;list-style:none}.product-list li{position:relative;padding-left:21px;color:var(--muted);font-size:.91rem;line-height:1.45}.product-list li:before{content:"";position:absolute;top:.5em;left:0;width:8px;height:8px;border-radius:50%;background:var(--accent)}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-rise{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:700px){.product-modal-backdrop{padding:14px}.product-modal{grid-template-columns:1fr;max-height:calc(100vh - 28px)}.modal-product-image{min-height:240px;padding:28px 46px}.modal-product-image img{max-height:310px}.modal-product-content{padding:36px 28px}.product-list{gap:8px}.product-list li{font-size:.87rem}}.product-card:first-child .product-image{height:230px}.product-card:first-child .product-image img{padding:3px}.product-modal{background:#eef6f0}.modal-product-content{background:transparent}@media(max-width:700px){.product-card:first-child .product-image{height:215px}}.product-modal{grid-template-columns:minmax(280px,.82fr) minmax(360px,1.18fr);background:#eef6f0}.modal-product-image{background:#fff;padding:34px 24px}.modal-product-image img{width:100%;max-height:520px;object-fit:contain}.modal-product-content{padding:62px 54px;background:#eef6f0}.modal-product-content h2{font-size:clamp(2.25rem,4.2vw,3.7rem)}@media(max-width:700px){.product-modal{grid-template-columns:1fr}.modal-product-image{padding:28px 46px}.modal-product-content{padding:36px 28px}}.modal-product-content .product-note{margin-top:22px;color:var(--forest);font-weight:800;font-size:.98rem}.color-chart{display:block;width:100%;margin-top:24px;border-radius:8px}.contact-form input[aria-invalid=true],.contact-form textarea[aria-invalid=true]{border-color:#ad3b3b;background:snow}.field-error{color:#a63333;font-size:.72rem;font-weight:600;line-height:1.35}.success-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px;background:#051c13ad;animation:modal-fade .2s ease-out}.success-modal{width:min(460px,100%);padding:48px 42px;border-radius:var(--radius);background:#eef6f0;color:var(--ink);text-align:center;box-shadow:0 28px 80px #00000047;animation:modal-rise .25s ease-out}.success-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 22px;border-radius:50%;background:var(--forest);color:#fff}.success-icon svg{width:30px;height:30px}.success-modal h3{margin:0;color:var(--forest);font-family:Playfair Display,Georgia,serif;font-size:2rem;line-height:1.15}.success-modal p{margin:16px 0 0;color:var(--muted);font-size:.92rem;line-height:1.65}.success-modal p+p{margin-top:8px}.success-modal .button{margin-top:28px}@media(max-width:500px){.success-modal-backdrop{padding:16px}.success-modal{padding:38px 26px}.success-modal h3{font-size:1.75rem}}.product-grid{align-items:stretch}.product-card{display:flex;flex-direction:column;height:470px}.product-image,.product-card:first-child .product-image{height:230px;min-height:230px;flex:0 0 230px;background:linear-gradient(140deg,#dfe8df,#b9c9bc)}.product-image img,.product-card:first-child .product-image img{padding:14px;object-fit:contain}.product-content{display:flex;flex:1;flex-direction:column;padding:23px}.product-content h3{min-height:2.7em;margin:0 0 9px}.product-content>p{min-height:4.9em;margin:0}.product-content .product-more{margin-top:auto}@media(max-width:800px){.product-card{height:470px}.product-image,.product-card:first-child .product-image{height:230px;min-height:230px;flex-basis:230px}}@media(max-width:500px){.product-card{height:460px}.product-image,.product-card:first-child .product-image{height:215px;min-height:215px;flex-basis:215px}.product-content>p{min-height:4.7em}}.nav-links button{position:relative}.nav-links button:after{content:"";position:absolute;right:10px;bottom:3px;left:10px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.nav-links button:hover:after{transform:scaleX(1)}@media(max-width:800px){.nav-links button:after{right:auto;bottom:4px;left:10px;width:30px;transform-origin:left}}.industry-brand{position:static;left:auto;flex:0 0 auto;white-space:nowrap}@media(min-width:901px)and (max-width:1100px){.nav-links{gap:clamp(12px,2vw,28px)}.nav-links button{font-size:clamp(.78rem,1.35vw,.91rem)}}@media(max-width:900px){.nav{height:76px}.menu-toggle{display:block}.nav-links{position:absolute;top:76px;left:0;right:0;display:none;padding:18px 20px 22px;background:var(--forest);border-bottom:1px solid rgba(255,255,255,.16);box-shadow:0 10px 24px #14211f14;flex-direction:column;gap:7px}.nav-links.is-open{display:flex}.nav-links button{text-align:left;padding:10px}.industry-brand{min-width:0}}.product-safety-icon{display:grid;place-items:center;width:94px;height:94px;color:var(--forest)}.product-safety-icon svg{width:100%;height:100%;stroke-width:1.5}.modal-product-image .product-safety-icon{width:175px;height:175px;color:var(--forest)}.modal-product-content>p:not(.eyebrow):not(.product-note){color:var(--muted);line-height:1.75;white-space:pre-line}@media(max-width:700px){.modal-product-image .product-safety-icon{width:135px;height:135px}}.product-card:last-child .product-image{align-items:center;justify-content:center}.product-card:nth-child(2) .product-image{align-items:center;justify-content:center}.product-card:nth-child(2) .product-image img,.modal-product-image img{object-position:center}.product-card:nth-child(2) .product-image img{transform:translate(6%) scale(1.12);transform-origin:center}.color-modal-image{overflow:hidden}.color-modal-image img{transform:translate(6%) scale(1.12);transform-origin:center}.product-card:nth-child(2) .product-image img,.color-modal-image img{transform:none}.thank-you-page{display:grid;min-height:100dvh;place-items:center;padding:32px;background:var(--forest);color:#fff;text-align:center}.thank-you-content{max-width:760px}.thank-you-page .eyebrow{color:#b9e0c5}.thank-you-page h1{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,8vw,6.5rem);line-height:.98;letter-spacing:-.055em;text-transform:uppercase}.thank-you-page p:not(.eyebrow){max-width:520px;margin:27px auto 0;color:#d4e6da;font-size:clamp(1.05rem,2vw,1.3rem)}.thank-you-button{margin-top:38px;background:#fff;color:var(--forest);box-shadow:none}.thank-you-button:hover{background:#eaf5ed;box-shadow:none}@media(max-width:500px){.thank-you-page{padding:24px}.thank-you-page h1{font-size:3.25rem}.thank-you-button{margin-top:30px}}.thank-you-button{text-transform:uppercase}
