/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.block{display:block}.table{display:table}}:root{--green:#133e28;--green2:#1a4d2e;--dark:#0e291c;--gold:#f5c518;--paper:#f5f4ef;--ink:#222;--muted:#6c716d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-inter),Arial,sans-serif;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.header{z-index:20;background:#fff;border-bottom:1px solid #e8e8e3;justify-content:space-between;align-items:center;height:92px;padding:0 5vw;display:flex;position:relative}.brand{color:var(--green);letter-spacing:.13em;align-items:center;gap:12px;font-size:18px;font-weight:800;text-decoration:none;display:flex}.brand small{letter-spacing:.3em;margin-top:3px;font-size:7px;font-weight:600;display:block}.brand-mark{background:var(--green);width:39px;height:39px;color:var(--gold);border-radius:50%;place-items:center;display:grid}.header-actions{align-items:center;gap:27px;display:flex}.phone{color:var(--ink);font-size:14px;font-weight:650;text-decoration:none}.phone small{text-transform:uppercase;letter-spacing:.15em;color:#858985;margin-bottom:4px;font-size:9px;display:block}.languages{border:1px solid #ddd;border-radius:30px;padding:3px;display:flex}.languages button{cursor:pointer;background:0 0;border:0;border-radius:50%;padding:7px 8px;font-size:10px}.languages button.active{background:var(--green);color:#fff}.button{background:var(--gold);color:#163421;cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:24px;padding:18px 26px;font-weight:750;transition:all .25s;display:flex}.button:hover{background:#ffdb36;transform:translateY(-2px);box-shadow:0 12px 30px #071a1025}.button-small{padding:13px 20px;font-size:12px}.hero{background:var(--dark);color:#fff;grid-template-columns:55% 45%;min-height:calc(100vh - 92px);display:grid;position:relative;overflow:hidden}.hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0 45% 0 0}.hero-content{z-index:2;flex-direction:column;justify-content:center;padding:8vh 6vw 6vh;display:flex;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.21em;color:var(--green);align-items:center;gap:12px;font-size:10px;font-weight:750;display:flex}.eyebrow span{background:var(--gold);width:32px;height:1px}.eyebrow.light{color:#dce8df}.hero h1{letter-spacing:-.035em;margin:26px 0;font-family:Georgia,serif;font-size:clamp(44px,5vw,79px);font-weight:400;line-height:1.03}.hero h1 em,.section h2 i{color:var(--gold);font-weight:400}.hero-lead{color:#c9d6ce;max-width:570px;margin:0 0 34px;font-size:17px;line-height:1.7}.button-hero{align-self:flex-start;min-width:300px}.stats{border-top:1px solid #fff2;gap:50px;margin-top:8vh;padding-top:28px;display:flex}.stats div{align-items:center;gap:12px;display:flex}.stats strong{color:var(--gold);font-family:Georgia,serif;font-size:34px;font-weight:400}.stats span{text-transform:uppercase;letter-spacing:.09em;color:#aab9b0;font-size:10px;line-height:1.5}.hero-visual{background:linear-gradient(135deg,#5b7558,#263f2e 60%,#15271c);min-height:620px;position:relative;overflow:hidden}.hero-visual:before,.placeholder:before,.case-photo:before{content:"";background-image:repeating-linear-gradient(45deg,#0000 0 13px,#ffffff12 13px 14px),repeating-linear-gradient(-45deg,#0000 0 13px,#ffffff0b 13px 14px);position:absolute;inset:0}.photo-label,.placeholder>span,.case-photo>span{letter-spacing:.18em;color:#ffffffb0;white-space:nowrap;font-size:9px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.visual-note{background:var(--gold);color:var(--dark);align-items:center;gap:16px;padding:25px 28px;display:flex;position:absolute;bottom:0;left:0}.visual-note b{font-family:Georgia,serif;font-size:30px}.visual-note span{text-transform:uppercase;letter-spacing:.08em;font-size:10px;line-height:1.5}.section{padding:110px 6vw}.section-number{letter-spacing:.2em;color:#929891;font-size:9px}.about{background:#fff;grid-template-columns:14% 44% 42%;display:grid}.about-copy{padding-right:8vw}.section h2{letter-spacing:-.03em;margin:22px 0 36px;font-family:Georgia,serif;font-size:clamp(38px,4.3vw,67px);font-weight:400;line-height:1.04}.section h2 i{color:var(--green);font-style:italic}.large-copy{color:#343a36!important;font-size:17px!important}.about-copy>p{color:var(--muted);font-size:14px;line-height:1.8}.benefit-stack{border-top:1px solid #dcdedb}.benefit-stack article{border-bottom:1px solid #dcdedb;gap:22px;padding:30px 4px;display:flex}.icon{width:47px;height:47px;color:var(--green);border:1px solid #d7dad5;border-radius:50%;flex:0 0 47px;place-items:center;font-size:20px;display:grid}.benefit-stack h3,.why-grid h3{margin:2px 0 8px;font-family:Georgia,serif;font-size:21px;font-weight:400}.benefit-stack p,.why-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.products{background:var(--paper)}.section-head{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.section-head h2{margin-bottom:0}.section-head>p{max-width:380px;color:var(--muted);font-size:13px;line-height:1.7}.product-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.product-card{background:#fff;transition:all .3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #1a30211c}.placeholder{background:linear-gradient(145deg,#829778,#274b31);height:250px;position:relative;overflow:hidden}.placeholder.greenhouse{background:linear-gradient(145deg,#9ab6a0,#315c42)}.placeholder.shade{background:linear-gradient(145deg,#6d7b64,#213826)}.placeholder.hail{background:linear-gradient(145deg,#9ba89d,#34503b)}.placeholder b{color:#fff;font-family:Georgia,serif;font-size:20px;font-weight:400;position:absolute;top:16px;right:18px}.product-info{padding:25px}.product-info small,.case-copy small{letter-spacing:.17em;color:#949994;font-size:8px}.product-info h3{margin:10px 0 3px;font-family:Georgia,serif;font-size:27px;font-weight:400}.product-info .cell{color:var(--green);font-size:11px;font-weight:700}.product-info p{color:var(--muted);font-size:11px;line-height:1.6}.product-info button{width:100%;color:var(--green);text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #e5e5df;justify-content:space-between;margin-top:12px;padding:16px 0 0;font-weight:700;display:flex}.cases{background:var(--dark);color:#fff}.section-head.light>p{color:#acb9b1}.section-head.light h2 i{color:var(--gold)}.case-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.case-card{background:#173523;transition:all .3s}.case-card:hover{transform:translateY(-6px)}.case-photo{background:linear-gradient(135deg,#8e9d77,#2f4a2e);height:350px;position:relative}.case-card.vineyard .case-photo{background:linear-gradient(135deg,#757d54,#3b342c)}.case-card.glasshouse .case-photo{background:linear-gradient(135deg,#a9b9ac,#345343)}.case-photo b{color:#fff;font:400 25px Georgia;position:absolute;top:20px;left:23px}.case-copy{padding:23px}.case-copy h3{margin:10px 0 7px;font:400 25px Georgia}.case-copy p{color:#bbc8bf;margin:0;font-size:11px}.why{background:#fff;grid-template-columns:35% 65%;gap:7vw;display:grid}.why-title>p:last-child{color:var(--muted);max-width:320px;font-size:13px;line-height:1.8}.why-grid{grid-template-columns:1fr 1fr;display:grid}.why-grid article{border-bottom:1px solid #e2e3df;border-left:1px solid #e2e3df;padding:30px;position:relative}.why-grid article>b{color:#a8aca8;font:400 13px Georgia;position:absolute;top:18px;right:20px}.why-grid .icon{margin-bottom:25px}.request{background:var(--green);color:#fff;grid-template-columns:46% 54%;gap:8vw;display:grid}.request-copy h2 i{color:var(--gold)}.request-copy>p:not(.eyebrow){color:#c5d3ca;max-width:490px;font-size:14px;line-height:1.75}.contact-line{border-top:1px solid #fff2;margin-top:48px;padding-top:23px}.contact-line small{color:#9fb1a5;text-transform:uppercase;letter-spacing:.15em;font-size:9px;display:block}.contact-line a{color:#fff;margin-top:8px;font:400 23px Georgia;text-decoration:none;display:block}.lead-form{color:var(--ink);background:#fff;grid-template-columns:1fr 1fr;gap:22px;padding:35px;display:grid}.lead-form label>span{text-transform:uppercase;letter-spacing:.12em;color:#6e746f;margin-bottom:9px;font-size:9px;font-weight:700;display:block}.lead-form input:not([type=checkbox]),.lead-form select,.lead-form textarea{background:0 0;border:0;border-bottom:1px solid #cfd3cf;border-radius:0;outline:none;width:100%;padding:9px 0 12px;font-size:13px}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--green)}.wide{grid-column:1/-1}.consent{align-items:center;gap:9px;display:flex}.consent input{accent-color:var(--green)}.consent span{text-transform:none!important;letter-spacing:0!important;margin:0!important;font-weight:400!important}.lead-form .button{width:100%}.compact{background:0 0;grid-template-columns:1fr;padding:25px 0 0}.compact .wide{grid-column:1}.compact .button{margin-top:5px}footer{color:#fff;background:#091d13;grid-template-columns:1.4fr repeat(3,1fr);align-items:start;gap:30px;padding:52px 6vw;display:grid}footer>div small{text-transform:uppercase;letter-spacing:.14em;color:#829087;margin-bottom:10px;font-size:8px;display:block}footer>div a{color:#fff;font-size:12px;text-decoration:none}footer>p{color:#6f7e74;border-top:1px solid #ffffff17;grid-column:1/-1;padding-top:22px;font-size:9px}.brand-footer{color:#fff}.brand-footer .brand-mark{background:var(--gold);color:var(--green)}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#06140ebd;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;width:min(520px,100%);padding:45px;animation:.25s pop;position:relative}.modal h2{margin:20px 0 10px;font:400 38px Georgia}.modal>p:not(.eyebrow){color:var(--muted);font-size:13px}.modal-close{cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:14px;right:18px}.notice{z-index:120;background:#fff;align-items:center;gap:15px;padding:20px 25px;animation:.25s pop;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 70px #071b1140}.notice>b{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.notice span{font-size:12px;line-height:1.5}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@keyframes pop{0%{opacity:0;transform:translateY(15px)scale(.98)}}@media (width<=1050px){.header{padding:0 3vw}.phone{display:none}.hero{grid-template-columns:60% 40%}.stats{gap:24px}.about{grid-template-columns:10% 50% 40%}.product-grid{grid-template-columns:1fr 1fr}.why{grid-template-columns:1fr}.request{gap:4vw}.case-photo{height:300px}}@media (width<=760px){.header{height:74px;padding:0 18px}.header-actions{gap:8px}.languages{display:none}.button-small{padding:11px 13px;font-size:10px}.brand{font-size:14px}.brand-mark{width:34px;height:34px}.hero{min-height:auto;display:block}.hero-content{padding:75px 22px 50px}.hero h1{font-size:45px}.hero-lead{font-size:14px}.hero-visual{min-height:380px}.stats{justify-content:space-between;gap:0;margin-top:60px}.stats div{display:block}.stats strong{font-size:28px;display:block}.stats span{font-size:8px}.section{padding:80px 22px}.about{display:block}.section-number{margin-bottom:40px}.about-copy{padding:0}.benefit-stack{margin-top:40px}.section-head{display:block}.section-head>p{margin-top:20px}.product-grid,.case-grid{grid-template-columns:1fr}.product-card{grid-template-columns:42% 58%;display:grid}.placeholder{height:auto;min-height:250px}.case-grid{gap:30px}.case-photo{height:330px}.why{display:block}.why-grid{grid-template-columns:1fr;margin-top:35px}.why-grid article{border-left:0;padding:28px 0}.request{display:block}.lead-form{grid-template-columns:1fr;margin-top:50px;padding:27px 20px}.lead-form .wide{grid-column:1}.contact-line{margin-top:30px}footer{grid-template-columns:1fr 1fr}.brand-footer{grid-column:1/-1;margin-bottom:15px}footer>p{grid-column:1/-1}.modal{padding:35px 25px}.notice{bottom:15px;left:15px;right:15px}}@media (width<=440px){.hero h1{font-size:39px}.button-hero{min-width:100%}.stats span br{display:none}.stats{flex-direction:column;gap:15px}.stats div{display:flex}.product-card{display:block}.placeholder{height:230px}.section h2{font-size:41px}.lead-form{margin-left:-8px;margin-right:-8px}footer{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transition:none;transform:none}}html,body{overflow-x:hidden}.hero-visual>img,.placeholder>img,.case-photo>img{object-fit:cover;width:100%;height:100%;display:block}.hero-visual>img{filter:saturate(.85)brightness(.72)}.hero-visual:after{content:"";background:linear-gradient(90deg,#0e291c22,#0000 45%);position:absolute;inset:0}.placeholder>img{transition:transform .45s}.product-card:hover .placeholder>img{transform:scale(1.04)}.case-photo>img{filter:saturate(.82)brightness(.78);transition:all .4s}.case-photo{overflow:hidden}.case-photo b{z-index:2}.catalog-gallery{background:#ecebe5}.gallery-intro{justify-content:space-between;align-items:flex-end;margin-bottom:45px;display:flex}.gallery-intro h2{margin-bottom:0}.gallery-intro>p{max-width:430px;color:var(--muted);font-size:13px;line-height:1.7}.gallery-categories{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.gallery-category{cursor:pointer;text-align:left;color:#fff;background:#153c28;border:0;height:190px;padding:0;position:relative;overflow:hidden}.gallery-category:after{content:"";background:linear-gradient(#071a1240 25%,#071a12e8 100%);position:absolute;inset:0}.gallery-category img{object-fit:cover;width:100%;height:100%;transition:all .45s}.gallery-category:hover img,.gallery-category.active img{transform:scale(1.05)}.gallery-category.active{outline:4px solid var(--gold);outline-offset:-4px}.gallery-category>span{z-index:2;position:absolute;bottom:20px;left:22px;right:50px}.gallery-category small{color:var(--gold);margin-bottom:5px;font:400 12px Georgia;display:block}.gallery-category strong{font:400 25px Georgia;display:block}.gallery-category em{color:#c9d4cd;letter-spacing:.05em;margin-top:5px;font-size:9px;font-style:normal;display:block}.gallery-category>b{z-index:2;border:1px solid #fff6;border-radius:50%;place-items:center;width:31px;height:31px;font-size:18px;font-weight:400;display:grid;position:absolute;bottom:20px;right:18px}.gallery-panel{margin-top:28px;animation:.45s galleryOpen}.gallery-panel-head{border-bottom:1px solid #c9cbc4;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:13px;display:flex}.gallery-panel-head span{letter-spacing:.15em;text-transform:uppercase;color:#777d78;font-size:9px}.gallery-panel-head p{color:var(--green);margin:0;font:italic 18px Georgia}.gallery-masonry{columns:4;column-gap:14px}.gallery-image{break-inside:avoid;cursor:zoom-in;background:#fff;border:0;width:100%;margin:0 0 14px;padding:0;display:block;position:relative;overflow:hidden}.gallery-image img{object-fit:cover;width:100%;height:auto;max-height:550px;transition:all .4s;display:block}.gallery-image:hover img{filter:brightness(.75);transform:scale(1.025)}.gallery-image>span{color:#fff;opacity:0;background:linear-gradient(#0000,#071a12dc);justify-content:space-between;align-items:end;padding:45px 15px 14px;transition:all .25s;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-image:hover>span{opacity:1}.gallery-image small{text-transform:uppercase;letter-spacing:.14em;font-size:8px}.gallery-image b{font-size:17px}.lightbox{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06120deb;place-items:center;padding:35px 80px;animation:.25s pop;display:grid;position:fixed;inset:0}.lightbox-content{flex-direction:column;align-items:center;max-width:min(78vw,1100px);height:min(86vh,900px);display:flex}.lightbox-content img{object-fit:contain;max-width:100%;height:calc(100% - 55px);box-shadow:0 20px 70px #0007}.lightbox-content>div{color:#fff;align-items:center;gap:20px;padding-top:14px;font-size:12px;display:flex}.lightbox-content>div span{color:var(--gold);font-weight:700}.lightbox-content>div p{color:#d8e0db;margin:0}.lightbox-close,.lightbox-arrow{color:#fff;cursor:pointer;z-index:3;background:#112e20cc;border:1px solid #fff5;border-radius:50%;width:48px;height:48px;font-size:22px;position:absolute}.lightbox-close{top:22px;right:25px}.lightbox-arrow{top:50%;transform:translateY(-50%)}.lightbox-arrow.prev{left:24px}.lightbox-arrow.next{right:24px}@keyframes galleryOpen{0%{opacity:0;transform:translateY(-10px)}}@media (width<=1050px){.gallery-masonry{columns:3}}@media (width<=760px){.gallery-intro{display:block}.gallery-intro>p{margin-top:20px}.gallery-categories{grid-template-columns:1fr}.gallery-category{height:155px}.gallery-masonry{columns:2}.lightbox{padding:60px 15px 25px}.lightbox-content{max-width:100%;height:80vh}.lightbox-arrow{top:auto;bottom:20px}.lightbox-arrow.prev{left:24px}.lightbox-arrow.next{right:24px}.lightbox-close{width:42px;height:42px;top:12px;right:14px}.lightbox-content>div{text-align:center;padding:10px 70px 0}.case-photo>img{filter:saturate(.9)brightness(.82)}}@media (width<=440px){.gallery-masonry{columns:1}.gallery-image img{max-height:none}.gallery-category strong{font-size:23px}}.hero-visual,.placeholder,.case-photo,.gallery-category,.gallery-image{background:#102f20}.hero-visual>img,.placeholder>img,.case-photo>img,.gallery-category img,.gallery-image img{object-fit:contain!important;transform:none!important}.gallery-image img{height:auto!important;max-height:none!important}.gallery-image:hover img{transform:none!important}.gallery-categories{grid-template-columns:repeat(2,1fr)}.gallery-category{background:linear-gradient(135deg,#143f29,#0a2417)}.category-mesh{color:#ffffff0d!important;font:400 180px/1 Georgia!important;position:absolute!important;inset:auto 75px -55px auto!important;transform:none!important}.case-pattern{background-image:linear-gradient(135deg,#315b3a,#102d1d),repeating-linear-gradient(45deg,#0000 0 18px,#fff 18px 19px);justify-content:center;align-items:center;display:flex}.case-pattern:after{content:"";border:1px solid #ffffff1f;position:absolute;inset:15%;transform:rotate(45deg)}.case-pattern>span{z-index:2;color:#ffffff70!important;font:italic 34px Georgia!important;position:relative!important;inset:auto!important;transform:none!important}@media (width<=760px){.gallery-categories{grid-template-columns:1fr}.placeholder{aspect-ratio:4/3;height:auto;min-height:0}.placeholder>img{width:100%;height:100%}}.placeholder,.gallery-image{aspect-ratio:auto!important;background:0 0!important;height:auto!important;min-height:0!important}.placeholder>img,.gallery-image>img{object-fit:initial!important;width:100%!important;max-width:none!important;height:auto!important;display:block!important}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-visual>img{object-fit:initial!important;width:100%!important;height:auto!important;display:block!important}@media (width<=760px){.hero{flex-direction:column;display:flex}.hero-visual{order:-1}}.hero{grid-template-columns:1fr}.hero-grid{inset:0}.hero-content{max-width:980px}.case-grid{grid-template-columns:repeat(4,1fr)}.case-photo{background:#102f20;height:auto!important}.case-photo>img{object-fit:initial!important;filter:none!important;width:100%!important;height:auto!important;display:block!important;transform:none!important}.case-card:hover .case-photo>img{filter:none!important;transform:none!important}@media (width<=1050px){.case-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.case-grid{grid-template-columns:1fr}}.gallery-category>img{filter:brightness(.62)saturate(.9);position:absolute;inset:0;object-fit:cover!important;width:100%!important;height:100%!important;transform:none!important}.gallery-category:hover>img,.gallery-category.active>img{transform:scale(1.02)!important}.mesh-comparison{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.mesh-type{background:#fff;border:1px solid #dbddd6;grid-template-columns:150px 1fr;align-items:center;gap:26px;padding:26px;display:grid}.mesh-sample{background:#e9eee9;border:8px solid #f7f7f3;border-radius:50%;width:150px;height:150px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #d0d6d0}.mesh-sample:before,.mesh-sample:after{content:"";background-image:repeating-linear-gradient(45deg,#0000 0 11px,#167341 11px 13px),repeating-linear-gradient(-45deg,#0000 0 11px,#167341 11px 13px);position:absolute;inset:-40px}.large-cell .mesh-sample:before,.large-cell .mesh-sample:after{background-image:repeating-linear-gradient(45deg,#0000 0 35px,#167341 35px 38px),repeating-linear-gradient(-45deg,#0000 0 35px,#167341 35px 38px)}.mesh-type small{letter-spacing:.16em;color:#848b85;font-size:8px}.mesh-type h3{color:var(--green);margin:7px 0 4px;font:400 25px Georgia}.mesh-type strong{color:#a47f00;font-size:13px}.mesh-type p{color:var(--muted);margin:9px 0 0;font-size:10px;line-height:1.5}.gallery-panel{margin-top:32px}@media (width<=900px){.mesh-type{grid-template-columns:100px 1fr}.mesh-sample{width:100px;height:100px}}@media (width<=760px){.mesh-comparison{grid-template-columns:1fr}.mesh-type{grid-template-columns:100px 1fr;padding:18px}.mesh-sample{width:100px;height:100px}.gallery-category>img{height:100%!important}}.gallery-category>img{filter:brightness(1.08)saturate(1.16)contrast(1.06)!important}.gallery-category:after{background:linear-gradient(#0000 0%,#051b1114 34%,#051b1170 66%,#051b11c2 100%)}.gallery-category:hover>img,.gallery-category.active>img{filter:brightness(1.13)saturate(1.2)contrast(1.08)!important}.gallery-category>span{text-shadow:0 2px 10px #00140ae6}.header-phones{white-space:nowrap;flex-direction:column;align-items:flex-start;gap:3px;display:flex}.header-phones>small{text-transform:uppercase;letter-spacing:.14em;color:#858985;margin-bottom:1px;font-size:8px}.header-phones .phone{font-size:13px;line-height:1.2;display:block}.header-phones .phone:hover{color:var(--green)}@media (width<=1050px){.header-phones .phone{display:block}.header-actions{gap:14px}.languages{display:none}}@media (width<=620px){.header{padding:0 14px}.header-actions{gap:8px}.header-phones .phone{font-size:11px}.header-phones>small{font-size:7px}.brand small,.button-small{display:none}}.footer-emails a,.footer-phones a{margin-bottom:7px;display:block}.messenger-contact{margin-top:22px}.messenger-contact>strong{color:#d9e4dc;letter-spacing:.04em;font-size:10px;line-height:1.35;display:block}.messenger-links{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.messenger-links .messenger{color:#fff;flex-direction:column;align-items:center;gap:6px;font-size:8px;font-weight:750;text-decoration:none;transition:all .2s;display:flex}.messenger-links .messenger svg{fill:#fff;border-radius:50%;width:48px;height:48px;padding:11px;transition:all .2s;box-shadow:0 8px 22px #06150d55}.messenger-links .messenger:hover{transform:translateY(-3px)}.messenger-links .messenger:hover svg{filter:brightness(1.1);box-shadow:0 11px 28px #06150d70}.messenger.telegram svg{background:#229ed9}.messenger.whatsapp svg{background:#25d366}.messenger.viber svg{background:#7360f2}.messenger.max svg{background:linear-gradient(145deg,#2688eb,#6557ff)}.gallery-back{background:var(--green);color:#fff;cursor:pointer;border:0;align-items:center;gap:10px;margin:0 0 18px;padding:12px 18px;font-size:12px;font-weight:750;display:inline-flex;box-shadow:0 8px 20px #173e2820}.gallery-back:hover{background:#205b39}.gallery-back:first-letter{font-size:20px}.gallery-categories{scroll-margin-top:18px}@media (width<=760px){.messenger-links{gap:10px}.messenger-links .messenger svg{width:52px;height:52px}.gallery-back{z-index:5;border-radius:999px;justify-content:flex-start;width:100%;margin-bottom:14px;position:sticky;top:8px}}.product-info h3{font-size:24px;line-height:1.12}.product-variants{border-top:1px solid #e5e5df;border-bottom:1px solid #e5e5df;margin-top:18px}.product-variants summary{color:var(--green);cursor:pointer;justify-content:space-between;align-items:center;padding:15px 0;font-size:12px;font-weight:750;list-style:none;display:flex}.product-variants summary::-webkit-details-marker{display:none}.product-variants summary span{border:1px solid #cfd7d1;border-radius:50%;place-items:center;width:28px;height:28px;font-size:16px;transition:transform .25s;display:grid}.product-variants[open] summary span{transform:rotate(180deg)}.variant-panel{padding:2px 0 16px}.variant-panel fieldset{border:0;margin:12px 0 18px;padding:0}.variant-panel legend{text-transform:uppercase;letter-spacing:.12em;color:#737b75;margin-bottom:9px;font-size:9px;font-weight:750}.variant-options{flex-wrap:wrap;gap:7px;display:flex}.variant-options label{cursor:pointer}.variant-options input{opacity:0;pointer-events:none;position:absolute}.variant-options span{color:#344239;background:#f8f9f6;border:1px solid #d9ddd9;border-radius:2px;padding:8px 9px;font-size:10px;line-height:1;transition:all .2s;display:block}.variant-options input:checked+span{background:var(--green);border-color:var(--green);color:#fff}.variant-options label:hover span{border-color:var(--green)}.product-info>button{margin-top:15px}@media (width<=760px){.product-info h3{font-size:27px}.variant-options span{padding:9px 10px;font-size:11px}}.about-orchard-image{border-radius:2px;width:100%;height:auto;margin-top:28px;display:block}.product-order-link{width:100%;color:var(--green);text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #e5e5df;justify-content:space-between;margin-top:12px;padding:16px 0 0;font-weight:700;text-decoration:none;display:flex}.request{scroll-margin-top:24px}.seo-solutions{background:#eef0e9;grid-template-columns:34% 66%;gap:55px;display:grid}.seo-solutions-head>p:last-child{color:var(--muted);max-width:430px;font-size:14px;line-height:1.75}.seo-solutions-grid{border-top:1px solid #d2d6cf;grid-template-columns:1fr 1fr;display:grid}.seo-solutions-grid article{border-bottom:1px solid #d2d6cf;padding:30px 30px 34px 0}.seo-solutions-grid article:nth-child(2n){border-left:1px solid #d2d6cf;padding-left:30px}.seo-solutions-grid h3{color:var(--green);margin:0 0 13px;font:400 25px Georgia}.seo-solutions-grid p{color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.7}.seo-solutions-grid a{color:var(--green);font-size:12px;font-weight:750;text-decoration:none}.seo-solutions-grid a:hover{text-decoration:underline}.faq-section{background:#fff;grid-template-columns:34% 66%;gap:55px;display:grid}.faq-list details{border-top:1px solid #d2d6cf;padding:24px 0}.faq-list details:last-child{border-bottom:1px solid #d2d6cf}.faq-list summary{cursor:pointer;color:var(--green);font:400 24px Georgia;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--gold)}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);max-width:680px;font-size:14px;line-height:1.7}@media (width<=760px){.seo-solutions{display:block}.seo-solutions-grid{grid-template-columns:1fr;margin-top:35px}.seo-solutions-grid article,.seo-solutions-grid article:nth-child(2n){border-left:0;padding:26px 0}.seo-solutions-grid h3{font-size:27px}.seo-solutions-grid p{font-size:14px}.faq-section{display:block}.faq-list{margin-top:32px}.faq-list summary{font-size:21px}}.honeypot{opacity:0!important;position:absolute!important;left:-9999px!important}.form-error{color:#b3261e;font-size:12px}.chat-launcher{z-index:90;background:var(--gold);color:var(--green);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:10px;padding:12px 19px 12px 12px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 15px 45px #071a1040}.chat-launcher span{background:var(--green);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.chat-launcher b{font-size:13px}.chatbot{z-index:95;background:#f7f7f2;border-radius:18px;flex-direction:column;width:min(410px,100vw - 30px);height:min(640px,100vh - 120px);animation:.25s pop;display:flex;position:fixed;bottom:92px;right:22px;overflow:hidden;box-shadow:0 25px 90px #071a1060}.chatbot-head{background:var(--green);color:#fff;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.chatbot-head strong{font:400 21px Georgia;display:block}.chatbot-head small{color:#bdd0c3;margin-top:4px;font-size:10px;line-height:1.5;display:block}.chatbot-head button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:28px}.chatbot-body{flex:1;padding:18px;overflow:auto}.bot-message{color:var(--muted);background:#fff;border-radius:4px 15px 15px;margin-bottom:18px;padding:13px 15px;font-size:12px;line-height:1.55}.bot-question h3{color:var(--green);margin:5px 0 16px;font:400 23px Georgia}.bot-options{gap:8px;display:grid}.bot-options button,.bot-next,.bot-success button{color:var(--green);text-align:left;cursor:pointer;background:#fff;border:1px solid #d6dbd4;border-radius:9px;padding:12px 14px;font-size:12px}.bot-options button:hover{border-color:var(--gold);background:#fffbea}.bot-inputs{gap:11px;display:grid}.bot-inputs>input{background:#fff;border:1px solid #d5dbd5;border-radius:9px;width:100%;padding:14px}.bot-inputs label{color:var(--muted);align-items:flex-start;gap:7px;font-size:10px;display:flex}.bot-next{font-weight:750;background:var(--gold)!important;border-color:var(--gold)!important;text-align:center!important}.bot-next:disabled{opacity:.5;cursor:not-allowed}.bot-back{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-top:15px;font-size:11px}.bot-success{text-align:center;padding:55px 12px}.bot-success>b{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:62px;height:62px;margin:auto;font-size:26px;display:grid}.bot-success h3{color:var(--green);font:400 28px Georgia}.bot-success p{color:var(--muted);font-size:12px;line-height:1.6}@media (width<=760px){.chat-launcher{bottom:14px;right:14px}.chat-launcher b{display:none}.chatbot{width:calc(100vw - 16px);height:calc(100vh - 90px);bottom:74px;right:8px}}.seo-page{min-height:100vh;color:var(--text);background:#f4f5ef}.seo-page-header{background:#fff;justify-content:space-between;align-items:center;height:82px;padding:0 5vw;display:flex}.seo-page-brand{letter-spacing:.12em;color:var(--green);font-weight:850;text-decoration:none}.seo-page-contact{color:var(--green);font-weight:750;text-decoration:none}.seo-page-hero{background:var(--green);color:#fff;grid-template-columns:45% 55%;min-height:560px;display:grid}.seo-page-hero>div{flex-direction:column;justify-content:center;align-items:flex-start;padding:80px 8vw 70px 7vw;display:flex}.seo-page-hero h1{margin:16px 0 24px;font:400 clamp(44px,5vw,78px)/1 Georgia}.seo-page-hero>div>p:not(.eyebrow){color:#dce8df;max-width:560px;margin:0 0 30px;font-size:16px;line-height:1.75}.seo-page-hero img{object-fit:cover;width:100%;height:100%;min-height:560px}.seo-page-content{background:#fff;grid-template-columns:1.1fr .9fr;gap:8vw;padding:75px 8vw;display:grid}.seo-page-content h2{color:var(--green);margin:0 0 20px;font:400 40px Georgia}.seo-page-content p{color:var(--muted);line-height:1.8}.seo-page-content ul{margin:0;padding:0;list-style:none}.seo-page-content li{color:var(--green);border-bottom:1px solid #dfe2da;padding:17px 0;font-weight:650}.seo-page-nav{background:#e6eadf;flex-wrap:wrap;gap:28px;padding:30px 8vw;display:flex}.seo-page-nav a{color:var(--green);font-weight:700}.seo-page-footer{color:#fff;background:#0d3120;justify-content:space-between;padding:32px 8vw;display:flex}.seo-page-footer a{color:#fff}@media (width<=760px){.seo-page-header{height:70px}.seo-page-hero{display:block}.seo-page-hero>div{padding:55px 22px}.seo-page-hero h1{font-size:43px}.seo-page-hero img{aspect-ratio:1.15;object-fit:cover;height:auto;min-height:0}.seo-page-content{padding:55px 22px;display:block}.seo-page-content h2{font-size:35px}.seo-page-content ul{margin-top:30px}.seo-page-nav{gap:18px;padding:28px 22px;display:grid}.seo-page-footer{padding:28px 22px}.about-orchard-image{border-radius:0;width:calc(100% + 44px);max-width:none;margin-top:24px;margin-left:-22px}}.benefit-visual{border-radius:50%;flex:0 0 108px;place-items:center;width:108px;height:108px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 28px #173f2928}.strength-benefit{background:#173f29;border:3px solid #f5c518}.strength-benefit img{object-fit:cover;object-position:center 48%;width:100%;height:100%;display:block}.uv-benefit{color:#173f29;background:radial-gradient(circle at 36% 34%,#fff7a6 0 9%,#f5c518 10% 44%,#e7aa00 45% 100%);border:3px solid #fff7ca}.uv-benefit b{letter-spacing:-.04em;z-index:2;font-size:28px;position:relative}.uv-benefit i{color:#ffffff70;font-size:82px;font-style:normal;line-height:1;position:absolute}.life-benefit{color:#123d27;background:linear-gradient(145deg,#dfff87,#75bd37);border:3px solid #efffd1}.life-benefit:after{content:"";background:#ffffff60;border-radius:100% 0;width:34px;height:17px;position:absolute;bottom:7px;right:5px;transform:rotate(-24deg)}.life-benefit b{z-index:2;margin-top:13px;font:700 30px/1 Georgia;position:relative}.life-benefit i{text-transform:uppercase;letter-spacing:.08em;z-index:2;margin-top:-18px;font-size:12px;font-style:normal;position:relative}.options-benefit b{margin-top:2px;font-family:Arial,sans-serif;font-size:35px}.options-benefit i{letter-spacing:.02em;color:#0000;background:linear-gradient(90deg,#184e35 0 31%,#f5c518 31% 65%,#d94b3d 65%);-webkit-background-clip:text;background-clip:text;margin-top:4px;font-size:14px}.additive-icons{flex:0 0 218px;align-items:center;gap:12px;display:flex}.additive-icons span{background:#fff;border:3px solid #ffe0a8;border-radius:50%;place-items:center;width:103px;height:103px;display:grid;overflow:hidden;box-shadow:0 9px 24px #173f2920}.additive-icons img{object-fit:contain;width:84%;height:84%;display:block}@media (width<=760px){.additive-icons{flex-basis:196px;gap:10px}.additive-icons span{width:93px;height:93px}.benefit-visual{flex-basis:92px;width:92px;height:92px}.uv-benefit b{font-size:24px}.uv-benefit i{font-size:70px}.life-benefit b{font-size:26px}}.why-visual{color:#143e29;border:3px solid #eef4e8;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:104px;height:104px;margin-bottom:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #173f2924}.why-visual:after{content:"";border:1px solid #ffffff80;border-radius:50%;position:absolute;inset:8px}.why-visual b{z-index:2;font:700 34px/1 Georgia;position:relative}.why-visual i{letter-spacing:.12em;z-index:2;margin-top:7px;font-size:8px;font-style:normal;font-weight:800;position:relative}.production-why{color:#fff;background:linear-gradient(145deg,#173f2a,#082a19)}.production-why .factory-roof{z-index:2;background:linear-gradient(150deg,#0000 0 30%,#f5c518 31% 48%,#0000 49% 58%,#f5c518 59% 76%,#0000 77%);width:56px;height:24px;margin-top:2px;position:relative}.production-why .factory-body{z-index:2;background:#f5c518;justify-content:center;align-items:center;gap:5px;width:58px;height:29px;display:flex;position:relative}.production-why .factory-body i{background:#173f2a;width:8px;height:10px;margin:0;display:block}.production-why>b{letter-spacing:.14em;color:#fff;margin-top:7px;font:800 8px Arial,sans-serif}.lifetime-why{background:linear-gradient(145deg,#dfff91,#74bd3f)}.lifetime-why:before{content:"";background:#ffffff70;border-radius:100% 0;width:37px;height:19px;position:absolute;bottom:11px;right:7px;transform:rotate(-24deg)}.delivery-why{background:linear-gradient(145deg,#e8f5ed,#a7d6ba)}.delivery-why .flag-row{z-index:2;gap:3px;display:flex;position:relative}.delivery-why .flag-row b{background:#fff;border:1px solid #fff;border-radius:50%;place-items:center;width:29px;height:29px;font:19px Arial,sans-serif;display:grid;box-shadow:0 3px 8px #173f2930}.delivery-why>i{margin-top:10px;font-size:8px}.quality-why{background:linear-gradient(145deg,#fff6c3,#f5c518)}.document-stack{z-index:2;width:66px;height:48px;display:block;position:relative}.document-stack b{color:#16804a;background:#fff;border:1px solid #bda114;border-radius:3px;place-items:center;width:38px;height:47px;font:700 18px Arial,sans-serif;display:grid;position:absolute;box-shadow:0 3px 7px #715c1025}.document-stack b:first-child{top:1px;left:1px;transform:rotate(-10deg)}.document-stack b:nth-child(2){top:0;left:14px;transform:rotate(1deg)}.document-stack b:nth-child(3){top:2px;left:27px;transform:rotate(10deg)}.quality-why>i{margin-top:8px;font-size:7px}@media (width<=760px){.why-visual{width:94px;height:94px}.why-visual b{font-size:31px}.delivery-why .flag-row b{width:25px;height:25px;font-size:16px}.document-stack{transform:scale(.88)}}.why-photo{background:#fff;border-color:#e1e8e3}.why-photo:after{display:none}.why-photo img{object-fit:cover;width:100%;height:100%;display:block}.production-photo img,.quality-photo img{object-position:center}.delivery-flags{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;max-width:300px;margin-bottom:24px;display:grid}.delivery-flags span{aspect-ratio:1;background:#fff;border:3px solid #e5ede7;border-radius:50%;place-items:center;width:100%;font-size:clamp(34px,4vw,48px);line-height:1;display:grid;box-shadow:0 10px 28px #173f2924}.quality-badges{align-items:center;gap:14px;margin-bottom:24px;display:flex}.quality-badges span{background:#fff;border:3px solid #e1e8e3;border-radius:50%;place-items:center;width:104px;height:104px;display:grid;overflow:hidden;box-shadow:0 10px 28px #173f2924}.quality-badges img{object-fit:contain;width:86%;height:86%;display:block}@media (width<=760px){.delivery-flags{gap:10px;max-width:270px}.delivery-flags span{font-size:38px}.quality-badges{gap:10px}.quality-badges span{width:94px;height:94px}}.hero-showcase{object-fit:contain;object-position:center;filter:brightness(1.08)saturate(1.12)contrast(1.06);transform-origin:50%;border:1px solid #ffffff24;border-radius:3px;width:88vw;max-width:1320px;height:auto;margin:18px 0 48px;display:block;transform:scaleY(1.16);box-shadow:0 22px 55px #06160e66}@media (width<=760px){.hero-showcase{aspect-ratio:auto;border-left:0;border-right:0;border-radius:0;width:calc(100% + 44px);height:auto;margin:15px 0 42px -22px;transform:scaleY(1.22);box-shadow:0 16px 40px #06160e55}}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;width:88vw;display:grid}.stats div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.stats div:nth-child(2) strong{white-space:nowrap;font-size:34px}.stats span{text-transform:none;letter-spacing:-.02em;color:#e4ebe6;max-width:360px;font-family:Georgia,serif;font-size:clamp(28px,2.35vw,38px);font-weight:400;line-height:1.08}.stats-since mark{color:var(--gold);font:inherit;background:0 0}@media (width<=760px){.stats{grid-template-columns:1fr;gap:28px;width:100%;margin-top:48px}.stats div{flex-direction:column;gap:6px;display:flex}.stats div:nth-child(2) strong{font-size:30px}.stats span{max-width:100%;font-size:30px;line-height:1.08}}@media (width<=440px){.stats{gap:26px}.stats div{display:flex}.stats span{font-size:28px}}
