:root{--forest-dark: #06231D;--forest-deep: #06231D;--forest: #076653;--leaf-bright: #E3EF26;--leaf-light: #076653;--bg-white: #FFFDEE;--bg-light: #E2FBCE;--bg: #FFFDEE;--white: #FFFFFF;--cream: #FFFDEE;--mint: #E2FBCE;--lime: #E3EF26;--emerald: #076653;--dark-forest: #0C342C;--deep-green: #06231D;--ink: #06231D;--ink-deep: #06231D;--gray-700: #0C342C;--gray-500: rgba(12, 52, 44, .7);--gray-300: rgba(7, 102, 83, .2);--gray-100: #E2FBCE;--navbar-height: 136px;--forest-tint: #E2FBCE;--eucalyptus: #E2FBCE;--gold: #E3EF26;--gold-light: #E3EF26;--gp-mint-50: #FFFDEE;--gp-mint-100: #E2FBCE;--gp-mint-200: #E2FBCE;--gp-lime-400: #E3EF26;--gp-olive-600: #076653;--gp-olive-400: #076653;--gp-forest-900: #06231D;--paper: #FFFDEE;--paper-deep: #E2FBCE;--line: rgba(7, 102, 83, .18);--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;--shadow-sm: 0 4px 16px rgba(6, 35, 29, .08);--shadow-md: 0 12px 32px rgba(6, 35, 29, .12);--shadow-lg: 0 24px 60px rgba(6, 35, 29, .16);--shadow-btn: 0 8px 24px rgba(7, 102, 83, .25);--grad-forest: linear-gradient(180deg, #076653, #0C342C, #06231D);--grad-leaf: linear-gradient(180deg, #FFFDEE, #E3EF26);--grad-gold: linear-gradient(180deg, #E3EF26, #076653, #0C342C);--grad-hero: linear-gradient(180deg, #E2FBCE, #E3EF26, #076653);--shadow-gold: 0 10px 28px rgba(227, 239, 38, .35);--font-display: "Plus Jakarta Sans", "Sora", "Segoe UI", sans-serif;--font-body: "Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;--container: 1400px;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px;--nav-h: 110px}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0!important;padding:0!important;border:none!important}html{scroll-behavior:smooth;background-color:#fffdee}body{font-family:var(--font-body);color:#0c342c;background:#fffdee!important;background-color:#fffdee!important;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-display);color:#06231d;margin:0 0 .5em;line-height:1.12;letter-spacing:-.01em}p{margin:0 0 1em;color:#0c342c;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}:focus-visible{outline:3px solid #076653;outline-offset:3px;border-radius:4px}.site{display:flex;flex-direction:column;min-height:100vh;background:#fffdee!important}main{flex:1;background:#fffdee!important}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:108px 0;position:relative;background:#fffdee!important}.section--tight{padding:76px 0}.section--tint{background:#e2fbce!important}.section--dark{background:#06231d!important;color:#fffdee}.section--dark h2,.section--dark h3{color:#fffdee}.section--dark p{color:#fffdeee0}.section--light{background:#e2fbce!important}.section--light h2,.section--light h3{color:#06231d}.section--light p{color:#0c342c}.section--light .eyebrow{color:#076653}.section--light .eyebrow:before{background:#076653}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#076653;margin-bottom:16px}.eyebrow:before{content:"";width:26px;height:2px;background:#e3ef26;display:inline-block}.section--dark .eyebrow{color:#e3ef26}.section--dark .eyebrow:before{background:#e3ef26}.section-head{max-width:640px;margin-bottom:56px}.section-head.center{margin-left:0;margin-right:auto;text-align:left}.section-head h2{font-size:clamp(30px,4vw,44px);color:#06231d}.section--dark .section-head h2{color:#fffdee}.section-head p{font-size:17px;color:#0c342c}.section--dark .section-head p{color:#fffdeee0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;border-radius:999px;font-weight:600;font-size:15px;border:2px solid transparent;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,background .3s ease,color .3s ease,border-color .3s ease;white-space:nowrap}.btn:hover{transform:translateY(-3px)}.btn-primary{background:#e3ef26;color:#06231d;box-shadow:0 8px 24px #07665333}.btn-primary:hover{background:#076653;color:#fffdee;box-shadow:0 16px 34px #07665359}.btn-outline{background:transparent;border-color:#076653;color:#076653}.btn-outline:hover{background:#076653;color:#fffdee;border-color:#076653}.section--dark .btn-outline{border-color:#fffdee80;color:#fffdee}.section--dark .btn-outline:hover{background:#e3ef26;color:#06231d;border-color:#e3ef26}.btn-dark{background:#06231d;color:#fffdee}.btn-dark:hover{background:#076653;color:#fffdee}.btn-ghost{background:transparent;border-color:#076653;color:#076653}.btn-ghost:hover{background:#076653;color:#fffdee}.btn-sm{padding:11px 22px;font-size:13px}.reveal{opacity:0;transform:translateY(36px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.flute-divider{width:100%;height:46px;display:block;color:#fffdee}.flute-divider--tint{color:#e2fbce}.flute-divider--dark{color:#06231d}.flute-divider--white{color:#fffdee}.pill-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#e2fbce;box-shadow:var(--shadow-sm);font-size:13px;font-weight:600;color:#06231d}.grad-text{background:linear-gradient(180deg,#e3ef26,#076653,#0c342c);-webkit-background-clip:text;background-clip:text;color:transparent}@media (max-width: 900px){.section{padding:76px 0}.section--tight{padding:56px 0}.section-head{margin-bottom:40px}}.exact-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#06231d;border-bottom:1px solid rgba(7,102,83,.25);box-shadow:0 4px 20px #06231d40}.exact-topbar{background:#0c342c;color:#fffdee;font-size:13px;font-weight:500;padding:6px 0}.exact-navbar__link{position:relative;display:inline-flex;align-items:center;gap:4px;padding:8px 0;font-family:var(--font-body);font-size:16px;font-weight:600;color:#fffdeee6;text-decoration:none;transition:color .25s ease;white-space:nowrap}.dropdown-chevron{color:#fffdeecc;transition:transform .25s ease}.exact-navbar__dropdown-menu{position:absolute;top:calc(100% + 14px);left:-20px;width:300px;background:#06231d;border-radius:16px;border:1px solid rgba(7,102,83,.3);box-shadow:0 16px 40px #06231d66;padding:10px;z-index:100}.dropdown-item:hover{background:#07665340}.dropdown-icon{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#e3ef262e;color:#e3ef26;display:inline-flex;align-items:center;justify-content:center}.dropdown-desc{font-size:12px;color:#fffdeeb3}.exact-navbar__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 24px;border-radius:999px;background:#e3ef26;color:#06231d;font-family:var(--font-body);font-weight:600;font-size:15px;text-decoration:none;white-space:nowrap;transition:transform .25s ease,background .25s ease,color .25s ease}.exact-navbar__cta:hover{background:#076653;color:#fffdee;transform:translateY(-1px)}.footer{background:#06231d;color:#fffdeed9;position:relative;padding-top:4px;border-top:1px solid rgba(7,102,83,.25)}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr 1.3fr;gap:40px;padding:64px 24px 48px}.footer__col h4{color:#fffdee;font-size:15px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}.footer__col ul{display:flex;flex-direction:column;gap:12px}.footer__col a{font-size:14.5px;color:#fffdeecc;transition:color .25s ease}.footer__col a:hover{color:#e3ef26}.footer__brand p{color:#fffdeec7;font-size:14.5px;margin-top:16px}.footer__logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:18px;color:#fffdee}.footer__logo em{font-style:normal;color:#e3ef26}.footer__social{display:flex;gap:12px;margin-top:20px}.footer__social a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fffdee1a;color:#fffdee;transition:background .25s ease,transform .25s ease,color .25s ease}.footer__social a:hover{background:#e3ef26;color:#06231d;transform:translateY(-3px)}.footer__contact{gap:14px!important}.footer__contact li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#fffdeecc}.footer__contact li svg{flex-shrink:0;margin-top:3px;color:#e3ef26}.footer__newsletter p{font-size:14px;color:#fffdeec7;margin-bottom:18px}.footer__form{display:flex;border-radius:999px;background:#fffdee1a;border:1px solid rgba(7,102,83,.3);padding:5px}.footer__form input{flex:1;background:transparent;border:none;padding:10px 14px;color:#fffdee;font-size:13.5px}.footer__form input::placeholder{color:#fffdee80}.footer__form input:focus{outline:none}.footer__form button{background:#e3ef26;border:none;color:#06231d;width:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .25s ease,color .25s ease}.footer__form button:hover{background:#076653;color:#fffdee}.footer__subscribed{display:flex;align-items:center;gap:8px;color:#e3ef26;font-size:14px}.footer__bottom{background:#0c342c;border-top:1px solid rgba(7,102,83,.2);display:flex;align-items:center;justify-content:center;padding:16px 24px;font-size:13.5px;text-align:center}.footer__bottom p{margin:0;color:#fffdeed9;font-weight:500}@media (max-width: 980px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer__grid{grid-template-columns:1fr;padding:48px 20px 32px}}.exact-hero{position:relative;width:100%;background:#fffdee!important;overflow:hidden;margin-top:110px}.exact-hero__bg-wrapper{position:relative;width:100%;max-width:100%;margin:0}.exact-hero__bg-img{width:100%;height:556px;max-height:580px;display:block;object-fit:cover;object-position:right center}.exact-hero__podium-positioner{position:absolute;right:5%;bottom:4%;top:4%;display:flex;align-items:flex-end;justify-content:flex-end;z-index:4;pointer-events:none}.exact-hero__products-img{width:auto;max-width:540px;height:auto;max-height:88%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.22))}.exact-hero__overlay-content{position:absolute;inset:0;display:flex;align-items:center;z-index:5;padding:40px 0}.exact-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;width:100%}.exact-hero__left{max-width:540px;z-index:6}.exact-hero__sub-badge{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-display);font-size:13.5px;font-weight:800;color:#06231d;letter-spacing:.1em;margin-bottom:16px}.sub-badge-line{width:30px;height:2.5px;background:#06231d;border-radius:2px}.exact-hero__title{font-family:var(--font-display);font-size:clamp(38px,4.3vw,59px);font-weight:900;line-height:1.05;color:#06231d;letter-spacing:-.02em;margin-bottom:18px}.exact-hero__title-leaf{color:#076653}.exact-hero__text{font-size:16.5px;color:#0c342c;line-height:1.6;max-width:480px;margin-bottom:26px}.exact-hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:26px}.exact-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:15px;text-decoration:none;transition:all .25s ease;white-space:nowrap}.exact-btn--primary{gap:8px;padding:13.5px 32px;border-radius:999px;background:#06231d;color:#fffdee;box-shadow:0 10px 24px #00452640}.exact-btn--primary:hover{background:#06231d;transform:translateY(-2px)}.exact-btn--video{gap:10px;background:transparent;border:none;color:#06231d;font-weight:700;cursor:pointer;padding:4px 8px}.exact-btn--video:hover{opacity:.85}.video-play-icon{width:42px;height:42px;border-radius:50%;background:#06231d;color:#fffdee;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00452633}.exact-hero__trust-tags{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:0;margin:0;list-style:none}.exact-hero__trust-tags li{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#06231d}.exact-hero__trust-tags .trust-icon{color:#076653}.exact-hero__right{display:flex;justify-content:center;align-items:center;z-index:6}.exact-hero__showcase-grid{display:flex;gap:20px;align-items:center;justify-content:center;width:100%}.showcase-card{position:relative;background:#ffffffe0;border:1px solid rgba(255,255,255,.95);border-radius:24px;padding:16px;box-shadow:0 16px 40px #0000001f;backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;text-align:center}.showcase-card img{width:180px;height:180px;object-fit:contain;display:block}.showcase-card__ring{margin-top:10px}.showcase-card__info{display:flex;flex-direction:column;margin-top:10px}.showcase-card__info strong{font-family:var(--font-display);font-size:14px;font-weight:800;color:#06231d}.showcase-card__info span{font-size:12px;color:#0c342c}@media (max-width: 992px){.exact-hero{margin-top:80px}.exact-hero__overlay-content{position:relative;inset:auto;padding:40px 24px;background:#fffdee}.exact-hero__grid{grid-template-columns:1fr;gap:40px}.exact-hero__left{max-width:100%}}.exact-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:520px}.leaf-arch-bg{position:absolute;top:-20px;right:-40px;width:520px;height:540px;z-index:1;pointer-events:none;opacity:.15}.podium-composition{position:relative;z-index:3;width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;margin-top:40px}.podium-pedestal{position:absolute;bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;z-index:1}.pedestal-top-wood{width:380px;height:48px;border-radius:50%;background:linear-gradient(180deg,#d4a373,#a97443);border:3px solid #8C5B2E;box-shadow:inset 0 3px 8px #fff6,0 8px 20px #0003}.pedestal-bottom-marble{width:440px;height:60px;border-radius:50%;background:linear-gradient(180deg,#e2fbce 0% 100%);border:2px solid #C4CCB5;margin-top:-22px;box-shadow:0 16px 40px #0000002e}.bags-stack{position:relative;z-index:2;width:100%;height:380px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:24px}.white-bag{position:absolute;background:linear-gradient(180deg,#fffdee,#f0f4f1);border-radius:12px 12px 6px 6px;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 30px #00000026;display:flex;justify-content:center;padding-top:14px}.bag-handle{width:50%;height:42px;border-radius:12px 12px 0 0;border:3px solid #E2FBCE;border-bottom:none;background:transparent}.white-bag--large{width:210px;height:290px;right:40px;bottom:30px;z-index:2}.white-bag--medium{width:140px;height:200px;left:110px;bottom:20px;z-index:3}.white-bag--small{width:100px;height:150px;left:40px;bottom:10px;z-index:4}.folded-pack-stack{position:absolute;left:50px;bottom:0;width:180px;height:36px;border-radius:8px;background:linear-gradient(180deg,#fffdee,#e2fbce);border:1px solid rgba(0,0,0,.1);box-shadow:0 6px 16px #0000001f;z-index:5}.green-roll-cover{position:absolute;right:30px;bottom:10px;width:160px;height:46px;border-radius:23px;background:linear-gradient(90deg,#076653 0% 60%,#588f28);box-shadow:0 8px 20px #6aa23859;z-index:6}.gold-seal-badge{position:absolute;bottom:-10px;right:50px;z-index:10}.gold-seal-ring{width:110px;height:110px;border-radius:50%;background:linear-gradient(180deg,#e3ef26,#076653,#0c342c);padding:5px;box-shadow:0 10px 28px #c48e0073}.gold-seal-inner{width:100%;height:100%;border-radius:50%;background:linear-gradient(180deg,#06231d 0% 100%);border:2px dashed #E3EF26;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6px;color:#fffdee}.gold-seal-leaf{color:#e3ef26;margin-bottom:2px}.gold-seal-main{font-family:var(--font-display);font-weight:900;font-size:14px;line-height:1;color:#fffdee}.gold-seal-sub{font-family:var(--font-display);font-weight:800;font-size:10.5px;color:#e3ef26;line-height:1;margin-top:1px}.gold-seal-tag{font-size:7.5px;font-weight:700;color:#ffffffd9;margin-top:3px;letter-spacing:.04em}@media (max-width: 992px){.exact-hero__grid{grid-template-columns:1fr;gap:48px}.leaf-arch-bg{width:380px;height:400px;right:0}}@media (max-width: 992px){.festive-hero__grid{grid-template-columns:1fr;gap:48px}.festive-pennants{width:180px}}.light-hero__visual{position:relative}.light-hero__visual-card{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px #1e322324;border:4px solid #FFFDEE}.light-hero__img{width:100%;height:520px;object-fit:cover;display:block}.light-hero__img-glass-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#f4f8f21a,#1e322326)}.floating-card{position:absolute;display:flex;align-items:center;gap:12px;padding:12px 18px;border-radius:18px;background:#fcfcfaf0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 14px 36px #1e32231f;z-index:5}.floating-card--1{top:35px;left:-20px}.floating-card--2{bottom:40px;right:-15px}.floating-card--3{top:50%;right:-25px}.floating-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;flex-shrink:0}.floating-card__icon--gold{background:#e2fbce;color:#e3ef26}.floating-card__icon--green,.floating-card__icon--olive{background:#e2fbce;color:#076653}.floating-card__title{display:block;font-weight:700;font-size:14px;color:#06231d}.floating-card__sub{display:block;font-size:12px;color:#0c342c}@media (max-width: 992px){.light-hero__grid{grid-template-columns:1fr;gap:40px}.floating-card{position:relative;inset:auto;margin-top:12px}.light-hero__stats{grid-template-columns:repeat(2,1fr);gap:20px}}.about__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center}.about__media{position:relative}.about__media img{border-radius:var(--radius-lg);width:100%;aspect-ratio:9 / 10;object-fit:cover;box-shadow:var(--shadow-lg)}.about__media-badge{position:absolute;bottom:-26px;right:-26px;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:20px 24px;max-width:210px;font-size:13.5px;font-weight:600;color:var(--gray-700)}.about__media-badge span{display:block;font-family:var(--font-display);font-size:30px;font-weight:700;color:var(--forest);margin-bottom:4px}.about__content h2{font-size:clamp(28px,3.6vw,38px)}.about__points{display:flex;flex-direction:column;gap:14px;margin:26px 0 30px}.about__points li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--gray-900);font-weight:500}.about__points li svg{color:var(--forest);flex-shrink:0;margin-top:2px}@media (max-width: 980px){.about__grid{grid-template-columns:1fr;gap:60px}.about__media-badge{right:16px}}.go-green{overflow:hidden;background:#fffdee}.go-green__pattern{position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle,#06231D 1.5px,transparent 1.5px);background-size:26px 26px;pointer-events:none}.go-green__grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.go-green__card{background:#fffdee;border:1px solid #E2FBCE;border-radius:var(--radius-md);padding:30px 26px;box-shadow:0 10px 30px #0d4a2b0d;transition:transform .35s ease,box-shadow .35s ease}.go-green__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0d4a2b1a}.go-green__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:#e2fbce;color:#06231d;margin-bottom:18px}.go-green__card h3{color:#06231d;font-size:18px}.go-green__card p{font-size:14.5px;color:#0c342c}.go-green__cta{display:flex;justify-content:center;margin-top:50px}.go-green__banner{position:relative;margin-top:60px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;background:#fffdee;border:1px solid #E2FBCE;border-radius:var(--radius-lg);padding:46px;box-shadow:0 12px 36px #0d4a2b0f}.go-green__banner h3{color:#06231d;font-size:26px}.go-green__banner p{color:#0c342c}.go-green__banner img{border-radius:var(--radius-md);width:100%;aspect-ratio:4/3;object-fit:cover}@media (max-width: 980px){.go-green__grid{grid-template-columns:repeat(2,1fr)}.go-green__banner{grid-template-columns:1fr}}@media (max-width: 600px){.go-green__grid{grid-template-columns:1fr}}.eco-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.eco-card{background:linear-gradient(160deg,var(--gp-mint-50) 0%,var(--gp-mint-100) 100%);border-radius:var(--radius-md);padding:30px 26px;box-shadow:0 10px 28px #1f4b2c1f;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;border-top:3px solid var(--gp-lime-400)}.eco-card:hover{transform:translateY(-8px);box-shadow:0 20px 42px #1f4b2c2e}.eco-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.eco-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--gp-mint-200),var(--gp-lime-400));color:var(--gp-forest-900)}.eco-card__stat{text-align:right}.eco-card__stat strong{display:block;font-family:var(--font-display);font-size:22px;color:var(--gp-forest-900)}.eco-card__stat span{font-size:11px;color:var(--gp-olive-400)}.eco-card h3{font-size:18px;color:var(--gp-forest-900)}.eco-card p{font-size:14.5px;color:var(--gp-olive-600)}.eco-benefits__note{max-width:720px;margin:40px auto 0;text-align:center}.eco-benefits__note p{font-size:13.5px;color:var(--gray-500)}@media (max-width: 980px){.eco-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.eco-benefits__grid{grid-template-columns:1fr}}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{text-align:center;background:linear-gradient(160deg,var(--gp-mint-50) 0%,var(--gp-mint-100) 100%);border:1px solid rgba(31,75,44,.1);border-radius:var(--radius-md);padding:40px 20px;box-shadow:0 10px 28px #1f4b2c1f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px #1f4b2c2e;border-color:var(--gp-mint-200)}.stat-card__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--gp-mint-200),var(--gp-lime-400));color:var(--gp-forest-900);margin-bottom:18px}.stat-card__num{display:block;font-family:var(--font-display);font-size:34px;font-weight:700;color:var(--gp-forest-900)}.stat-card__label{font-size:13.5px;color:var(--gp-olive-600)}@media (max-width: 980px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.why-choose__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-card{background:var(--white);border-radius:var(--radius-md);padding:34px 26px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000024}.why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#00452614;color:#06231d;margin:0 auto 18px}.why-card h3{font-size:17.5px;color:#06231d}.why-card p{font-size:14px;color:#0c342c}@media (max-width: 980px){.why-choose__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.why-choose__grid{grid-template-columns:1fr}}.industries__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.industry-card{padding:28px 22px;border-radius:var(--radius-md);background:linear-gradient(160deg,var(--gp-mint-50) 0%,var(--gp-mint-100) 100%);border:1px solid rgba(31,75,44,.1);box-shadow:0 10px 28px #1f4b2c1f;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.industry-card:hover{border-color:var(--gp-mint-200);transform:translateY(-6px);box-shadow:0 20px 42px #1f4b2c2e}.industry-card__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--gp-mint-200),var(--gp-lime-400));color:var(--gp-forest-900);margin-bottom:16px}.industry-card h3{font-size:16.5px;margin-bottom:6px;color:var(--gp-forest-900)}.industry-card p{font-size:13.5px;margin:0;color:var(--gp-olive-600)}@media (max-width: 980px){.industries__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.industries__grid{grid-template-columns:1fr}}.process__timeline{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:40px 32px}.process__timeline:before{content:"";position:absolute;top:26px;left:0;right:0;height:2px;background:repeating-linear-gradient(to right,var(--gray-300) 0 10px,transparent 10px 18px)}.process__step{position:relative;padding-top:70px}.process__number{position:absolute;top:0;left:0;width:52px;height:52px;border-radius:50%;background:var(--grad-forest);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:16px;box-shadow:var(--shadow-md);z-index:1}.process__body h3{font-size:18px}.process__body p{font-size:14.5px}@media (max-width: 980px){.process__timeline{grid-template-columns:repeat(2,1fr)}.process__timeline:before{display:none}}@media (max-width: 600px){.process__timeline{grid-template-columns:1fr}}.testimonials{position:relative;overflow:hidden;background:#fffdee!important;color:#06231d}.testimonials .section-head h2{color:#06231d!important}.testimonials .section-head .eyebrow{color:#74a85a!important}.testimonials__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background:radial-gradient(circle,rgba(116,168,90,.08) 0%,transparent 60%);pointer-events:none;z-index:1}.testimonial-card{max-width:760px;margin:0 auto;background:#f4f8f5!important;border-radius:24px;padding:56px;text-align:center;box-shadow:0 12px 40px #0045260f;position:relative;z-index:5;border:1px solid rgba(0,69,38,.06)}.testimonial-card__quote-mark{color:#e3ef26;opacity:.85;margin-bottom:8px}.testimonial-card__stars{display:flex;justify-content:center;gap:4px;color:#e3ef26;margin-bottom:18px}.testimonial-card__text{font-family:var(--font-display);font-size:20px;font-weight:500;color:#06231d!important;line-height:1.6}.testimonial-card__person{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:26px}.testimonial-card__person img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,54,30,.1)}.testimonial-card__person div{text-align:left}.testimonial-card__person strong{display:block;font-size:15px;color:#06231d!important;font-weight:700}.testimonial-card__person span{font-size:13px;color:#00361e99!important}.testimonial-card__nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:36px}.testimonial-card__nav button{background:#00361e0f!important;border:none;color:#06231d!important;width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer}.testimonial-card__nav button:hover{background:#06231d!important;color:#fffdee!important}.testimonial-card__dots{display:flex;gap:8px}.testimonial-card__dots button{width:8px;height:8px;border-radius:50%;background:#00361e26!important;padding:0;border:none;cursor:pointer;transition:all .25s ease}.testimonial-card__dots button.is-active{background:#06231d!important;width:22px;border-radius:4px}@media (max-width: 600px){.testimonial-card{padding:36px 24px}}.faq{position:relative;overflow:hidden}.faq__glow{position:absolute;top:-10%;left:-10%;width:50%;height:80%;background:radial-gradient(circle,rgba(163,230,53,.05) 0%,transparent 70%);pointer-events:none;z-index:1}.faq__bg-pattern{position:absolute;right:-5%;bottom:-10%;width:300px;height:300px;background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px;pointer-events:none;z-index:1}.faq__layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start;position:relative;z-index:5}.faq__head-content{display:flex;flex-direction:column;text-align:left}.faq__head-desc{font-size:15.5px;color:#0c342c!important;line-height:1.6;margin-top:12px;font-weight:500}.faq__support-card{margin-top:36px;padding:28px;background:#fffdee;border:1.5px solid rgba(7,102,83,.18);border-radius:var(--radius-md);display:flex;gap:20px;align-items:flex-start;box-shadow:0 10px 30px #06231d14;transition:transform .3s ease,border-color .3s ease}.faq__support-card:hover{transform:translateY(-4px);border-color:#07665359}.faq__support-icon{background:#e2fbce;color:#076653;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq__support-body h4{font-family:var(--font-display);font-size:17px;font-weight:700;color:#06231d;margin:0 0 6px}.faq__support-body p{font-size:13.5px;color:#0c342c!important;line-height:1.55;margin:0 0 16px;font-weight:500}.faq__support-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#076653;text-decoration:none;transition:color .2s ease}.faq__support-link:hover{color:#06231d}.faq__support-arrow{transition:transform .2s ease}.faq__support-link:hover .faq__support-arrow{transform:translate(4px)}.faq__list{display:flex;flex-direction:column;gap:16px}.faq__item{background:#fffdee!important;border-radius:20px;box-shadow:0 10px 25px #00000026;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease}.faq__item:hover{transform:translateY(-2px);box-shadow:0 14px 35px #00000038}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 28px;background:transparent;border:none;text-align:left;font-family:var(--font-display);font-weight:700;font-size:16px;color:#06231d!important;cursor:pointer;transition:color .2s ease}.faq__question:hover{color:#06231d!important}.faq__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#00361e0f;color:#06231d;transition:transform .3s ease,background .3s ease,color .3s ease}.faq__item.is-open .faq__icon{transform:rotate(135deg);background:#06231d;color:#fffdee}.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,.61,.36,1),padding .4s ease;padding:0 28px;background:#fffdee}.faq__item.is-open .faq__answer{max-height:280px;padding:0 28px 24px}.faq__answer p{font-size:14.5px;margin:0;color:#00361ebf!important;line-height:1.6}@media (max-width: 900px){.faq__layout{grid-template-columns:1fr;gap:40px}.faq__support-card{margin-top:24px}}.cta-banner{background:#fffdee!important;color:#06231d;overflow:hidden;border-top:1px solid rgba(0,69,38,.08);border-bottom:1px solid rgba(0,69,38,.08)}.cta-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.cta-banner h2{color:#06231d!important;font-size:clamp(24px,3vw,32px);max-width:480px}.cta-banner p{color:#004526bf!important}.cta-banner__actions{display:flex;gap:14px;flex-wrap:wrap}.cta-banner .btn-outline{border-color:#00452640!important;color:#06231d!important}.cta-banner .btn-outline:hover{background:#0045260d!important;border-color:#06231d!important}.contact__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px}.contact__details{display:flex;flex-direction:column;gap:22px}.contact__detail{display:flex;gap:16px;align-items:flex-start}.contact__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:var(--forest-tint);color:var(--forest-dark)}.contact__detail strong{display:block;font-size:15px;margin-bottom:2px}.contact__detail p{margin:0;font-size:14.5px}.contact__detail a:hover{color:var(--forest)}.contact__map{margin-top:10px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:4/3}.contact__map iframe{width:100%;height:100%;border:0}.contact__form{background:var(--white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:20px}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact__form label{display:flex;flex-direction:column;gap:8px;font-size:13.5px;font-weight:600;color:#2a3b32}.contact__form input,.contact__form select,.contact__form textarea{border:1.5px solid var(--gray-100);border-radius:var(--radius-sm);padding:13px 16px;font-size:14.5px;font-family:inherit;color:var(--ink);background:var(--bg);transition:border-color .25s ease;resize:vertical}.contact__form input:focus,.contact__form select:focus,.contact__form textarea:focus{outline:none;border-color:var(--forest)}.contact__form button{align-self:flex-start}.contact__success{display:flex;align-items:center;gap:10px;background:#00452614;color:#06231d;padding:14px 18px;border-radius:var(--radius-sm);font-size:14px;font-weight:600}@media (max-width: 980px){.contact__grid{grid-template-columns:1fr}}@media (max-width: 600px){.contact__row{grid-template-columns:1fr}.contact__form{padding:26px}}.about--premium{background:#06231d!important;position:relative;overflow:hidden;padding:48px 0;color:#fffdee}.about--premium:before{content:"";position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle,#FFFDEE 1.5px,transparent 1.5px);background-size:24px 24px;pointer-events:none}.about--premium .about__grid{display:grid;grid-template-columns:44% 56%;gap:40px;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px}.about--premium .about__media{position:relative;width:100%;max-width:400px;height:320px;margin:0 auto;display:flex;align-items:center;justify-content:center}.about__paper-overlay{position:absolute;inset:0;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");pointer-events:none}.about__premium-card-wrapper{position:relative;width:100%;height:100%;padding:0;z-index:5}.about__premium-card{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;border:1.5px solid rgba(255,255,255,.2);background:#ffffff14;backdrop-filter:blur(8px);box-shadow:0 16px 36px #00000040,inset 0 2px 4px #ffffff26;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.about__premium-card:hover{transform:scale(1.02)}.about__premium-img{width:100%;height:100%;display:block;object-fit:cover;border-radius:24px;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.about__premium-card:hover .about__premium-img{transform:scale(1.04)}.about__image-glow{position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#8ec54a4d,#8ec54a00 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.about__badge-floating{position:absolute;background:#00321bd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(255,255,255,.2);border-radius:14px;padding:8px 12px;box-shadow:0 10px 24px #0000004d;display:flex;align-items:center;gap:8px;z-index:10;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.about__badge-floating:hover{transform:translateY(-3px)}.about__badge-floating--1{top:4%;right:-15px}.about__badge-floating--2{top:45%;left:-20px}.about__badge-floating--3{bottom:4%;right:10px}.badge-icon-circle{width:28px;height:28px;border-radius:50%;background:#8ec54a33;color:#e3ef26;display:inline-flex;align-items:center;justify-content:center}.badge-text-stack{display:flex;flex-direction:column;line-height:1.15}.badge-label-top{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3}.badge-label-main{font-family:var(--font-display);font-size:11px;font-weight:800;color:#fffdee}.about__leaf-overlay{position:absolute;pointer-events:none;z-index:6}.about__leaf-overlay--top-left{top:-14px;left:-14px;width:85px;height:85px}.about__leaf-overlay--bottom-right{bottom:-18px;right:-18px;width:95px;height:95px}.about__leaf-overlay--foreground-left{bottom:-22px;left:-22px;width:75px;height:75px;filter:blur(4px);z-index:12}.about__leaf-overlay--floating{top:18%;right:20px;width:32px;height:32px;opacity:.8}.about--premium .about__content{width:100%;display:flex;flex-direction:column;align-items:flex-start}.about--premium .eyebrow{font-size:11.5px!important;color:#e3ef26!important;margin-bottom:8px}.about__premium-title{font-family:var(--font-display);font-size:clamp(26px,2.8vw,36px)!important;font-weight:900;line-height:1.1!important;color:#fffdee!important;letter-spacing:-.02em;max-width:500px;margin-bottom:12px}.about__title-highlight{background:linear-gradient(180deg,#e2fbce,#e3ef26,#076653);-webkit-background-clip:text;background-clip:text;color:transparent}.about__premium-text{font-size:14px!important;color:#ffffffd1!important;line-height:1.55!important;max-width:480px;margin-bottom:18px}.about__feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:480px;width:100%;margin-bottom:20px}.about__feature-card{width:100%;min-height:125px;box-sizing:border-box;background:#ffffff12;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:12px 14px;box-shadow:0 6px 18px #00000026;display:flex;flex-direction:column;justify-content:center;gap:6px;transition:transform .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94)}.about__feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000040;background:#ffffff21;border-color:#a3e6354d}.about__feature-icon{width:34px;height:34px;border-radius:10px;background:#a3e6352e;color:#e3ef26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about__feature-card h3{font-family:var(--font-display);font-size:14px;font-weight:700;color:#fffdee;margin:0}.about__feature-card p{font-size:11.5px;color:#ffffffbf;margin:0;line-height:1.35}.about--premium .btn-ghost{margin-top:2px;align-self:flex-start;padding:8px 18px;font-size:13px;color:#fffdee;border:1px solid rgba(255,255,255,.3);background:#ffffff0f}.about--premium .btn-ghost:hover{background:#e3ef26;color:#06231d;border-color:#e3ef26}@media (max-width: 1024px){.about--premium .about__grid{grid-template-columns:1fr;gap:36px}.about--premium .about__media{max-width:400px;height:320px}.about__feature-grid{grid-template-columns:repeat(2,1fr)}.about__feature-card{width:100%;height:auto;min-height:120px}}@media (max-width: 600px){.about--premium{padding:40px 0}.about__feature-grid{grid-template-columns:1fr;gap:10px}.about--premium .about__media{height:280px}.about__premium-card,.about__premium-img{border-radius:20px}}.logo-marquee{background:#fffdee;padding:90px 0 110px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.logo-marquee__eyebrow{font-family:var(--font-display);font-size:13.5px;font-weight:700;color:#076653;letter-spacing:.18em;text-transform:uppercase;margin-bottom:40px;opacity:.85}.logo-marquee__track-wrapper{position:relative;width:100%;overflow:hidden;padding:15px 0}.logo-marquee__track-wrapper:before,.logo-marquee__track-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:250px;z-index:2;pointer-events:none;transition:opacity .3s ease}.logo-marquee__track-wrapper:before{left:0;background:linear-gradient(to right,#fffdee,#fff0)}.logo-marquee__track-wrapper:after{right:0;background:linear-gradient(to left,#fffdee,#fff0)}.logo-marquee__track{display:flex;width:max-content;gap:40px;animation:scrollMarquee 35s linear infinite;will-change:transform}.logo-marquee__track-wrapper:hover .logo-marquee__track{animation-play-state:paused}.logo-marquee__card{display:flex;align-items:center;justify-content:center;width:280px;height:140px;background:#fffdee;border-radius:24px;padding:30px 36px;box-shadow:0 12px 36px #0d4a2b0a;border:1.5px solid rgba(112,170,50,.08);transition:transform .4s cubic-bezier(.25,.46,.45,.94),border-color .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;flex-shrink:0}.logo-marquee__card:hover{transform:scale(1.05) translate3d(0,-2px,0);border-color:#70aa3299;box-shadow:0 24px 48px #0d4a2b14}.logo-marquee__img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) opacity(.65);transition:filter .4s ease}.logo-marquee__card:hover .logo-marquee__img{filter:grayscale(0%) opacity(1)}@keyframes scrollMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width: 768px){.logo-marquee{padding:60px 0 80px}.logo-marquee__eyebrow{margin-bottom:30px;font-size:11px}.logo-marquee__card{width:200px;height:100px;padding:20px 24px;border-radius:18px}.logo-marquee__track-wrapper:before,.logo-marquee__track-wrapper:after{width:100px}.logo-marquee__track{gap:24px}}.our-mission{background:#06231d!important;position:relative;overflow:hidden;padding:100px 0;color:#fffdee}.our-mission:before{content:"";position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle,#FFFDEE 1.5px,transparent 1.5px);background-size:24px 24px;pointer-events:none}.our-mission__paper-overlay{position:absolute;inset:0;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");pointer-events:none}.our-mission__grid{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:center}.our-mission__media{position:relative;display:flex;justify-content:center;align-items:center;padding:20px}.our-mission__illustration-wrapper{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 80px #0000004d;border:1.5px solid rgba(255,255,255,.2);background:#ffffff14;backdrop-filter:blur(8px);z-index:5;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.our-mission__illustration-wrapper:hover{transform:translateY(-6px)}.our-mission__illustration{width:100%;max-width:480px;height:auto;display:block;aspect-ratio:4 / 3;object-fit:cover}.our-mission__glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#a3e63533,#a3e63500 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.our-mission__icon-top{color:#e3ef26;margin-bottom:16px;display:inline-flex;align-items:center;justify-content:center}.our-mission__title{font-family:var(--font-display);font-size:clamp(36px,4.5vw,48px)!important;font-weight:900;color:#fffdee!important;letter-spacing:-.02em;margin-bottom:16px;line-height:1.1!important}.our-mission__divider{width:80px;height:3px;background:#e3ef26;border:none;margin:0 0 24px;border-radius:2px}.our-mission__desc{font-size:16.5px;color:#ffffffd9;line-height:1.65;margin-bottom:40px}.our-mission__features{display:flex;flex-direction:column;gap:32px}.our-mission__feature-block{display:flex;gap:24px;align-items:flex-start}.our-mission__feature-icon-wrapper{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:#e3ef26;color:#06231d;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0003}.our-mission__feature-content{display:flex;flex-direction:column}.our-mission__feature-content h3{font-family:var(--font-display);font-size:20px;font-weight:800;color:#fffdee;margin:0 0 8px}.our-mission__feature-divider{width:45px;height:2px;background:#e3ef26;border:none;margin:0 0 12px;border-radius:1px}.our-mission__feature-content p{font-size:14.5px;color:#fffc;line-height:1.6;margin:0}.our-mission__leaf-float{position:absolute;pointer-events:none;z-index:6;opacity:.65}.our-mission__leaf-float--1{top:15%;left:10%;width:45px;height:45px}.our-mission__leaf-float--2{bottom:20%;right:15%;width:50px;height:50px}.our-mission__dots{position:absolute;opacity:.15;color:#e3ef26;pointer-events:none}.our-mission__dots--left{left:20px;top:40%}.our-mission__dots--right{right:20px;top:15%}.our-mission__banner{margin-top:60px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;background:#ffffff14;backdrop-filter:blur(8px);border-radius:28px;border:1.5px solid rgba(255,255,255,.18);padding:40px;box-shadow:0 20px 50px #0003;align-items:center}.our-mission__banner h3{font-family:var(--font-display);font-size:24px;font-weight:800;color:#fffdee;margin-bottom:12px}.our-mission__banner p{font-size:15.5px;color:#ffffffd1;line-height:1.65;margin:0}.our-mission__banner-img{border-radius:20px;width:100%;height:auto;object-fit:cover;box-shadow:0 10px 30px #0003}.our-mission__cta{margin-top:48px;display:flex;justify-content:center}@media (max-width: 992px){.our-mission{padding:80px 0}.our-mission__grid{grid-template-columns:1fr;gap:50px}.our-mission__media{padding:10px}.our-mission__banner{grid-template-columns:1fr;gap:30px}}.eb-section{background:#06231d!important;padding:80px 0 100px;position:relative;overflow:visible;color:#fffdee}.eb-section>*{position:relative;z-index:1}.eb-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1.5px,transparent 1.5px);background-size:26px 26px;pointer-events:none;z-index:0}.eb-section .container,.eb-top,.eb-cards{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;box-sizing:border-box}.eb-top{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:64px}.eb-left{display:flex;flex-direction:column;align-items:flex-start}.eb-badge{display:inline-flex;align-items:center;gap:7px;background:#fff9;border:1.5px solid rgba(100,160,50,.3);border-radius:20px;padding:6px 14px;font-size:10.5px;font-weight:700;color:#06231d;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.eb-title{font-family:var(--font-display);font-size:clamp(52px,7vw,76px);font-weight:900;color:#0d4a1e;line-height:1;margin:0 0 12px;letter-spacing:-.02em}.eb-title em{font-style:italic;font-weight:400;color:#3a8a22}.eb-line{width:52px;height:3px;background:#6ec044;border-radius:2px;margin-bottom:20px;border:none}.eb-desc{font-size:15.5px;color:#4a5b40;line-height:1.65;max-width:420px;margin-bottom:30px}.eb-pills{display:flex;align-items:center;gap:0;flex-wrap:wrap;row-gap:12px}.eb-pill{display:flex;align-items:center;gap:10px}.eb-pill-icon{width:38px;height:38px;border-radius:50%;background:#ffffffbf;border:1px solid rgba(100,160,50,.25);display:flex;align-items:center;justify-content:center;color:#06231d;flex-shrink:0}.eb-pill div{display:flex;flex-direction:column;line-height:1.25}.eb-pill strong{font-size:13px;font-weight:700;color:#06231d}.eb-pill span{font-size:12px;color:#0c342c}.eb-sep{width:1px;height:34px;background:#b8cfb0;margin:0 20px;flex-shrink:0}.eb-right{display:flex;justify-content:center;align-items:center}.eb-img-wrap{border-radius:28px;overflow:hidden;background:#fff6;box-shadow:0 16px 56px #0d4a1e1a;border:1px solid rgba(255,255,255,.75)}.eb-img{width:100%;max-width:500px;height:auto;display:block}.eb-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.eb-card{position:relative;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:34px 18px 26px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;overflow:hidden;box-shadow:0 4px 18px #0003;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.eb-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000004d;background:#ffffff21;border-color:#a3e63566}.eb-card-icon{width:66px;height:66px;border-radius:50%;background:#a3e6352e;border:1.5px solid rgba(163,230,53,.3);display:flex;align-items:center;justify-content:center;color:#e3ef26;transition:transform .3s ease;flex-shrink:0}.eb-card:hover .eb-card-icon{transform:scale(1.1)}.eb-card-title{font-family:var(--font-display);font-size:16.5px;font-weight:800;color:#fffdee;margin:0;line-height:1.3}.eb-card-text{font-size:13px;color:#ffffffc7;line-height:1.55;margin:0;flex:1}.eb-card-bar{display:block;width:34px;height:2.5px;background:#e3ef26;border-radius:2px;opacity:.8;margin-top:4px}.eb-card-mark{position:absolute;bottom:-12px;right:-12px;width:70px;height:70px;opacity:.1;color:#e3ef26;pointer-events:none}.eb-note{max-width:700px;margin:48px auto 0;text-align:center;font-size:14.5px;color:#ffffffd9;line-height:1.65;background:#ffffff0f;padding:20px 28px;border-radius:16px;border:1px solid rgba(255,255,255,.15)}.eb-cta{margin-top:48px;display:flex;justify-content:center}@media (max-width: 1100px){.eb-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.eb-top{grid-template-columns:1fr;gap:40px}.eb-title{font-size:clamp(44px,10vw,64px)}.eb-img{max-width:400px}}@media (max-width: 640px){.eb-cards{grid-template-columns:1fr 1fr;gap:12px}.eb-sep{display:none}.eb-pills{gap:12px;flex-wrap:wrap}}@media (max-width: 400px){.eb-cards{grid-template-columns:1fr}}.eco-benefits--premium{background:#06231d!important;position:relative;overflow:hidden;padding:80px 0 100px}.eco-benefits--premium:before{content:"";position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle,#FFFDEE 1.5px,transparent 1.5px);background-size:28px 28px;pointer-events:none}.eco-benefits__top-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}.eco-benefits__badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff1f;border:1.5px solid rgba(163,230,53,.3);border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700;color:#e3ef26;text-transform:uppercase;letter-spacing:.07em;margin-bottom:20px;width:fit-content}.eco-benefits__title{font-family:var(--font-display);font-size:clamp(48px,6vw,72px)!important;font-weight:900;color:#fffdee!important;letter-spacing:-.02em;margin-bottom:10px;line-height:1!important}.eco-benefits__title-eco{font-weight:400;font-style:italic;color:#e3ef26!important}.eco-benefits__title-divider{width:50px;height:3px;background:#e3ef26;border:none;margin:0 0 20px;border-radius:2px}.eco-benefits__desc{font-size:15.5px;color:#ffffffd9;line-height:1.65;max-width:420px;margin-bottom:32px}.eco-benefits__inline-row{display:flex;align-items:center;gap:0;flex-wrap:wrap}.eco-benefits__inline-item{display:flex;align-items:center;gap:10px}.eco-benefits__inline-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(163,230,53,.3);color:#e3ef26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.eco-benefits__inline-text{display:flex;flex-direction:column;line-height:1.25}.eco-benefits__inline-text strong{font-size:13.5px;font-weight:700;color:#fffdee}.eco-benefits__inline-text span{font-size:12.5px;color:#ffffffb3}.eco-benefits__inline-sep{width:1px;height:36px;background:#fff3;margin:0 22px;flex-shrink:0}.eco-benefits__media{position:relative;display:flex;justify-content:center;align-items:center}.eco-benefits__illustration-wrapper{position:relative;border-radius:28px;overflow:hidden;background:#ffffff14;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.18)}.eco-benefits__illustration{width:100%;max-width:520px;height:auto;display:block;object-fit:contain}.eco-benefits__cards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.eco-benefits__card-premium{position:relative;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:36px 20px 28px;box-shadow:0 4px 18px #0003;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;overflow:hidden;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease,background .3s ease}.eco-benefits__card-premium:hover{transform:translateY(-7px);box-shadow:0 18px 45px #0000004d;background:#ffffff21;border-color:#a3e63566}.eco-benefits__card-icon{width:68px;height:68px;border-radius:50%;background:#a3e6352e;border:1.5px solid rgba(163,230,53,.3);color:#e3ef26;display:flex;align-items:center;justify-content:center;transition:transform .35s ease,background .3s ease}.eco-benefits__card-premium:hover .eco-benefits__card-icon{transform:scale(1.1);background:#a3e63540}.eco-benefits__card-premium h3{font-family:var(--font-display);font-size:17px;font-weight:800;color:#fffdee;margin:0;line-height:1.3}.eco-benefits__card-premium p{font-size:13px;color:#ffffffc7;line-height:1.55;margin:0;flex:1}.eco-benefits__card-divider{width:36px;height:2.5px;background:#e3ef26;border:none;margin:2px 0 0;border-radius:2px;opacity:.85}.eco-benefits__card-watermark{position:absolute;bottom:-12px;right:-12px;width:75px;height:75px;opacity:.1;color:#e3ef26;pointer-events:none}.eco-benefits__note-premium{margin-top:56px;background:#ffffff0f;border-radius:20px;padding:24px 30px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 30px #00000026;text-align:center}.eco-benefits__note-premium p{margin:0;font-size:14.5px;color:#0c342c;line-height:1.65}@media (max-width: 1200px){.eco-benefits__cards-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width: 992px){.eco-benefits--premium{padding:60px 0 80px}.eco-benefits__top-grid{grid-template-columns:1fr;gap:40px;margin-bottom:48px}.eco-benefits__illustration{max-width:420px}}@media (max-width: 768px){.eco-benefits__title{font-size:clamp(40px,10vw,56px)!important}.eco-benefits__cards-grid{grid-template-columns:1fr 1fr;gap:14px}.eco-benefits__inline-sep{display:none}.eco-benefits__inline-row{gap:16px;flex-wrap:wrap}}@media (max-width: 480px){.eco-benefits__cards-grid{grid-template-columns:1fr}}.sc-section{background:#06231d!important;position:relative;overflow:hidden;padding:90px 0 100px;color:#fffdee}.sc-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1.5px,transparent 1.5px);background-size:28px 28px;pointer-events:none}.sc-deco{position:absolute;pointer-events:none}.sc-deco--tl{top:-10px;left:-10px;width:140px;height:180px;opacity:.7}.sc-deco--tr{top:0;right:-10px;width:130px;height:160px;opacity:.65}.sc-inner{max-width:1180px;margin:0 auto;padding:0 28px}.sc-head{text-align:center;margin-bottom:64px}.sc-head__leaf{width:22px;height:22px;margin-bottom:14px;color:#e3ef26}.sc-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:24px}.sc-eyebrow__line{display:block;width:40px;height:1.5px;background:#e3ef26;border-radius:1px}.sc-eyebrow__text{font-size:11.5px;font-weight:700;letter-spacing:.12em;color:#e3ef26;text-transform:uppercase}.sc-title{font-family:var(--font-display);font-size:clamp(34px,4.5vw,54px);font-weight:900;color:#fffdee;line-height:1.12;margin:0 0 18px;letter-spacing:-.01em}.sc-title em{font-style:normal;color:#e3ef26}.sc-subtitle{font-size:16px;color:#ffffffd1;line-height:1.65;margin:0 0 28px}.sc-head__divider{display:flex;align-items:center;justify-content:center;gap:10px}.sc-head__divider-line{display:block;width:28px;height:1.5px;background:#e3ef26;border-radius:1px}.sc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px}.sc-card{position:relative;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:36px 24px 32px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;box-shadow:0 4px 20px #0003;transition:transform .35s ease,box-shadow .35s ease}.sc-card:hover{transform:translateY(-6px);box-shadow:0 16px 44px #0000004d}.sc-card__icon{width:58px;height:58px;border-radius:50%;background:#e3ef26;color:#06231d;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0;box-shadow:0 6px 16px #0003;transition:transform .3s ease}.sc-card:hover .sc-card__icon{transform:scale(1.08)}.sc-card__num{font-family:var(--font-display);font-size:clamp(38px,4vw,50px);font-weight:900;color:#e3ef26;line-height:1;margin-bottom:10px;letter-spacing:-.01em}.sc-card__bar{display:block;width:32px;height:2.5px;background:#e3ef26;border-radius:2px;margin-bottom:14px}.sc-card__label{font-family:var(--font-display);font-size:16px;font-weight:800;color:#fffdee;margin:0 0 8px;line-height:1.3}.sc-card__sub{font-size:13.5px;color:#ffffffc7;line-height:1.55;margin:0}.sc-card__watermark{position:absolute;bottom:16px;right:52px;color:#e3ef26;opacity:.08;pointer-events:none}.sc-card__leaf{position:absolute;bottom:14px;right:14px;width:22px;height:22px;color:#e3ef26;opacity:.35;pointer-events:none}@media (max-width: 1000px){.sc-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 580px){.sc-grid{grid-template-columns:1fr}.sc-title{font-size:clamp(30px,8vw,42px)}}.pg-section{background:#06231d!important;position:relative;overflow:hidden;padding:90px 0 80px;color:#fffdee}.pg-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1.5px,transparent 1.5px);background-size:28px 28px;pointer-events:none}.pg-leaf{position:absolute;pointer-events:none;z-index:0;color:#e3ef26}.pg-leaf--tl{top:-20px;left:-15px;width:110px;height:140px;opacity:.2}.pg-leaf--tr{top:-10px;right:-10px;width:130px;height:160px;opacity:.2}.pg-leaf--bl{bottom:20px;left:-10px;width:90px;height:110px;opacity:.15}.pg-leaf--br{bottom:10px;right:-10px;width:100px;height:120px;opacity:.15}.pg-inner{max-width:1200px;margin:0 auto;padding:0 28px;position:relative;z-index:1}.pg-head{text-align:center;margin-bottom:52px}.pg-badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff1f;border:1.5px solid rgba(163,230,53,.3);border-radius:20px;padding:5px 14px;font-size:11px;font-weight:700;color:#e3ef26;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.pg-title{font-family:var(--font-display);font-size:clamp(36px,5vw,58px);font-weight:900;color:#fffdee;line-height:1.1;margin:0 0 14px;letter-spacing:-.01em}.pg-title em{font-style:normal;color:#e3ef26}.pg-head-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.pg-head-divider__line{display:block;width:32px;height:1.5px;background:#e3ef26;border-radius:1px}.pg-subtitle{font-size:15.5px;color:#ffffffd1;line-height:1.6;margin:0}.pg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}.pg-card{position:relative;background:#06231d!important;border:1px solid rgba(255,255,255,.14);border-radius:22px;overflow:hidden;box-shadow:0 4px 18px #0003;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}.pg-card:hover{transform:translateY(-7px);box-shadow:0 18px 48px #00000059}.pg-card__img-wrap{position:relative;background:#ffffff0a;padding:28px 20px 20px;display:flex;align-items:center;justify-content:center;min-height:220px;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}.pg-card__img{width:100%;max-height:200px;object-fit:contain;display:block;transition:transform .4s ease}.pg-card:hover .pg-card__img{transform:scale(1.05)}.pg-card__badge{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);width:38px;height:38px;border-radius:50%;background:#06231d;border:1.5px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0003;display:flex;align-items:center;justify-content:center;font-size:16px;color:#e3ef26;z-index:2}.pg-card__body{padding:30px 20px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;flex:1}.pg-card__name{font-family:var(--font-display);font-size:16px;font-weight:800;color:#fffdee;margin:0;line-height:1.35}.pg-card__desc{font-size:13.5px;color:#ffffffc7;line-height:1.55;margin:0;flex:1}.pg-card__btn{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:9px 20px;border:1.5px solid #E3EF26;border-radius:30px;font-size:13px;font-weight:600;color:#e3ef26;text-decoration:none;transition:background .25s ease,color .25s ease}.pg-card__btn:hover{background:#e3ef26;color:#06231d}.pg-card__wm{position:absolute;bottom:14px;left:14px;width:28px;height:28px;color:#076653;opacity:.15;pointer-events:none}.pg-footer{display:flex;align-items:center;justify-content:center;gap:10px}.pg-footer__line{display:block;width:36px;height:1.5px;background:#e3ef26;border-radius:1px}.pg-footer__text{font-size:13px;font-weight:600;color:#3a6a1a;letter-spacing:.02em}@media (max-width: 1050px){.pg-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width: 580px){.pg-grid{grid-template-columns:1fr;gap:14px}.pg-title{font-size:clamp(30px,8vw,42px)}}.tl-section{background:#06231d!important;position:relative;overflow:hidden;padding:60px 0 70px}.tl-section:after{display:none}.tl-deco{position:absolute;color:#e3ef26;pointer-events:none;z-index:1}.tl-deco--leaf1{top:12%;left:3%;width:32px;height:32px;opacity:.25;transform:rotate(-15deg)}.tl-deco--leaf2{top:25%;right:6%;width:24px;height:24px;opacity:.2;transform:rotate(45deg)}.tl-inner{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.tl-head{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center}.tl-head__icon-wrap{position:relative;margin-bottom:20px}.tl-head__icon{width:64px;height:64px;border-radius:50%;background:#8ec54a1a;border:1px solid rgba(142,197,74,.25);color:#06231d;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0d4a2b0d}.tl-head__leaf{position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;background:#fffdee;border:1px solid rgba(142,197,74,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#06231d;box-shadow:0 2px 6px #0000000d}.tl-title{font-family:var(--font-display);font-size:clamp(34px,4.5vw,52px);font-weight:900;color:#06231d;line-height:1.1;margin:0 0 16px;letter-spacing:-.01em}.tl-title span{color:#06231d;font-weight:800}.tl-head-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.tl-head-divider__line{display:block;width:48px;height:1.2px;background:#c8d8c0}.tl-desc{font-size:15.5px;color:#0c342c;line-height:1.65;max-width:680px;margin:0 auto}.tl-marquee-container{width:100%;max-width:100%;margin:0 0 50px;position:relative;overflow:hidden}.tl-marquee-track-wrapper{position:relative;width:100%;overflow:hidden;padding:12px 0}.tl-marquee-track-wrapper:before,.tl-marquee-track-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:10;pointer-events:none}.tl-marquee-track-wrapper:before{left:0;background:linear-gradient(180deg,#076653,#0c342c,#06231d) 100%)}.tl-marquee-track-wrapper:after{right:0;background:linear-gradient(180deg,#076653,#0c342c,#06231d) 100%)}.tl-marquee-track{display:flex;align-items:center;gap:28px;width:max-content;animation:logoMarqueeLoop 35s linear infinite;will-change:transform}.tl-marquee-track-wrapper:hover .tl-marquee-track{animation-play-state:paused}.tl-marquee-card{width:170px;height:90px;background:#fffdee;border-radius:16px;box-shadow:0 4px 16px #0d4a2b0d;border:1px solid #EEF2EC;padding:0 28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;cursor:pointer}.tl-marquee-card:hover{transform:scale(1.05) translate3d(0,-2px,0);box-shadow:0 12px 30px #0d4a2b1f;border-color:#70aa3266}.tl-marquee-img{max-width:110px;max-height:45px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.75;transition:filter .35s ease,opacity .35s ease}.tl-marquee-card:hover .tl-marquee-img{filter:grayscale(0%);opacity:1}@keyframes logoMarqueeLoop{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.tl-footer{display:flex;align-items:center;justify-content:center;gap:16px}.tl-footer__line{display:block;width:80px;height:1.2px;background:#c8d8c0}.tl-footer__icon{color:#06231d;display:flex;align-items:center;justify-content:center;opacity:.65}@media (max-width: 768px){.tl-marquee-track{animation-duration:45s}.tl-marquee-track-wrapper:before,.tl-marquee-track-wrapper:after{width:60px}}@media (prefers-reduced-motion: reduce){.tl-marquee-track{animation:none!important}}.mp-section{background:#06231d!important;position:relative;overflow:hidden;padding:90px 0;color:#fffdee}.mp-deco{position:absolute;pointer-events:none;z-index:0;color:#e3ef26}.mp-deco--tl{top:-20px;left:-15px;width:140px;height:160px;opacity:.2}.mp-deco--tr{top:-10px;right:-10px;width:130px;height:150px;opacity:.2}.mp-inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.mp-top{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;margin-bottom:64px}.mp-title-area{display:flex;flex-direction:column;align-items:flex-start}.mp-title-wrap{display:flex;align-items:center;gap:24px;margin-bottom:24px}.mp-title{font-family:var(--font-display);font-size:clamp(38px,4.5vw,54px);font-weight:900;color:#fffdee;line-height:1.05;margin:0;position:relative}.mp-title span{color:#e3ef26;font-weight:800}.mp-title__leaf{position:absolute;top:-8px;right:-24px;width:24px;height:24px;transform:rotate(15deg);color:#e3ef26}.mp-title-sep{width:1.5px;height:64px;background:#fff3}.mp-title-tagline{font-family:var(--font-display);font-size:clamp(18px,2vw,24px);font-weight:700;color:#fffdee;line-height:1.25;margin:0}.mp-desc{font-size:15.5px;color:#ffffffd1;line-height:1.65;max-width:580px;margin:0}.mp-hero-area{display:flex;justify-content:center;align-items:center}.mp-hero-wrap{border-radius:28px;overflow:hidden;box-shadow:0 16px 48px #0000004d;border:1px solid rgba(255,255,255,.15);background:#ffffff14;padding:10px}.mp-hero-img{width:100%;max-width:380px;height:auto;display:block;border-radius:20px}.mp-timeline{position:relative;margin-bottom:56px}.mp-timeline-line{position:absolute;left:8%;right:8%;top:24px;height:1.5px;background-image:linear-gradient(180deg,#e2fbce,#e3ef26,#076653);background-size:8px 1px;z-index:0}.mp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;position:relative;z-index:1}.mp-step-col{position:relative;display:flex;flex-direction:column;align-items:center}.mp-step-arrow{position:absolute;left:-8px;top:14px;width:20px;height:20px;background:#06231d;border:1.5px solid #E3EF26;border-radius:50%;color:#e3ef26;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;z-index:2}.mp-step-node{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;text-align:center}.mp-step-num{width:48px;height:48px;border-radius:50%;background:#e3ef26;border:2px solid #06231D;color:#06231d;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-bottom:12px;box-shadow:0 4px 12px #00000040;z-index:2}.mp-step-title{font-family:var(--font-display);font-size:14px;font-weight:800;color:#fffdee;margin:0;white-space:nowrap}.mp-card{background:#06231d!important;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px;box-shadow:0 4px 18px #0003;display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.mp-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000004d}.mp-card__img-wrap{border-radius:12px;overflow:hidden;background:#ffffff0a}.mp-card__img{width:100%;height:90px;object-fit:cover;display:block}.mp-card__text{font-size:11.5px;color:#ffffffc7;line-height:1.5;margin:0}.mp-capabilities{display:flex;justify-content:center;margin-top:48px}.mp-cap-bar{display:flex;align-items:center;background:#fffdee;border:1.5px solid #E2FBCE;border-radius:20px;padding:18px 24px;box-shadow:0 6px 24px #0d4a1e0a;width:100%;justify-content:space-between;box-sizing:border-box}.mp-cap-item{display:flex;align-items:center;gap:12px;flex:1;justify-content:center}.mp-cap-icon-wrap{width:42px;height:42px;border-radius:50%;background:#8ec54a1f;border:1px solid rgba(142,197,74,.25);color:#06231d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mp-cap-text{display:flex;flex-direction:column;line-height:1.25;text-align:left}.mp-cap-text strong{font-size:12.5px;font-weight:700;color:#06231d}.mp-cap-text span{font-size:11.5px;color:#0c342c}.mp-cap-sep{width:1.2px;height:36px;background:#e2fbce;margin:0 16px}@media (max-width: 1100px){.mp-grid{grid-template-columns:repeat(3,1fr);gap:20px}.mp-timeline-line,.mp-step-arrow{display:none}.mp-cap-bar{flex-wrap:wrap;gap:20px;justify-content:center}.mp-cap-item{flex:none;width:45%}.mp-cap-sep{display:none}}@media (max-width: 900px){.mp-top{grid-template-columns:1fr;gap:36px}.mp-hero-img{max-width:300px}}@media (max-width: 680px){.mp-grid{grid-template-columns:repeat(2,1fr);gap:16px}.mp-cap-item{width:100%;justify-content:flex-start;padding-left:20px}}@media (max-width: 480px){.mp-grid{grid-template-columns:1fr;gap:16px}.mp-title-wrap{flex-direction:column;align-items:flex-start;gap:12px}.mp-title-sep{display:none}}.pwp-section{background:linear-gradient(180deg,#fbfaf7,#ede8dc);position:relative;overflow:hidden;padding:90px 0 100px}.pwp-deco{position:absolute;color:#076653;pointer-events:none;z-index:1}.pwp-deco--left{top:15%;left:5%;width:32px;height:32px;opacity:.12;transform:rotate(-15deg)}.pwp-deco--right{bottom:20%;right:5%;width:24px;height:24px;opacity:.15;transform:rotate(45deg)}.pwp-inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.pwp-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.pwp-head__eyebrow{display:inline-flex;align-items:center;gap:6px;background:#8ec54a1f;border:1px solid rgba(142,197,74,.25);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:700;color:#06231d;text-transform:uppercase;letter-spacing:.08em}.pwp-head__title{font-family:var(--font-display);font-size:clamp(36px,5vw,52px);color:#06231d;margin:18px 0 10px;font-weight:900}.pwp-head__subtitle{font-family:var(--font-display);font-size:18px;font-weight:700;color:#5a6850;margin-bottom:16px}.pwp-head__desc{font-size:15px;color:#0c342c;line-height:1.6;max-width:660px;margin:0}.pwp-showcase{position:relative;margin:0 auto;max-width:1040px}.pwp-showcase__spotlight{position:absolute;bottom:80px;left:50%;transform:translate(-50%);width:480px;height:160px;background:radial-gradient(circle,#8ec54a2e,#fff0 70%);filter:blur(20px);z-index:0;pointer-events:none}.pwp-showcase__grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:36px;align-items:center;position:relative;z-index:1}.pwp-showcase__hero{display:flex;flex-direction:column;align-items:center;position:relative;padding-bottom:70px}.pwp-hero-img-wrap{position:relative;z-index:2;height:290px;display:flex;align-items:flex-end;margin-bottom:24px}.pwp-hero-img{max-height:270px;width:auto;object-fit:contain;filter:drop-shadow(0 16px 32px rgba(13,74,30,.15));transition:transform .4s ease}.pwp-showcase__hero:hover .pwp-hero-img{transform:translateY(-8px) scale(1.02)}.pwp-pedestal{position:absolute;bottom:86px;width:220px;height:64px;z-index:1}.pwp-pedestal__top{width:220px;height:26px;background:#e2cbb0;border-radius:50%;border:1px solid #cfae8b}.pwp-pedestal__body{width:220px;height:38px;margin-top:-13px;background:linear-gradient(90deg,#7c4c23,#a7825d,#523114);border-radius:0 0 110px 110px/0 0 20px 20px;border-left:1px solid #7c4c23;border-right:1px solid #523114}.pwp-pedestal__shadow{position:absolute;bottom:-10px;left:10px;right:10px;height:24px;background:#0d4a1e40;filter:blur(8px);border-radius:50%}.pwp-hero-label{text-align:center;margin-top:14px}.pwp-hero-label h3{font-family:var(--font-display);font-size:17px;font-weight:800;color:#06231d;margin:0 0 6px}.pwp-hero-label__badge{font-size:11px;font-weight:700;color:#06231d;text-transform:uppercase;letter-spacing:.05em}.pwp-showcase__secondary{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.pwp-showcase__secondary--left{transform:translateY(-20px) rotate(-2deg)}.pwp-showcase__secondary--right{transform:translateY(20px) rotate(2deg)}.pwp-showcase__secondary--left:hover{transform:translateY(-26px) scale(1.02) rotate(-1deg)}.pwp-showcase__secondary--right:hover{transform:translateY(14px) scale(1.02) rotate(1deg)}.pwp-product-card{background:#fffdee;border:1px solid rgba(220,235,210,.5);border-radius:20px;padding:18px;box-shadow:0 8px 24px #0d4a1e0a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .35s ease}.pwp-product-card:hover{box-shadow:0 16px 40px #0d4a1e17}.pwp-product-card__img-wrap{width:100%;height:160px;display:flex;align-items:center;justify-content:center;background:#fbfdf9;border-radius:12px;border:1px solid #E2FBCE;overflow:hidden;margin-bottom:14px}.pwp-product-card__img{max-height:140px;max-width:100%;object-fit:contain}.pwp-product-card__info h3{font-family:var(--font-display);font-size:14.5px;font-weight:800;color:#06231d;margin:0 0 4px}.pwp-product-card__info span{font-size:11.5px;color:#0c342c}.pwp-cta{display:flex;justify-content:center;margin-top:48px}.pwp-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#06231d;color:#fffdee;border-radius:30px;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 15px #0d4a1e26}.pwp-cta__btn:hover{background:#06231d;transform:translate(2px)}@media (max-width: 900px){.pwp-showcase__grid{grid-template-columns:1fr;gap:40px}.pwp-showcase__secondary--left,.pwp-showcase__secondary--right{transform:none}.pwp-showcase__secondary--left:hover,.pwp-showcase__secondary--right:hover{transform:translateY(-6px) scale(1.02)}.pwp-product-card__img-wrap{height:180px}.pwp-product-card__img{max-height:160px}}.ph-hero{position:relative;background:#e2fbce;padding:100px 0 0;overflow:hidden}.ph-hero__light{position:absolute;top:-10%;right:-10%;width:50vw;height:50vw;background:radial-gradient(circle,#8ec54a14,#fff0 70%);filter:blur(40px);pointer-events:none;z-index:0}.ph-hero__leaf-shadow{position:absolute;top:10%;left:2%;width:180px;height:180px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30,20 Q60,10 80,40 Q50,70 30,20 Z' fill='%236baa2e' fill-opacity='0.03'/%3E%3Cpath d='M20,50 Q40,30 70,50 Q50,70 20,50 Z' fill='%236baa2e' fill-opacity='0.02'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none;filter:blur(1px);z-index:0}.ph-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;position:relative;z-index:2}.ph-hero__left{display:flex;flex-direction:column;align-items:flex-start}.ph-hero__eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:#e3ef26;text-transform:uppercase;margin-bottom:20px}.ph-hero__title{font-family:var(--font-display);font-size:clamp(38px,4.5vw,56px);font-weight:900;color:#06231d;line-height:1.1;margin:0 0 22px;letter-spacing:-.01em}.ph-hero__title span{color:#06231d}.ph-hero__text{font-size:15.5px;color:#5a6850;line-height:1.65;margin-bottom:36px;max-width:580px}.ph-hero__ctas{display:flex;gap:16px;margin-bottom:38px}.ph-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease}.ph-btn--primary{background:#06231d;color:#fffdee;border:none;box-shadow:0 4px 15px #0d4a1e26}.ph-btn--primary:hover{background:#06231d;transform:translateY(-2px);box-shadow:0 8px 24px #0d4a1e40}.ph-btn--secondary{background:transparent;color:#06231d;border:1.5px solid #06231D}.ph-btn--secondary:hover{background:#0d2e100d;transform:translateY(-2px)}.ph-hero__badges{display:flex;flex-wrap:wrap;gap:10px}.ph-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffffd9;border:1px solid rgba(100,160,50,.2);border-radius:20px;padding:6px 14px;font-size:12px;color:#06231d;box-shadow:0 2px 8px #0d4a1e05}.ph-badge__icon{color:#076653}.ph-hero__right{position:relative;height:520px;display:flex;align-items:center;justify-content:center}.ph-showcase{position:relative;width:100%;height:100%;max-width:440px;max-height:440px}.ph-showcase__halo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:460px;height:460px;background:radial-gradient(circle,#8ec54a1f,#fff0 70%);filter:blur(10px);pointer-events:none;z-index:0}.ph-showcase__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5}.ph-product-hero{display:flex;flex-direction:column;align-items:center;text-align:center}.ph-product-hero__img{max-height:230px;width:auto;object-fit:contain;filter:drop-shadow(0 16px 36px rgba(13,74,30,.16));animation:ph-float-center 6s ease-in-out infinite}.ph-product-hero__label{font-family:var(--font-display);font-size:11px;font-weight:700;color:#06231d;text-transform:uppercase;letter-spacing:.05em;margin-top:14px;background:#ffffffe6;padding:4px 10px;border-radius:12px;border:1px solid rgba(142,197,74,.2);box-shadow:0 2px 10px #00000008}.ph-float{position:absolute;z-index:10}.ph-float-card{display:flex;align-items:center;gap:10px;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(220,235,210,.6);border-radius:16px;padding:7px 12px;box-shadow:0 8px 24px #0d4a1e0d;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer}.ph-float-card:hover{transform:scale(1.04);box-shadow:0 12px 30px #0d4a1e17;border-color:#8ec54a59}.ph-float-card img{width:28px;height:28px;object-fit:contain}.ph-float-card span{font-family:var(--font-display);font-size:11px;font-weight:700;color:#06231d;white-space:nowrap}.ph-float--1{top:6%;right:10%;animation:ph-float-soft 7s ease-in-out infinite alternate}.ph-float--2{top:45%;right:-5px;animation:ph-float-soft 8s ease-in-out infinite alternate 1s}.ph-float--3{bottom:8%;right:8%;animation:ph-float-soft 6s ease-in-out infinite alternate .5s}.ph-float--4{bottom:8%;left:8%;animation:ph-float-soft 7s ease-in-out infinite alternate 1.5s}.ph-float--5{top:45%;left:-5px;animation:ph-float-soft 8s ease-in-out infinite alternate .5s}.ph-float--6{top:6%;left:10%;animation:ph-float-soft 6s ease-in-out infinite alternate 1s}@keyframes ph-float-center{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ph-float-soft{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.ph-strip{background:#fffdee;border-top:1.5px solid #E2FBCE;border-bottom:1.5px solid #E2FBCE;padding:22px 0;margin-top:80px;position:relative;z-index:2}.ph-strip__container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.ph-strip__item{display:flex;align-items:center;gap:10px}.ph-strip__icon{color:#06231d;display:flex;align-items:center;justify-content:center;opacity:.85}.ph-strip__text{font-size:13px;font-weight:700;color:#06231d}@media (max-width: 1024px){.ph-hero__container{grid-template-columns:1fr;gap:40px;text-align:center}.ph-hero__left{align-items:center}.ph-hero__text{max-width:650px}.ph-strip__container{justify-content:center;gap:24px}}@media (max-width: 600px){.ph-hero{padding:70px 0 0}.ph-hero__right{height:440px}.ph-showcase{max-width:320px;max-height:320px}.ph-product-hero__img{max-height:160px}.ph-float{position:static}.ph-showcase__halo,.ph-hero__right{display:none}.ph-hero__container{padding-bottom:30px}.ph-strip__item{width:45%;justify-content:center}}.ps-page{background:#e2fbce}.ps-hero{padding:120px 0 80px;position:relative;overflow:hidden;text-align:center}.ps-hero__spotlight{position:absolute;top:10%;left:50%;transform:translate(-50%);width:580px;height:580px;background:radial-gradient(circle,#8ec54a24,#fff0 70%);filter:blur(25px);z-index:0;pointer-events:none}.ps-hero__leaf{position:absolute;color:#076653;pointer-events:none;z-index:1}.ps-hero__leaf--1{top:15%;left:10%;width:36px;height:36px;opacity:.15;transform:rotate(20deg)}.ps-hero__leaf--2{bottom:25%;right:12%;width:28px;height:28px;opacity:.12;transform:rotate(-35deg)}.ps-hero__inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.ps-hero__head{margin-bottom:48px}.ps-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;background:#8ec54a1f;border:1px solid rgba(142,197,74,.25);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:700;color:#06231d;text-transform:uppercase;letter-spacing:.08em}.ps-hero__title{font-family:var(--font-display);font-size:clamp(38px,5vw,62px);font-weight:900;color:#06231d;line-height:1.1;margin:20px 0 12px;letter-spacing:-.01em}.ps-hero__subtitle{font-family:var(--font-display);font-size:clamp(16px,1.8vw,20px);font-weight:700;color:#5a6850;margin:0}.ps-hero-display{position:relative;height:340px;width:100%;max-width:440px;margin:0 auto}.ps-platform{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:320px;height:80px;z-index:1}.ps-platform__top{width:320px;height:38px;background:#e2cbb0;border-radius:50%;border:1.5px solid #cfae8b}.ps-platform__body{width:320px;height:42px;margin-top:-19px;background:linear-gradient(90deg,#7c4c23,#a7825d,#523114);border-radius:0 0 160px 160px/0 0 30px 30px;border-left:1.5px solid #7c4c23;border-right:1.5px solid #523114}.ps-platform__shadow{position:absolute;bottom:-15px;left:15px;right:15px;height:30px;background:#0d4a1e40;filter:blur(10px);border-radius:50%}.ps-hero-img-wrap{position:relative;z-index:2;height:295px;display:flex;align-items:flex-end;justify-content:center}.ps-hero-img{max-height:270px;width:auto;object-fit:contain;filter:drop-shadow(0 16px 36px rgba(13,74,30,.16))}.ps-gallery{background:transparent}.ps-exhibition{position:relative;padding:110px 0;background:transparent}.ps-exhibition__spotlight{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;height:520px;background:radial-gradient(circle,#8ec54a14,#fff0 70%);filter:blur(25px);z-index:0;pointer-events:none}.ps-exhibition__leaf{position:absolute;top:20%;left:8%;width:32px;height:32px;opacity:.08;color:#076653;pointer-events:none}.ps-exhibition__container{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.ps-exhibition--odd .ps-exhibition__media{order:2}.ps-exhibition--odd .ps-exhibition__info{order:1}.ps-exhibition__media{display:flex;justify-content:center;align-items:center}.ps-exhibition__img-wrap{width:100%;max-width:440px;height:360px;display:flex;align-items:center;justify-content:center;background:transparent}.ps-exhibition__img{max-height:340px;width:auto;object-fit:contain;filter:drop-shadow(0 16px 36px rgba(13,74,30,.12));transition:transform .4s ease}.ps-exhibition:hover .ps-exhibition__img{transform:scale(1.03) translateY(-6px)}.ps-exhibition__info{display:flex;justify-content:center}.ps-glass-panel{background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(220,235,210,.7);border-radius:28px;padding:44px 36px;box-shadow:0 12px 40px #0d4a1e0d;display:flex;flex-direction:column;align-items:flex-start;max-width:485px}.ps-glass-panel__title{font-family:var(--font-display);font-size:clamp(26px,3.2vw,36px);color:#06231d;margin:0 0 14px;font-weight:800;line-height:1.2}.ps-glass-panel__desc{font-size:15px;color:#5a6850;line-height:1.6;margin-bottom:24px}.ps-glass-panel__chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.ps-chip{display:inline-flex;align-items:center;background:#ffffffd9;border:1px solid #E2FBCE;border-radius:16px;padding:6px 14px;font-size:11.5px;font-weight:600;color:#06231d;box-shadow:0 2px 6px #00000005}.ps-chip__dot{font-size:8px;margin-right:6px}.ps-glass-panel__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;background:#06231d;color:#fffdee;border-radius:30px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 12px #0d4a1e26}.ps-glass-panel__btn:hover{background:#06231d;transform:translate(2px)}.ps-comparison{background:linear-gradient(180deg,#e2fbce 0% 100%);padding:100px 0 110px;border-top:1px solid #E2FBCE}.ps-comparison__inner{max-width:1240px;margin:0 auto;padding:0 24px}.ps-comparison__title{font-family:var(--font-display);font-size:clamp(30px,4vw,44px);color:#06231d;font-weight:900;text-align:center;margin:0 0 10px;letter-spacing:-.01em}.ps-comparison__subtitle{font-size:15.5px;color:#0c342c;text-align:center;margin:0 0 64px}.ps-comparison__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.ps-comp-card{position:relative;background:#fffdee;border:1px solid #E2FBCE;border-radius:20px;padding:24px 14px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 16px #0d4a1e0a}.ps-mini-platform{position:absolute;top:92px;width:100px;height:24px;z-index:1}.ps-mini-platform__top{width:100px;height:12px;background:#e2cbb0;border-radius:50%;border:1px solid #cfae8b}.ps-mini-platform__body{width:100px;height:14px;margin-top:-6px;background:linear-gradient(90deg,#7c4c23,#a7825d,#523114);border-radius:0 0 50px 50px/0 0 10px 10px}.ps-comp-card__img-wrap{height:120px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:24px;position:relative;z-index:2}.ps-comp-card__img{max-height:100px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(13,74,30,.1))}.ps-comp-card__details{width:100%}.ps-comp-card__details h3{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:#06231d;margin:0 0 14px;line-height:1.35;height:36px;display:flex;align-items:center;justify-content:center}.ps-comp-card__specs{display:flex;flex-direction:column;gap:8px;border-top:1px solid #f0f7ec;padding-top:12px;text-align:left}.ps-comp-card__specs div{display:flex;flex-direction:column;line-height:1.25}.ps-comp-card__specs strong{font-size:11px;color:#06231d;text-transform:uppercase;letter-spacing:.05em}.ps-comp-card__specs span{font-size:12px;color:#0c342c}@media (max-width: 1024px){.ps-exhibition__container{grid-template-columns:1fr;gap:40px;text-align:center}.ps-exhibition--odd .ps-exhibition__media,.ps-exhibition--odd .ps-exhibition__info{order:unset}.ps-glass-panel{align-items:center;max-width:100%}.ps-comparison__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width: 600px){.ps-hero{padding:90px 0 60px}.ps-hero-display{max-width:320px;height:280px}.ps-hero-img-wrap{height:240px}.ps-hero-img{max-height:220px}.ps-platform{width:240px;height:60px}.ps-platform__top{width:240px;height:28px}.ps-platform__body{width:240px;height:32px;margin-top:-14px}.ps-exhibition{padding:60px 0}.ps-exhibition__img-wrap{height:280px}.ps-exhibition__img{max-height:260px}.ps-comparison__grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 480px){.ps-comparison__grid{grid-template-columns:1fr}}.ref-products-page{background-color:#fffdee;background-image:radial-gradient(circle,#e2e8f0 1.2px,transparent 1.2px);background-size:24px 24px;padding:100px 0;position:relative;overflow:hidden}.ref-cat-section{max-width:1200px;margin:0 auto 80px;padding:0 24px}.ref-cat-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:28px;font-weight:500;color:#111;margin:0 0 32px;text-align:left}.ref-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ref-product-card{background:#fffdee;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000005;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.ref-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.ref-product-card__img-wrap{height:250px;display:flex;align-items:center;justify-content:center;background:#fffdee;border-bottom:1px solid #f1f5f9;padding:20px}.ref-product-card__img{max-height:210px;width:auto;max-width:100%;object-fit:contain}.ref-product-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.ref-product-card__tag{font-size:12px;color:#888;display:block;margin-bottom:8px;text-align:left}.ref-product-card__name{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;font-weight:600;color:#111;margin:0 0 14px;text-align:left}.ref-product-card__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.ref-product-card__price{font-size:16px;font-weight:700;color:#111}.ref-product-card__stock{font-size:12px;color:#22c55e;font-weight:500}.ref-product-card__footer{display:flex;align-items:center;gap:8px;width:100%}.ref-btn-add{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border:1px solid #cbd5e1;background:#fffdee;color:#334155;font-size:10.5px;font-weight:700;border-radius:6px;cursor:pointer;transition:all .2s ease}.ref-btn-add:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.ref-btn-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fffdee;color:#475569;border-radius:6px;cursor:pointer;transition:all .2s ease}.ref-btn-icon:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}@media (max-width: 1024px){.ref-cat-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 580px){.ref-cat-grid{grid-template-columns:1fr;gap:16px}.ref-cat-title{font-size:22px;margin-bottom:20px}}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{background:#fffdee;border-radius:var(--radius-md);border:1px solid rgba(7,102,83,.15);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-card__media{position:relative;overflow:hidden;aspect-ratio:3/4;background:#fff;display:flex;align-items:center;justify-content:center}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .6s ease}.product-card:hover .product-card__media img{transform:scale(1.08)}.product-card__category{position:absolute;top:14px;left:14px;background:#06231dd9;color:#fffdee;font-size:11.5px;font-weight:700;letter-spacing:.04em;padding:6px 12px;border-radius:999px;backdrop-filter:blur(4px)}.product-card__body{padding:26px}.product-card__body h3{font-size:19px;color:#06231d}.product-card__body p{font-size:14px;color:#0c342c}.product-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.product-card__tags li{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:#06231d;background:#e2fbce;padding:5px 11px;border-radius:999px}.product-card__tags li svg{flex-shrink:0;color:#076653}.product-card__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#076653;border-bottom:2px solid transparent;transition:border-color .25s ease,gap .25s ease}.product-card__link:hover{border-color:#076653;gap:9px}@media (max-width: 1080px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.products__grid{grid-template-columns:1fr}}.products-page__filters,.sample-gallery__filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:44px}.filter-pill{padding:10px 22px;border-radius:999px;background:#fffdee;border:1.5px solid rgba(7,102,83,.2);font-size:13.5px;font-weight:600;color:#0c342c;transition:all .25s ease}.filter-pill:hover{border-color:#076653;color:#06231d}.filter-pill.is-active{background:#e3ef26;border-color:transparent;color:#06231d}.sample-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sample-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;border:none;padding:0;background:#e2fbce}.sample-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sample-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#06231d33,#06231de0);color:#fffdee;opacity:0;transition:opacity .35s ease}.sample-card__overlay strong{font-size:14.5px;font-family:var(--font-display);text-align:center;padding:0 10px}.sample-card:hover img{transform:scale(1.1)}.sample-card:hover .sample-card__overlay{opacity:1}@media (max-width: 980px){.sample-gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.sample-gallery__grid{grid-template-columns:repeat(2,1fr)}}.lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center}.lightbox__backdrop{position:absolute;inset:0;background:#06231deb;z-index:-1}.lightbox__figure{position:relative;max-width:min(90vw,720px);margin:0;text-align:center}.lightbox__figure img{max-height:70vh;border-radius:var(--radius-md);margin:0 auto;box-shadow:var(--shadow-lg)}.lightbox__figure figcaption{margin-top:18px;color:#fffdee}.lightbox__figure figcaption strong{display:block;font-family:var(--font-display);font-size:17px}.lightbox__figure figcaption span{font-size:13px;color:#fffdeeb3}.lightbox__close{position:absolute;top:26px;right:26px;background:#fffdee1a;border:none;color:#fffdee;width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .25s ease,color .25s ease}.lightbox__close:hover{background:#e3ef26;color:#06231d}.lightbox__nav{background:#fffdee1a;border:none;color:#fffdee;width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin:0 26px;transition:background .25s ease,color .25s ease}.lightbox__nav:hover{background:#e3ef26;color:#06231d}@media (max-width: 700px){.lightbox__nav{margin:0 10px;width:42px;height:42px}.lightbox__close{top:14px;right:14px}}.page-hero{position:relative;padding-top:calc(var(--nav-h) + 40px);padding-bottom:76px;background:#e2fbce;color:#06231d;overflow:hidden;border-bottom:1px solid rgba(7,102,83,.18)}.page-hero__bg{position:absolute;inset:0;opacity:.15;background-image:radial-gradient(circle,#076653 1.5px,transparent 1.5px);background-size:26px 26px}.page-hero__inner{position:relative;max-width:760px}.page-hero__crumbs{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#076653;margin-bottom:20px}.page-hero__crumbs a{color:#076653;transition:color .25s ease}.page-hero__crumbs a:hover{color:#06231d}.page-hero__crumbs span{color:#06231d;font-weight:600}.page-hero h1{color:#06231d;font-size:clamp(32px,4.8vw,52px);font-weight:800;letter-spacing:-.02em}.page-hero p{color:#0c342c;font-size:17px;max-width:620px}.page-hero .flute-divider{position:absolute;bottom:-1px;left:0;color:#fffdee}.compost-ring{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--leaf-bright);flex-shrink:0}.compost-ring__arc{transition:stroke-dasharray 1.2s cubic-bezier(.2,.7,.2,1)}.compost-ring__label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;color:var(--forest-dark)}.compost-ring__label strong{font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:-.01em}.compost-ring__label span{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-top:2px}.compost-ring--compact .compost-ring__label strong{font-size:17px}.compost-ring--compact .compost-ring__label span{font-size:7.5px}.home-hero{position:relative;padding:calc(var(--nav-h) + 64px) 0 96px;overflow:hidden;background:linear-gradient(180deg,var(--paper) 0%,#FFFDEE 78%)}.home-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 88% 8%,rgba(112,170,50,.16),transparent 60%),radial-gradient(ellipse 40% 40% at 4% 92%,rgba(217,164,4,.1),transparent 60%);pointer-events:none}.home-hero__dotgrid{position:absolute;inset:0;opacity:.5;pointer-events:none;background-image:radial-gradient(rgba(13,74,43,.14) 1.4px,transparent 1.4px);background-size:26px 26px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 78% 20%,#000 0%,transparent 72%);mask-image:radial-gradient(ellipse 70% 60% at 78% 20%,#000 0%,transparent 72%)}.home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .92fr;gap:56px;align-items:center}.home-hero__eyebrow{margin-bottom:22px}.home-hero__title{font-family:var(--font-display);font-size:clamp(38px,5.4vw,68px);font-weight:800;line-height:1.06;letter-spacing:-.025em;color:var(--ink-deep);margin-bottom:26px}.home-hero__title-em{color:var(--leaf-bright);font-style:normal}.home-hero__text{font-size:18px;line-height:1.7;color:var(--gray-700);max-width:480px;margin-bottom:34px}.home-hero__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:36px}.home-hero__btn-primary{padding:17px 32px;font-size:15.5px}.home-hero__trust{display:flex;flex-wrap:wrap;gap:12px 24px}.home-hero__trust li{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--forest-dark)}.home-hero__trust svg{color:var(--leaf-bright);flex-shrink:0}.home-hero__visual{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center}.home-hero__glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#70aa3233,#70aa3200 70%);z-index:0}.home-hero__primary-card{position:relative;z-index:3;width:min(72%,340px);background:var(--white);border-radius:28px;box-shadow:var(--shadow-lg);padding:28px 28px 24px}.home-hero__primary-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:18px}.home-hero__ring{position:absolute;right:-20px;bottom:-20px;background:var(--white);border-radius:50%;box-shadow:var(--shadow-md);padding:6px}.home-hero__secondary-card{position:absolute;z-index:2;left:-8px;bottom:6%;width:148px;background:var(--white);border-radius:18px;box-shadow:var(--shadow-md);padding:12px 12px 14px;text-align:center}.home-hero__secondary-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:12px;margin-bottom:8px}.home-hero__secondary-label{display:flex;flex-direction:column;line-height:1.25}.home-hero__secondary-label strong{font-size:13px;color:var(--ink)}.home-hero__secondary-label span{font-size:10.5px;color:var(--gray-500)}.home-hero__video-btn{position:absolute;top:4%;right:-4%;z-index:3;display:inline-flex;align-items:center;gap:10px;background:var(--forest-dark);color:var(--white);border:none;border-radius:999px;padding:10px 18px 10px 10px;font-size:12.5px;font-weight:700;box-shadow:var(--shadow-md);cursor:pointer}.home-hero__video-icon{width:28px;height:28px;border-radius:50%;background:var(--leaf-bright);display:inline-flex;align-items:center;justify-content:center}@media (max-width: 980px){.home-hero__grid{grid-template-columns:1fr;gap:60px}.home-hero__text{max-width:none}.home-hero__visual{min-height:380px}.home-hero__video-btn{display:none}}@media (max-width: 560px){.home-hero{padding-top:calc(var(--nav-h) + 40px)}.home-hero__secondary-card{width:120px;left:-4px}.home-hero__primary-card{padding:18px 18px 16px}}.pshow-hero{position:relative;padding:calc(var(--nav-h) + 88px) 0 84px;background:var(--ink-deep);color:var(--white);overflow:hidden;text-align:center}.pshow-hero__watermark{position:absolute;top:-6%;left:50%;transform:translate(-50%);font-family:var(--font-display);font-size:min(46vw,520px);font-weight:800;color:#ffffff0b;line-height:1;pointer-events:none;user-select:none;white-space:nowrap}.pshow-hero__grid-texture{position:absolute;inset:0;opacity:.5;background-image:radial-gradient(rgba(255,255,255,.06) 1.4px,transparent 1.4px);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 30%,#000 0%,transparent 75%);mask-image:radial-gradient(ellipse 70% 70% at 50% 30%,#000 0%,transparent 75%)}.pshow-hero__inner{position:relative;z-index:2;max-width:760px;margin:0 auto}.pshow-hero__eyebrow{justify-content:center;color:var(--leaf-light)!important}.pshow-hero__eyebrow:before{background:var(--gold-light)}.pshow-hero__title{font-family:var(--font-display);font-size:clamp(40px,6.4vw,78px);font-weight:800;line-height:1.04;letter-spacing:-.03em;color:var(--white);margin-bottom:22px}.pshow-hero__title-em{color:var(--leaf-light)}.pshow-hero__lede{font-size:18px;line-height:1.7;color:#ffffffb8;max-width:580px;margin:0 auto 44px}.pshow-hero__stats{display:flex;justify-content:center;gap:clamp(24px,5vw,56px);padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.pshow-hero__stat{display:flex;flex-direction:column;gap:6px}.pshow-hero__stat strong{font-family:var(--font-display);font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--white)}.pshow-hero__stat span{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#ffffff80}.pshow-hero__scroll{display:inline-flex;align-items:center;gap:10px;background:transparent;border:1.5px solid rgba(255,255,255,.3);color:var(--white);padding:13px 26px;border-radius:999px;font-size:14px;font-weight:600;transition:background .3s ease,border-color .3s ease,transform .3s ease}.pshow-hero__scroll:hover{background:#ffffff1a;border-color:#ffffff8c;transform:translateY(-2px)}.pshow-intro{background:var(--paper);padding:44px 0;border-bottom:1px solid var(--line)}.pshow-intro__row{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.pshow-intro__text{margin:0;max-width:420px;font-size:15px;color:var(--gray-700)}.pshow-intro__filters{display:flex;flex-wrap:wrap;gap:10px}.pshow-archive{background:var(--white);padding:30px 0 40px}.pshow-archive__empty{text-align:center;padding:80px 0;color:var(--gray-500)}.specimen{display:grid;grid-template-columns:.62fr 1fr;gap:clamp(32px,6vw,84px);align-items:center;padding:clamp(48px,7vw,92px) 0;border-bottom:1px solid var(--line)}.specimen:last-child{border-bottom:none}.specimen--reverse{grid-template-columns:1fr .62fr}.specimen--reverse .specimen__media{order:2}.specimen--reverse .specimen__content{order:1}.specimen__media{position:relative;display:block;aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden;background:var(--paper);box-shadow:var(--shadow-md)}.specimen__media img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.specimen__media:hover img{transform:scale(1.055)}.specimen__media-glow{position:absolute;inset:-20%;z-index:0;opacity:.7}.specimen__media-glow--leaf{background:radial-gradient(circle at 30% 20%,rgba(112,170,50,.28),transparent 60%)}.specimen__media-glow--gold{background:radial-gradient(circle at 30% 20%,rgba(217,164,4,.24),transparent 60%)}.specimen__ring-wrap{position:absolute;z-index:2;right:16px;bottom:16px;background:#ffffffeb;backdrop-filter:blur(6px);border-radius:50%;padding:4px;box-shadow:var(--shadow-md)}.specimen__plate{display:inline-block;font-family:var(--font-mono);font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.specimen__name{font-family:var(--font-display);font-size:clamp(28px,3.4vw,42px);font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:8px}.specimen__name a{color:var(--ink-deep);transition:color .25s ease}.specimen__name a:hover{color:var(--forest-dark)}.specimen__category{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--leaf-bright);margin-bottom:18px}.specimen__tagline{font-size:17px;line-height:1.65;color:var(--gray-700);max-width:46ch;margin-bottom:26px}.specimen__spec-row{display:flex;flex-wrap:wrap;gap:28px;padding:20px 0;margin-bottom:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.specimen__spec-row li{list-style:none;font-size:14px;font-weight:600;color:var(--ink);max-width:180px}.specimen__spec-label{display:block;font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);margin-bottom:4px}.specimen__cta{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:700;color:var(--forest-dark);border-bottom:2px solid var(--leaf-bright);padding-bottom:3px;transition:gap .25s ease,color .25s ease}.specimen__cta:hover{gap:13px;color:var(--forest-deep)}@media (max-width: 900px){.specimen,.specimen--reverse{grid-template-columns:1fr}.specimen__media,.specimen--reverse .specimen__media{order:1}.specimen__content,.specimen--reverse .specimen__content{order:2}.specimen__media{max-width:420px;margin:0 auto}}.pshow-cta{background:var(--grad-forest);padding:76px 0}.pshow-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.pshow-cta h2{color:var(--white);font-size:clamp(24px,3vw,34px);max-width:480px}.pshow-cta p{color:#ffffffb8;max-width:460px}.pshow-cta .eyebrow{color:var(--gold-light)}.pshow-cta__actions{display:flex;gap:16px;flex-wrap:wrap}.pshow-cta__btn-outline{border-color:#fff6;color:var(--white)}.pshow-cta__btn-outline:hover{background:#ffffff1f;border-color:var(--white)}.pdp-crumbs{display:flex;align-items:center;gap:8px;padding:calc(var(--nav-h) + 26px) 24px 20px;font-size:13px;color:#0c342c}.pdp-crumbs a{color:#0c342c;transition:color .2s ease}.pdp-crumbs a:hover{color:var(--forest-dark)}.pdp-crumbs span{color:#06231d;font-weight:600}.pdp-hero{padding:8px 0 72px;background:var(--paper)}.pdp-hero__grid{display:grid;grid-template-columns:.86fr 1fr;gap:clamp(32px,5vw,72px);align-items:start}.pdp-gallery__main{position:relative;aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-lg)}.pdp-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,object-position .5s ease}.pdp-gallery__glow{position:absolute;inset:-25%;z-index:0;opacity:.6}.pdp-gallery__glow--leaf{background:radial-gradient(circle at 70% 10%,rgba(112,170,50,.25),transparent 60%)}.pdp-gallery__glow--gold{background:radial-gradient(circle at 70% 10%,rgba(217,164,4,.22),transparent 60%)}.pdp-gallery__ring{position:absolute;z-index:2;right:18px;bottom:18px;background:#fffffff0;backdrop-filter:blur(6px);border-radius:50%;padding:5px;box-shadow:var(--shadow-md)}.pdp-gallery__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.pdp-gallery__thumb{position:relative;aspect-ratio:1/1;border-radius:14px;overflow:hidden;border:2px solid transparent;background:var(--white);padding:0;box-shadow:var(--shadow-sm);transition:border-color .25s ease}.pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover}.pdp-gallery__thumb span{position:absolute;left:0;right:0;bottom:0;padding:6px 8px 7px;font-size:10px;font-weight:700;text-align:center;color:var(--white);background:linear-gradient(0deg,rgba(13,38,26,.82),transparent)}.pdp-gallery__thumb.is-active{border-color:var(--leaf-bright)}.pdp-hero__content{padding-top:6px}.pdp-hero__content h1{font-family:var(--font-display);font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px}.pdp-hero__tagline{font-size:18px;line-height:1.6;color:var(--forest-dark);font-weight:600;margin-bottom:24px}.pdp-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.pdp-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:var(--white);box-shadow:var(--shadow-sm);font-size:12.5px;font-weight:600;color:var(--forest-dark)}.pdp-chip svg{color:var(--leaf-bright)}.pdp-hero__desc{font-size:15.5px;line-height:1.75;margin-bottom:30px}.pdp-hero__ctas{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.pdp-hero__cert{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.03em;color:var(--gray-500);margin:0}@media (max-width: 900px){.pdp-hero__grid{grid-template-columns:1fr}.pdp-gallery{max-width:440px;margin:0 auto}}.pdp-specs__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}.pdp-spec-list{margin-top:28px}.pdp-spec-list>div{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid var(--line)}.pdp-spec-list dt{font-family:var(--font-mono);font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:#076653;flex-shrink:0}.pdp-spec-list dd{margin:0;text-align:right;font-size:14.5px;font-weight:600;color:#06231d}.pdp-sizes{margin-top:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.pdp-size-card{padding:18px;border-radius:var(--radius-sm);background:#e2fbce;border:1px solid rgba(7,102,83,.15);display:flex;flex-direction:column;gap:4px}.pdp-size-card strong{font-family:var(--font-display);font-size:15px;color:#06231d}.pdp-size-card__dims{font-family:var(--font-mono);font-size:13.5px;color:#076653;font-weight:700}.pdp-size-card__use{font-size:12.5px;color:#0c342c;font-weight:500}@media (max-width: 780px){.pdp-specs__grid{grid-template-columns:1fr;gap:44px}}.pdp-printing__grid{display:grid;grid-template-columns:.9fr 1fr;gap:56px;align-items:center}.pdp-printing__head p{font-size:15.5px;max-width:40ch}.pdp-printing__list{display:flex;flex-direction:column;gap:16px}.pdp-printing__list li{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;color:var(--ink)}.pdp-printing__list svg{color:var(--leaf-bright);flex-shrink:0}@media (max-width: 780px){.pdp-printing__grid{grid-template-columns:1fr;gap:28px}}.pdp-applications__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pdp-application-card{padding:24px 18px;border-radius:var(--radius-md);background:var(--gray-100);text-align:center;font-size:14.5px;font-weight:700;color:var(--forest-dark);transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.pdp-application-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);background:var(--white)}@media (max-width: 900px){.pdp-applications__grid{grid-template-columns:repeat(2,1fr)}}.pdp-benefits__grid{display:grid;grid-template-columns:.8fr 1fr;gap:56px;align-items:center}.pdp-benefits__list{display:flex;flex-direction:column;gap:18px}.pdp-benefits__list li{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;font-weight:600;color:var(--ink)}.pdp-benefits__list svg{color:var(--gold);flex-shrink:0;margin-top:2px}@media (max-width: 780px){.pdp-benefits__grid{grid-template-columns:1fr;gap:28px}}.pdp-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.pdp-related-card{display:block;border-radius:var(--radius-md);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease}.pdp-related-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.pdp-related-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--paper)}.pdp-related-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.pdp-related-card:hover .pdp-related-card__img img{transform:scale(1.06)}.pdp-related-card__body{padding:20px 22px 24px}.pdp-related-card__body>span{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--leaf-bright)}.pdp-related-card__body h3{font-size:18px;margin:6px 0 12px;color:#06231d}.pdp-related-card__link{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--forest-dark)}@media (max-width: 900px){.pdp-related__grid{grid-template-columns:1fr}}.pdp-enquiry-section{background:var(--eucalyptus)}.enquiry-form{max-width:720px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:clamp(28px,5vw,52px)}.enquiry-form__head{text-align:center;max-width:480px;margin:0 auto 34px}.enquiry-form__head h3{font-size:clamp(22px,3vw,28px)}.enquiry-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.enquiry-form label{display:flex;flex-direction:column;gap:8px;font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:20px}.enquiry-form input,.enquiry-form textarea{font-family:inherit;font-size:14.5px;font-weight:500;color:var(--ink);padding:13px 16px;border-radius:12px;border:1.5px solid var(--gray-300);background:var(--gray-100);transition:border-color .25s ease,background .25s ease}.enquiry-form input:focus,.enquiry-form textarea:focus{outline:none;border-color:var(--leaf-bright);background:var(--white)}.enquiry-form__row label{margin-bottom:0}.enquiry-form__success{display:flex;align-items:center;gap:16px;padding:20px;border-radius:var(--radius-md);background:var(--forest-tint);color:#e3ef26}.enquiry-form__success svg{flex-shrink:0}.enquiry-form__success strong{display:block;font-size:15px;color:#fffdee}.enquiry-form__success span{font-size:13.5px;color:var(--gray-700)}@media (max-width: 620px){.enquiry-form__row{grid-template-columns:1fr}}.pdp-final-cta{background:var(--ink-deep);padding:88px 0;text-align:center}.pdp-final-cta__inner{max-width:620px;margin:0 auto}.pdp-final-cta h2{color:var(--white);font-size:clamp(26px,3.4vw,38px);margin-bottom:14px}.pdp-final-cta p{color:#ffffffad;margin-bottom:32px}.pdp-final-cta__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.pdp-final-cta .btn-outline{border-color:#ffffff59;color:var(--white)}.pdp-final-cta .btn-outline:hover{background:#ffffff1f;border-color:var(--white)}.pshow-hero--tree{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;padding:calc(var(--nav-h) + 60px) 0 80px;overflow:hidden;background:#06231d;color:var(--white);text-align:center}.pshow-hero__tree-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;display:block}.pshow-hero__tree-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#002213a6,#00221373,#002213cc);z-index:1}.pdp-hero__cert{display:flex;align-items:center;gap:7px}.pdp-hero__cert svg{color:var(--leaf-bright);flex-shrink:0}.pdp-gallery__note{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:14px;padding:12px 16px;border-radius:14px;background:#ffffff0f;border:1px dashed rgba(255,255,255,.22);font-size:12.5px;color:var(--gray-500)}.pdp-gallery__note svg{color:var(--leaf-bright);flex-shrink:0}.pdp-gallery__note a{color:var(--leaf-bright);font-weight:700;text-decoration:underline}.pdp-colors{margin-bottom:26px}.pdp-colors__label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:10px}.pdp-colors__label svg{color:var(--leaf-bright)}.pdp-colors__list{display:flex;flex-wrap:wrap;gap:8px}.pdp-colors__pill{padding:6px 14px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);font-size:12.5px;font-weight:600;color:var(--white)}.pdp-faq__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(28px,5vw,60px);align-items:start}.pdp-faq__head h2{margin-top:10px}.pdp-faq__list{display:flex;flex-direction:column;gap:12px}.pdp-faq__item{background:#fffdee;border:1px solid rgba(7,102,83,.15);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #06231d0d;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.pdp-faq__item.is-open{background:#fffdee;border-color:#0766534d;box-shadow:0 8px 24px #06231d17}.pdp-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-display);font-size:15.5px;font-weight:700;color:#06231d;transition:color .2s ease}.pdp-faq__q:hover{color:#076653}.pdp-faq__chevron{flex-shrink:0;transition:transform .25s ease,color .25s ease;color:#076653}.pdp-faq__item.is-open .pdp-faq__chevron{transform:rotate(90deg);color:#06231d}.pdp-faq__a{padding:0 20px 20px;margin:0;font-size:14px;line-height:1.7;color:#0c342c;font-weight:500}@media (max-width: 900px){.pdp-faq__grid{grid-template-columns:1fr}}.pdp-prevnext{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 0;border-top:1px solid rgba(0,69,38,.08);border-bottom:1px solid rgba(0,69,38,.08);flex-wrap:wrap}.pdp-prevnext__link{display:flex;align-items:center;gap:10px;color:#06231d;transition:color .2s ease,transform .2s ease}.pdp-prevnext__link:hover{color:var(--forest-dark);transform:translateY(-2px)}.pdp-prevnext__link span{display:flex;flex-direction:column;line-height:1.3}.pdp-prevnext__link--next{text-align:right}.pdp-prevnext__link small{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#0c342c}.pdp-prevnext__link strong{font-family:var(--font-display);font-size:15px}.pdp-prevnext__all{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--forest-dark);padding:8px 16px;border-radius:999px;border:1px solid var(--gray-100);white-space:nowrap}.pdp-prevnext__all:hover{background:var(--forest-tint)}@media (max-width: 640px){.pdp-prevnext{justify-content:center;text-align:center}.pdp-prevnext__link--next{text-align:left}}.pdp-sticky-cta{position:fixed;right:22px;bottom:22px;z-index:60;display:inline-flex;align-items:center;gap:8px;padding:14px 22px;border-radius:999px;background:var(--grad-gold);color:var(--ink);font-family:var(--font-display);font-weight:700;font-size:14px;box-shadow:0 12px 30px #00000047;opacity:0;transform:translateY(16px) scale(.94);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.pdp-sticky-cta.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.pdp-sticky-cta:hover{transform:translateY(-3px) scale(1.02)}@media (min-width: 900px){.pdp-sticky-cta{right:32px;bottom:32px}}.exact-header{position:fixed;top:0;left:0;right:0;margin:0!important;border-top:none!important;z-index:1000;background:#06231d;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000040}.exact-topbar{background:#06231d;color:#fffdee;font-size:13px;font-weight:500;padding:6px 0}.exact-topbar__inner{display:flex;align-items:center;justify-content:center;gap:8px}.topbar-icon{color:#e3ef26}.exact-navbar{padding:16px 0;background:#06231d}.exact-navbar__container{width:100%;max-width:1440px;margin:0 auto;padding:0 40px}.exact-navbar__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.exact-navbar__brand{display:flex;flex-direction:column;text-decoration:none;line-height:1}.brand-title{font-family:var(--font-display);font-weight:900;font-size:26px;color:#fffdee;letter-spacing:-.02em}.brand-sub{font-family:var(--font-display);font-weight:800;font-size:11px;color:#e3ef26;letter-spacing:.14em;text-transform:uppercase;margin-top:2px}.exact-navbar__links{display:flex;align-items:center;gap:40px}.exact-navbar__link{position:relative;display:inline-flex;align-items:center;gap:4px;padding:8px 0;font-family:var(--font-body);font-size:16px;font-weight:600;color:#ffffffe6;text-decoration:none;transition:color .25s ease;white-space:nowrap}.exact-navbar__link:hover,.exact-navbar__link.is-active{color:#e3ef26}.exact-navbar__active-line{position:absolute;bottom:-4px;left:0;right:0;height:2.5px;background:#e3ef26;border-radius:2px}.dropdown-chevron{color:#fffc;transition:transform .25s ease}.dropdown-chevron.is-open{transform:rotate(180deg)}.exact-navbar__dropdown-trigger{position:relative}.exact-navbar__dropdown-menu{position:absolute;top:calc(100% + 14px);left:-20px;width:300px;background:#06231d;border-radius:16px;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 40px #0006;padding:10px;z-index:100}.exact-navbar__dropdown-menu--wide{width:340px}.dropdown-item{display:flex;align-items:center;gap:14px;padding:10px;border-radius:12px;color:#fffdee;text-decoration:none;transition:background .2s ease}.dropdown-item:hover{background:#ffffff14}.dropdown-icon{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#a3e63526;color:#e3ef26;display:inline-flex;align-items:center;justify-content:center}.dropdown-text{display:flex;flex-direction:column;gap:2px}.dropdown-title{font-family:var(--font-display);font-size:14.5px;font-weight:700;color:#fffdee}.dropdown-desc{font-size:12px;color:#ffffffb3}.exact-navbar__actions{display:flex;align-items:center;gap:16px}.exact-navbar__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 24px;border-radius:999px;background:#e3ef26;color:#06231d;font-family:var(--font-body);font-weight:600;font-size:15px;text-decoration:none;white-space:nowrap;transition:transform .25s ease,background .25s ease}.exact-navbar__cta:hover{background:#e3ef26;transform:translateY(-1px)}.exact-navbar__toggle{display:none;background:transparent;border:none;color:#fffdee;padding:6px}.exact-navbar__mobile{position:fixed;inset:96px 0 0;background:#06231d;z-index:99;padding:32px 24px;overflow-y:auto;color:#fffdee}@media (max-width: 992px){.exact-navbar__links{display:none}.exact-navbar__toggle{display:flex}.exact-navbar__cta{display:none}.mobile-cta{display:inline-flex;width:100%;margin-top:16px}}.footer{background:linear-gradient(180deg,#05261f,#031410);color:#ffffffd9;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:400px;background:radial-gradient(circle,#e3ef260f,#05261f00 70%);pointer-events:none}.footer__divider-wrapper{position:relative;width:100%;overflow:hidden;line-height:0}.footer__wave{width:100%;height:38px;transform:scaleY(-1);color:var(--bg-surface, #f7faf8)}.footer__cta-card{position:relative;margin-top:32px;margin-bottom:48px;padding:40px 48px;border-radius:24px;background:linear-gradient(135deg,#ffffff12,#ffffff05);border:1px solid rgba(227,239,38,.25);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 20px 40px #00000040;overflow:hidden}.footer__cta-glow{position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(227,239,38,.15) 0%,transparent 70%);pointer-events:none}.footer__cta-content{flex:1;max-width:680px}.footer__cta-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#e3ef261f;border:1px solid rgba(227,239,38,.3);color:#e3ef26;font-size:13px;font-weight:600;letter-spacing:.02em;margin-bottom:14px}.footer__cta-title{color:#fffdee;font-size:26px;font-weight:700;line-height:1.3;margin-bottom:10px;letter-spacing:-.01em}.footer__cta-desc{color:#ffffffc7;font-size:15px;line-height:1.6;margin:0}.footer__cta-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.footer__cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none}.footer__cta-btn--primary{background:#e3ef26;color:#041a15;box-shadow:0 8px 24px #e3ef264d}.footer__cta-btn--primary:hover{background:#f0fb42;transform:translateY(-2px);box-shadow:0 12px 28px #e3ef2673}.footer__cta-btn--secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fffdee}.footer__cta-btn--secondary:hover{background:#ffffff29;border-color:#fff6;transform:translateY(-2px)}.footer__trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:48px}.footer__trust-item{display:flex;align-items:center;gap:14px;padding:16px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:transform .3s ease,border-color .3s ease}.footer__trust-item:hover{transform:translateY(-3px);border-color:#e3ef264d;background:#ffffff0d}.footer__trust-icon{width:42px;height:42px;border-radius:12px;background:#e3ef261f;color:#e3ef26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__trust-item strong{display:block;color:#fffdee;font-size:14px;font-weight:600;line-height:1.3}.footer__trust-item span{display:block;color:#fff9;font-size:12.5px;margin-top:2px}.footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1.1fr 1.3fr 1.4fr;gap:40px;padding-bottom:56px}.footer__heading{color:#fffdee;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px;position:relative;display:inline-block}.footer__heading:after{content:"";position:absolute;left:0;bottom:-6px;width:24px;height:2px;background:#e3ef26;border-radius:2px}.footer__logo{display:flex;align-items:center;gap:12px;font-family:var(--font-display, inherit);font-weight:700;font-size:20px;color:#fffdee}.footer__logo-mark{width:36px;height:36px;border-radius:10px;background:#e3ef2626;color:#e3ef26;display:flex;align-items:center;justify-content:center;border:1px solid rgba(227,239,38,.3)}.footer__brand-text em{font-style:normal;color:#e3ef26}.footer__brand-desc{color:#ffffffb8;font-size:14.5px;line-height:1.6;margin-top:18px;margin-bottom:24px}.footer__social-section{display:flex;flex-direction:column;gap:10px}.footer__social-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff9}.footer__social{display:flex;gap:10px}.footer__social a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fffdee;transition:all .25s ease;text-decoration:none}.footer__social a:hover{background:#e3ef26;border-color:#e3ef26;color:#041a15;transform:translateY(-3px);box-shadow:0 6px 16px #e3ef264d}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__links a{font-size:14.5px;color:#ffffffbf;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .25s ease}.footer__arrow{color:#e3ef2699;transition:transform .25s ease,color .25s ease}.footer__links a:hover{color:#fffdee;transform:translate(3px)}.footer__links a:hover .footer__arrow{color:#e3ef26;transform:translate(3px)}.footer__highlight-link{color:#e3ef26!important;font-weight:600;margin-top:4px}.footer__contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer__contact li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffc7;line-height:1.5}.footer__contact-icon{flex-shrink:0;margin-top:2px;color:#e3ef26}.footer__contact a{color:#ffffffd9;text-decoration:none;transition:color .2s ease}.footer__contact a:hover{color:#e3ef26}.footer__newsletter-card{padding:24px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px)}.footer__newsletter-text{font-size:13.5px;color:#ffffffb8;line-height:1.5;margin-bottom:18px}.footer__form{width:100%}.footer__input-wrapper{display:flex;align-items:center;background:#00000040;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:4px 4px 4px 16px;transition:border-color .25s ease,box-shadow .25s ease}.footer__input-wrapper:focus-within{border-color:#e3ef26;box-shadow:0 0 16px #e3ef2633}.footer__input-wrapper input{flex:1;background:transparent;border:none;color:#fffdee;font-size:13.5px;outline:none;min-width:0}.footer__input-wrapper input::placeholder{color:#ffffff73}.footer__input-wrapper button{background:#e3ef26;color:#041a15;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .25s ease,background-color .25s ease}.footer__input-wrapper button:hover{background:#f0fb42;transform:scale(1.06)}.footer__subscribed{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;background:#e3ef261f;border:1px solid rgba(227,239,38,.3);color:#e3ef26;font-size:13.5px;line-height:1.4}.footer__bottom-wrapper{background:#00000059;border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:13.5px}.footer__copyright p{margin:0;color:#ffffffb3}.footer__powered{display:block;margin-top:4px;font-size:12.5px;color:#ffffff8c}.footer__powered-link{color:#e3ef26!important;text-decoration:none;font-weight:600;transition:opacity .2s ease,text-decoration .2s ease}.footer__powered-link:hover{text-decoration:underline;opacity:.9}.footer__legal{display:flex;align-items:center;gap:12px}.footer__legal a{color:#ffffffa6;text-decoration:none;transition:color .2s ease}.footer__legal a:hover{color:#fffdee}.footer__legal-dot{color:#ffffff4d;font-size:10px}.footer__scroll-top{width:40px;height:40px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e3ef26;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;flex-shrink:0}.footer__scroll-top:hover{background:#e3ef26;color:#041a15;transform:translateY(-4px);box-shadow:0 6px 16px #e3ef264d}@media (max-width: 1100px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}.footer__newsletter-col{grid-column:span 4}.footer__trust-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width: 850px){.footer__cta-card{flex-direction:column;text-align:center;padding:32px 24px;align-items:center}.footer__cta-actions{width:100%;justify-content:center;flex-wrap:wrap}.footer__grid{grid-template-columns:1fr 1fr;gap:36px}.footer__brand,.footer__newsletter-col{grid-column:span 2}.footer__bottom{flex-direction:column;text-align:center;gap:16px}.footer__legal{justify-content:center;flex-wrap:wrap}}@media (max-width: 580px){.footer__cta-title{font-size:22px}.footer__cta-actions{flex-direction:column;width:100%}.footer__cta-btn{width:100%}.footer__trust-strip,.footer__grid{grid-template-columns:1fr}.footer__brand,.footer__newsletter-col{grid-column:span 1}}.click-spark-container{position:relative;width:100%;min-height:100%}.click-spark-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:99999}
