@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-8.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-9.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(assets/font-10.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-11.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/font-12.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-13.ttf) format('truetype');
}

:root{--sun:#f1da83;--sage:#e5eadc;--cream:#f5edda;--canvas:#fbf8ee;--ink:#392c29;--cherry:#702f3d;--forest:#42624b;--muted:#71665b;--line:#dcd5c4;--sans:'DM Sans','Manrope',sans-serif;--serif:'Source Serif 4',Georgia,serif;--radius:48px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--canvas);color:var(--ink);font:16px/1.6 var(--sans)}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--forest);outline-offset:5px}img{display:block;max-width:100%}.wrap{width:min(1400px,calc(100% - 2 * clamp(24px,5vw,88px)));margin-inline:auto}.header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:36px}.wordmark{font-weight:1000;font-size:57px;line-height:1;letter-spacing:-5px;position:relative;padding:0 10px 9px 0}.logo-line{position:absolute;bottom:0;left:1px;width:91%;height:8px;border-bottom:3px solid currentColor;border-radius:0 0 60% 40%;transform:rotate(-3deg)}.header nav,.header-right,.languages{display:flex;align-items:center;gap:32px}.header nav a{position:relative}.header nav a:after{content:'';position:absolute;bottom:0;left:0;right:100%;height:1px;background:currentColor;transition:right .25s}.header nav a:hover:after{right:0}.header-right{gap:22px}.languages{gap:3px}.languages a{font-size:13px;padding:7px 8px;border-radius:999px}.languages a[aria-current]{background:var(--sage)}.pill{display:inline-flex;align-items:center;justify-content:center;padding:16px 29px;border:1px solid var(--cherry);border-radius:999px;background:var(--cherry);color:var(--cream);font-size:16px;font-weight:500;transition:transform .2s,background .2s,color .2s}.pill:hover{transform:translateY(-3px);background:#8a3b4d}.pill.small{padding:11px 19px;font-size:14px}.pill.outline{background:transparent;color:var(--ink)}.pill.outline:hover{background:var(--sage)}.hero{background:var(--sun);border-radius:48px 48px 0 0;overflow:hidden}.hero-inner{min-height:640px;padding-block:32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;position:relative}.hero-copy{padding:55px 0 70px;position:relative;z-index:1}.intro{font-size:16px;margin:0 0 32px}.hero h1{margin:0 0 30px;line-height:.99;letter-spacing:-5px}.hero h1 span{font-weight:1000;font-size:clamp(58px,7.5vw,106px);display:block}.hero h1 em{font:300 clamp(47px,5.5vw,78px)/1.08 var(--serif);display:block;letter-spacing:-3.5px;margin-top:9px;white-space:nowrap}.hero-description{max-width:350px;margin:0 0 30px;font-size:18px;line-height:1.6}.hero-art{margin:0;min-width:0;align-self:center;display:flex;align-items:center;justify-content:center}.hero-art img{width:100%;height:auto;object-fit:contain}.hero-bottom{display:flex;justify-content:space-between;padding-block:23px;border-top:1px solid #702f3d35;font-size:14px}.menu-button{display:none}.skip{position:absolute;top:-100px;left:20px;background:var(--cream);z-index:20;padding:12px}.skip:focus{top:10px}.section{padding-block:100px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}h2{font:300 clamp(40px,4.7vw,64px)/1.12 var(--serif);letter-spacing:-2px;margin:0}h3{line-height:1.2}p{margin-top:0}.section-heading>p{max-width:320px;color:var(--muted);margin-bottom:0}.section-heading h2 strong{font:900 .9em var(--sans);letter-spacing:-2.5px}.eyebrow{margin-bottom:20px;color:var(--muted)}
@media(min-width:1600px){.hero-inner{min-height:720px}}@media(max-width:1050px){.header-contact{display:none}.hero-inner{min-height:580px}.hero h1{letter-spacing:-3px}.hero-art{margin:0}.hero-description{max-width:300px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:90px;gap:14px}.wordmark{font-size:46px;letter-spacing:-4px}.header nav{display:none;position:absolute;top:82px;left:20px;right:20px;padding:25px;background:var(--cream);border-radius:24px;z-index:10;flex-direction:column;align-items:flex-start;gap:20px}.header nav.open{display:flex}.header-right{gap:13px}.menu-button{display:flex;flex-direction:column;gap:6px;border:0;background:transparent;padding:10px}.menu-button span{height:2px;width:22px;background:var(--ink)}.hero{border-radius:32px 32px 0 0}.hero-inner{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding-block:0;gap:12px}.hero-copy{padding:45px 0 0}.intro{margin-bottom:25px;font-size:14px}.hero h1 span{font-size:clamp(48px,13.4vw,86px)}.hero h1 em{font-size:clamp(37px,10.2vw,66px);letter-spacing:-2px;white-space:normal}.hero-description{font-size:17px;max-width:350px;margin-bottom:24px}.hero-art{margin:0;align-self:center;width:100%;max-width:520px}.hero-bottom{gap:20px;font-size:12px;padding-block:20px}.hero-bottom span{max-width:150px}.hero-bottom a{text-align:right;max-width:150px}.section{padding-block:64px}.section-heading{display:block}.section-heading>p{margin-top:22px;max-width:100%}h2{font-size:42px;letter-spacing:-1.5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.category-tab{background:transparent;border:1px solid var(--line);border-radius:999px;padding:12px 19px;font-size:14px;transition:background .2s,border-color .2s}.category-tab:hover{border-color:var(--ink)}.category-tab[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--cream)}.category-description{color:var(--muted);font-size:15px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product{min-width:0}.product-image{position:relative;display:block;width:100%;aspect-ratio:1.16;background:var(--sage);border:0;border-radius:48px;padding:32px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s}.product-image:hover img{transform:scale(1.06)}.image-open{position:absolute;right:22px;bottom:19px;background:var(--canvas);border-radius:50%;width:38px;height:38px;font-size:27px;line-height:35px;font-weight:300}.product-info{padding:23px 5px}.product-code{font-size:13px;letter-spacing:.06em;margin:0 0 7px;color:var(--muted)}.product h3{font-size:24px;font-weight:500;margin:0 0 10px;letter-spacing:-.6px}.product h3 button{font:inherit;border:0;background:none;text-align:left;padding:0}.dimensions{font-size:14px;color:var(--muted);margin-bottom:22px}.product-bottom{border-top:1px solid var(--line);padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-bottom strong{font-size:21px;font-weight:500;white-space:normal}.product-bottom strong span{font-size:13px;font-weight:400;color:var(--muted)}.text-button{font-size:14px;border:0;background:none;padding:8px 0;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}.catalog-bottom{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:25px}.price-note{font-size:13px;color:var(--muted);line-height:1.6;max-width:490px;margin:0}.catalog-bottom .pill{flex-shrink:0}.benefit-band{background:var(--forest);color:var(--canvas);border-radius:48px;margin:0 24px}.benefit-inner{padding-block:76px;display:grid;grid-template-columns:1.15fr 1fr;gap:90px}.benefit-heading h2{font:800 clamp(34px,3.5vw,48px)/1.2 var(--sans);letter-spacing:-1.5px}.benefit-heading h2 em{font:300 1.14em/1.25 var(--serif)}.benefit-heading>p{max-width:410px;margin:30px 0 0;color:var(--muted)}.benefit-list>div{border-bottom:1px solid #fbf8ee40;padding:20px 0}.benefit-list>div:first-child{padding-top:0}.benefit-list>div:last-child{border:0;padding-bottom:0}.benefit-list h3{font-size:21px;font-weight:500;margin:0 0 8px}.benefit-list p{margin:0;color:var(--muted)}.guides{border-top:1px solid var(--line)}.guides details{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;font-size:26px;padding:30px 0;letter-spacing:-.5px}summary::-webkit-details-marker{display:none}.expand-symbol{border:1px solid #702f3d70;border-radius:50%;width:45px;height:45px;position:relative;flex-shrink:0;transition:background .2s}summary:hover .expand-symbol{background:var(--sage)}.expand-symbol:before,.expand-symbol:after{content:'';height:1px;width:17px;background:var(--ink);position:absolute;left:13px;top:21px}.expand-symbol:after{transform:rotate(90deg);transition:transform .2s}details[open] .expand-symbol:after{transform:rotate(0)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;padding-bottom:35px}.guide-grid figure{margin:0}.guide-image{padding:0;border:0;width:100%;background:var(--sage);border-radius:8px;overflow:hidden}.guide-image img{width:100%;height:240px;object-fit:contain}.guide-grid figcaption{font-size:15px;padding:15px 0 0}.contact{background:var(--cream);border-radius:48px 48px 0 0;padding-block:85px}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.contact h2{font:900 clamp(48px,5.5vw,76px)/1 var(--sans);letter-spacing:-3px}.contact h2 em{font:300 1em/1.2 var(--serif);letter-spacing:-2px}.contact-intro{max-width:440px;color:var(--muted);margin-top:30px;margin-bottom:0}.contact-details{padding-left:35px}.contact-phone{font-size:clamp(27px,3vw,40px);font-weight:500;letter-spacing:-1px;display:block}.contact-email{display:inline-block;font-size:21px;border-bottom:1px solid var(--ink);margin-bottom:23px}.contact-details>p{color:var(--muted)}.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}footer{background:var(--cream)}.footer-top{border-top:1px solid var(--line);padding-block:32px;display:flex;justify-content:space-between;gap:40px}.footer-top>p{max-width:290px;font-size:14px;color:var(--muted);margin:0}.footer-top>div{display:flex;gap:35px;font-size:14px}.footer-brand{display:flex;align-items:center;justify-content:space-between;padding-bottom:35px}.footer-wordmark{font-size:clamp(110px,20vw,280px);font-weight:1000;line-height:1;letter-spacing:-.09em;margin-left:-.018em}.footer-brand p{font:300 clamp(25px,3vw,40px)/1.2 var(--serif);max-width:270px;align-self:flex-end;margin-bottom:20px}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding-block:22px;font-size:12px;color:var(--muted)}dialog{border:0;border-radius:48px;padding:54px;width:min(1000px,calc(100vw - 32px));max-height:90vh;background:var(--canvas);color:var(--ink)}dialog::backdrop{background:#392c2999;backdrop-filter:blur(6px)}.dialog-close{position:absolute;top:12px;right:18px;border:0;background:var(--sage);border-radius:999px;font-size:28px;width:40px;height:40px;line-height:1}.dialog-layout{display:grid;grid-template-columns:1fr 1fr;gap:35px}#detail-image{width:100%;height:330px;object-fit:contain;border-radius:24px;background:white}.detail-copy h2{font-size:38px;margin:8px 0 22px;letter-spacing:-1px}.detail-copy>p{font-size:16px}.detail-copy .price-note{font-size:13px;margin-bottom:24px}.detail-price{font-size:26px!important;margin:20px 0 8px}.detail-price span{font-size:14px}dl{margin:20px 0}dl>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:9px 0;font-size:14px}dd{margin-left:15px;text-align:right}.thumbnails{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.thumbnails button{border:1px solid var(--line);background:white;border-radius:8px;padding:4px;width:70px;height:70px}.thumbnails img{height:100%;width:100%;object-fit:contain}.modal-open{overflow:hidden}.photo-view{margin:0}.photo-view>img{max-height:65vh;margin:auto;object-fit:contain}.photo-view figcaption{margin:20px auto 0;max-width:600px}[hidden]{display:none!important}body:lang(ru) .hero h1 span{font-size:clamp(58px,7vw,98px)}body:lang(en) .hero h1 span{font-size:clamp(54px,6.4vw,90px)}
@media(max-width:1050px){.product-grid{gap:20px}.product-image{padding:22px}.product h3{font-size:21px}.product-bottom{flex-wrap:wrap}.benefit-inner{gap:50px}.contact-inner{gap:40px}.contact-details{padding:0}.guide-image img{height:190px}}
@media(max-width:760px){.category-tabs{gap:8px;flex-wrap:nowrap;overflow-x:auto;padding:4px 2px 16px;margin-right:-20px;padding-right:20px;scrollbar-width:thin}.category-tab{white-space:nowrap;padding:11px 17px}.category-description{font-size:14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.product-image{border-radius:32px;padding:20px;aspect-ratio:1}.product h3{font-size:20px}.product-info{padding:18px 0}.image-open{width:30px;height:30px;font-size:22px;line-height:28px;right:12px;bottom:12px}.product-code{font-size:12px}.dimensions{font-size:13px;min-height:21px;margin-bottom:14px}.product-bottom{display:block}.product-bottom strong{display:block;font-size:20px}.text-button{font-size:13px}.catalog-bottom{display:flex;flex-direction:column-reverse;align-items:flex-start;margin-top:12px;gap:24px}.benefit-band{margin:0 12px;border-radius:32px}.benefit-inner{grid-template-columns:1fr;padding-block:45px;gap:35px;width:calc(100% - 40px)}.benefit-heading h2{font-size:34px}.benefit-heading>p{margin-top:22px}.benefit-list h3{font-size:21px}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.guide-image img{height:160px}.guide-grid figcaption{font-size:14px}summary{font-size:22px;line-height:1.3;padding:25px 0}.expand-symbol{width:38px;height:38px}.expand-symbol:before,.expand-symbol:after{top:18px;left:10px}.contact{padding-block:60px;border-radius:32px 32px 0 0}.contact-inner{grid-template-columns:1fr;gap:34px}.contact h2{font-size:52px}.contact-phone{font-size:32px}.contact-email{font-size:20px}.footer-top{display:block;padding-block:28px}.footer-top>div{margin-top:24px;gap:25px;flex-wrap:wrap}.footer-brand{align-items:flex-end;gap:30px;padding-bottom:30px}.footer-wordmark{font-size:130px}.footer-brand p{font-size:23px;max-width:140px;margin-bottom:5px}.footer-bottom{font-size:12px;gap:20px}dialog{padding:55px 24px 28px;border-radius:32px}.dialog-layout{grid-template-columns:1fr;gap:24px}#detail-image{height:260px}.detail-copy h2{font-size:34px}body:lang(en) .hero h1 span,body:lang(ru) .hero h1 span{font-size:clamp(46px,12.7vw,84px)}}
@media(max-width:380px){.product-grid{grid-template-columns:1fr}.hero h1 em{font-size:36px}.footer-wordmark{font-size:110px}.footer-brand p{font-size:20px}.contact-phone{font-size:28px}.guide-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:no-preference){.hero-copy{animation:rise-in .75s both}.hero-art{animation:rise-in 1s .12s both}@keyframes rise-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@supports(animation-timeline:view()){.benefit-inner,.contact-inner{animation:section-in linear both;animation-timeline:view();animation-range:entry 0% entry 22%}@keyframes section-in{from{opacity:.5;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}}}

/* CERF: sunflower, cherry and garden green. */
.wordmark,.footer-wordmark,.hero h1{color:var(--cherry)}
.category-tab[aria-pressed=true]{background:var(--forest);border-color:var(--forest)}
.hero-description{max-width:390px}.hero h1 em{white-space:normal}
.benefit-inner.wrap{width:min(1400px,calc(100% + 48px - 2 * clamp(24px,5vw,88px)))}
.benefit-heading>p,.benefit-list p{color:#f0f1e8}.benefit-heading>p{max-width:530px}
.material-origin{margin-top:30px;max-width:530px;border-top:1px solid #fbf8ee40;padding-top:24px}
.material-origin h3{font:300 29px/1.25 var(--serif);margin:0 0 14px}
.material-origin>p{font-size:16px;color:#f0f1e8;margin-bottom:20px}
.material-origin summary{font-size:15px;letter-spacing:0;padding:0 0 12px;text-decoration:underline;text-underline-offset:5px;justify-content:flex-start;gap:12px}
.material-origin summary:after{content:'+';font-size:22px}.material-origin details[open] summary:after{content:'−'}
.material-origin details p{font-size:14px;color:#f0f1e8;margin:0;line-height:1.7}
.benefit-list h3{font-size:22px}.benefit-list>div{padding-block:19px}
@media(min-width:1600px){.hero-inner{min-height:680px}.hero-art img{max-height:690px}}
@media(max-width:1050px) and (min-width:761px){.hero-inner{gap:24px}.hero h1 span{font-size:clamp(55px,7.5vw,78px)}.hero h1 em{font-size:clamp(43px,5.5vw,60px)}.hero-copy{padding-block:40px}.benefit-inner{gap:42px}}
@media(max-width:760px){.hero-inner{padding-bottom:12px}.hero-copy{padding-top:38px}.hero-art{padding-top:12px}.benefit-inner.wrap{width:calc(100% - 40px)}.material-origin{margin-top:24px;padding-top:22px}.material-origin h3{font-size:27px}.benefit-inner{gap:32px}}

/* Space between the hero surface and the viewport edges. */
.hero{margin-inline:24px}
.hero-inner.wrap,.hero-bottom.wrap{width:min(1400px,calc(100% + 48px - 2 * clamp(24px,5vw,88px)))}
@media(max-width:760px){.hero{margin-inline:12px}.hero-inner.wrap,.hero-bottom.wrap{width:calc(100% - 40px)}}
