:root{--green:#2f9f90;--gold:#ecc595;--palegold:#fae9d4;--ink:#202725;--muted:#5b6562;--line:#dfe6e3;--paper:#f6f8f7;--radius:6px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);font-size:16px;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--green);outline-offset:5px}img{max-width:100%;height:auto;display:block}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.topline{background:var(--paper);border-bottom:1px solid var(--line);font-size:13px;color:#4f5d58}.topline .wrap{display:flex;justify-content:space-between;padding:8px 0}header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.header-inner{min-height:102px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{width:176px;flex-shrink:0}nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:500}nav a{position:relative;white-space:nowrap;padding:13px 0}nav a:not(.shop-link):after{content:"";position:absolute;bottom:4px;left:0;width:0;height:2px;background:var(--green);transition:width .2s}nav a:hover:after,nav a[aria-current]:after{width:100%}.shop-link{border:1px solid var(--line);padding:10px 16px;border-radius:4px}.shop-link span{margin-left:12px;color:var(--green);font-size:20px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:55px;padding-top:65px;padding-bottom:55px;align-items:center}.eyebrow{font-size:12px;font-weight:650;letter-spacing:1.9px;margin:0 0 21px;display:flex;align-items:center;gap:12px}.eyebrow>span{width:22px;height:2px;background:var(--gold)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5.2vw,76px);letter-spacing:-3.5px;font-weight:500;line-height:1.09;margin-bottom:26px}h1 em{font-style:normal;color:var(--green)}.intro{font-size:18px;line-height:1.75;max-width:480px;color:var(--muted)}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin-top:31px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 22px;font-size:14px;font-weight:600;border-radius:4px;border:1px solid transparent;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:0 6px 15px #20272516}.primary{background:var(--green);color:#102c27}.text-link{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:17px;border-bottom:1px solid var(--line);padding-bottom:5px}.text-link:hover{border-color:var(--green)}.hero-note{margin-top:42px;display:flex;align-items:center;gap:13px;font-size:13px;color:var(--muted)}.small-rule{width:32px;height:1px;background:var(--gold)}.catalog-visual{position:relative;display:flex;flex-direction:column;min-height:470px;background:var(--paper);border-radius:6px;padding:28px 31px 21px;overflow:hidden;border:1px solid #edf0ee}.catalog-label{font-size:11px;letter-spacing:1.8px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.catalog-label span{font-size:13px;letter-spacing:1px;border-bottom:2px solid var(--gold);padding-bottom:5px}.catalog-visual>img{width:100%;height:365px;object-fit:contain;transition:transform .5s}.catalog-visual:hover>img{transform:translateY(-6px) rotate(-1deg)}.visual-bottom{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted)}.round-arrow{height:35px;width:35px;border:1px solid #ced9d4;border-radius:50%;display:grid;place-items:center;color:var(--ink);font-size:20px}.categories{padding:25px 0;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:14px}.categories>span{font-size:12px;max-width:120px;color:var(--muted)}.categories>div{align-self:center}.news-section{padding-top:74px;padding-bottom:77px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:12px}h2{font-size:36px;line-height:1.2;letter-spacing:-1px;font-weight:500;margin-bottom:18px}.section-heading h2{margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:transform .25s,box-shadow .25s;background:#fff}.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #1429210a}.product-image{height:244px;position:relative;padding:28px;background:var(--paper)}.product-image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.product-tag{position:absolute;top:16px;left:17px;font-size:11px;letter-spacing:1px;background:var(--palegold);padding:3px 9px;border-radius:2px}.product-body{padding:23px}.category{font-size:12px;color:var(--muted);margin-bottom:9px}.product-body h3{font-size:20px;line-height:1.35;font-weight:500;min-height:54px;margin-bottom:14px}.product-body p{font-size:14px;line-height:1.6;color:var(--muted);min-height:45px}.detail-button{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:0;border-top:1px solid var(--line);padding:15px 0 0;margin-top:20px;font-size:14px;text-align:left}.detail-button span{font-size:21px;color:var(--green)}.about-strip{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:90px;padding:55px 0}.about-strip .eyebrow{margin-bottom:15px}.about-strip h2{font-size:32px}.about-strip>div:last-child{padding-top:29px;color:var(--muted)}.newsletter-strip{background:var(--palegold);border-left:3px solid var(--gold);padding:34px 40px;display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:75px}.newsletter-strip .eyebrow{margin-bottom:12px}.newsletter-strip h2{font-size:28px;margin-bottom:10px}.newsletter-strip p:last-child{margin:0;color:var(--muted)}.outline{border-color:var(--ink);white-space:nowrap}footer{border-top:1px solid var(--line);background:var(--paper)}.footer-main{display:flex;align-items:center;gap:55px;padding:40px 0}.footer-brand{width:150px}.footer-brand img{mix-blend-mode:multiply}.footer-main p{font-size:14px;color:var(--muted);margin:0}.footer-main>div{margin-left:auto;display:flex;flex-direction:column;font-size:14px;gap:5px}.footer-bottom{border-top:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.footer-bottom>div{display:flex;gap:24px}footer a:hover{text-decoration:underline}.subpage{padding-top:65px;padding-bottom:85px;min-height:60vh}.subpage h1{font-size:56px;margin-bottom:30px;letter-spacing:-2px}.subpage .product-grid{margin-top:40px}.catalog-page{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.catalog-page>img{height:420px;object-fit:contain;background:var(--paper);border-radius:6px}.muted{color:var(--muted);font-size:14px;margin-top:25px}.empty-editorial{max-width:800px;padding:45px;border-left:3px solid var(--gold);background:var(--paper);margin-top:40px}.empty-editorial p{max-width:600px}.edition-label{font-size:12px;letter-spacing:2px;display:block;margin-bottom:18px}.about-page{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;margin-top:55px}.about-page address{font-style:normal;background:var(--paper);padding:35px;border-top:3px solid var(--green)}address a{display:block}dialog{border:1px solid var(--line);border-radius:8px;padding:44px;max-width:800px;width:calc(100% - 40px);max-height:90vh;color:var(--ink)}dialog::backdrop{background:#10241dcc;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:15px;top:12px;background:white;border:0;font-size:20px;border-radius:50%;width:36px;height:36px}.dialog-product{display:grid;grid-template-columns:1fr 1.2fr;gap:35px;align-items:center}.dialog-product>img{width:100%;height:280px;object-fit:contain}.dialog-product h2{font-size:28px}.dialog-product p{color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}[hidden]{display:none!important}@media(min-width:1500px){.hero{padding-top:85px;padding-bottom:75px}}@media(max-width:1150px){.wrap{width:calc(100% - 56px)}nav{gap:15px;font-size:13px}.brand{width:150px}.header-inner{gap:22px}nav a span:not(.shop-link span){display:block;font-size:11px}.hero{gap:25px}h1{font-size:58px}.hero .actions{gap:18px}.catalog-visual{min-height:430px;padding:25px}.catalog-visual>img{height:320px}.categories{gap:15px}.product-body{padding:18px}.about-strip{gap:50px}}@media(max-width:850px){.menu-toggle{display:flex;gap:15px;background:transparent;border:1px solid var(--line);padding:8px 13px;border-radius:4px}.header-inner{min-height:85px}nav{display:none;position:absolute;left:0;right:0;top:100%;background:white;padding:20px 28px;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #0000000a}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:4px}nav a{font-size:16px;padding:12px}nav a span:not(.shop-link span){display:inline;font-size:16px}nav a:after{display:none}.hero{padding-top:40px;grid-template-columns:1fr 1fr;gap:20px}h1{font-size:46px;letter-spacing:-2px}.intro{font-size:16px}.hero .actions{align-items:flex-start;flex-direction:column}.catalog-visual{min-height:350px;padding:17px}.catalog-visual>img{height:280px}.catalog-label{font-size:9px;letter-spacing:1px}.catalog-label span{font-size:11px}.visual-bottom{font-size:11px}.categories{flex-wrap:wrap;justify-content:flex-start;gap:16px 25px}.categories>span{max-width:none;width:100%}.product-grid{gap:16px}.product-image{height:200px;padding:23px}.product-body h3{font-size:18px;min-height:73px}.product-body p{min-height:70px}.about-strip{gap:30px}.about-strip h2{font-size:28px}.newsletter-strip{padding:30px}.section-heading .text-link{max-width:170px}.footer-bottom{flex-direction:column}.catalog-page,.about-page{gap:30px}}@media(max-width:600px){.wrap{width:calc(100% - 40px)}.topline{font-size:11px}.topline a{display:none}.brand{width:146px}.hero{grid-template-columns:1fr;gap:33px;padding-top:35px;padding-bottom:30px}.hero h1{font-size:52px}.eyebrow{font-size:10px;letter-spacing:1.5px}.hero .actions{flex-direction:row;gap:22px;align-items:center}.hero-note{margin-top:26px}.catalog-visual{min-height:360px}.catalog-visual>img{height:285px}.catalog-label{font-size:10px}.visual-bottom{font-size:12px}.categories{font-size:13px;gap:12px 22px}.news-section{padding-top:45px;padding-bottom:40px}.section-heading{display:block}.section-heading .text-link{margin-top:15px;max-width:none}h2{font-size:30px}.product-grid{grid-template-columns:1fr;gap:24px}.product-image{height:260px}.product-body{padding:23px}.product-body h3,.product-body p{min-height:0}.product-body h3{font-size:21px}.about-strip{grid-template-columns:1fr;padding:35px 0;gap:0}.about-strip>div:last-child{padding-top:5px}.newsletter-strip{display:block;padding:27px 23px;margin-bottom:40px}.newsletter-strip .button{margin-top:23px}.footer-main{flex-wrap:wrap;gap:22px;padding:30px 0}.footer-main>div{margin-left:0;width:100%}.footer-main p{font-size:12px}.footer-bottom>div{gap:12px 20px;flex-wrap:wrap}.subpage{padding-top:40px;padding-bottom:45px}.subpage h1{font-size:42px}.catalog-page,.about-page{grid-template-columns:1fr;gap:25px}.catalog-page>img{height:300px}.empty-editorial{padding:25px}.dialog-product{grid-template-columns:1fr;gap:20px}dialog{padding:35px 23px}.dialog-product>img{height:190px}.dialog-product h2{font-size:24px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
