@font-face{font-family:Manrope;src:url('/assets/manrope-latin.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-latin-ext.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
:root{--paper:#f8f9f5;--white:#fff;--ink:#202a25;--green:#31583f;--green-dark:#203f2d;--sage:#e9eee4;--muted:#687169;--line:#dfe4da;--radius:18px;--font:Manrope,Arial,sans-serif;--container:1320px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button{color:inherit}img{max-width:100%;display:block}svg{flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:550;line-height:1.16;letter-spacing:-.045em}h2{font-size:clamp(34px,3.3vw,46px)}h2 span{color:#738273}h3{letter-spacing:-.025em}em{font-style:normal}p{color:var(--muted)}::selection{background:#d1dfc5;color:var(--green-dark)}:focus-visible{outline:3px solid #799768;outline-offset:5px;border-radius:3px}[hidden]{display:none!important}.container{width:min(var(--container),calc(100% - 104px));margin-inline:auto}.section{padding-block:110px}.icon{width:22px;height:22px}.eyebrow{font-size:13px;line-height:1.5;font-weight:700;letter-spacing:.13em}.section-label{display:flex;gap:10px;align-items:center;color:var(--green);margin-bottom:24px}.tiny-square{display:inline-block;width:6px;height:6px;background:currentColor;flex-shrink:0}.status-dot{width:7px;height:7px;border-radius:50%;background:#638851;display:inline-block;box-shadow:0 0 0 4px #63885112;flex-shrink:0}.button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:13px 21px;border-radius:7px;font-size:15px;font-weight:650;line-height:1.5;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s,transform .2s}.button .icon{width:18px;height:18px;transition:transform .2s}.button:hover .icon:last-child{transform:translateX(3px)}.button-green{background:var(--green);color:white}.button-green:hover{background:var(--green-dark);transform:translateY(-2px)}.button-outline{border-color:#ced6ca;background:transparent;color:var(--ink)}.button-outline:hover{background:var(--sage);border-color:#b1c0a8}.button-light{background:#edf1e5;color:var(--green-dark)}.button-light:hover{background:white;transform:translateY(-2px)}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:15px;font-weight:650;color:var(--green);background:none;border:0;padding:0}.text-link .icon{width:18px;height:18px;transition:transform .2s}.text-link:hover{color:#52734a}.text-link:hover .icon{transform:translateX(4px)}.body-copy{font-size:16px;line-height:1.85}.lead{font-size:16px;line-height:1.8;color:#4d5a50}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:64px;margin-bottom:43px}.section-heading>p{max-width:360px;font-size:16px;line-height:1.85;padding-bottom:4px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:200;padding:14px 24px;background:var(--green);color:white}.skip-link:focus{top:12px}
/* Navigation */
.site-header{position:sticky;top:0;z-index:50;background:#f8f9f5ef;backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:box-shadow .25s,border-color .25s}.site-header.scrolled{box-shadow:0 3px 20px #1e352807;border-color:var(--line)}.header-inner{height:99px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:block;width:93px;flex-shrink:0}.brand img{width:100%;height:auto;mix-blend-mode:multiply}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto;margin-right:25px}.desktop-nav>a{position:relative;padding:12px 0;font-size:15px;font-weight:550}.desktop-nav>a::after{content:'';position:absolute;left:0;bottom:6px;width:100%;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav>a:hover::after,.desktop-nav>a.active::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:26px}.language-switch{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1;color:#7b8279}.language-switch a{padding:12px 2px;min-width:21px;text-align:center}.language-switch a:hover,.language-switch .is-active{color:var(--green-dark);font-weight:750}.language-switch>span{font-size:12px;color:#adb5a9}.header-cta{font-size:14px;min-height:44px;padding:11px 17px;gap:21px}.menu-toggle{display:none;align-items:center;justify-content:center;background:none;border:1px solid var(--line);width:42px;height:42px;border-radius:7px}.mobile-menu{display:none}
/* First screen */
.hero{display:grid;grid-template-columns:1.02fr 1fr;align-items:center;gap:54px;padding-top:42px;padding-bottom:57px}.hero-copy{padding:12px 0 4px}.hero-eyebrow{display:flex;align-items:center;gap:12px;color:var(--green);margin-bottom:25px;font-size:13px;letter-spacing:.12em}h1{font-size:clamp(48px,5.15vw,75px);line-height:1.105;font-weight:550;letter-spacing:-.058em}.hero h1 em{color:#708367}.hero-description{max-width:448px;font-size:16px;line-height:1.85;margin-top:25px}.hero-buttons{display:flex;flex-wrap:wrap;gap:11px;margin-top:29px}.hero-buttons .button{gap:22px}.hero-proof{display:flex;flex-wrap:wrap;gap:22px;margin-top:37px;font-size:13px;color:#6b766a}.hero-proof>span{display:flex;align-items:center;gap:7px}.hero-proof .icon{width:15px;height:15px;color:#5b7753}.hero-visual{height:530px;position:relative;border-radius:22px;isolation:isolate;background:#eae8df}.hero-visual>img{width:100%;height:100%;object-fit:cover;border-radius:22px;object-position:51% 50%}.hero-image-label{position:absolute;top:23px;left:24px;display:flex;gap:8px;align-items:center;color:#435448;font-size:12px;font-weight:700;letter-spacing:.12em;background:#f7f8f0da;padding:10px 13px;border-radius:4px;backdrop-filter:blur(8px)}.hero-floating-note{position:absolute;bottom:28px;left:-23px;display:flex;align-items:center;gap:14px;background:#fffefaf7;padding:19px 22px;border:1px solid #ffffffb5;border-radius:10px;box-shadow:0 8px 35px #3f463611;backdrop-filter:blur(8px)}.note-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e7eedf;color:var(--green)}.note-icon .icon{width:19px;height:19px}.hero-floating-note p{font-size:14px;line-height:1.75}.hero-floating-note p strong{font-weight:650;color:var(--ink)}.hero-floating-note>.icon{margin-left:27px;width:18px;height:18px;color:#6e8167}.visual-index{position:absolute;bottom:28px;right:20px;writing-mode:vertical-rl;font-size:12px;font-weight:650;letter-spacing:.15em;color:#5b6758}.industries-band{border-block:1px solid var(--line)}.industries-inner{min-height:90px;display:flex;align-items:center;gap:48px}.industries-inner>.eyebrow{max-width:155px;font-size:12px;color:#7a8478;line-height:1.7;letter-spacing:.1em}.industries-list{display:flex;align-items:center;justify-content:space-between;gap:26px;flex:1}.industries-list>span{font-size:16px;font-weight:550;letter-spacing:-.015em;color:#727c70;white-space:nowrap}.industries-list>span:last-child{color:var(--green);display:flex;gap:7px;align-items:center}.industries-list .icon{width:14px;height:14px}
/* Starting point */
.about{display:grid;grid-template-columns:1.15fr 1fr;gap:100px;align-items:center}.about-copy h2{margin-bottom:27px}.about-copy .lead{max-width:505px}.about-copy .body-copy{margin-top:16px;max-width:510px;font-size:16px}.about-copy .text-link{margin-top:25px}.needs-card{background:#edf0e7;border:1px solid #e3e8dc;border-radius:var(--radius);padding:28px 30px;position:relative;overflow:hidden;min-height:366px}.needs-card-top{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#71806a}.needs-card-top .eyebrow{font-size:12px;letter-spacing:.1em}.needs-card-top .icon{width:20px;height:20px}.needs-card h3{margin-top:30px;font-size:28px;line-height:1.3;position:relative;z-index:1;letter-spacing:-.035em}.needs-tags{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:1;margin-top:72px;max-width:350px}.needs-tags>span{border:1px solid #d8e0cf;padding:5px 12px;border-radius:5px;font-size:13px;color:#5e7158;background:#f6f8f0d9}.needs-diagram{position:absolute;right:17px;top:70px;width:225px;height:225px}.needs-orbit{position:absolute;border:1px solid #bacbae88;inset:15px;border-radius:50%}.orbit-two{inset:43px}.needs-center{position:absolute;inset:77px;border:1px solid #bcccad;background:#e2ead8;border-radius:18px;display:grid;place-items:center;transform:rotate(-13deg)}.needs-center .icon{color:#6b855c;width:32px;height:32px;transform:rotate(13deg)}.orbit-point{position:absolute;width:8px;height:8px;background:#8fa580;border:2px solid #e5ecd9;border-radius:50%}.point-one{top:31px;left:51px}.point-two{bottom:47px;right:40px}.point-three{top:74px;right:51px}
/* Example solutions */
.solutions{background:#eff2eb}.product-filters{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:27px}.filter-button{font-size:14px;font-weight:550;border:1px solid #dce3d7;padding:11px 17px;background:transparent;border-radius:6px;display:inline-flex;align-items:center;gap:11px;min-height:42px;transition:background .2s,border-color .2s,color .2s}.filter-button span{font-size:12px;background:#ffffff23;padding:1px 5px;border-radius:3px}.filter-button.active{background:var(--green);border-color:var(--green);color:white}.filter-button:not(.active):hover{background:#e2e9dc;border-color:#bdcdb2}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:21px}.product-card{background:#fafbf7;border:1px solid #e1e6da;border-radius:12px;overflow:hidden;transition:box-shadow .25s,transform .25s,border-color .25s}.product-card:hover{box-shadow:0 10px 24px #2036220a;transform:translateY(-4px);border-color:#bccaaf}.product-visual{display:block;position:relative;background:#f1f0e9;overflow:hidden;aspect-ratio:1.2}.product-render{height:100%;width:100%;background-image:url('/assets/products.webp');background-size:400% 300%;background-repeat:no-repeat;transition:transform .5s}.product-card:hover .product-render{transform:scale(1.045)}.product-render-0{background-position:0 0}.product-render-1{background-position:33.333333% 0}.product-render-2{background-position:66.666667% 0}.product-render-3{background-position:100% 0}.product-render-4{background-position:0 50%}.product-render-5{background-position:33.333333% 50%}.product-render-6{background-position:66.666667% 50%}.product-render-7{background-position:100% 50%}.product-render-8{background-position:0 100%}.product-render-9{background-position:33.333333% 100%}.product-render-10{background-position:66.666667% 100%}.product-render-11{background-position:100% 100%}.product-index{position:absolute;top:14px;left:17px;color:#767d71;font-size:12px;letter-spacing:.05em}.product-arrow{position:absolute;right:13px;top:12px;display:grid;place-items:center;width:29px;height:29px;border:1px solid #d1d6c780;background:#f8f9f3a6;border-radius:50%;color:#73816b;transition:color .2s,background .2s}.product-arrow .icon{width:14px;height:14px}.product-card:hover .product-arrow{background:var(--green);color:white;border-color:var(--green)}.product-info{padding:20px 20px 17px}.product-info h3{font-size:17px;font-weight:650;line-height:1.4}.product-info>p{font-size:14px;line-height:1.8;margin-top:7px;min-height:40px}.product-enquiry{margin-top:17px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;font-weight:650;color:var(--green);padding-top:13px;border-top:1px solid #e2e8dc}.product-enquiry .icon{width:15px;height:15px;transition:transform .2s}.product-enquiry:hover .icon{transform:translateX(4px)}.products-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:27px;gap:20px}.products-bottom p{font-size:13px;line-height:1.6}.products-bottom .button{font-size:14px;gap:15px;min-height:44px}.product-total{font-size:13px;color:#78866f}.other-card{display:flex;align-items:center;gap:24px;background:#e3eadb;border:1px solid #dce5d4;border-radius:12px;padding:29px 31px;margin-top:36px}.other-icon{height:46px;width:46px;border:1px solid #becfb2;border-radius:11px;color:#648355;display:grid;place-items:center;flex-shrink:0}.other-icon .icon{width:27px;height:27px}.other-card h3{font-size:20px;font-weight:550}.other-card p{font-size:14px;margin-top:7px;color:#64735c}.other-card .button{margin-left:auto;white-space:nowrap;flex-shrink:0}
/* Process and strengths */
.process .section-heading{margin-bottom:53px}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;list-style:none;padding:0;margin:0}.step-top{display:flex;align-items:center;justify-content:space-between;position:relative;padding-bottom:25px;border-bottom:1px solid #dbe3d4;margin-bottom:23px}.step-top::after{content:'';width:5px;height:5px;border-radius:50%;background:#6f8c5e;position:absolute;bottom:-3px;left:0}.step-number{font-size:35px;line-height:1;letter-spacing:-.045em;color:#829777;font-weight:450}.step-top .icon{width:16px;height:16px;color:#95a38c}.process-step:last-child .step-top .icon{background:var(--green);color:white;border-radius:50%;width:26px;height:26px;padding:6px}.process-step h3{font-size:16px;line-height:1.45;font-weight:600;letter-spacing:-.025em}.process-step>p{font-size:14px;line-height:1.9;margin-top:13px;max-width:198px}.why-section{background:#f0f3ed;border-top:1px solid #e5eadf}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-card{padding:27px;background:#f9faf6;border:1px solid #e1e7db;border-radius:12px;transition:border-color .2s,transform .2s}.value-card:hover{border-color:#becbb4;transform:translateY(-3px)}.value-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.value-icon{width:39px;height:39px;display:grid;place-items:center;background:#eaf0e4;border:1px solid #e1e9d9;border-radius:8px;color:#678257}.value-icon .icon{width:20px;height:20px}.value-number{font-size:13px;color:#89967f}.value-card h3{font-size:18px;font-weight:600}.value-card p{font-size:15px;line-height:1.9;margin-top:11px;max-width:290px}
/* Special requirements */
.special-wrap{padding-top:85px}.special-section{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;background:var(--green-dark);color:#f6f8f0;border-radius:20px;overflow:hidden;position:relative;padding:61px 58px}.special-section .section-label{color:#bacfac;font-size:12px}.special-section h2{font-size:clamp(34px,3.3vw,47px);line-height:1.22}.special-section h2 em{color:#b6cba1}.special-copy{position:relative;z-index:2}.special-copy>p:not(.section-label){color:#c5d1bd;max-width:490px;font-size:15px;line-height:1.9;margin-top:23px}.special-copy>.button{margin-top:30px}.special-note{display:flex;align-items:center;gap:7px;font-size:12px;color:#c0d0b5;margin-top:17px}.special-note .icon{width:13px;height:13px}.special-art{position:relative;min-height:320px}.special-rings{position:absolute;width:340px;height:340px;top:-17px;left:0;transform:rotate(-18deg)}.special-rings i{position:absolute;inset:0;border:1px solid #b8d3992a;border-radius:50%;transform:rotateX(24deg) rotateY(-25deg)}.special-rings i:nth-child(2){inset:34px;border-color:#b8d39944}.special-rings i:nth-child(3){inset:68px;border-color:#b8d39966}.special-rings>span{position:absolute;inset:110px;display:grid;place-items:center;border:1px solid #b8d39970;background:linear-gradient(145deg,#79975d66,#284731);border-radius:22px;box-shadow:12px 17px 50px #071f1444}.special-rings .icon{width:67px;height:67px;color:#d9e7c6;stroke-width:1}.special-tags{display:flex;flex-direction:column;gap:10px;align-items:flex-start;position:absolute;bottom:0;left:20px}.special-tags>span{border:1px solid #b8d39935;color:#dae3d2;background:#294a34f0;font-size:13px;padding:8px 12px;display:flex;gap:8px;align-items:center;border-radius:5px;backdrop-filter:blur(5px)}.special-tags>span:nth-child(2){margin-left:55px}.special-tags>span:nth-child(3){margin-left:20px}.special-tags .icon{width:12px;height:12px;color:#bbcfab}.special-coordinate{position:absolute;top:2px;right:-30px;writing-mode:vertical-rl;font-size:12px;letter-spacing:.15em;color:#b0c39f70}
/* International reach */
.global{display:grid;grid-template-columns:1fr 1.12fr;gap:64px;align-items:center;padding-block:90px}.global-copy .body-copy{margin-top:26px;max-width:470px;font-size:16px}.check-list{list-style:none;padding:0;margin:25px 0 0;display:flex;flex-direction:column;gap:13px;font-size:14px;color:#58694f}.check-list li{display:flex;gap:9px;align-items:center}.check-list .icon{width:17px;height:17px;color:#738d61}.global-visual{position:relative;min-width:0;aspect-ratio:1.45}.world-graphic{width:100%;height:100%}.poland-pin{position:absolute;top:25%;left:57%;background:#fffef8;border:1px solid #e0e7d7;border-radius:6px;padding:9px 13px 8px;box-shadow:0 5px 20px #263c2410;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:8px;font-size:13px;font-weight:650}.poland-pin .status-dot{width:5px;height:5px}.poland-pin small{grid-column:2;font-weight:450;font-size:12px;color:#7d8d73;white-space:nowrap}.map-caption{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:12px;letter-spacing:.15em;font-weight:650;color:#89977e}
/* Questions */
.faq-section{background:#f0f3ec;border-block:1px solid #e5eadf}.faq-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.faq-intro h2{font-size:37px}.faq-intro>p{font-size:15px;margin-top:27px}.faq-intro>p .text-link{display:flex;margin-top:8px;font-size:15px}.faq-list{border-top:1px solid #d9e1d2}.faq-list details{border-bottom:1px solid #d9e1d2}.faq-list summary{display:flex;align-items:center;gap:18px;cursor:pointer;padding:22px 0;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-index{font-size:12px;color:#87967b;align-self:flex-start;padding-top:4px}.faq-list summary h3{font-size:16px;line-height:1.65;font-weight:600;letter-spacing:-.01em}.faq-list summary>.icon{width:18px;height:18px;color:#668457;margin-left:auto;transition:transform .25s}.faq-list details[open] summary>.icon{transform:rotate(45deg)}.faq-list details[open] summary{padding-bottom:12px}.faq-answer{padding:0 35px 23px 32px;font-size:15px;line-height:1.9;max-width:600px}.faq-list summary:hover h3{color:var(--green)}
/* Enquiry */
.contact{display:grid;grid-template-columns:1fr 1.2fr;gap:93px;align-items:start}.contact-copy{padding-top:15px;position:sticky;top:125px}.contact h2{font-size:clamp(37px,3.7vw,51px)}.contact-copy>.body-copy{margin-top:24px;max-width:380px;font-size:16px}.contact-methods{margin-top:35px;max-width:373px}.contact-method{display:flex;align-items:center;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.contact-icon{width:41px;height:41px;border-radius:9px;background:#edf1e7;border:1px solid #e2e9da;display:grid;place-items:center;color:#678459}.contact-icon .icon{width:19px;height:19px}.contact-method small{font-size:12px;font-weight:650;letter-spacing:.13em;display:block;color:#7f8a77;margin-bottom:4px}.contact-method strong{font-size:17px;font-weight:550;letter-spacing:-.025em}.contact-method>.icon{margin-left:auto;width:16px;height:16px;color:#809172;transition:transform .2s}.contact-method:hover{color:var(--green)}.contact-method:hover>.icon{transform:translate(2px,-2px)}.button-whatsapp{color:var(--green);border-color:#cedcc3;background:#eaf1e3;gap:13px;font-size:14px;margin-top:24px;min-height:45px}.button-whatsapp .icon:first-child{width:20px;height:20px}.button-whatsapp .icon:last-child{margin-left:19px}.button-whatsapp:hover{background:#dfead5;border-color:#b7cda7}.contact-reassurance{display:flex;align-items:flex-start;gap:13px;max-width:370px;margin-top:39px;padding-top:25px;border-top:1px solid var(--line)}.contact-reassurance>.icon{width:19px;height:19px;color:#7b916d;margin-top:3px}.contact-reassurance p{font-size:15px;line-height:1.9}.contact-form-card{padding:31px;background:#fff;border:1px solid #e1e6da;border-radius:15px;box-shadow:0 7px 30px #344a2c03}.form-heading{margin-bottom:25px}.form-heading h3{font-size:21px;font-weight:600}.form-heading p{font-size:13px;margin-top:7px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:17px;min-width:0}.field>label{font-size:14px;font-weight:600;line-height:1.4}.optional{color:#858e7f;font-size:12px;font-weight:400}.field input,.field select,.field textarea{width:100%;border:1px solid #dce2d6;border-radius:5px;background:#fcfdf9;padding:12px 13px;font-size:15px;color:var(--ink);line-height:1.5;transition:border-color .2s,box-shadow .2s;min-height:44px}.field textarea{resize:vertical;min-height:104px;max-height:400px}.field input::placeholder,.field textarea::placeholder{color:#929a8c;font-size:14px}.field input:hover,.field select:hover,.field textarea:hover{border-color:#b7c8aa}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7d9b69;outline:none;box-shadow:0 0 0 3px #8fa87820}.field select{appearance:none;padding-right:36px}.field select:has(option:checked[value=""]){color:#929a8c;font-size:14px}.select-wrap{position:relative}.select-wrap>.icon{position:absolute;right:13px;top:13px;width:16px;height:16px;pointer-events:none;color:#7a8c6e}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.upload-zone{position:relative;border:1px dashed #cbd7c1;border-radius:6px;background:#f8faf4;transition:background .2s,border-color .2s}.upload-zone:hover,.upload-zone.drag-over{background:#edf4e5;border-color:#799766}.upload-zone label{padding:19px 13px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font-size:14px;font-weight:550;line-height:1.7;text-align:left}.upload-zone .icon{color:#809770;width:19px;height:19px}.upload-zone small{display:block;color:#88927f;font-size:12px;font-weight:400}.file-input{position:absolute;width:1px;height:1px;opacity:0}.upload-zone:focus-within{outline:3px solid #799768;outline-offset:3px}.file-list{list-style:none;margin:0;padding:0}.file-list li{display:flex;align-items:center;gap:9px;font-size:13px;padding:10px 0;border-bottom:1px solid var(--line)}.file-list .icon{width:15px;height:15px;color:#7c926d}.file-list li>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.file-list li>small{margin-left:auto;color:#85947b;flex-shrink:0;font-size:12px}.file-list button{background:none;border:0;padding:7px;flex-shrink:0;display:grid;place-items:center;border-radius:3px}.file-list button:hover{background:#edf1e8}.file-error{font-size:14px;color:#973b30;margin-top:9px}.consent{display:flex;align-items:flex-start;gap:9px;margin-top:19px;margin-bottom:21px;font-size:12px;line-height:1.9;color:#74806a;cursor:pointer}.consent input{width:14px;height:14px;accent-color:var(--green);margin:2px 0 0;flex-shrink:0}.consent a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.submit-button{width:100%;justify-content:space-between;font-size:15px;padding-inline:20px}.form-status{font-size:15px;background:#fff7ee;color:#844a29;border:1px solid #e9d5b9;border-radius:5px;padding:13px;margin-bottom:15px}.form-fallback{margin-top:15px;display:flex;flex-wrap:wrap;gap:12px;font-size:15px;color:var(--green)}.form-fallback>a{display:flex;gap:8px;align-items:center}.form-fallback .icon{width:15px;height:15px}.form-fallback .text-link{font-size:14px}.form-success{padding:75px 10px;text-align:center;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.success-icon{width:60px;height:60px;border-radius:50%;background:#e8f0de;color:var(--green);display:grid;place-items:center}.success-icon .icon{width:30px;height:30px}.form-success h3{font-size:28px}.form-success p{font-size:16px;max-width:350px}.form-success .button{margin-top:10px}
/* Footer and legal page */
.site-footer{background:#eaf0e4;border-top:1px solid #dce5d4;padding-top:56px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1.1fr;gap:75px;padding-bottom:43px}.footer-brand .brand{width:91px}.footer-brand>p{max-width:260px;font-size:15px;line-height:1.8;margin-top:19px;color:#66755c}.footer-tagline{display:block;font-size:12px;color:#829276;letter-spacing:.035em;margin-top:21px}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:10px}.footer-links>.eyebrow{font-size:12px;color:#7b8d6d;margin-bottom:10px}.footer-links>a{font-size:14px;color:#4c5e42;display:flex;align-items:center;gap:12px}.footer-links>a:hover{color:#1c4126;text-decoration:underline;text-underline-offset:4px}.footer-links .icon{width:13px;height:13px;color:#7b9269}.footer-contact address{font-size:13px;font-style:normal;color:#839175;margin-top:6px;line-height:1.9}.footer-bottom{border-top:1px solid #d6e1cc;padding:19px 0;display:flex;align-items:center;gap:29px}.footer-bottom>span{font-size:12px;color:#7e8e71}.footer-bottom .language-switch{margin-left:auto}.back-top{display:grid;place-items:center;border:1px solid #cbd9bf;width:32px;height:32px;border-radius:50%;color:#748c63}.back-top .icon{width:15px;height:15px;transform:rotate(-90deg)}.back-top:hover{background:#dce6d1}.mobile-contact-bar{display:none}.privacy-page{padding-top:60px;padding-bottom:100px;max-width:850px}.privacy-page>.text-link{margin-bottom:60px}.reverse-arrow{transform:rotate(180deg)}.privacy-page h1{font-size:54px}.privacy-page>.lead{margin-top:20px;margin-bottom:50px}.privacy-page section{margin-block:30px}.privacy-page section h2{font-size:23px;margin-bottom:12px}.privacy-page section p{font-size:16px;line-height:1.9}.privacy-page section a,.privacy-source a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.privacy-source{font-size:14px;margin-top:45px}.error-page{min-height:60vh;display:flex;flex-direction:column;justify-content:center;gap:25px}
/* Muted text retains AA contrast on every warm-white and sage surface. */
:root{--muted:#5f6a60}
.language-switch,.hero-proof,.industries-inner>.eyebrow,.industries-list>span{color:#606e5b}
.needs-card-top,.product-total,.other-card p{color:#586c4f}
.step-number{color:#6c835f}
.value-number,.faq-index,.contact-method small,.optional,.upload-zone small,.consent{color:#63745a}
.special-coordinate{color:#b0c39f}
.poland-pin small,.map-caption{color:#5f7354}
.field input::placeholder,.field textarea::placeholder,.field select:has(option:checked[value=""]){color:#68735f}
.footer-brand>p,.footer-tagline,.footer-links>.eyebrow,.footer-contact address,.footer-bottom>span{color:#5d6f51}
.file-list li>small{color:#63745a}
.faq-index{color:#5c6d53}
/* Progressive enhancement: content remains visible without JavaScript. */
html.js .product-card.is-hidden{display:none}html:not(.js) [data-show-products],html:not(.js) .product-filters{display:none}html:not(.js) .menu-toggle{display:none}.reveal-ready{opacity:0;transform:translateY(17px);transition:opacity .65s ease,transform .65s ease}.reveal-ready.is-visible{opacity:1;transform:translateY(0)}
@media(min-width:1500px){.hero{padding-block:55px 70px;gap:66px}.hero-visual{height:575px}.hero-description{font-size:17px}.hero-proof{font-size:14px}.desktop-nav{gap:36px}.hero-buttons .button{font-size:16px}}
@media(max-width:1190px){.container{width:calc(100% - 72px)}.header-inner{gap:25px}.desktop-nav{gap:20px;margin-right:7px}.desktop-nav>a{font-size:14px}.header-actions{gap:18px}.header-cta{gap:12px;font-size:13px;padding-inline:13px}.hero{gap:32px}.hero-visual{height:480px}.hero-buttons{gap:8px}.hero-buttons .button{font-size:14px;padding:12px 15px;gap:12px}.hero-proof{gap:14px;font-size:12px}.hero-floating-note{padding:15px;left:-13px;gap:10px}.hero-floating-note>.icon{margin-left:8px}.industries-inner{gap:30px}.industries-list{gap:18px}.industries-list>span{font-size:14px}.industries-inner>.eyebrow{max-width:138px;font-size:11px}.section{padding-block:85px}.about{gap:65px}.needs-card{padding:26px;min-height:345px}.needs-card h3{font-size:26px}.needs-diagram{right:-25px}.needs-tags{margin-top:61px}.section-heading{gap:40px}.section-heading>p{max-width:300px;font-size:15px}.product-grid{gap:16px}.product-info{padding:17px 16px}.product-info h3{font-size:16px}.product-info>p{font-size:13px}.product-enquiry{font-size:12px}.other-card{padding:24px;gap:20px}.other-card h3{font-size:18px}.other-card p{font-size:13px}.process-grid{gap:19px}.process-step h3{font-size:16px}.process-step>p{font-size:13px}.special-section{padding:48px}.special-rings{width:290px;height:290px;left:-10px;top:0}.special-rings>span{inset:90px}.special-rings .icon{width:55px;height:55px}.special-tags{left:0}.global{gap:35px}.faq-layout{gap:55px}.faq-intro h2{font-size:33px}.contact{gap:60px}.contact-form-card{padding:25px}.field>label{font-size:13px}.optional{font-size:12px}.form-row{gap:13px}.contact-method strong{font-size:16px}}
@media(max-width:990px){.container{width:calc(100% - 56px)}.desktop-nav{display:none}.header-inner{height:84px}.header-actions{margin-left:auto;gap:23px}.menu-toggle{display:flex}.header-cta{font-size:14px;padding:10px 16px}.brand{width:83px}.mobile-menu:not([hidden]){display:flex;flex-direction:column;gap:5px;position:absolute;top:84px;left:0;right:0;background:var(--paper);padding:20px 28px 30px;border-bottom:1px solid var(--line);box-shadow:0 30px 40px #10291715;max-height:calc(100dvh - 84px);overflow:auto}.mobile-menu>a:not(.button){padding:16px 3px;font-size:17px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.mobile-menu>.button{margin-top:15px;align-self:flex-start}.mobile-menu .icon{width:19px;height:19px}.hero{gap:25px;padding-top:32px;padding-bottom:43px}.hero h1{font-size:clamp(43px,5.5vw,55px)}.hero-eyebrow{font-size:12px;gap:9px}.hero-description{font-size:15px;margin-top:22px}.hero-buttons{flex-direction:column;align-items:flex-start;margin-top:23px}.hero-buttons .button{min-width:215px;justify-content:space-between;min-height:43px}.hero-proof{margin-top:23px;flex-direction:column;gap:8px;font-size:12px}.hero-visual{height:463px}.hero-floating-note{left:-14px;bottom:23px;padding:13px;gap:9px}.hero-floating-note p{font-size:12px}.hero-floating-note>.icon{display:none}.note-icon{width:31px;height:31px}.hero-image-label{font-size:11px;left:17px;top:19px;padding:9px}.industries-inner{display:block;padding-block:19px}.industries-inner>.eyebrow{max-width:none;margin-bottom:15px;font-size:11px}.industries-list>span{font-size:14px}.about{gap:40px;grid-template-columns:1.12fr 1fr}.about h2{font-size:32px}.about-copy .lead{font-size:16px}.about-copy .body-copy{font-size:15px}.needs-card{min-height:355px;padding:23px}.needs-card h3{font-size:25px}.needs-card-top .eyebrow{font-size:11px}.needs-diagram{right:-60px;top:68px;opacity:.6}.needs-tags{margin-top:65px;gap:6px}.needs-tags>span{font-size:12px;padding:5px 9px}.section-heading{gap:35px}.section-heading>p{max-width:245px;font-size:14px}h2{font-size:34px}.section-label{font-size:12px;margin-bottom:20px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-visual{aspect-ratio:1.18}.product-info h3{font-size:16px}.product-info>p{font-size:13px;min-height:37px}.products-bottom p{max-width:270px}.other-card{gap:16px;flex-wrap:wrap}.other-card>div:nth-child(2){flex:1;min-width:250px}.other-card .button{margin-left:62px;min-height:43px;font-size:14px}.process-grid{grid-template-columns:repeat(3,1fr);gap:34px 27px}.process-step>p{font-size:14px;max-width:none}.process-step h3{font-size:16px}.values-grid{gap:15px}.value-card{padding:22px}.value-card h3{font-size:16px}.value-card p{font-size:14px}.special-section{padding:40px;grid-template-columns:1.6fr 1fr;gap:20px}.special-section h2{font-size:33px}.special-copy>p:not(.section-label){font-size:14px}.special-art{min-height:340px}.special-rings{left:-22px;top:7px;width:250px;height:250px}.special-rings>span{inset:82px;border-radius:15px}.special-rings i:nth-child(2){inset:25px}.special-rings i:nth-child(3){inset:50px}.special-rings .icon{width:45px;height:45px}.special-tags{bottom:5px;left:-10px}.special-tags>span{font-size:12px;padding:7px 9px}.special-tags>span:nth-child(2){margin-left:20px}.special-tags>span:nth-child(3){margin-left:0}.special-coordinate{right:-22px}.global{gap:25px;grid-template-columns:1fr 1fr}.global h2{font-size:32px}.global-copy .body-copy{font-size:15px}.global-visual{aspect-ratio:1.2}.map-caption{font-size:11px}.faq-layout{grid-template-columns:1fr 1.3fr;gap:30px}.faq-intro h2{font-size:29px}.faq-list summary{gap:11px}.faq-list summary h3{font-size:15px}.faq-answer{padding-left:25px;font-size:14px}.contact{grid-template-columns:1fr 1.25fr;gap:35px}.contact h2{font-size:36px}.contact-copy>.body-copy{font-size:15px}.contact-form-card{padding:22px}.contact-method{gap:11px}.contact-method strong{font-size:16px}.contact-method small{font-size:11px}.contact-icon{width:34px;height:34px}.contact-methods{margin-top:23px}.contact-reassurance{margin-top:28px}.contact-reassurance p{font-size:14px}.button-whatsapp{font-size:13px;gap:9px;padding-inline:13px}.button-whatsapp .icon:last-child{margin-left:5px}.form-heading h3{font-size:18px}.field>label{font-size:12px}.optional{font-size:12px}.field input,.field select,.field textarea{padding:10px;font-size:14px}.field input::placeholder,.field textarea::placeholder,.field select:has(option:checked[value=""]){font-size:13px}.upload-zone label{font-size:13px;gap:9px}.upload-zone small{font-size:12px}.consent{font-size:12px}.footer-top{gap:45px;grid-template-columns:1.4fr 1fr 1.2fr}.footer-links>.eyebrow{font-size:12px}}
@media(max-width:760px){html{scroll-padding-top:98px}.container{width:calc(100% - 40px)}.section{padding-block:67px}.header-inner{height:77px;gap:20px}.brand{width:78px}.header-cta{display:none}.header-actions{gap:22px}.language-switch{font-size:14px}.menu-toggle{width:39px;height:39px}.mobile-menu:not([hidden]){top:77px;padding:10px 20px 25px;max-height:calc(100dvh - 77px)}.hero{grid-template-columns:1fr;gap:37px;padding-top:32px;padding-bottom:39px}.hero-copy{padding:0}.hero-eyebrow{font-size:12px;letter-spacing:.115em;margin-bottom:21px}.hero h1{font-size:clamp(43px,8.6vw,65px);line-height:1.12;letter-spacing:-.05em}.hero-description{font-size:16px;line-height:1.9;max-width:480px;margin-top:22px}.hero-buttons{flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-buttons .button{font-size:13px;padding:12px 14px;min-width:0;gap:13px;min-height:45px}.hero-proof{flex-direction:row;gap:20px;margin-top:24px;font-size:12px}.hero-proof .icon{width:14px;height:14px}.hero-visual{height:auto;aspect-ratio:1.25;border-radius:16px;margin-left:8px}.hero-visual>img{border-radius:16px;object-position:50% 58%}.hero-image-label{font-size:11px;left:17px;top:17px}.hero-floating-note{left:-8px;bottom:19px;gap:11px;padding:13px 16px;border-radius:8px}.hero-floating-note p{font-size:13px}.hero-floating-note>.icon{display:block;margin-left:12px;width:15px;height:15px}.note-icon{width:32px;height:32px}.visual-index{font-size:11px;bottom:20px;right:16px}.industries-inner{padding-block:20px}.industries-inner>.eyebrow{font-size:11px;letter-spacing:.13em;margin-bottom:16px}.industries-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px 10px}.industries-list>span{font-size:14px}.industries-list>span:last-child{gap:4px}.industries-list .icon{width:12px;height:12px}.about{grid-template-columns:1fr;gap:32px}.about h2,h2{font-size:34px}.section-label{font-size:12px;margin-bottom:19px}.about-copy h2{margin-bottom:22px}.about-copy .lead{font-size:16px}.about-copy .body-copy{font-size:15px}.about-copy .text-link{margin-top:22px}.needs-card{min-height:312px;padding:25px}.needs-card-top .eyebrow{font-size:12px}.needs-card h3{font-size:28px;margin-top:27px}.needs-diagram{right:0;top:52px;opacity:.75;width:210px;height:210px}.needs-center{inset:72px}.needs-tags{margin-top:47px;max-width:310px}.needs-tags>span{font-size:13px;padding:5px 11px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{max-width:450px;margin-top:19px;font-size:15px;line-height:1.9}.product-filters{gap:7px;margin-bottom:23px}.filter-button{font-size:12px;padding:9px 12px;min-height:36px;gap:8px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{border-radius:10px}.product-visual{aspect-ratio:1.08}.product-info{padding:14px 12px 12px}.product-info h3{font-size:15px;line-height:1.5;font-weight:650;letter-spacing:-.025em}.product-info>p{font-size:12px;line-height:1.8;margin-top:6px;min-height:48px}.product-enquiry{font-size:12px;gap:5px;margin-top:11px;padding-top:11px}.product-enquiry .icon{width:13px;height:13px}.product-index{left:12px;top:10px;font-size:12px}.product-arrow{width:24px;height:24px;right:8px;top:8px}.product-arrow .icon{width:12px;height:12px}.products-bottom{flex-direction:column-reverse;align-items:center;gap:15px;margin-top:23px}.products-bottom .button{font-size:13px;min-height:42px;gap:12px}.products-bottom p{max-width:none;text-align:center;font-size:12px}.other-card{padding:23px;gap:16px;margin-top:27px;display:grid;grid-template-columns:36px 1fr;align-items:start}.other-icon{width:36px;height:36px;border-radius:8px}.other-icon .icon{width:22px;height:22px}.other-card>div:nth-child(2){min-width:0}.other-card h3{font-size:17px;line-height:1.4}.other-card p{font-size:13px;line-height:1.8;margin-top:7px}.other-card .button{grid-column:2;margin:0;justify-self:start;font-size:13px;min-height:40px;padding:10px 14px;gap:18px}.process .section-heading{margin-bottom:34px}.process-grid{grid-template-columns:1fr;gap:0}.process-step{position:relative;padding:0 0 29px 64px;min-height:115px}.process-step::before{content:'';position:absolute;top:36px;bottom:5px;left:20px;width:1px;background:#d4dfca}.process-step:last-child{padding-bottom:0}.process-step:last-child::before{display:none}.step-top{position:absolute;top:2px;left:0;padding:0;margin:0;border:0;width:40px}.step-number{font-size:29px}.step-top>.icon{display:none}.step-top::after{display:none}.process-step:last-child .step-top>.icon{display:none}.process-step h3{font-size:16px;line-height:1.4}.process-step h3 br{display:none}.process-step>p{font-size:14px;line-height:1.8;margin-top:8px;max-width:430px}.values-grid{grid-template-columns:1fr 1fr;gap:13px}.value-card{padding:20px 17px}.value-top{margin-bottom:20px}.value-icon{width:33px;height:33px}.value-icon .icon{width:17px;height:17px}.value-number{font-size:12px}.value-card h3{font-size:16px;line-height:1.4}.value-card p{font-size:13px;line-height:1.8;margin-top:9px}.special-wrap{padding-top:52px}.special-section{grid-template-columns:1fr;padding:33px 27px 24px;border-radius:15px;gap:0}.special-section .section-label{font-size:11px}.special-section h2{font-size:33px}.special-copy>p:not(.section-label){font-size:14px;margin-top:20px}.special-copy>.button{margin-top:24px;font-size:13px;min-height:43px;padding:12px 17px}.special-note{font-size:12px;margin-top:14px}.special-art{min-height:228px;margin-top:22px}.special-rings{width:235px;height:235px;top:0;left:auto;right:0}.special-rings>span{inset:78px}.special-rings .icon{width:44px;height:44px}.special-tags{left:0;bottom:8px;gap:7px}.special-tags>span{font-size:12px;background:#2a4a35ed;padding:7px 9px}.special-tags>span:nth-child(2){margin-left:22px}.special-tags>span:nth-child(3){margin-left:0}.special-coordinate{display:none}.global{grid-template-columns:1fr;gap:19px;padding-bottom:53px}.global h2{font-size:34px}.global-copy .body-copy{margin-top:22px;font-size:15px}.check-list{font-size:14px;gap:12px;margin-top:21px}.global-visual{aspect-ratio:1.45;max-width:530px;width:100%;margin:auto}.map-caption{font-size:11px}.poland-pin{font-size:12px;padding:7px 10px}.faq-layout{grid-template-columns:1fr;gap:29px}.faq-intro h2{font-size:34px}.faq-intro>p{font-size:14px;margin-top:20px}.faq-intro>p .text-link{display:inline-flex;margin:0 0 0 7px;font-size:14px;gap:7px}.faq-list summary{padding:20px 0;gap:13px}.faq-list summary h3{font-size:15px}.faq-index{font-size:12px;padding-top:4px}.faq-answer{font-size:14px;padding-left:25px;padding-right:21px;padding-bottom:20px}.contact{grid-template-columns:1fr;gap:33px}.contact-copy{position:static;padding-top:0}.contact h2{font-size:37px}.contact-copy>.body-copy{font-size:15px;max-width:420px;margin-top:21px}.contact-methods{margin-top:20px;max-width:none}.contact-method{padding:15px 0;gap:13px}.contact-icon{width:38px;height:38px}.contact-method strong{font-size:17px}.contact-method small{font-size:11px;margin-bottom:3px}.button-whatsapp{font-size:14px;gap:12px;margin-top:22px}.button-whatsapp .icon:last-child{margin-left:16px}.contact-reassurance{max-width:none;margin-top:25px;padding-top:21px}.contact-reassurance p{font-size:14px}.contact-form-card{padding:25px 21px;border-radius:12px}.form-heading h3{font-size:21px}.form-heading p{font-size:12px}.form-heading{margin-bottom:23px}.form-row{gap:13px}.field{margin-bottom:17px;gap:7px}.field>label{font-size:13px}.optional{font-size:12px}.field input,.field select,.field textarea{font-size:16px;padding:11px 10px;min-height:46px}.field input::placeholder,.field textarea::placeholder{font-size:14px}.field select:has(option:checked[value=""]){font-size:14px}.field select:focus{font-size:16px}.field select{font-size:15px}.field textarea{min-height:117px}.upload-zone label{padding:17px 12px;gap:10px;font-size:13px}.upload-zone small{font-size:12px}.consent{font-size:12px;gap:9px;margin-block:19px}.consent input{width:15px;height:15px;margin-top:2px}.submit-button{min-height:47px;font-size:14px}.form-fallback{flex-direction:column}.site-footer{padding-top:37px;padding-bottom:76px}.footer-top{grid-template-columns:1fr 1fr;gap:30px 23px;padding-bottom:32px}.footer-brand{grid-column:1 / -1;display:grid;grid-template-columns:86px 1fr;column-gap:23px;align-items:center}.footer-brand .brand{width:80px;grid-row:span 2}.footer-brand>p{margin:0;font-size:14px;max-width:235px}.footer-tagline{font-size:12px;margin-top:7px}.footer-links{padding-top:0;gap:10px}.footer-links>.eyebrow{font-size:11px;margin-bottom:5px;letter-spacing:.1em}.footer-links>a{font-size:13px;gap:7px}.footer-links .icon{width:11px;height:11px}.footer-contact address{font-size:12px;margin-top:3px}.footer-bottom{gap:15px;padding-block:17px}.footer-bottom>span{font-size:11px;max-width:210px}.footer-bottom .language-switch{font-size:12px;gap:5px}.footer-bottom .language-switch>a{min-width:18px}.back-top{width:28px;height:28px}.back-top .icon{width:13px;height:13px}.mobile-contact-bar{position:fixed;z-index:40;bottom:0;left:0;right:0;display:flex;align-items:center;gap:12px;padding:11px 20px calc(11px + env(safe-area-inset-bottom));background:#fafcf6f5;backdrop-filter:blur(14px);border-top:1px solid #dae3d1;box-shadow:0 -4px 25px #263b2007;transition:transform .3s}.mobile-contact-bar .button{flex:1;min-height:42px;justify-content:space-between;font-size:14px;padding:10px 16px}.mobile-whatsapp{display:flex;gap:6px;align-items:center;justify-content:center;font-size:13px;color:var(--green);padding:9px 3px}.mobile-whatsapp .icon{width:23px;height:23px}.mobile-contact-bar.is-hidden{transform:translateY(120%)}.privacy-page{padding-block:35px 60px}.privacy-page>.text-link{margin-bottom:35px}.privacy-page h1{font-size:38px}.privacy-page>.lead{font-size:16px;margin-bottom:35px}.privacy-page section h2{font-size:21px}.privacy-page section p{font-size:15px}}
@media(max-width:374px){.container{width:calc(100% - 32px)}.hero h1{font-size:40px}.hero-buttons .button{font-size:12px;gap:9px;padding-inline:12px}.hero-proof{font-size:11px;gap:10px}.hero-floating-note{padding:11px;gap:8px}.hero-floating-note p{font-size:12px}.hero-floating-note>.icon{margin-left:5px}.hero-image-label{font-size:11px}.product-grid{gap:10px}.product-info{padding:12px 10px}.product-info h3{font-size:14px}.product-enquiry{font-size:11px}.product-info>p{font-size:12px}.value-card{padding:17px 14px}.value-card h3{font-size:16px}.special-section{padding:30px 23px 20px}.special-section h2{font-size:30px}.contact-form-card{padding:22px 17px}.form-row{grid-template-columns:1fr;gap:0}.field>label{font-size:14px}.optional{font-size:12px}.upload-zone label{font-size:12px}.upload-zone small{font-size:11px}.footer-top{gap:28px 15px}.footer-links>a{font-size:12px}.footer-links>.eyebrow{font-size:11px}.mobile-contact-bar{padding-inline:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal-ready{opacity:1;transform:none}.product-card:hover,.button:hover{transform:none}}
@media print{.site-header,.mobile-contact-bar,.hero-buttons,.product-filters,.products-bottom,.other-card .button,.special-copy .button,.menu-toggle{display:none!important}.container{width:100%}.section{padding-block:25px}body{font-size:14px;background:white}.hero{padding-top:0}.hero-visual{height:300px}h1{font-size:40px}h2{font-size:28px}.contact-copy{position:static}.reveal-ready{opacity:1;transform:none}.site-footer{padding-bottom:0}.product-card{break-inside:avoid}.product-grid{grid-template-columns:repeat(4,1fr)}}

/* Refined brand scale, concise content and a Europe-focused map. */
:root { --green:#2e6046; --green-dark:#203f2d; --accent:#81a366; }
html { scroll-padding-top:136px; }
.section { padding-block:78px; }
.site-header { position:fixed; inset:0 0 auto; }
.header-spacer { height:218px; }
.header-inner { height:218px; gap:26px; transition:height .25s ease; }
.header-inner>.brand { width:300px; transition:width .25s ease; }
.site-header.scrolled .header-inner { height:110px; }
.site-header.scrolled .header-inner>.brand { width:145px; }
.desktop-nav { gap:24px; margin-right:9px; }
.desktop-nav>a { font-size:15px; white-space:nowrap; }
.header-actions { gap:21px; }
.header-cta { font-size:13px; gap:17px; padding:13px 18px; }
.language-switch { font-size:13px; }
.mobile-menu:not([hidden]) { top:100%; max-height:calc(100dvh - 218px); }
.site-header.scrolled .mobile-menu:not([hidden]) { max-height:calc(100dvh - 110px); }
.hero { grid-template-columns:.95fr 1.12fr; gap:45px; padding-top:25px; padding-bottom:47px; }
.hero h1 { font-size:clamp(45px,4.8vw,69px); }
.hero-description { font-size:17px; line-height:1.7; max-width:500px; margin-top:23px; }
.hero-eyebrow { font-size:11px; }
.hero-buttons { margin-top:25px; gap:12px; }
.hero-buttons .button { font-size:14px; gap:18px; padding:14px 18px; }
.hero-proof { font-size:12px; gap:14px; margin-top:26px; }
.hero-visual { height:auto; aspect-ratio:1.5; }
.hero-visual>img { object-fit:contain; }
.hero-floating-note { bottom:-13px; left:-12px; padding:15px 17px; gap:11px; }
.hero-floating-note p { font-size:12px; }
.hero-image-label { font-size:9px; top:15px; left:16px; padding:8px 10px; }
.visual-index { display:none; }
.industries-inner { gap:35px; min-height:84px; }
.industries-inner>.eyebrow { font-size:10px; max-width:190px; }
.industries-list { gap:18px; }
.industries-list>span { font-size:15px; }
.section-heading { margin-bottom:32px; }
.section-heading>p { max-width:385px; font-size:16px; line-height:1.7; }
.section-label { font-size:12px; letter-spacing:.1em; margin-bottom:21px; }
.overview-heading { font-size:42px; margin-bottom:30px; }
.overview-heading br { display:none; }
.overview-heading span::before { content:' '; }
.overview-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.overview-card { min-width:0; position:relative; padding:28px 29px; border:1px solid #dce5d5; border-radius:13px; background:#f1f5eb; }
.overview-card:first-child { background:#e6efdd; border-color:#d6e3c8; }
.overview-card:nth-child(2) { background:#edf3ee; }
.overview-card:nth-child(3) { background:#f3f2e9; border-color:#e4e2d4; }
.overview-card .section-label { font-size:12px; margin-bottom:25px; }
.overview-card h3 { font-size:28px; line-height:1.2; }
.overview-card>p { font-size:16px; line-height:1.65; margin-top:17px; max-width:325px; }
.overview-icon { position:absolute; right:26px; top:26px; color:#6c8960; }
.overview-icon .icon { width:21px; height:21px; }
.special-inline { display:flex; align-items:center; gap:24px; background:#274b36; color:#f6f9ef; border-radius:12px; margin-top:23px; padding:26px 30px; }
.special-inline-icon { display:grid; place-items:center; width:42px; height:42px; flex-shrink:0; color:#c0d4a4; }
.special-inline-icon .icon { width:33px; height:33px; }
.special-inline h3 { font-size:24px; line-height:1.35; }
.special-inline h3 em { color:#c3d7ad; }
.special-inline p { max-width:650px; font-size:15px; line-height:1.7; color:#d1ddc8; margin-top:8px; }
.special-inline .button { flex-shrink:0; margin-left:auto; font-size:13px; }
.values-grid { gap:17px; }
.value-card { padding:24px 27px; }
.value-top { margin-bottom:19px; }
.value-card h3 { font-size:20px; }
.value-card p { font-size:16px; line-height:1.65; max-width:none; }
.value-number { font-size:12px; }
.global { grid-template-columns:.85fr 1.35fr; gap:42px; padding-block:58px; }
.global h2 { font-size:41px; }
.global-copy .body-copy { font-size:17px; line-height:1.7; margin-top:23px; max-width:440px; }
.market-list-label { color:#5a7250; margin-top:28px; font-size:11px; text-transform:uppercase; }
.market-list { display:flex; flex-wrap:wrap; gap:9px; list-style:none; padding:0; margin:13px 0 0; max-width:440px; }
.market-chip { display:flex; align-items:center; gap:8px; padding:7px 12px; border-radius:6px; border:1px solid #d7e1d0; font-size:14px; color:#425d3d; background:#f4f7ef; }
.market-chip>span { width:7px; height:7px; border-radius:50%; background:#81a66b; }
.market-chip-home { background:#e3eedb; border-color:#c7dabb; font-weight:650; }
.market-chip-home>span { background:#2e6046; }
.market-chip-teal>span { background:#578e88; }
.market-chip-gold { background:#f6efdf; border-color:#e5d5b6; }
.market-chip-gold>span { background:#ad7b2e; }
.global-visual { width:100%; min-width:0; aspect-ratio:auto; margin:0; padding:0; }
.world-graphic { width:100%; height:auto; display:block; }
.map-grid { fill:none; stroke:#b5c9b3; stroke-width:.75; opacity:.35; }
.map-land { fill:url(#map-dots); stroke:#bdcfb9; stroke-width:.75; stroke-linejoin:round; }
.map-market { stroke:#f4f7ee; stroke-width:1.5; }
.map-home { fill:#4d815e; }
.map-sage { fill:#aec898; }
.map-teal { fill:#94bcb0; }
.map-gold { fill:#dcb363; }
.map-route { fill:none; stroke:#62896b; stroke-width:1.3; stroke-dasharray:4 5; opacity:.7; }
.map-route-africa { stroke:#aa8241; stroke-width:1.6; }
.map-label { --pin:#4e7750; }
.map-label-home { --pin:#254f37; }
.map-label-teal { --pin:#376d65; }
.map-label-gold { --pin:#8e622b; }
.map-leader { fill:none; stroke:var(--pin); stroke-width:1; opacity:.7; }
.map-pin-halo { fill:var(--pin); opacity:.12; }
.map-pin { fill:var(--pin); stroke:#fffef7; stroke-width:1.5; }
.map-label rect { fill:#fffffa; stroke:#cbd9c3; stroke-width:1; }
.map-label text { fill:#345339; font-size:20px; font-weight:650; letter-spacing:-.015em; }
.map-label-home rect { fill:#2e6046; stroke:#2e6046; }
.map-label-home text { fill:#fff; }
.map-label-gold rect { fill:#fff9ea; stroke:#d4b786; }
.map-label-gold text { fill:#79511d; }
.africa-frame { fill:#f8f5eb; stroke:#d9ceb7; stroke-width:1.2; }
.africa-caption { fill:#7a653f; font-size:15px; font-weight:650; letter-spacing:.06em; }
.global-visual figcaption { display:flex; justify-content:center; align-items:center; gap:25px; font-size:13px; color:#506347; padding:5px 0 0; }
.global-visual figcaption>span { display:flex; align-items:center; gap:7px; }
.global-visual figcaption>span::before { content:''; width:9px; height:9px; border-radius:50%; background:#a5c394; }
.global-visual figcaption>.map-legend-home::before { background:#35654a; }
.process { border-top:1px solid #dfe6d8; padding-block:67px 78px; }
.process-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px; }
.process .section-heading { margin-bottom:35px; }
.process-step h3 { font-size:20px; line-height:1.4; }
.process-step>p { font-size:16px; line-height:1.7; max-width:none; }
.step-top { padding-bottom:20px; margin-bottom:20px; }
.step-number { font-size:39px; }
.product-card { display:flex; flex-direction:column; }
.product-info { display:flex; flex-direction:column; flex:1; padding:19px 19px 16px; }
.product-info h3 { font-size:18px; }
.product-info>p { font-size:14px; line-height:1.65; flex:1; min-height:48px; }
.product-enquiry { font-size:12px; }
.product-filters { gap:10px; }
.filter-button { font-size:14px; }
.products-bottom p { font-size:12px; }
.other-card h3 { font-size:23px; }
.other-card p { font-size:15px; line-height:1.6; }
.other-card .button { font-size:14px; }
.faq-layout { gap:65px; grid-template-columns:1fr 1.4fr; }
.faq-intro h2 { font-size:37px; }
.faq-list summary h3 { font-size:16px; line-height:1.55; }
.faq-list summary { padding-block:22px; }
.faq-answer { font-size:15px; line-height:1.75; }
.faq-index { font-size:12px; }
.contact { gap:65px; }
.contact-copy { top:141px; }
.contact-copy>.body-copy { font-size:16px; line-height:1.7; }
.contact-method strong { font-size:21px; }
.contact-method small { font-size:11px; }
.contact-reassurance p { font-size:15px; line-height:1.7; }
.contact-form-card { padding:29px; }
.form-heading h3 { font-size:24px; }
.form-heading p { font-size:13px; }
.field>label { font-size:14px; }
.optional { font-size:12px; }
.field input,.field select,.field textarea { font-size:16px; min-height:48px; }
.field input::placeholder,.field textarea::placeholder,.field select:has(option:checked[value=""]) { font-size:14px; }
.upload-zone label { font-size:14px; }
.upload-zone small { font-size:12px; }
.consent { font-size:12px; line-height:1.7; }
.consent input { width:17px; height:17px; }
.submit-button { font-size:15px; }
.footer-top { grid-template-columns:1.5fr 1fr 1.1fr; gap:55px; }
.footer-brand .brand { width:275px; }
.footer-brand>p { font-size:16px; max-width:320px; }
.footer-tagline { font-size:12px; }
.footer-links>.eyebrow { font-size:12px; }
.footer-links>a { font-size:15px; }
.footer-contact address { font-size:14px; }
.footer-bottom>span { font-size:12px; }

@media(max-width:1280px) {
  .desktop-nav { display:none; }
  .menu-toggle { display:flex; }
  .header-actions { margin-left:auto; }
  .mobile-menu:not([hidden]) { display:flex; flex-direction:column; position:absolute; inset:100% 0 auto; background:var(--paper); padding:20px 36px 30px; border-bottom:1px solid var(--line); overflow:auto; }
  .mobile-menu>a:not(.button) { display:flex; justify-content:space-between; align-items:center; font-size:18px; padding:16px 0; border-bottom:1px solid var(--line); }
  .mobile-menu>.button { margin-top:18px; align-self:flex-start; }
  .hero { gap:30px; }
  .hero h1 { font-size:clamp(40px,4.8vw,60px); }
  .hero-buttons .button { font-size:13px; padding:12px 15px; gap:14px; }
  .hero-proof { font-size:11px; gap:12px; }
  .hero-description { font-size:16px; }
  .industries-list>span { font-size:13px; }
  .industries-inner>.eyebrow { font-size:10px; }
  .overview-card { padding:26px 24px; }
  .overview-card .section-label { font-size:11px; }
  .overview-icon { right:20px; top:24px; }
  .overview-icon .icon { width:17px; height:17px; }
  .overview-card h3 { font-size:26px; }
  .overview-card>p { font-size:15px; }
  .special-inline { padding:24px; gap:17px; }
  .special-inline h3 { font-size:21px; }
  .special-inline p { font-size:14px; }
  .special-inline .button { font-size:12px; gap:13px; padding:12px 15px; }
  .global { gap:30px; }
  .global h2 { font-size:35px; }
  .global-copy .body-copy { font-size:16px; }
  .process-step h3 { font-size:18px; }
  .process-step>p { font-size:15px; }
  .contact { gap:40px; }
  .contact-form-card { padding:25px; }
  .form-row { gap:14px; }
  .form-row .field>label { min-height:38px; margin-bottom:-4px; }
  .contact-method strong { font-size:18px; }
  .footer-top { gap:35px; }
}
@media(max-width:990px) {
  .header-inner { height:200px; }
  .header-spacer { height:200px; }
  .header-inner>.brand { width:270px; }
  .hero { grid-template-columns:1fr 1.08fr; }
  .hero h1 { font-size:43px; }
  .hero-eyebrow { font-size:10px; }
  .hero-buttons { flex-direction:column; align-items:flex-start; }
  .hero-buttons .button { min-width:235px; }
  .hero-proof { flex-direction:column; font-size:11px; gap:8px; }
  .hero-floating-note { padding:12px; left:-15px; bottom:-25px; }
  .hero-floating-note p { font-size:11px; }
  .hero-floating-note>.icon { display:none; }
  .hero-image-label { font-size:7px; padding:7px; top:9px; left:9px; }
  .section { padding-block:65px; }
  .overview-heading { font-size:36px; }
  .overview-grid { gap:14px; }
  .overview-card { padding:23px 19px; }
  .overview-card .section-label { font-size:10px; gap:7px; }
  .overview-icon { display:none; }
  .overview-card h3 { font-size:24px; }
  .overview-card>p { font-size:14px; }
  .special-inline { flex-wrap:wrap; }
  .special-inline>div { flex:1; min-width:75%; }
  .special-inline .button { margin-left:59px; }
  .values-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .value-card h3 { font-size:19px; }
  .value-card p { font-size:15px; }
  .global { grid-template-columns:1fr; gap:18px; }
  .global-copy { display:grid; grid-template-columns:1fr 1fr; column-gap:35px; }
  .global-copy .section-label { grid-column:1/-1; }
  .global-copy h2 { grid-column:1; }
  .global-copy .body-copy { grid-column:2; grid-row:2; margin-top:0; }
  .market-list-label { grid-column:1/-1; margin-top:25px; }
  .market-list { grid-column:1/-1; max-width:none; }
  .global-visual { max-width:720px; margin-inline:auto; }
  .process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; }
  .product-info h3 { font-size:17px; }
  .product-info>p { font-size:14px; }
  .faq-layout { grid-template-columns:1fr; gap:26px; }
  .faq-intro>p .text-link { display:inline-flex; margin:0 0 0 10px; }
  .faq-list summary h3 { font-size:16px; }
  .faq-answer { font-size:15px; }
  .contact { grid-template-columns:1fr; gap:30px; }
  .contact-copy { position:static; }
  .contact-copy>.body-copy { max-width:600px; }
  .contact-methods { display:flex; gap:25px; max-width:none; margin-top:22px; }
  .contact-method { flex:1; }
  .contact-reassurance { max-width:600px; margin-top:25px; }
  .contact-form-card { padding:30px; }
  .form-row .field>label { min-height:0; margin-bottom:0; }
  .footer-brand .brand { width:245px; }
  .footer-top { grid-template-columns:1.3fr 1fr 1fr; gap:30px; }
  .footer-links>.eyebrow { font-size:10px; }
  .footer-links>a { font-size:13px; }
  .footer-contact address { font-size:12px; }
}
@media(max-width:760px) {
  html { scroll-padding-top:102px; }
  .header-inner { height:179px; gap:8px; }
  .header-spacer { height:179px; }
  .header-inner>.brand { width:234px; }
  .header-actions { flex-direction:column; gap:14px; margin-left:auto; }
  .header-actions .language-switch { font-size:13px; gap:4px; }
  .header-actions .language-switch>a { min-width:20px; padding:10px 0; }
  .site-header.scrolled .header-inner { height:82px; }
  .site-header.scrolled .header-inner>.brand { width:99px; }
  .site-header.scrolled .header-actions { flex-direction:row; gap:20px; }
  .header-cta { display:none; }
  .menu-toggle { width:42px; height:42px; }
  .mobile-menu:not([hidden]) { max-height:calc(100dvh - 179px); padding:10px 20px 25px; }
  .site-header.scrolled .mobile-menu:not([hidden]) { max-height:calc(100dvh - 82px); }
  .hero { grid-template-columns:1fr; gap:31px; padding-top:20px; padding-bottom:49px; }
  .hero h1 { font-size:clamp(41px,8.8vw,62px); }
  .hero-eyebrow { font-size:10px; letter-spacing:.08em; }
  .hero-description { font-size:16px; line-height:1.7; margin-top:20px; }
  .hero-buttons { flex-direction:row; gap:10px; margin-top:22px; }
  .hero-buttons .button { min-width:0; font-size:13px; gap:13px; padding:12px 14px; }
  .hero-proof { flex-direction:row; flex-wrap:wrap; font-size:11px; gap:10px 17px; margin-top:23px; }
  .hero-visual { aspect-ratio:1.5; margin-left:0; }
  .hero-floating-note { left:-5px; bottom:-22px; padding:11px 13px; }
  .hero-floating-note p { font-size:11px; }
  .hero-image-label { font-size:8px; top:9px; left:9px; }
  .industries-inner { padding-block:19px; }
  .industries-inner>.eyebrow { font-size:10px; max-width:none; }
  .industries-list { gap:13px 8px; }
  .industries-list>span { font-size:13px; }
  .section { padding-block:51px; }
  .section-label { font-size:11px; }
  .section-heading>p { font-size:15px; margin-top:17px; }
  .overview-heading { font-size:32px; margin-bottom:25px; }
  .overview-heading br { display:block; }
  .overview-heading span::before { content:none; }
  .overview-grid { grid-template-columns:minmax(0,1fr); gap:12px; }
  .overview-card { padding:23px 24px; }
  .overview-card .section-label { font-size:11px; margin-bottom:17px; }
  .overview-icon { display:block; top:21px; right:23px; }
  .overview-icon .icon { width:20px; height:20px; }
  .overview-card h3 { font-size:25px; }
  .overview-card h3 br { display:none; }
  .overview-card>p { font-size:15px; max-width:none; margin-top:12px; }
  .special-inline { display:block; padding:24px; margin-top:16px; }
  .special-inline-icon { display:none; }
  .special-inline h3 { font-size:23px; }
  .special-inline p { font-size:14px; line-height:1.7; margin-top:11px; }
  .special-inline .button { margin:19px 0 0; font-size:12px; min-height:44px; }
  .values-grid { gap:12px; }
  .value-card { padding:21px 17px; }
  .value-card h3 { font-size:17px; line-height:1.4; }
  .value-card p { font-size:14px; line-height:1.6; }
  .value-number { font-size:11px; }
  .global { gap:22px; }
  .global-copy { display:block; }
  .global h2 { font-size:33px; }
  .global-copy .body-copy { font-size:16px; margin-top:20px; }
  .market-list-label { font-size:11px; margin-top:24px; }
  .market-list { gap:7px; }
  .market-chip { font-size:13px; padding:6px 10px; }
  .global-visual { width:calc(100% + 20px); max-width:none; margin-inline:-10px; }
  .global-visual figcaption { font-size:12px; gap:19px; }
  .map-label text { font-size:22px; }
  .africa-caption { font-size:17px; }
  .process-grid { grid-template-columns:1fr; gap:0; }
  .process-step { padding-left:57px; padding-bottom:27px; min-height:116px; }
  .step-top { padding:0; margin:0; }
  .step-number { font-size:31px; }
  .process-step h3 { font-size:19px; line-height:1.45; }
  .process-step>p { font-size:15px; line-height:1.65; }
  .filter-button { font-size:12px; min-height:42px; padding:10px 12px; }
  .product-info { padding:15px 13px; }
  .product-info h3 { font-size:15px; line-height:1.4; }
  .product-info>p { font-size:12px; line-height:1.65; min-height:60px; }
  .product-enquiry { font-size:11px; min-height:43px; margin-top:13px; padding-top:12px; }
  .product-index { font-size:11px; }
  .products-bottom p { font-size:11px; }
  .products-bottom .button { font-size:13px; }
  .other-card { grid-template-columns:1fr; padding:24px; }
  .other-icon { display:none; }
  .other-card h3 { font-size:22px; }
  .other-card p { font-size:14px; }
  .other-card .button { grid-column:1; font-size:13px; }
  .faq-intro h2 { font-size:33px; }
  .faq-intro>p { font-size:14px; }
  .faq-intro>p .text-link { font-size:14px; }
  .faq-list summary h3 { font-size:15px; }
  .faq-answer { font-size:14px; }
  .faq-index { font-size:11px; }
  .contact-copy>.body-copy { font-size:16px; }
  .contact-methods { display:block; }
  .contact-method strong { font-size:19px; }
  .contact-method small { font-size:11px; }
  .button-whatsapp { font-size:13px; }
  .contact-reassurance p { font-size:14px; }
  .contact-form-card { padding:25px 20px; }
  .form-heading h3 { font-size:22px; }
  .form-heading p { font-size:12px; }
  .field>label { font-size:13px; }
  .form-row .field>label { min-height:38px; margin-bottom:-4px; }
  .optional { font-size:11px; }
  .field input,.field select,.field textarea,.field select:focus { font-size:16px; min-height:47px; }
  .field input::placeholder,.field textarea::placeholder,.field select:has(option:checked[value=""]) { font-size:13px; }
  .upload-zone label { font-size:13px; }
  .upload-zone small { font-size:11px; }
  .consent { font-size:12px; }
  .submit-button { font-size:14px; }
  .mobile-contact-bar .button { font-size:13px; }
  .mobile-whatsapp { font-size:12px; }
  .footer-top { grid-template-columns:1fr 1fr; gap:30px 23px; }
  .footer-brand { display:block; grid-column:1/-1; }
  .footer-brand .brand { width:240px; margin:0 auto 20px; }
  .footer-brand>p { font-size:16px; max-width:280px; margin-inline:auto; text-align:center; }
  .footer-tagline { font-size:12px; text-align:center; margin-top:12px; }
  .footer-links>.eyebrow { font-size:10px; }
  .footer-links>a { font-size:13px; }
  .footer-contact address { font-size:12px; }
  .footer-bottom>span { font-size:11px; max-width:210px; }
  .footer-bottom .language-switch { font-size:12px; }
  .privacy-page section p { font-size:16px; }
}
@media(max-width:374px) {
  .header-inner { gap:4px; }
  .header-inner>.brand { width:234px; }
  .header-actions .language-switch { gap:3px; font-size:12px; }
  .hero h1 { font-size:39px; }
  .hero-buttons { flex-direction:column; }
  .hero-buttons .button { width:100%; justify-content:space-between; }
  .hero-proof { font-size:11px; }
  .hero-floating-note { gap:8px; padding:10px; }
  .hero-floating-note p { font-size:10px; }
  .value-card { padding:19px 15px; }
  .value-card h3 { font-size:16px; }
  .value-card p { font-size:13px; }
  .product-grid { gap:10px; }
  .product-info { padding:13px 11px; }
  .product-info h3 { font-size:14px; }
  .product-info>p { font-size:12px; }
  .product-enquiry { font-size:11px; }
  .form-row .field>label { min-height:0; margin-bottom:0; }
  .footer-links>a { font-size:12px; }
  .footer-links>.eyebrow { font-size:9px; }
}
@media print { .header-spacer { display:none; } .header-inner>.brand { transition:none; } .global { break-inside:avoid; } }

/* Additional visuals; the approved original render positions stay stable. */
.product-render[class*="product-render-new-"] { background-image:url('/assets/products-v4.webp'); background-size:400% 200%; }
.product-render-new-0 { background-position:0 0; }
.product-render-new-1 { background-position:33.333333% 0; }
.product-render-new-2 { background-position:66.666667% 0; }
.product-render-new-3 { background-position:100% 0; }
.product-render-new-4 { background-position:0 100%; }
.product-render-new-5 { background-position:33.333333% 100%; }
.product-render-new-6 { background-position:66.666667% 100%; }
.product-render-6,.product-render-7 { clip-path:inset(0 0 6% 0); }
.product-render-new-6 { transform:scale(.92); }
.product-card:hover .product-render-new-6 { transform:scale(.96); }
.product-info h3 { overflow-wrap:break-word; }

/* High-resolution product reconstructions based on the supplied company photos. */
.product-render[class*="product-render-ref-"] { background-size:100% 100%; background-position:center; }
.product-render-ref-sushi { background-image:url('/assets/sushi-v5.webp'); }
.product-render-ref-trays { background-image:url('/assets/trays-v5.webp'); }
.product-render-ref-sauce { background-image:url('/assets/sauce-v6.webp'); }
.product-render-ref-cups { background-image:url('/assets/cups-v6.webp'); }

/* Regional emphasis without individual country markers. */
.region-map { aspect-ratio:auto; }
.region-map .world-graphic { width:100%; height:auto; }
.region-grid { fill:none; stroke:#d5e1cf; stroke-width:.7; opacity:.7; }
.region-land { stroke:none; }
.region-europe { fill:#a8c192; }
.region-africa { fill:#d5b467; }
.region-asia { fill:#91b8ad; }
.region-eurasia { fill:url(#eurasia-wash); }
.region-context { fill:#dce5d5; }
.region-connection { fill:none; stroke:#4f775d; stroke-width:1.6; stroke-dasharray:5 7; opacity:.55; }
.region-label { color:#31583b; }
.region-label-africa { color:#84601e; }
.region-label-asia { color:#345f55; }
.region-label rect { fill:#fbfcf7; stroke:currentColor; stroke-opacity:.22; stroke-width:1; }
.region-label text { fill:currentColor; font:600 21px Manrope,sans-serif; }
.region-node { fill:currentColor; stroke:#fff; stroke-width:1.5; }
.region-halo { fill:currentColor; opacity:.15; }
.global-visual .region-caption { color:#52664b; font-size:11px; letter-spacing:.12em; text-align:center; margin-top:13px; }
@media(max-width:760px) {
  .region-label text { font-size:23px; }
  .global-visual .region-caption { font-size:10px; letter-spacing:.07em; }
}
