:root{--green-900: #072a24;--green-800: #0b3a31;--green: #0e473e;--green-600: #16604f;--green-400: #4b8f7d;--green-100: #e3ede9;--green-50: #f1f6f3;--orange: #f37e0d;--orange-600: #dc6f06;--orange-100: #fdeada;--cream: #faf7f1;--cream-2: #f4efe6;--white: #ffffff;--ink: #14211d;--body: #55635e;--muted: #8a938f;--line: #e7e2d8;--font-display: "Poppins", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", sans-serif;--shell: 1340px;--gutter: clamp(1.25rem, 4vw, 2.5rem);--section-y: clamp(4.75rem, 8vw, 8rem);--radius: 14px;--radius-lg: 22px;--shadow-sm: 0 2px 10px rgba(14, 71, 62, .06);--shadow: 0 14px 40px -18px rgba(14, 71, 62, .28);--shadow-lg: 0 34px 70px -30px rgba(7, 42, 36, .42);--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--white);color:var(--body);font-family:var(--font-body);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{margin:0;color:var(--ink);font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.02em}p{margin:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}.shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.section--cream{background:var(--cream)}.eyebrow{display:inline-block;margin-bottom:.85rem;color:var(--orange);font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.section-title{font-size:clamp(1.9rem,3.6vw,2.7rem)}.section-title .accent{color:var(--orange)}.rule{width:62px;height:3px;margin-top:1.15rem;border-radius:3px;background:var(--orange)}.rule--center{margin-inline:auto}.lead{max-width:62ch;font-size:1.02rem}.center{text-align:center}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.6rem;border:1.5px solid transparent;border-radius:8px;font-family:var(--font-display);font-size:.92rem;font-weight:600;letter-spacing:.01em;transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.btn svg{transition:transform .25s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn:hover svg{transform:translate(3px)}.btn--primary{background:var(--green);color:var(--white);box-shadow:var(--shadow)}.btn--primary:hover{background:var(--green-800)}.btn--accent{background:var(--orange);color:var(--white);box-shadow:0 14px 34px -16px #f37e0dbf}.btn--accent:hover{background:var(--orange-600)}.btn--ghost{border-color:var(--orange);color:var(--orange);background:transparent}.btn--ghost:hover{background:var(--orange);color:var(--white)}.btn--sm{padding:.62rem 1.1rem;font-size:.84rem}.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.btn,.btn svg{transition:none}.reveal{opacity:1;transform:none}}.topbar{background:var(--green-900);color:#ffffffb8;font-size:.82rem}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:42px}.topbar__tag{letter-spacing:.02em}.topbar__contact{display:flex;align-items:center;gap:1rem}.topbar__contact a{display:inline-flex;align-items:center;gap:.45rem;transition:color .2s var(--ease)}.topbar__contact a:hover{color:var(--orange)}.topbar__contact svg{color:var(--orange)}.topbar__divider{width:1px;height:16px;background:#fff3}.header{position:sticky;top:0;z-index:60;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:box-shadow .3s var(--ease),border-color .3s var(--ease)}.header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 10px 34px -24px #072a248c}.header__inner{display:flex;align-items:center;gap:1.5rem;min-height:88px}.header__logo{flex-shrink:0;margin-right:auto}.header__logo img{width:auto;height:60px;transition:height .3s var(--ease)}.header.is-scrolled .header__logo img{height:46px}.header__nav{display:flex;align-items:center;gap:2.4rem}.header__link{position:relative;padding-block:.35rem;color:var(--ink);font-family:var(--font-display);font-size:.94rem;font-weight:500;transition:color .2s var(--ease)}.header__link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;border-radius:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.header__link:hover,.header__link.is-active{color:var(--orange)}.header__link:hover:after,.header__link.is-active:after{transform:scaleX(1)}.header .header__cta--mobile,.header .header__burger{display:none}.header__burger{align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:10px;background:var(--white);color:var(--green)}.header__scrim{position:fixed;top:88px;right:0;bottom:0;left:0;z-index:-1;background:#072a2459}@media(max-width:900px){.topbar__tag{display:none}.topbar__inner{justify-content:center}}@media(max-width:960px){.header__inner{min-height:74px;gap:.75rem}.header__logo img,.header.is-scrolled .header__logo img{height:44px}.header .header__cta{display:none}.header .header__burger{display:inline-flex}.header__nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:.5rem var(--gutter) 1.5rem;background:var(--white);border-bottom:1px solid var(--line);box-shadow:var(--shadow);transform:translateY(-8px);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s}.header__nav.is-open{opacity:1;visibility:visible;transform:none}.header__link{padding:.95rem .25rem;border-bottom:1px solid var(--line);font-size:1rem}.header__link:after{display:none}.header .header__cta--mobile{display:inline-flex;justify-content:center;margin-top:1.25rem}.header__scrim{top:74px;right:0;bottom:0;left:0}}@media(max-width:460px){.topbar__contact{gap:.6rem;font-size:.76rem}}.footer{background:var(--green);color:#ffffffbd;font-size:.9rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1.25fr 1.5fr;gap:clamp(2rem,4vw,3.5rem);padding-block:clamp(3.25rem,6vw,4.75rem)}.footer__logo{width:auto;height:62px;margin-bottom:1.5rem}.footer__brand p{max-width:34ch;line-height:1.75}.footer__social{display:flex;gap:.6rem;margin-top:1.6rem}.footer__social a{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:var(--white);font-family:var(--font-display);font-size:.85rem;font-weight:600;transition:background .25s var(--ease),transform .25s var(--ease)}.footer__social a:hover{background:var(--orange);transform:translateY(-3px)}.footer__col h3{margin-bottom:1.35rem;color:var(--orange);font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.footer__col ul{display:flex;flex-direction:column;gap:.8rem}.footer__col a{transition:color .2s var(--ease),padding-left .25s var(--ease)}.footer__col a:hover{color:var(--orange);padding-left:4px}.footer__contact li{display:flex;align-items:flex-start;gap:.7rem;line-height:1.6}.footer__contact svg{flex-shrink:0;margin-top:3px;color:var(--orange)}.footer__bar{border-top:1px solid rgba(255,255,255,.13);padding-block:1.35rem;color:#fff9;font-size:.84rem;text-align:center}@media(max-width:940px){.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__brand{grid-column:1 / -1}}@media(max-width:520px){.footer__grid{grid-template-columns:1fr}}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fefeff,#f8f5f1)}.hero__banner{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__banner img{width:100%;height:100%;object-fit:contain;object-position:right center}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#fbf9f6f7,#fbf9f6ed 26%,#fbf9f699,#fbf9f600 58%)}.hero__inner{position:relative;display:flex;align-items:center;min-height:clamp(440px,44vw,620px);padding-block:clamp(2.75rem,5vw,4.5rem)}.hero__copy{width:min(100%,47ch)}.hero__pill{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.6rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--green-100);border-radius:999px;box-shadow:var(--shadow-sm);color:var(--green);font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hero__pill svg{color:var(--orange)}.hero__title{display:flex;flex-direction:column;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800;line-height:1.02;letter-spacing:-.035em;text-transform:uppercase}.hero__title-green{color:var(--green)}.hero__title-orange{color:var(--orange)}.hero__title-ink{color:var(--ink)}.hero__lead{margin-top:1.7rem;max-width:34ch;color:var(--ink);font-family:var(--font-display);font-size:clamp(1rem,1.5vw,1.1rem);font-weight:500;line-height:1.55}.hero__sub{margin-top:1rem;max-width:44ch;font-size:.95rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2.2rem}@media(max-width:900px){.hero__banner img{object-position:center bottom}.hero__scrim{background:linear-gradient(180deg,#fbf9f6eb,#fbf9f6d1 45%,#fbf9f68c)}.hero__inner{min-height:clamp(420px,70vw,560px);padding-block:clamp(2.5rem,8vw,3.5rem)}.hero__copy{width:100%}.hero__lead,.hero__sub{max-width:52ch}}@media(max-width:520px){.hero__actions .btn{flex:1 1 100%;justify-content:center}}.stats{position:relative;background:var(--green);color:var(--white)}.stats:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(80% 140% at 15% 0%,rgba(255,255,255,.07),transparent 60%);pointer-events:none}.stats__grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);padding-block:2.2rem}.stats__item{display:flex;align-items:center;justify-content:center;gap:1rem;padding-inline:1rem}.stats__item+.stats__item{border-left:1px solid rgba(255,255,255,.16)}.stats__icon{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border-radius:50%;background:#f37e0d24;color:var(--orange)}.stats__text{display:flex;flex-direction:column;line-height:1.3}.stats__text strong{font-family:var(--font-display);font-size:1.32rem;font-weight:700;letter-spacing:-.01em}.stats__text span{color:#ffffffb8;font-size:.85rem}@media(max-width:860px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:1.6rem 0}.stats__item{justify-content:flex-start}.stats__item:nth-child(odd){border-left:0}.stats__item:nth-child(2n){border-left:1px solid rgba(255,255,255,.16)}}@media(max-width:460px){.stats__grid{grid-template-columns:1fr}.stats__item:nth-child(2n){border-left:0}}.welcome{position:relative;overflow:hidden}.welcome__grid{position:relative;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem)}.welcome__text{margin-top:1.5rem;max-width:46ch}.welcome__pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:2.6rem;padding-top:2rem;border-top:1px solid var(--line)}.welcome__pillars li{display:flex;flex-direction:column;align-items:center;gap:.7rem;padding-inline:.35rem;color:var(--green);text-align:center}.welcome__pillars li+li{border-left:1px solid var(--line)}.welcome__pillars span{color:var(--ink);font-family:var(--font-display);font-size:.82rem;font-weight:600;line-height:1.35}.welcome__cta{margin-top:2.4rem}.welcome__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.welcome__shot{margin:0;border-radius:var(--radius-lg);overflow:hidden}.welcome__shot--single img{width:100%;height:clamp(340px,38vw,460px);object-fit:cover;object-position:center;display:block;transition:transform .7s var(--ease)}.welcome__shot:hover img{transform:scale(1.03)}@media(max-width:900px){.welcome__grid{grid-template-columns:1fr}.welcome__media{order:-1}}@media(max-width:560px){.welcome__pillars{gap:.5rem}.welcome__pillars li:nth-child(odd){border-left:0}.welcome__shot--single img{height:260px}}.products{position:relative;background:var(--white)}.products__head{display:flex;flex-direction:column;align-items:center;text-align:center}.products__intro{margin-top:1.6rem}.products__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:3rem}.products__cell{display:flex}.product{display:flex;flex-direction:column;width:100%;background:var(--white);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .45s var(--ease)}.product:hover{transform:translateY(-10px);border-color:transparent;box-shadow:var(--shadow-lg)}.product__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.product__media img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .85s var(--ease)}.product:hover .product__media img{transform:scale(1.05)}.product__media--cover{background:var(--cream-2)}.product__media--cover img{object-fit:cover;padding:0}.product__body{display:flex;flex-direction:column;align-items:center;flex:1;padding:1.15rem 1rem 1.25rem;text-align:center}.product__name{font-size:.98rem;line-height:1.35;transition:color .3s var(--ease)}.product:hover .product__name{color:var(--green)}.product__name:after{content:"";display:block;width:26px;height:2px;margin:.6rem auto 0;background:var(--orange)}.product__foot{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;padding:.5rem 1rem;border:1px solid var(--green);border-radius:999px;color:var(--green);font-family:var(--font-display);font-size:.78rem;font-weight:600;transition:background .35s var(--ease),border-color .35s var(--ease),color .35s var(--ease)}.product__foot svg{transition:transform .35s var(--ease)}.product:hover .product__foot{background:var(--green);border-color:var(--green);color:var(--white)}.product:hover .product__foot svg{transform:translate(3px)}@media(max-width:1180px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.products__grid{grid-template-columns:1fr}}.industries__head{text-align:center;max-width:60ch;margin-inline:auto;margin-bottom:3rem}.industries__intro{margin-top:1.2rem}.industries__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem}.industry-card{background:var(--white);padding:2rem 1.8rem;border-radius:.5rem;border:1px solid var(--line);transition:all .3s ease}.industry-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:var(--green)}.industry-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--cream);border-radius:50%;color:var(--green);margin-bottom:1.2rem}.industry-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.6rem;line-height:1.3}.industry-card__text{font-size:.92rem;color:var(--ink-light);line-height:1.6}@media(max-width:768px){.industries__grid{grid-template-columns:1fr;gap:1.2rem}.industry-card{padding:1.5rem}}.cta{padding-block:clamp(2.5rem,4vw,3.5rem);background:linear-gradient(180deg,var(--white) 0%,var(--cream) 100%)}.cta__links{display:grid;gap:.5rem}.cta__panel{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding:clamp(2rem,4vw,3.25rem);background:var(--white);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.cta__copy{max-width:54ch}.cta__title{font-size:clamp(1.45rem,2.8vw,2.05rem)}.cta__text{margin-top:.9rem;font-size:.98rem}.cta__actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.cta__mail{display:inline-flex;align-items:center;gap:.55rem;color:var(--green);font-family:var(--font-display);font-size:.92rem;font-weight:600;transition:color .25s var(--ease)}.cta__mail svg{color:var(--orange)}.cta__mail:hover{color:var(--orange)}@media(max-width:720px){.cta__actions{width:100%}.cta__actions .btn{width:100%;justify-content:center}}.about-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fefeff,#f8f5f1)}.about-hero__inner{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);padding-block:clamp(3rem,6vw,5.5rem)}.about-hero__pill{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.4rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--green-100);border-radius:999px;box-shadow:var(--shadow-sm);color:var(--green);font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.about-hero__pill svg{color:var(--orange)}.about-hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.05;letter-spacing:-.03em}.about-hero__lead{margin-top:1.4rem;max-width:48ch;font-family:var(--font-display);font-size:clamp(1rem,1.4vw,1.08rem);font-weight:500;color:var(--ink);line-height:1.55}.about-hero__media{position:relative}.about-hero__media img{width:100%;height:clamp(300px,38vw,460px);object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-story__grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem)}.about-story__collage{display:grid;grid-template-columns:1fr;gap:1rem}.about-story__collage img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.about-story__collage img:first-child{grid-column:1 / -1;height:clamp(340px,40vw,500px);object-fit:cover;background:#fff}.about-story__text p+p{margin-top:1.3rem}.about-story__text{max-width:48ch}.about-story__text .lead{margin-top:1.2rem}.about-values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.value-card{padding:2rem 1.6rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.value-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.value-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--green-50);border-radius:14px;color:var(--green);margin-bottom:1.1rem}.value-card__title{font-size:1.1rem;margin-bottom:.5rem}.value-card__text{font-size:.9rem;line-height:1.6;color:var(--body)}.about-quality__grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem)}.about-quality__media img{width:100%;height:clamp(300px,36vw,440px);object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-quality__list{margin-top:1.75rem;display:grid;gap:.85rem}.about-quality__list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.92rem;line-height:1.5}.about-quality__list li svg{flex-shrink:0;margin-top:.12rem;color:var(--green)}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.about-stats__item{display:flex;flex-direction:column;align-items:center;gap:.3rem}.about-stats__value{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--ink)}.about-stats__label{font-size:.82rem;color:var(--body)}.about-process__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.about-process__card{position:relative;padding:1.8rem 1.4rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);height:100%}.about-process__num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:1rem;background:var(--green);color:var(--white);border-radius:50%;font-family:var(--font-display);font-size:1rem;font-weight:700}.about-process__title{font-size:1.05rem;margin-bottom:.5rem}.about-process__text{font-size:.88rem;line-height:1.55;color:var(--body)}.about-cta{padding:clamp(2.5rem,5vw,4rem);background:var(--green);border-radius:var(--radius-lg);color:var(--white);text-align:center}.about-cta__title{color:var(--white)!important}.about-cta__lead{max-width:52ch;margin:1rem auto 1.8rem;color:#ffffffd9;font-size:1rem}.about-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta .btn--ghost{border-color:var(--white);color:var(--white)}@media(max-width:900px){.about-hero__inner,.about-story__grid,.about-quality__grid{grid-template-columns:1fr}.about-hero__media{order:-1}.about-values__grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}@media(max-width:520px){.about-story__collage{grid-template-columns:1fr}.about-story__collage img,.about-story__collage img:first-child{height:200px}}.products-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fefeff,#f8f5f1)}.products-hero__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-block:clamp(3.5rem,7vw,6rem)}.products-hero__title{font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800;line-height:1.05;letter-spacing:-.03em}.products-hero__lead{max-width:58ch;margin-top:1.2rem;color:var(--body);font-size:1.02rem;line-height:1.6}.products-hero__actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.products-list__card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.products-list__card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.products-list__card img{width:100%;height:220px;object-fit:contain;padding:1rem;background:#fff}.products-list__card img.is-cover{object-fit:cover;padding:0}.products-list__body{display:flex;flex-direction:column;flex:1;padding:1.4rem}.products-list__category{display:inline-flex;align-items:center;gap:.4rem;color:var(--orange);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.products-list__name{font-size:1.15rem;margin-bottom:.6rem}.products-list__blurb{font-size:.9rem;color:var(--body);line-height:1.5;flex:1;margin-bottom:1.2rem}.products-list__foot{display:inline-flex;align-items:center;gap:.4rem;color:var(--green);font-family:var(--font-display);font-size:.9rem;font-weight:600}.products-list__card:hover .products-list__foot{color:var(--orange)}@media(max-width:900px){.products-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.products-list{grid-template-columns:1fr}}.product-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fbfaf6,#f4efe6)}.product-hero__inner{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(2.5rem,6vw,5rem);padding-block:clamp(3.5rem,7vw,6rem)}.product-hero__badge{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.2rem;padding:.4rem .85rem;background:var(--green);color:#fff;border-radius:999px;font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-hero__badge svg{color:#fff}.product-hero__category{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--orange);font-family:var(--font-display);font-size:.76rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-hero__title{font-size:clamp(2.2rem,4.2vw,3.4rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--ink)}.product-hero__tagline{margin-top:1.1rem;font-family:var(--font-display);font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:600;color:var(--green);line-height:1.4}.product-hero__blurb{margin-top:1.4rem;max-width:50ch;color:var(--body);font-size:1rem;line-height:1.65}.product-hero__actions{display:flex;gap:1rem;margin-top:2.2rem;flex-wrap:wrap}.product-hero__media{position:relative;display:flex;flex-direction:column;align-items:center}.product-hero__frame{position:relative;width:100%;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;text-align:center}.product-hero__frame img{width:100%;height:clamp(300px,36vw,440px);object-fit:contain;padding:.75rem;border-radius:var(--radius)}.product-hero__frame--cover img{padding:0}.product-hero__stamp{position:absolute;top:-12px;right:-12px;width:88px;height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:50%;font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center;line-height:1.2;box-shadow:0 12px 28px -8px #0e473e73}.product-hero__stamp span{font-size:.55rem;font-weight:500;opacity:.9}.product-gallery{display:flex;gap:.75rem;margin-top:1.2rem;justify-content:center}.product-gallery__thumb{width:76px;height:76px;padding:0;border:2px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:transform .2s,border-color .2s}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:var(--orange);transform:translateY(-3px)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:1rem;margin-top:3.5rem}.product-strip__item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.7rem;padding:1.3rem .8rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.product-strip__item:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-strip__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--green-100);border-radius:50%;color:var(--green)}.product-strip__label{font-family:var(--font-display);font-size:.82rem;font-weight:600;color:var(--ink);line-height:1.35;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;min-height:2.8em;max-height:2.8em;overflow:hidden;text-align:center}.product-band{padding-block:clamp(3.5rem,6vw,5rem);background:#fff}.product-band--cream{background:#fbfaf6}.product-band__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.product-band__text p+p{margin-top:1.1rem}.product-band__text{color:var(--body);line-height:1.7}.product-band__image img{width:100%;height:clamp(280px,32vw,380px);object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-apps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:2.5rem}.product-app__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;padding:1.4rem 1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:transform .25s var(--ease),border-color .25s}.product-app__card:hover{transform:translateY(-4px);border-color:var(--green)}.product-app__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--green-100);border-radius:50%;color:var(--green)}.product-app__name{font-family:var(--font-display);font-size:.88rem;font-weight:600;color:var(--ink);line-height:1.35}.product-specs{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.product-specs__card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.product-specs__head{display:flex;align-items:center;gap:.7rem;padding:1.1rem 1.4rem;background:var(--green);color:#fff;font-family:var(--font-display);font-size:1.05rem;font-weight:600}.product-specs__head svg{color:var(--orange)}.product-specs__table{width:100%;border-collapse:collapse}.product-specs__table tr:not(:last-child){border-bottom:1px solid var(--line)}.product-specs__table td{padding:1rem 1.4rem;font-size:.92rem}.product-specs__table td:first-child{width:40%;color:var(--muted);font-weight:600;background:#fbfaf6}.product-specs__glance{padding:1.4rem}.product-specs__note{padding:1.4rem;background:#fbfaf6;border-top:1px solid var(--line);font-size:.9rem;line-height:1.6;color:var(--body)}.product-specs__list{display:grid;gap:.85rem}.product-specs__list li{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding-bottom:.85rem;border-bottom:1px dashed var(--line);font-size:.92rem}.product-specs__list li:last-child{border-bottom:0;padding-bottom:0}.product-specs__list li span:first-child{color:var(--muted);font-weight:600}.product-storage__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.product-storage__card{display:flex;gap:1rem;padding:1.4rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.product-storage__card svg{flex-shrink:0;color:var(--orange);margin-top:.15rem}.product-storage__card p{font-size:.92rem;line-height:1.55;color:var(--body)}.product-trust{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2rem,5vw,4rem);padding:clamp(2.5rem,5vw,4rem);background:var(--green);border-radius:var(--radius-lg);color:#fff;align-items:center}.product-trust__title{color:#fff!important;font-size:clamp(1.7rem,2.8vw,2.3rem)}.product-trust__lead{max-width:48ch;margin-top:1rem;color:#ffffffd9;font-size:1rem;line-height:1.6}.product-trust__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:2rem}.product-trust-badge{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:10px;font-size:.82rem;font-weight:600}.product-trust-badge svg{color:var(--orange);flex-shrink:0}.product-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem}.product-related__card{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.product-related__card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-related__card img{width:100%;height:150px;object-fit:contain;padding:.75rem;background:#fff}.product-related__card img.is-cover{object-fit:cover;padding:0}.product-related__card span{display:block;padding:1rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--ink)}@media(max-width:1000px){.product-hero__inner,.product-band__grid,.product-specs,.product-trust{grid-template-columns:1fr}.product-hero__media{order:-1}.product-strip{grid-template-columns:repeat(3,1fr)}.product-storage__grid{grid-template-columns:1fr}.product-related__grid{grid-template-columns:repeat(2,1fr)}.product-trust__actions{justify-content:flex-start}.product-band__image img{height:auto;aspect-ratio:3 / 2}}@media(max-width:560px){.product-hero__actions{flex-direction:column}.product-hero__frame img{height:260px}.product-hero__stamp{width:72px;height:72px;font-size:.58rem}.product-strip{grid-template-columns:1fr 1fr;grid-auto-rows:1fr}.product-strip__item{min-height:160px}.product-strip__label{min-height:2.8em;max-height:2.8em}.product-gallery,.product-apps__grid,.product-related__grid{grid-template-columns:1fr}.product-related__card img{height:220px}.product-specs__table td{display:block;width:100%!important}.product-trust-badges{grid-template-columns:1fr}.product-trust-badge{width:100%}.product-trust__actions{flex-direction:column}.product-trust__actions .btn{width:100%;justify-content:center}}.contact-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fefeff,#f8f5f1)}.contact-hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem);padding-block:clamp(3rem,6vw,5.5rem)}.contact-hero__title{font-size:clamp(2rem,3.8vw,3rem);font-weight:800;line-height:1.05;letter-spacing:-.03em}.contact-hero__lead{margin-top:1.2rem;max-width:48ch;color:var(--body);font-size:1.02rem;line-height:1.6}.contact-hero__card{padding:2.5rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.contact-hero__item{display:flex;align-items:flex-start;gap:1rem;padding:1.3rem 0;border-bottom:1px solid var(--line)}.contact-hero__item:last-child{border-bottom:0;padding-bottom:0}.contact-hero__item:first-child{padding-top:0}.contact-hero__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background:var(--green-50);border-radius:12px;color:var(--green)}.contact-hero__label{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}.contact-hero__value{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--ink)}.contact-hero__value a:hover{color:var(--orange)}.contact-form__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:start}.contact-form__card{padding:clamp(1.8rem,4vw,2.8rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.contact-form__group{margin-bottom:1.3rem}.contact-form__group label{display:block;margin-bottom:.4rem;font-size:.85rem;font-weight:600;color:var(--ink)}.contact-form__group input,.contact-form__group textarea,.contact-form__group select{width:100%;padding:.9rem 1.1rem;border:1.5px solid var(--line);border-radius:10px;font-family:var(--font-body);font-size:.95rem;color:var(--ink);background:var(--white);transition:border-color .2s,box-shadow .2s}.contact-form__group input:focus,.contact-form__group textarea:focus,.contact-form__group select:focus{outline:none;border-color:var(--green-400);box-shadow:0 0 0 3px #4b8f7d1f}.contact-form__group textarea{min-height:140px;resize:vertical}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}.contact-form__submit{width:100%;justify-content:center;margin-top:.5rem}.contact-info__card{padding:2rem;background:var(--green);border-radius:var(--radius-lg);color:var(--white);height:100%}.contact-info__card h3{color:var(--white);font-size:1.3rem;margin-bottom:1rem}.contact-info__card p{color:#ffffffd9;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.contact-info__list{display:grid;gap:1rem}.contact-info__list li{display:flex;gap:.8rem;align-items:flex-start;font-size:.95rem}.contact-info__list li svg{flex-shrink:0;color:var(--orange);margin-top:.1rem}.contact-success{text-align:center;padding:2.5rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius)}.contact-success h3{color:var(--green);margin-bottom:.6rem}.contact-success p{color:var(--body);font-size:.95rem}@media(max-width:900px){.contact-hero__inner,.contact-form__grid{grid-template-columns:1fr}.contact-hero__card{order:-1}.contact-form__row{grid-template-columns:1fr}}.placeholder{background:radial-gradient(90% 80% at 50% 0%,var(--green-50) 0%,transparent 60%),var(--cream)}.placeholder__inner{display:flex;flex-direction:column;align-items:center;gap:1.4rem;min-height:62vh;padding-block:clamp(4rem,9vw,7rem);text-align:center}.placeholder__inner .rule{margin-top:0}.placeholder__inner .btn{margin-top:1rem}
