@import "https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&family=Roboto+Condensed:wght@100;300;400;500;600&display=swap";:root{--content-max:1200px;--page-pad:1.5rem;--radius:12px;--radius-lg:18px;--muted:#5c6b86;--border:#e4e8f0;--surface:#fff;--surface-2:#f8f9fe;--fg:#171f2d;--bg:#f8f9fe;--main-bg:#4b2b1d;--nav-pill:#ededed;--nav-ink:#171f2d;--brand-navbar-bg:#2c1810;--brand-navbar-text:#f5f5f5;--cta:#e85d2a;--font-body:"Roboto", sans-serif;--font-display:"Roboto", sans-serif;--brand-accent:var(--cta);--brand-switcher-h:42px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-body);color:var(--fg);background:var(--bg);line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;margin:0}a{color:var(--brand-accent,var(--cta))}.app{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;width:100%;margin:0;padding:0}.main:has(.page:not(.page-home)){padding-top:0}.page:not(.page-home){max-width:var(--content-max);padding:calc(7.5rem + var(--brand-switcher-h)) var(--page-pad) 3rem;margin:0 auto}.page-home{padding-top:0}.brand-navbar-spacer{height:calc(120px + var(--brand-switcher-h));flex-shrink:0;margin-bottom:0}@media (width<=768px){.brand-navbar-spacer{height:calc(88px + var(--brand-switcher-h))}}.page-home .brand-navbar-spacer{height:0;margin:0;display:none}.page-loading{padding:6rem var(--page-pad) 2rem}.full-page-loader{z-index:9999;background:#fff;place-items:center;margin:0;display:grid;position:fixed;inset:0}.full-page-loader__spinner{box-sizing:border-box;border:2.5px solid #171f2d1f;border-top-color:#171f2db8;border-radius:50%;width:2.25rem;height:2.25rem;animation:.7s linear infinite full-page-loader-spin}@keyframes full-page-loader-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.full-page-loader__spinner{animation-duration:1.4s}}.brand-switcher{z-index:45;height:var(--brand-switcher-h);-webkit-backdrop-filter:blur(14px);color:#f4f6fa;background:linear-gradient(#171f2df0 0%,#171f2de0 100%);border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}.brand-switcher__inner{align-items:center;gap:1rem;width:min(1340px,100% - 32px);max-width:1340px;height:100%;margin:0 auto;display:flex}.brand-switcher__hub{color:inherit;flex-shrink:0;align-items:baseline;gap:.4rem;padding:.15rem 0;text-decoration:none;transition:opacity .2s;display:inline-flex}.brand-switcher__hub:hover{opacity:.85}.brand-switcher__hub-mark{font-family:var(--font-display);letter-spacing:.08em;font-size:.78rem;font-weight:700}.brand-switcher__hub-label{letter-spacing:.12em;text-transform:uppercase;opacity:.55;font-size:.68rem;font-weight:500}.brand-switcher__nav{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:center;gap:.15rem;min-width:0;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 12px calc(100% - 12px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 12px calc(100% - 12px),#0000 100%)}.brand-switcher__nav::-webkit-scrollbar{display:none}.brand-switcher__link{color:#f4f6fab8;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.45rem;padding:.35rem .75rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s,transform .2s;display:inline-flex;position:relative}.brand-switcher__link:hover{color:#fff;background:#ffffff14}.brand-switcher__link--active{color:#fff;background:#ffffff1f}.brand-switcher__link--active:hover{background:#ffffff24}.brand-switcher__link--busy{pointer-events:none;opacity:.55}.brand-switcher__dot{background:var(--brand-dot,#fff);opacity:.85;border-radius:50%;width:6px;height:6px;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 0 0 2px #ffffff1f}.brand-switcher__link:hover .brand-switcher__dot,.brand-switcher__link--active .brand-switcher__dot{opacity:1;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-dot,#fff) 28%, transparent);transform:scale(1.15)}.brand-switcher__name{line-height:1}@media (width<=640px){:root{--brand-switcher-h:40px}.brand-switcher__inner{gap:.55rem;width:calc(100% - 16px)}.brand-switcher__hub-label{display:none}.brand-switcher__link{letter-spacing:.06em;padding:.3rem .55rem;font-size:.66rem}}.nav-shell{top:calc(var(--brand-switcher-h) + 10px);z-index:40;pointer-events:none;width:min(1340px,100% - 40px);max-width:1340px;position:fixed;left:50%;transform:translate(-50%)}.brand-navbar{pointer-events:auto;background:var(--brand-navbar-bg,#2c1810);color:var(--brand-navbar-text,#f5f5f5);-webkit-backdrop-filter:blur(10px);border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;padding:16px 24px;display:flex;box-shadow:0 4px 20px #2c18104d}.brand-navbar--simple{--brand-navbar-bg:#fff;--brand-navbar-text:#171f2d;background:var(--brand-navbar-bg);color:var(--brand-navbar-text);-webkit-backdrop-filter:none;border-radius:20px;padding:12px;box-shadow:0 0 12.5px #0000001a}.brand-navbar--esse{--brand-navbar-bg:#ffffff0d;--brand-navbar-text:#fff;--brand-navbar-border:#fff3;background:var(--brand-navbar-bg);color:var(--brand-navbar-text);border:1px solid var(--brand-navbar-border);border-bottom:1px solid var(--brand-navbar-border);box-shadow:none;-webkit-backdrop-filter:blur(6px);border-radius:18px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;padding:12px 36px;transition:color .2s,background-color .2s,border-color .2s;display:grid}.brand-navbar--esse-on-hero{--brand-navbar-bg:#fff3;--brand-navbar-text:#072753;--brand-navbar-border:#fff3;box-shadow:0 4px 20px #0000001a}.brand-navbar--esse .brand-navbar__side{align-items:center;gap:50px;min-width:0;display:flex}.brand-navbar--esse .brand-navbar__side--start{grid-column:1;justify-content:flex-start}.brand-navbar--esse .brand-navbar__side--end{grid-column:3;justify-content:flex-end}.brand-navbar--esse .brand-navbar__brand--center{grid-column:2;justify-self:center}.brand-navbar--esse .brand-navbar__side a,.brand-navbar--esse .brand-navbar__side .btn-link{font-family:"Roboto Condensed", var(--font-body);letter-spacing:0;text-transform:none;color:var(--brand-navbar-text);opacity:1;white-space:nowrap;font-size:16px;font-weight:400;text-decoration:none}.brand-navbar--esse .brand-navbar__side a:hover,.brand-navbar--esse .brand-navbar__side .btn-link:hover{opacity:.75;color:var(--brand-navbar-text)}.brand-navbar--esse .brand-navbar__logo-img--esse{width:auto;max-width:99px;height:36px}.brand-navbar--esse .brand-navbar__auth-icon{min-width:31px;height:32px;color:var(--brand-navbar-text);border-radius:16px;justify-content:center;align-items:center;padding:0 8px;text-decoration:none;display:inline-flex}.brand-navbar--esse .brand-navbar__auth-icon-img{width:26px;height:21px;color:inherit;flex-shrink:0;display:block;transform:rotate(180deg)}.brand-navbar--esse .brand-navbar__auth-label{font-family:"Roboto Condensed", var(--font-body);text-overflow:ellipsis;white-space:nowrap;max-width:10rem;font-size:14px;overflow:hidden}.brand-navbar--esse .brand-navbar__logout{font-family:"Roboto Condensed", var(--font-body);font-size:14px}.brand-navbar--esse .brand-navbar__mobile-links{display:none}@media (width<=900px){.brand-navbar--esse{flex-wrap:wrap;gap:.75rem;padding:10px 16px;display:flex}.brand-navbar--esse .brand-navbar__side--start{display:none}.brand-navbar--esse .brand-navbar__brand--center{order:1;margin-right:auto}.brand-navbar--esse .brand-navbar__burger{order:2;display:flex}.brand-navbar--esse .brand-navbar__side--end{flex-direction:column;order:3;align-items:stretch;gap:.75rem;width:100%;display:none}.brand-navbar--esse.brand-navbar--open .brand-navbar__side--end,.brand-navbar--esse .brand-navbar__nav--open{display:flex}.brand-navbar--esse .brand-navbar__mobile-links{flex-direction:column;gap:.75rem;display:flex}.brand-navbar--esse .brand-navbar__auth-icon{justify-content:flex-start}.brand-navbar--esse .brand-navbar__auth-icon-img{transform:rotate(180deg)}.brand-navbar--esse .brand-navbar__burger-bar{background:var(--brand-navbar-text,#fff)}}.brand-navbar__brand{align-items:center;gap:14px;min-width:0;display:flex}.brand-navbar__brand-text{color:inherit;align-items:baseline;gap:.4rem;min-width:0;text-decoration:none;display:flex}.brand-navbar__logo{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:inherit;font-size:1.65rem;font-weight:700;line-height:1}.brand-navbar__logo-img{object-fit:contain;width:auto;max-width:min(200px,42vw);height:38px;display:block}.brand-navbar--simple .brand-navbar__logo-img{height:23px}.brand-navbar__company{color:#a78669;letter-spacing:.04em;font-size:.85rem;font-weight:500}.brand-navbar__burger{cursor:pointer;width:40px;height:40px;color:inherit;background:0 0;border:0;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.brand-navbar__burger-bar{background:currentColor;border-radius:999px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.brand-navbar--open .brand-navbar__burger-bar:first-child{transform:translateY(7px)rotate(45deg)}.brand-navbar--open .brand-navbar__burger-bar:nth-child(2){opacity:0}.brand-navbar--open .brand-navbar__burger-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.brand-navbar__nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.25rem;font-size:.95rem;font-weight:500;display:flex}.brand-navbar__nav a,.brand-navbar__nav .btn-link{color:inherit;opacity:.92;text-decoration:none}.brand-navbar__nav a:hover,.brand-navbar__nav .btn-link:hover{opacity:1;color:var(--cta)}.brand-navbar__auth{border:1px solid;border-radius:999px;padding:.35rem .85rem}.nav__user{opacity:.65;font-size:.88rem}.page h1{font-family:var(--font-display);margin-top:0}.page-narrow{max-width:420px}.page-auth{max-width:440px;padding-top:calc(7rem + var(--brand-switcher-h))}.auth-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem 1.5rem;animation:.45s both auth-panel-in;box-shadow:0 12px 40px #171f2d14}@keyframes auth-panel-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.auth-panel__header{margin-bottom:1.25rem}.auth-panel__title{letter-spacing:-.02em;margin:0 0 .35rem;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:700;line-height:1.2}.auth-panel__lead{margin:0;font-size:.92rem;line-height:1.45}.auth-tabs{background:var(--nav-pill);border-radius:999px;grid-template-columns:1fr 1fr;gap:.25rem;margin-bottom:1rem;padding:.25rem;display:grid}.auth-tabs__btn{appearance:none;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.55rem .75rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.auth-tabs__btn:hover{color:var(--fg)}.auth-tabs__btn.is-active{background:var(--surface);color:var(--fg);box-shadow:0 2px 10px #171f2d1a}.auth-yandex{background:var(--surface);width:100%;color:var(--fg);border:1px solid var(--border);box-shadow:none;justify-content:center;align-items:center;gap:.55rem;margin-bottom:.25rem;display:inline-flex}.auth-yandex:hover{background:#fff8f6;border-color:#fc3f1d}.auth-yandex:disabled{opacity:.55;cursor:not-allowed;transform:none}.auth-yandex__mark{color:#fff;background:#fc3f1d;border-radius:6px;flex:none;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.auth-divider{color:var(--muted);text-transform:lowercase;letter-spacing:.04em;align-items:center;gap:.75rem;margin:1rem 0 1.1rem;font-size:.8rem;font-weight:500;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-form__submit{width:100%;margin-top:.25rem}.auth-form__secondary{color:var(--muted);align-self:center;margin-top:.15rem}.auth-form__secondary:hover{color:var(--cta)}.auth-form__hint{margin:0;font-size:.9rem}.auth-form__phone{color:var(--fg);font-weight:600}.auth-form__code{letter-spacing:.35em;text-align:center;font-variant-numeric:tabular-nums;font-size:1.15rem}.auth-form__error{margin:0;font-size:.88rem}.auth-panel__footer{text-align:center;margin:1.25rem 0 0;font-size:.9rem}.auth-panel__footer a{font-weight:600;text-decoration:none}.auth-panel__footer a:hover{text-decoration:underline}.form input:focus{border-color:var(--brand-accent,var(--cta));box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-accent,var(--cta)) 22%, transparent);outline:none}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.muted{color:var(--muted)}.mono{word-break:break-all;font-family:ui-monospace,monospace;font-size:.85rem}.error{color:#b42318}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.email-verify-banner{border:1px solid var(--border);background:var(--surface);border-radius:8px;max-width:1100px;margin:.75rem auto 0;padding:.75rem 1rem;font-size:.9rem}.email-verify-banner__actions{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.email-verify-banner__form{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.email-verify-banner__form input{border:1px solid var(--border);font:inherit;border-radius:8px;width:8rem;padding:.45rem .6rem}.email-verify-banner__msg{color:#067647;margin:.5rem 0 0}.success{color:#067647}.form{flex-direction:column;gap:.75rem;display:flex}.form label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.form input{border:1px solid var(--border);font:inherit;background:var(--surface);border-radius:8px;padding:.55rem .7rem}.btn{font:inherit;letter-spacing:.01em;cursor:pointer;text-align:center;border:1px solid #0000;border-radius:999px;padding:.65rem 1.25rem;font-weight:600;text-decoration:none;transition:transform .15s,background .2s;display:inline-block}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--cta);color:#fff;box-shadow:0 8px 22px #e85d2a47}.btn-primary:hover{background:#d24f20}.btn-link{color:inherit;box-shadow:none;background:0 0;border:none;padding:0;font-weight:500}.btn-link:hover{transform:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin:1rem 0;padding:1rem}.metal-text{background:linear-gradient(278deg,#626a6c -7%,#d9d9d9 23%,#a6a6a6 52%,#ededed 82%,#a0a09e 97%,#26363a 111%);color:#0000;-webkit-background-clip:text;background-clip:text}.profile-dl{grid-template-columns:auto 1fr;gap:.35rem 1rem;display:grid}.profile-dl dt{color:var(--muted)}.consent-form{margin-top:1.5rem}.checkbox-row{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.balance-points{font-size:2rem;font-weight:700;font-family:var(--font-display);margin:0}.tx-list,.game-list,.prize-list{margin:0;padding:0;list-style:none}.tx-list li,.game-list li{margin-bottom:.75rem}.tx-list li{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem 1rem;padding:.5rem 0;display:flex}.tx-plus{color:#067647;font-weight:600}.tx-minus{color:#b42318;font-weight:600}.prize-swatch{vertical-align:middle;border-radius:50%;width:.75rem;height:.75rem;margin-right:.35rem;display:inline-block}.play-result{margin-top:1.5rem}.home-auth-hint{display:none}.spoke-footer{--footer-accent:#41b3dc;--footer-muted:#8c8c8c;--footer-gutter:clamp(24px, 2.78vw, 44px);--footer-content-max:1354px;color:#fff;box-sizing:border-box;background:0 0;width:100%;margin-top:auto;padding:clamp(24px,3vw,40px) 0 clamp(40px,5vw,64px)}.spoke-footer__inner{max-width:var(--footer-content-max);padding-left:var(--footer-gutter);padding-right:var(--footer-gutter);box-sizing:border-box;margin:0 auto}.spoke-footer__panel{box-sizing:border-box;background:#f0f2f408;border-radius:0;width:100%;padding:clamp(40px,5.5vw,72px) 0 clamp(36px,4vw,56px)}.spoke-footer__grid{grid-template-columns:minmax(100px,.7fr) minmax(0,1.4fr) minmax(0,1.1fr);align-items:start;gap:clamp(28px,4vw,56px);display:grid}.spoke-footer__brand{min-width:0;padding-top:4px}.spoke-footer__logo-img{object-fit:contain;object-position:left center;filter:brightness(0)invert();width:auto;max-width:160px;height:46px;display:block}.spoke-footer__logo-text{font-family:var(--font-display,Georgia, serif);letter-spacing:.08em;color:#fff;text-transform:uppercase;font-size:1.75rem;font-weight:700}.spoke-footer__col{min-width:0}.spoke-footer__col--company{text-align:right;justify-self:end;width:100%;max-width:320px}.spoke-footer__eyebrow{font-family:Roboto, var(--font-body,sans-serif);letter-spacing:.04em;text-transform:uppercase;color:var(--footer-muted);margin:0 0 12px;font-size:14px;font-weight:500;line-height:1.2}.spoke-footer__heading{font-family:Roboto, var(--font-body,sans-serif);color:#fff;margin:0 0 12px;font-size:24px;font-weight:400;line-height:1.2}.spoke-footer__block{margin:0 0 20px}.spoke-footer__block:last-child{margin-bottom:0}.spoke-footer__label{font-family:Roboto, var(--font-body,sans-serif);color:#fff;margin:0;font-size:15px;font-weight:300;line-height:22px}.spoke-footer__label--spaced{margin-top:22px}.spoke-footer__link{font-family:Roboto, var(--font-body,sans-serif);text-underline-offset:2px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;font-size:15px;font-weight:300;line-height:22px;text-decoration:underline}.spoke-footer__link--light{color:#fff}.spoke-footer__link--accent{color:var(--footer-accent);margin-bottom:18px;line-height:20px;display:inline-block}.spoke-footer__link--static{cursor:default}.spoke-footer__link--light:hover{color:#d9d9d9}.spoke-footer__link--accent:hover{color:#6ec8e8}.spoke-footer__policies{flex-direction:column;align-items:flex-end;gap:5px;margin:0;padding:0;list-style:none;display:flex}.spoke-footer__policies .spoke-footer__link{font-size:14px;font-weight:400;line-height:1.35}.spoke-footer__disclaimer{font-family:Roboto, var(--font-body,sans-serif);color:#fff;margin-top:clamp(28px,3.5vw,40px);padding:0;font-size:15px;font-weight:300;line-height:1.3}.spoke-footer__disclaimer p{width:100%;max-width:none;margin:0 0 .35em}.spoke-footer__disclaimer-lead{text-transform:none}@media (width<=900px){.spoke-footer__grid{grid-template-columns:1fr;gap:32px}.spoke-footer__panel{padding:36px 0 32px}.spoke-footer__col--company{text-align:left;justify-self:start;max-width:none}.spoke-footer__policies{align-items:flex-start}.spoke-footer__disclaimer{padding:0}}.age-gate{color:#f4f1ea;background:linear-gradient(165deg,#0f1521 0%,#273247 100%);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.age-gate__card{text-align:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;width:min(440px,100%);padding:2rem 1.75rem}.age-gate__eyebrow{letter-spacing:.18em;text-transform:uppercase;opacity:.75;margin:0 0 .75rem;font-size:.8rem}.age-gate__title{font-family:var(--font-display);color:#fff;margin:0 0 1rem;font-size:1.65rem}.age-gate__text,.age-gate__question{color:#f4f1ead9;margin:0 0 1rem;font-size:.95rem;line-height:1.5}.age-gate__question{color:#fff;font-weight:600}.age-gate__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem;display:flex}.age-gate__decline{color:#fff;cursor:pointer;font:inherit;background:0 0;border:1px solid #ffffff59}.age-denied{--age-denied-ink:#050925;--age-denied-ink-muted:#05092599;min-height:100dvh;color:var(--age-denied-ink);font-family:"Roboto", var(--font-body,sans-serif);background:#fff;flex-direction:column;font-weight:300;display:flex}@media (width>=901px){.age-denied{height:100dvh;max-height:100dvh;overflow:visible}.age-denied__split{align-items:stretch;min-height:0}.age-denied__art{aspect-ratio:auto;align-self:stretch;height:100%;max-height:none}}.age-denied__split{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;min-height:calc(100vh - 5.5rem);display:grid;overflow:visible}.age-denied__art{aspect-ratio:720/740;place-self:center start;width:100%;height:auto;max-height:calc(100dvh - 5.5rem);animation:.7s cubic-bezier(.22,1,.36,1) both age-denied-art-in;position:relative;overflow:hidden}.age-denied__art picture{width:100%;height:100%;display:block;position:absolute;inset:0}.age-denied__art-img{object-fit:cover;object-position:left top;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@keyframes age-denied-art-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes age-denied-panel-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.age-denied__content{--age-panel-w:33rem;--age-inset:clamp(1.5rem, 12.36%, 5.5625rem);box-sizing:border-box;flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;width:100%;padding:2rem clamp(1.5rem,4vw,2.5rem) clamp(8rem,24vh,14rem) clamp(1.5rem,12.36%,5.5625rem);display:flex;position:relative;overflow:visible}.age-denied__content>:not(.age-denied__watermark){z-index:1;animation:.55s cubic-bezier(.22,1,.36,1) .12s both age-denied-panel-in;position:relative}.age-denied__watermark{left:calc(var(--age-inset,0px) + var(--age-panel-w,33rem) / 2);aspect-ratio:710/381;color:#c4c4c4;opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;width:min(100%,44.375rem);height:auto;display:block;position:absolute;bottom:0;transform:translate(-50%,5%)}.age-denied__panel{flex-direction:column;gap:2.5rem;width:100%;max-width:33rem;display:flex}.age-denied__title{font-family:"Roboto", var(--font-body,sans-serif);color:var(--age-denied-ink);margin:0;font-size:clamp(2rem,3.75vw,3.375rem);font-weight:200;line-height:1.11}.age-denied__text{font-family:"Roboto", var(--font-body,sans-serif);color:var(--age-denied-ink);margin:0;font-size:clamp(1.15rem,1.7vw,1.5rem);font-weight:300;line-height:1.4}.age-denied__legal{color:var(--age-denied-ink-muted);padding:.75rem clamp(2rem,3.3vw,3rem) 1.25rem;font-size:.875rem;line-height:1.4}.age-denied__legal-title{letter-spacing:.02em;margin:0 0 .25rem;font-weight:300}.age-denied__legal-body{width:100%;margin:0;font-weight:300}@media (prefers-reduced-motion:reduce){.age-denied__art,.age-denied__content>:not(.age-denied__watermark){animation:none}}@media (width>=901px) and (width<=1400px){.age-denied__content{--age-panel-w:min(33rem, 100%);justify-content:flex-start;padding-top:clamp(3.5rem,14vh,7rem);padding-bottom:clamp(10rem,28vh,15rem)}.age-denied__watermark{width:min(78%,28rem)}}@media (width<=900px){.age-denied__split{grid-template-columns:1fr;align-items:start;min-height:0}.age-denied__art{aspect-ratio:auto;background:#f3f3f3;justify-self:stretch;width:100%;max-width:none;height:clamp(11.5rem,38vh,17.5rem);max-height:none}.age-denied__art-img{object-position:center 42%}.age-denied__content{--age-inset:1.25rem;--age-panel-w:100%;justify-content:flex-start;padding:1.5rem 1.25rem clamp(7rem,22vh,11rem)}.age-denied__watermark{opacity:.35;width:min(90%,18rem)}.age-denied__title{font-size:clamp(1.75rem,7.2vw,2.25rem);line-height:1.25}.age-denied__text{font-size:clamp(1.05rem,4.4vw,1.35rem)}.age-denied__legal{padding:.85rem max(1.25rem, env(safe-area-inset-left)) max(1.25rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-right));font-size:.7rem}.brand-navbar{flex-wrap:wrap;gap:.75rem}.brand-navbar__burger{margin-left:auto;display:inline-flex}.brand-navbar__nav{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.85rem;width:100%;padding-top:.35rem;font-size:.92rem;display:none}.brand-navbar__nav--open{display:flex}}.catalog-page .catalog-intro{margin-bottom:1.5rem;font-size:1.05rem}.catalog-section{margin-top:2rem}.catalog-section-title{margin:0 0 .75rem;font-size:1.15rem}.catalog-features__list{grid-template-columns:auto 1fr;gap:.35rem 1rem;margin:0;display:grid}.catalog-features__list dt{color:#5c6478;font-weight:600}.catalog-features__list dd{margin:0}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.catalog-card{border:1px solid var(--border,#e4e8f0);background:#fff;border-radius:16px;flex-direction:column;padding:0;display:flex;overflow:hidden}.catalog-card__hit{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;flex-direction:column;flex:1;margin:0;padding:0;display:flex}.catalog-card__image,.catalog-card__placeholder{aspect-ratio:4/3;object-fit:cover;background:#e8ebf2;width:100%}.catalog-card__body{flex-direction:column;flex:1;gap:.35rem;padding:.75rem 1rem 1rem;display:flex}.catalog-card__body h3{margin:0;font-size:1rem}.catalog-card__body .btn{align-self:flex-start;margin-top:auto}.catalog-price{margin:0;font-weight:700}.catalog-price--lg{font-size:1.25rem}.catalog-line-image{object-fit:cover;border-radius:8px;width:100%;max-height:200px;margin:.5rem 0}.catalog-product__layout{gap:1.5rem;margin-top:1rem;display:grid}.catalog-product__image,.catalog-product__layout .catalog-card__placeholder{max-width:320px}@media (width>=560px){.catalog-product__layout{grid-template-columns:minmax(200px,320px) 1fr;align-items:start}}.catalog-product__image{object-fit:cover;border-radius:8px;width:100%}.catalog-specs{gap:.5rem;margin:1rem 0 0;display:grid}.catalog-spec{grid-template-columns:120px 1fr;gap:.5rem;display:grid}.catalog-spec dt{color:#5c6478;margin:0;font-weight:600}.catalog-slogan{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.catalog-feature-cards,.catalog-banners,.catalog-news{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.catalog-feature-cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.catalog-feature-card,.catalog-banner,.catalog-news__item{background:#fff;border:1px solid #e2e6ef;border-radius:8px;overflow:hidden}.catalog-feature-card{padding:.75rem}.catalog-feature-card__image{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:100%;margin-bottom:.5rem}.catalog-banners{gap:1rem}.catalog-page .catalog-section--promo{margin-top:2.5rem;margin-left:calc(-1 * var(--page-pad,1.5rem));margin-right:calc(-1 * var(--page-pad,1.5rem));background:#4b2b1d;padding:0 0 1.5rem}.catalog-page .catalog-section--promo .catalog-section-title{color:#f7ecce;padding:1rem 24px 0}.catalog-banners--mosaic{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:1340px;margin:0 auto;padding:0 24px;list-style:none;display:flex}.catalog-banners--mosaic .catalog-banner{box-sizing:border-box;color:#fff;background:#3a2116;border:1px solid #ecd08d;border-radius:16px;flex:30%;grid-template-columns:none;align-items:flex-end;height:480px;min-height:480px;padding:40px;display:flex;position:relative;overflow:hidden}.catalog-banners--mosaic .catalog-banner:first-child{flex:100%;align-items:center;height:580px;min-height:580px}.catalog-banners--mosaic .catalog-banner__image{aspect-ratio:auto;object-fit:cover;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.catalog-banners--mosaic .catalog-banner__body{z-index:1;background:0 0;padding:0;position:relative}.catalog-banners--mosaic .catalog-banner__body h3{font-family:var(--font-display,Georgia, serif);margin:0 0 .35rem;font-size:34px;font-weight:700;line-height:1.2}.catalog-banners--mosaic .catalog-banner__body p{opacity:.9;margin:0;font-size:20px;line-height:1.2}@media (width<=900px){.catalog-banners--mosaic{flex-direction:column}.catalog-banners--mosaic .catalog-banner,.catalog-banners--mosaic .catalog-banner:first-child{flex:100%;width:100%;height:300px;min-height:300px}.catalog-banners--mosaic .catalog-banner:first-child{height:350px;min-height:350px}}@media (width<=600px){.catalog-banners--mosaic .catalog-banner__body h3{font-size:24px}}.catalog-banner{grid-template-columns:minmax(100px,160px) 1fr;align-items:center;gap:.75rem;padding:.75rem;display:grid}.catalog-banner__image{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:100%}.catalog-banner__logo{max-height:32px;margin-bottom:.35rem}.catalog-promo{align-items:center;gap:1rem;display:grid}@media (width>=560px){.catalog-promo{grid-template-columns:minmax(160px,280px) 1fr}}.catalog-promo__image{object-fit:cover;border-radius:8px;width:100%}.catalog-promo__logo{max-height:40px;margin-bottom:.5rem}.catalog-history{margin:0;padding:0;list-style:none}.catalog-history__item{border-bottom:1px solid #eef0f3;gap:.75rem;padding:.5rem 0;display:flex}.catalog-history__image{object-fit:contain;flex:none;width:48px;height:48px}.catalog-news__item{grid-template-columns:80px 1fr;gap:.75rem;padding:.75rem;display:grid}.catalog-news__image{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:100%}.catalog-teaser__lines{text-align:left;flex-direction:column;gap:1.5rem;margin:1rem 0;display:flex}.catalog-teaser__line-title{margin:0 0 .35rem;font-size:1.05rem}.catalog-teaser__line-desc{margin:0 0 .5rem}.catalog-teaser__line-image{object-fit:cover;border-radius:8px;width:100%;max-height:160px;margin-bottom:.75rem}.catalog-teaser__grid,.catalog-teaser__cta{margin-top:.5rem}.catalog-spec dd{margin:0}.product-item-modal{z-index:10000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.product-item-modal__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background:#000c;border:0;padding:0;position:absolute;inset:0}.product-item-modal__content{z-index:2;background:#fff;border-radius:20px;flex-direction:column;width:min(1000px,90vw);max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000059}.product-item-modal__close{z-index:12;color:#333;cursor:pointer;background:0 0;border:0;border-radius:50%;width:40px;height:40px;font-size:1.6rem;line-height:1;position:absolute;top:12px;right:12px}.product-item-modal__close:hover{background:#00000014}.product-item-modal__main{background:#fff;border-radius:16px;flex:1;min-height:360px;display:flex;position:relative;overflow:hidden}.product-item-modal__info{z-index:2;flex-direction:column;flex:0 0 50%;justify-content:center;gap:.35rem;padding:25px;display:flex;position:relative;overflow:visible}.product-item-modal__line{margin:0 0 .25rem;font-size:.9rem}.product-item-modal__name{color:#333;margin:0 0 .5rem;font-size:clamp(1.35rem,2.5vw,1.5rem);font-weight:700;line-height:1.2}.product-item-modal__descr{color:#666;white-space:pre-wrap;margin:0 0 1rem;font-size:1rem;line-height:1.4}.product-item-modal__specs-toggle{color:#4c2b1d;cursor:pointer;text-align:left;z-index:11;background:0 0;border:0;align-items:center;width:100%;margin:4px 0 8px;padding:8px 0;font-size:14px;font-weight:600;display:none;position:relative}.product-item-modal__specs-toggle-icon{margin-left:8px;font-size:12px;transition:transform .3s;display:inline-block}.product-item-modal__specs-toggle.is-expanded .product-item-modal__specs-toggle-icon{transform:rotate(180deg)}.product-item-modal__specs{flex-direction:column;gap:.65rem;display:flex}.product-item-modal__spec{color:#333;flex-wrap:wrap;align-items:center;gap:.4rem .65rem;font-size:1.05rem;display:flex}.product-item-modal__spec--quality{gap:.5rem}.product-item-modal__flag{object-fit:contain;width:22px;height:16px}.product-item-modal__label{margin-right:.35rem;font-weight:600}.product-item-modal__image-wrap{z-index:1;border-radius:16px;flex:0 0 50%;justify-content:center;align-items:center;min-height:280px;display:flex;position:relative;overflow:hidden}.product-item-modal__image-wrap picture{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex}.product-item-modal__image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.product-item-modal__nav-overlay{pointer-events:none;z-index:10;justify-content:space-between;align-items:center;padding:0;display:flex;position:absolute;top:55%;left:0;right:0;transform:translateY(-50%)}.product-item-modal__nav-btn{color:#f7ecce;cursor:pointer;pointer-events:auto;background:#4c2b1d;border:1px solid #f7ecce;border-radius:16px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.4rem;line-height:1;display:flex}.product-item-modal__nav-btn--prev{margin-left:5px}.product-item-modal__nav-btn--next{margin-right:5px}.product-item-modal__nav-btn:hover:not(:disabled){background:#5a3424;transform:scale(1.05)}.product-item-modal__nav-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.product-item-modal__thumbs{border-radius:15px;flex-direction:row;flex:none;justify-content:center;gap:8px;max-width:none;margin:15px 20px;padding:15px 20px;display:flex;overflow-x:auto;box-shadow:0 2px 10px #0000001a}.product-item-modal__thumb{cursor:pointer;background:#f0f2f6;border:2px solid #0000;border-radius:8px;flex:0 0 50px;width:50px;height:50px;padding:0;transition:all .3s;overflow:hidden}.product-item-modal__thumb:hover{border-color:#4c2b1d4d;transform:scale(1.05)}.product-item-modal__thumb.is-active{z-index:2;border-color:#4c2b1d;flex-basis:60px;width:60px;height:60px;box-shadow:0 4px 15px #4c2b1d66}.product-item-modal__thumb-img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=769px){.product-item-modal__specs-toggle{display:none!important}.product-item-modal__specs{opacity:1!important;pointer-events:auto!important;max-height:none!important;position:static!important;overflow:visible!important}}@media (width<=768px){.product-item-modal{padding:.75rem;padding-bottom:max(.75rem, env(safe-area-inset-bottom,0px));box-sizing:border-box;align-items:center}.product-item-modal__content{border-radius:16px;flex-direction:column;width:100%;max-width:min(420px,95vw);min-height:0;max-height:min(92vh,100dvh - 1.5rem);display:flex;overflow:hidden}.product-item-modal__close{top:8px;right:8px}.product-item-modal__main{-webkit-overflow-scrolling:touch;border-radius:0;flex-direction:column;flex:auto;min-height:0;overflow:hidden auto}.product-item-modal__info{flex:none;justify-content:flex-start;width:100%;padding:20px 16px 8px}.product-item-modal__name{margin-bottom:2px;font-size:20px}.product-item-modal__descr{margin-bottom:2px;font-size:12px;line-height:1.35}.product-item-modal__specs-toggle{display:inline-flex}.product-item-modal__specs-toggle[hidden]{display:none!important}.product-item-modal__image-wrap{box-sizing:border-box;background:0 0;border-radius:0;flex:auto;align-items:flex-start;width:100%;min-height:0;max-height:none;margin:0;padding:0 12px 16px;overflow:hidden}.product-item-modal__image-wrap picture{width:100%;max-height:100%;display:block}.product-item-modal__image{object-fit:contain;object-position:top center;border-radius:12px;width:100%;max-width:100%;height:auto;max-height:min(52vh,420px);display:block}.product-item-modal__specs{z-index:10;opacity:0;pointer-events:none;background:0 0;gap:0;max-height:0;margin:0;padding:0;transition:max-height .35s,opacity .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.product-item-modal__specs.is-expanded{opacity:1;pointer-events:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #4c2b1d26;border-radius:16px;max-height:55vh;margin-top:4px;overflow-y:auto;box-shadow:0 8px 32px #4c2b1d33}.product-item-modal__specs.is-expanded .product-item-modal__spec{color:#4c2b1d;border-bottom:1px solid #4c2b1d1f;margin:0;padding:10px 16px;font-size:14px;line-height:1.35}.product-item-modal__specs.is-expanded .product-item-modal__spec:last-child{border-bottom:none}.product-item-modal__nav-overlay{padding:0 10px}.product-item-modal__nav-btn{border-radius:12px;width:40px;height:40px;font-size:1.2rem}.product-item-modal__thumbs{box-shadow:none;border-top:1px solid #eee;border-radius:0;flex:none;margin:0;padding:12px 15px 16px}}html[data-miniapp-platform=telegram] .product-item-modal,html[data-miniapp-platform=max] .product-item-modal{padding-bottom:calc(.75rem + var(--miniapp-bottom-h,4.25rem) + env(safe-area-inset-bottom,0px))}html[data-miniapp-platform=telegram] .product-item-modal__content,html[data-miniapp-platform=max] .product-item-modal__content{max-height:calc(100dvh - var(--miniapp-bottom-h,4.25rem) - 1.5rem - env(safe-area-inset-bottom,0px))}html[data-miniapp-platform=telegram] .product-item-modal__image,html[data-miniapp-platform=max] .product-item-modal__image{max-height:min(46vh,360px)}.catalog-teaser__aromas button.catalog-teaser__aroma-btn{appearance:none;color:inherit;font:inherit;cursor:pointer;text-align:left;text-underline-offset:2px;background:0 0;border:0;padding:0;text-decoration:underline}.catalog-teaser__aromas button.catalog-teaser__aroma-btn:hover{color:#fff}.catalog-product.page{max-width:1000px}.catalog-product__layout{border:1px solid var(--border,#e4e8f0);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #171f2d14}.catalog-product__layout .catalog-product__image{object-fit:cover;background:#10151f;border-radius:0;min-height:280px}.catalog-product__info{padding:1.5rem 1.5rem 1.75rem}.catalog-product__info .mono,.catalog-card .mono{display:none}.block{margin:0}.block-section-title{font-family:var(--font-display,Georgia, serif);letter-spacing:.02em;margin:0 0 1.25rem;font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:600}.block-title--esse{font-family:"Roboto Condensed", var(--font-body,sans-serif);letter-spacing:0;text-transform:uppercase;color:var(--esse-accent,#41b3dc);background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;font-size:clamp(2.5rem,5vw,4.375rem);font-weight:100;line-height:normal}.block-hero{color:#fff;background:#2c1810;justify-content:center;align-items:flex-end;min-height:100dvh;animation:none;display:flex;position:relative;overflow:hidden}.block-hero--simple{color:#171f2d;background:#fff;min-height:100dvh}.block-hero--img{height:auto;min-height:0;display:block;overflow:visible}.block-hero--img .block-hero__media{position:relative;inset:auto}.block-hero--img .block-hero__media picture,.block-hero--img .block-hero__image{object-fit:contain;vertical-align:top;width:100%;max-width:100%;height:auto}.block-hero__media{position:absolute;inset:0}.block-hero__media--bg{background-position:top;background-repeat:no-repeat;background-size:cover}.block-hero__media picture,.block-hero__image{width:100%;height:100%;display:block}.block-hero__image{object-fit:cover;object-position:center top}.block-hero__hotspots{z-index:2;pointer-events:none;position:absolute;inset:0}.block-hero__hotspots-svg{width:100%;height:100%;display:block}.block-hero__hotspots a{pointer-events:auto;cursor:pointer}.block-hero__hotspots--desktop{display:block}.block-hero__hotspots--mobile{display:none}@media (width<=768px){.block-hero__hotspots--desktop{display:none}.block-hero__hotspots--mobile{display:block}.block-hero:not(.block-hero--img){aspect-ratio:390/400;height:auto;min-height:0}}.block-hero__footer{z-index:1;width:100%;max-width:var(--content-max,1200px);padding:0 var(--page-pad,1.5rem) clamp(2rem, 5vw, 3.25rem);text-align:center;margin:0 auto;padding-top:4rem;position:relative}.block-hero--media:not(.block-hero--simple) .block-hero__footer{background:linear-gradient(#0000 40%,#2c181059 100%)}.block-hero--simple .block-hero__footer{background:0 0;padding-top:1.5rem;padding-bottom:2rem}.block-hero__brand{font-family:var(--font-display,Georgia, serif);letter-spacing:.12em;text-transform:uppercase;color:#fff;text-shadow:0 2px 24px #00000073;margin:0 0 .35rem;font-size:clamp(2.6rem,7vw,4.5rem);font-weight:700}.block-hero__tagline{max-width:36ch;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);font-weight:500}.block-hero--simple .block-hero__tagline{color:#171f2d;-webkit-text-fill-color:#171f2d;background:0 0}.block-feature-cards{--block-bg:linear-gradient(180deg, #0b0a08 0%, #4c2b1d 100%);--block-slogan:linear-gradient(94.97deg, #ecd08d 0%, #dab171 53.14%, #fde6c2 81.87%), #f7ecce;--block-fg:#f7ecce;--block-tabs:#4c2b1d;--block-card-border:#f7ecce;background:var(--block-bg);color:var(--block-fg);flex-direction:column;align-items:center;padding:100px 0;display:flex}.block-feature-cards--simple{--block-bg:#f7f7f7;--block-slogan:#171f2d;--block-fg:#171f2d;--block-tabs:#171f2d;background:var(--block-bg);color:var(--block-fg);gap:36px;min-height:auto;padding:0 0 64px}.block-feature-cards__slogan{text-align:center;width:100%;max-width:780px;font-family:var(--font-display,Georgia, serif);background:var(--block-slogan);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 auto;padding:0 24px;font-size:32px;font-weight:700;line-height:38px}.block-feature-cards--simple .block-feature-cards__slogan{-webkit-text-fill-color:var(--block-slogan);color:var(--block-slogan);background:0 0}.block-feature-cards__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:1054px;margin:0 auto;padding:100px 24px;list-style:none;display:flex}.block-feature-cards--simple .block-feature-cards__list{gap:8px;max-width:1048px;padding:0 24px}.block-feature-card{box-sizing:border-box;border:2px solid var(--block-tabs,#4c2b1d);background-color:var(--block-card-bg,#f7ecce);width:330px;height:330px;min-height:330px;color:var(--block-tabs,#4c2b1d);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:16px;flex-direction:column;justify-content:space-between;padding:30px;transition:outline-color .2s;display:flex;position:relative;overflow:hidden}.block-feature-card:hover{outline-offset:0;outline:2px solid #f15a22}.block-feature-cards--simple .block-feature-card{color:#171f2d;background-color:#fff;border:none;outline:none;width:328px;height:330px}.block-feature-cards--simple .block-feature-card:hover{outline:none}.block-feature-card__decor{display:none}.block-feature-cards--simple .block-feature-card__decor{pointer-events:none;z-index:0;background-repeat:no-repeat;border-radius:16px;display:block;position:absolute;inset:0}.block-feature-card--simple-0 .block-feature-card__decor{background-position:right -18% top -42%;background-size:95%}.block-feature-card--simple-1 .block-feature-card__decor{background-position:right 12px bottom -30px;background-size:30%}.block-feature-card--simple-2 .block-feature-card__decor{background-position:right -8% top -32%;background-size:66%}.block-feature-card--simple-2 .block-feature-card__copy p{max-width:248px;margin-top:0;position:absolute;bottom:30px;left:30px}.block-feature-card__copy{z-index:1;flex-direction:column;max-width:220px;height:100%;display:flex;position:relative}.block-feature-card__copy h3{color:inherit;margin:0;font-size:20px;font-weight:700;line-height:24px}.block-feature-card__copy p{color:inherit;max-width:220px;margin:auto 0 0;font-size:20px;font-weight:400;line-height:26px}.block-feature-cards--simple .block-feature-card__copy{max-width:248px}.block-feature-cards--simple .block-feature-card__copy h3{color:#171f2d;font-weight:400}.block-feature-cards--simple .block-feature-card__copy p{color:#171f2d80;max-width:248px;font-size:18px;line-height:24px}.block-feature-cards__descr{text-align:center;color:#f7ecce;white-space:pre-wrap;width:100%;max-width:780px;margin:0 auto;padding:0 24px;font-size:24px;font-weight:400;line-height:32px}.block-feature-cards--simple .block-feature-cards__descr{color:#171f2d;max-width:987px;padding-bottom:0;line-height:38px}.block-about-esse{--block-bg:transparent;--esse-accent:#41b3dc;color:#f4f8ff;box-sizing:border-box;background:0 0;padding:clamp(48px,6vw,80px) clamp(24px,2.78vw,44px)}.block-about-esse__frame{box-sizing:border-box;background:#f0f2f408;border:1px solid #f0f2f466;border-radius:10px;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:clamp(32px,4vw,64px);max-width:1354px;min-height:554px;margin:0 auto;padding:clamp(48px,7vw,104px) clamp(32px,6vw,106px) clamp(40px,5vw,72px);display:grid}.block-about-esse__copy{flex-direction:column;gap:40px;max-width:525px;display:flex}.block-about-esse__title{font-family:"Roboto Condensed", var(--font-body,sans-serif);text-transform:uppercase;color:#fff;margin:0;font-size:clamp(2.5rem,5vw,4.375rem);font-weight:100;line-height:1.05}.block-about-esse__title-lead{font-weight:100}.block-about-esse__brand{color:var(--esse-accent);font-weight:300}.block-about-esse__body{font-family:"Roboto Condensed", var(--font-body,sans-serif);color:#f4f8ff;font-size:clamp(1.05rem,1.6vw,1.5rem);font-weight:300;line-height:1.35}.block-about-esse__body p{margin:0 0 1.35em}.block-about-esse__body p:last-child{margin-bottom:0}.block-about-esse__world{grid-template-rows:auto auto;grid-template-columns:auto 1fr;place-items:start;gap:clamp(20px,3vw,40px) clamp(12px,1.5vw,20px);min-width:0;display:grid;position:relative}.block-about-esse__num{object-fit:contain;object-position:center top;grid-area:1/1;width:clamp(88px,9vw,132px);height:auto;max-height:300px;display:block}.block-about-esse__lockup{flex-direction:column;grid-area:1/2;gap:8px;min-width:0;padding-top:4px;display:flex}.block-about-esse__worlds{width:min(100%,366px);height:auto;display:block}.block-about-esse__superslim-row{align-items:flex-start;gap:6px;width:min(100%,366px);display:flex}.block-about-esse__superslim{width:calc(100% - 18px);max-width:340px;height:auto;display:block}.block-about-esse__asterisk{flex-shrink:0;width:12px;height:12px;margin-top:2px;display:block}.block-about-esse__wordmark{aspect-ratio:124/45;width:min(100%,366px);margin-top:4px;position:relative}.block-about-esse__letter{width:auto;max-width:none;height:auto;display:block;position:absolute}.block-about-esse__letter--e1{object-fit:contain;width:24%;height:90%;top:5%;left:0}.block-about-esse__letter--s1{object-fit:contain;width:20.7%;height:94%;top:3%;left:27.5%}.block-about-esse__letter--s2{object-fit:contain;width:20.7%;height:94%;top:3%;left:51.8%}.block-about-esse__letter--e2{object-fit:contain;width:24%;height:90%;top:5%;left:75.2%}.block-about-esse__footnote{max-width:527px;font-family:"Roboto Condensed", var(--font-body,sans-serif);color:#babec7f2;grid-area:2/1/auto/-1;margin:0;font-size:clamp(.7rem,.9vw,.8125rem);font-weight:300;line-height:1.35}.block-innovations-esse{--block-bg:transparent;color:#fff;padding:0 var(--esse-gutter,clamp(24px, 2.78vw, 44px));box-sizing:border-box;scroll-margin-top:calc(var(--brand-switcher-h,42px) + 80px);background:0 0}.block-innovations-esse__inner{max-width:var(--esse-content-max,1354px);margin:0 auto}.block-innovations-esse__canvas{aspect-ratio:1357/899;width:100%;position:relative}.block-innovations-esse__title{z-index:3;margin:0;position:absolute;top:9.34%;left:7.81%}.block-innovations-esse__aura{pointer-events:none;z-index:0;width:55.72%;height:82.74%;position:absolute;top:17.58%;left:22.11%}.block-innovations-esse__ring,.block-innovations-esse__glow{object-fit:contain;opacity:.4;position:absolute}.block-innovations-esse__ring--3{width:104.57%;height:101.64%;top:-2.06%;left:.41%}.block-innovations-esse__ring--2{opacity:.35;width:83.54%;height:81.18%;top:9.12%;left:10.93%}.block-innovations-esse__ring--1{opacity:.3;width:61.41%;height:59.68%;top:20.88%;left:21.99%}.block-innovations-esse__glow{opacity:.55;filter:blur(2px);width:61.3%;height:62.9%;top:33.4%;left:19.7%}.block-innovations-esse__visual{z-index:1;transform-origin:50%;justify-content:center;align-items:center;width:51.16%;height:auto;display:flex;position:absolute;top:56.19%;left:23.56%;transform:translateY(-50%)rotate(3.58deg)}.block-innovations-esse__cig{object-fit:contain;width:100%;height:auto;display:block}.block-innovations-esse__callout{z-index:2;flex-direction:column;gap:13px;width:25.57%;display:flex;position:absolute}.block-innovations-esse__callout--tl{top:26.36%;left:8.18%}.block-innovations-esse__callout--tr{top:26.47%;left:70.3%}.block-innovations-esse__callout--bl{top:66.74%;left:8.25%}.block-innovations-esse__callout--br{top:66.74%;left:70.3%}.block-innovations-esse__callout-title{font-family:"Roboto Condensed", var(--font-body,sans-serif);color:#fff;margin:0;font-size:clamp(1.05rem,2.14vw,1.8125rem);font-weight:100;line-height:normal}.block-innovations-esse__callout-body{font-family:Roboto, var(--font-body,sans-serif);color:#fff;margin:0;font-size:clamp(.9rem,1.47vw,1.25rem);font-weight:300;line-height:1.2}.block-innovations-esse__line{display:none}@media (width>=901px){.block-innovations-esse__line{pointer-events:none;z-index:2;max-width:none;display:block;position:absolute}.block-innovations-esse__line--tl{width:30.99%;height:auto;top:43.21%;left:8.14%}.block-innovations-esse__line--tr{transform-origin:50%;width:45.87%;height:auto;top:43.21%;left:51%;transform:scaleY(-1)rotate(180deg)}.block-innovations-esse__line--bl{transform-origin:50%;width:39.16%;height:auto;top:56.28%;left:8.14%;transform:scaleY(-1)}.block-innovations-esse__line--br{transform-origin:50%;width:34.67%;height:auto;top:59.07%;left:61.68%;transform:rotate(180deg)}}@media (width<=900px){.block-innovations-esse{padding:40px 16px}.block-innovations-esse__canvas{aspect-ratio:auto;flex-direction:column;gap:28px;display:flex}.block-innovations-esse__title,.block-innovations-esse__aura,.block-innovations-esse__visual,.block-innovations-esse__callout{width:auto;height:auto;position:relative;top:auto;left:auto;transform:none}.block-innovations-esse__title{order:0;margin:0}.block-innovations-esse__aura{aspect-ratio:1;z-index:0;order:1;width:min(92%,420px);margin:0 auto -42%}.block-innovations-esse__ring,.block-innovations-esse__glow{width:100%;height:100%;inset:0}.block-innovations-esse__ring--3,.block-innovations-esse__ring--2,.block-innovations-esse__ring--1,.block-innovations-esse__glow{top:0;left:0}.block-innovations-esse__ring--2{width:84%;height:84%;inset:8%}.block-innovations-esse__ring--1,.block-innovations-esse__glow{width:64%;height:64%;inset:18%}.block-innovations-esse__visual{z-index:1;order:1;width:100%;max-width:520px;margin:0 auto 8px}.block-innovations-esse__cig{height:auto}.block-innovations-esse__callout{border-left:2px solid #f0f2f473;order:2;width:100%;padding-left:14px}.block-innovations-esse__callout-title{font-size:clamp(1.15rem,5vw,1.5rem)}.block-innovations-esse__callout-body{font-size:clamp(.95rem,4vw,1.125rem)}.block-innovations-esse__line{display:none!important}.block-about-esse{padding:40px 16px}.block-about-esse__frame{grid-template-columns:1fr;gap:36px;min-height:0;padding:40px 24px 36px}.block-about-esse__copy{gap:24px;max-width:none}.block-about-esse__world{justify-self:center;width:100%;max-width:480px}.block-about-esse__footnote{max-width:none}}.block-banner-grid{--block-bg:#4b2b1d;background:var(--block-bg);flex-wrap:wrap;justify-content:center;align-items:center;padding:0;display:flex}.block-banner-grid__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1340px;margin:0 auto;padding:0 24px;list-style:none;display:flex}.block-banner{box-sizing:border-box;color:#ededed;background-color:#3a2116;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ecd08d;border-radius:16px;flex:30%;height:480px;min-height:480px;padding:40px;position:relative;overflow:hidden}.block-banner--wide{flex:100%;justify-content:space-between;align-items:center;gap:24px;height:580px;min-height:580px;display:flex}.block-banner--wide .block-banner__body{flex-shrink:0;margin-left:auto}.block-banner__logo{z-index:1;flex-shrink:0;width:auto;max-width:min(262px,40%);height:auto;margin:0;display:block;position:relative}.block-banner__body{z-index:1;max-width:100%;position:relative}.block-banner__title{font-family:"Roboto", var(--font-sans,system-ui, sans-serif);color:#ededed;margin:0;font-size:34px;font-weight:700;line-height:1.2}.block-banner__descr{font-family:"Roboto", var(--font-sans,system-ui, sans-serif);color:#f7ecce;margin:.45rem 0 0;font-size:20px;line-height:1.2}@media (width<=768px){.block-banner-grid__list{flex-direction:column}.block-banner--has-mobile{background-image:var(--banner-mobile-bg)!important}.block-banner{flex:100%;width:100%;height:300px;min-height:300px;padding:24px}.block-banner--wide{text-align:center;flex-direction:column;justify-content:center;gap:20px;height:350px;min-height:350px}.block-banner--wide .block-banner__body{margin-left:0;margin-right:auto;margin-inline:auto;width:90%!important}.block-banner__logo{max-width:min(200px,70%);margin:0 auto}.block-banner__title{font-size:24px}.block-banner__descr{font-size:16px;line-height:1.3}}.block-promo{--promo-gradient-from:#71cbf4;--promo-gradient-to:#066bb1;color:#fff;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;max-width:none;min-height:600px;margin:0;padding:60px 0;display:flex;position:relative;overflow:visible}.block-promo__container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;overflow:visible}.block-promo__plate{z-index:2;box-sizing:border-box;border-radius:20px;justify-content:center;align-items:center;width:100%;min-height:400px;margin:0 auto;padding:40px;display:flex;position:relative;overflow:visible;background-position:50%,50%!important;background-repeat:no-repeat,no-repeat!important;background-size:cover,cover!important}.block-promo__product{z-index:15;pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.block-promo__image{object-fit:contain;filter:drop-shadow(0 8px 20px #0000004d);aspect-ratio:auto;border-radius:0;width:100%;max-width:550px;height:auto;display:block}.block-promo__body{z-index:5;box-sizing:border-box;background:0 0;border-radius:20px;flex-direction:column;justify-content:center;width:100%;max-width:1200px;min-height:300px;margin:0;padding:40px;display:flex;position:relative}.block-promo__logo-wrap,.block-promo__text{box-sizing:border-box;width:50%;margin-left:50%}.block-promo__logo{object-fit:contain;width:auto;max-width:200px;height:auto;max-height:none;margin:0 0 20px;display:block}.block-promo__title,.block-promo__body h2{font-family:"Roboto", var(--font-sans,system-ui, sans-serif);color:#fff;margin:0 0 20px;font-size:2.5rem;font-weight:700;line-height:1.2}.block-promo__descr,.block-promo__body p{font-family:"Roboto", var(--font-sans,system-ui, sans-serif);color:#fff;margin:0;font-size:1.1rem;line-height:1.6}@media (width<=900px){.block-promo{min-height:500px;padding:40px 0}.block-promo__plate{flex-direction:column;align-items:center;min-height:350px;padding:30px 20px}.block-promo__product{pointer-events:auto;margin-bottom:20px;position:relative;top:auto;left:auto;transform:none}.block-promo__image{max-width:280px}.block-promo__body{align-items:center;min-height:0;padding:0}.block-promo__logo-wrap,.block-promo__text{text-align:center;align-items:center;width:100%;margin-left:0}.block-promo__logo{margin-left:auto;margin-right:auto}.block-promo__title,.block-promo__body h2{font-size:1.75rem}}.block-history{--block-bg:#000;background:var(--block-bg);color:#fff;min-height:800px;padding:100px 0;position:relative}.block-history .block-section-title,.block-history__intro{max-width:1340px;margin-left:auto;margin-right:auto;padding-left:50px;padding-right:50px}.block-history .block-section-title{background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:48px;font-weight:700;line-height:56px}.block-history__intro{color:#f7ecce;max-width:600px;margin:0 0 2rem max(0px,50% - 670px);padding-left:50px;padding-right:50px;font-size:18px;font-weight:400;line-height:24px}.block-history__timeline-wrap{position:relative}.block-history__timeline-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:20px;overflow:auto hidden}.block-history__timeline-scroll::-webkit-scrollbar{height:8px}.block-history__timeline-scroll::-webkit-scrollbar-track{background:#f7ecce1a;border-radius:4px}.block-history__timeline-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#f15a22 0%,#f7ecce 100%);border-radius:4px}.block-history__scroll{z-index:10;color:#f7ecce;cursor:pointer;background:#f15a22;border:2px solid #f7ecce;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;line-height:1;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.block-history__scroll:hover{background:#e04a1a;transform:translateY(-50%)scale(1.06)}.block-history__scroll--left{left:10px}.block-history__scroll--right{right:10px}.block-history__list{align-items:flex-start;gap:0;width:fit-content;min-width:min(100%,1200px);max-width:none;margin:0;padding:140px 50px 40px;list-style:none;display:flex;position:relative}.block-history__list:before{content:"";z-index:1;background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#4b2b1d;border-radius:100px;height:8px;position:absolute;top:100px;left:50px;right:50px}.block-history__item{scroll-snap-align:start;z-index:2;background:0 0;border:0;border-radius:0;flex-direction:column;flex:0 0 200px;align-items:flex-start;gap:.5rem;margin-right:100px;padding:0;display:flex;position:relative}.block-history__item:last-child{margin-right:0}.block-history__item:before{content:"";z-index:3;background:#000;border:4px solid #ecd08d;border-radius:50%;width:36px;height:36px;position:absolute;top:-53px;left:50%;transform:translate(-50%)}.block-history__image{object-fit:contain;align-self:flex-start;width:auto;max-width:220px;height:160px}.block-history__year{letter-spacing:0;text-transform:none;background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:8px;margin-bottom:8px;font-size:32px;font-weight:700;line-height:38px;display:block}.block-history__title{font-family:var(--font-display,Georgia, serif);background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:20px;font-weight:700;line-height:24px;display:block}.block-history__item p{color:#f7ecce;opacity:.8;width:190px;margin:0;font-size:14px;line-height:18px}.block-news{--block-bg:#4b2b1d;background:var(--block-bg);color:#ededed;flex-direction:column;align-items:flex-start;max-width:none;margin:0;padding:200px 0;display:flex}.block-news .block-section-title,.block-news__subtitle,.block-news__list,.block-news__more-btn{width:100%;max-width:1340px;padding-left:var(--page-pad,1.5rem);padding-right:var(--page-pad,1.5rem);box-sizing:border-box;margin-left:auto;margin-right:auto}.block-news .block-section-title{color:#333963;-webkit-text-fill-color:#333963;background:0 0;font-size:40px;font-weight:700;line-height:1.2}.block-news--esse .block-section-title.block-title--esse{color:var(--esse-accent,#41b3dc);-webkit-text-fill-color:unset;font-size:clamp(2.5rem,5vw,4.375rem);font-weight:100;line-height:normal}.block-news--esse .block-news__subtitle{color:#f4f8ffd9}.block-news--esse .block-news__item{background:#f0f2f408;border:1px solid #f0f2f466;border-radius:10px}.block-news--esse .block-news__image{border-radius:10px 10px 0 0}.block-news--esse .block-news__card{color:#f4f8ff;background:0 0;border-radius:0 0 10px 10px}.block-news--esse .block-news__item h3{color:#fff}.block-news--esse .block-news__item p{color:#f4f8ffd9}.block-news--esse .block-news__more{color:var(--esse-accent,#41b3dc)}.block-news--esse .block-news__more-btn{color:#171f2d;box-shadow:none;background:linear-gradient(94.97deg,#8a939f 0%,#c3c7cf 50%,#e8eaed 78%,#67717d 100%);border:1px solid #f0f2f466;border-radius:10px}.block-news__subtitle{max-width:500px;margin:-.5rem auto 1.75rem;margin-left:max(var(--page-pad,1.5rem), calc((100% - 1340px) / 2 + var(--page-pad,1.5rem)));color:#f7ecce;font-size:20px;line-height:1.2}.block-news__list{padding-left:var(--page-pad,1.5rem);padding-right:var(--page-pad,1.5rem);flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;margin:30px auto 0;list-style:none;display:flex}.block-news__item{background:#f7ecce;border:0;border-radius:16px;flex-direction:column;flex:280px;max-width:350px;min-height:400px;display:flex;overflow:hidden}.block-news__item a{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.block-news__image{aspect-ratio:auto;object-fit:cover;border-radius:16px 16px 0 0;flex-shrink:0;width:100%;height:200px;display:block}.block-news__card{color:#333963;background:#f7ecce;border-radius:0 0 16px 16px;flex-direction:column;flex:auto;min-height:0;padding:20px;display:flex}.block-news__item h3{color:#4c2b1d;margin:0 0 .5rem;font-size:20px;font-weight:700;line-height:24px}.block-news__item p{color:#0b0a08;margin:0 0 .65rem;font-size:16px;line-height:22px}.block-news__more{color:#979bb3;margin-top:auto;font-size:14px;font-weight:400;line-height:20px;text-decoration:none}.block-news__more-btn{box-sizing:border-box;width:calc(100% - 2 * var(--page-pad,1.5rem));color:#050925;text-align:center;background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;border:0;border-radius:16px;justify-content:center;align-items:center;max-width:1340px;height:60px;margin-top:10px;padding:0 24px;font-size:16px;font-weight:500;line-height:22px;text-decoration:none;display:flex;box-shadow:0 12px 16px #00000040}.block-where-to-buy{--block-bg:linear-gradient(180deg, #4c2b1d 0%, #2b1710 100%);background:var(--block-bg);color:#f7ecce;max-width:none;min-height:800px;margin:0;padding:0}.block-where-to-buy__layout{width:100%;max-width:1340px;padding:60px var(--page-pad,1.5rem);box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:50px;margin:0 auto;display:flex}.block-where-to-buy__left{flex-direction:column;flex:0 0 480px;max-width:480px;display:flex}.block-where-to-buy__title{background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:40px;font-weight:700;line-height:48px}.block-where-to-buy__title.block-title--esse{font-family:"Roboto Condensed", var(--font-body,sans-serif);letter-spacing:0;text-transform:uppercase;background:0 0;-webkit-background-clip:unset;background-clip:unset;color:var(--esse-accent,#41b3dc);-webkit-text-fill-color:unset;margin:0 0 16px;font-size:clamp(2.5rem,5vw,4.375rem);font-weight:100;line-height:normal}.block-where-to-buy--esse{--esse-platinum:linear-gradient(94.97deg, #8a939f 0%, #c3c7cf 50%, #e8eaed 78%, #67717d 100%);--esse-frame-border:#f0f2f466;color:#f4f8ff}.block-where-to-buy--esse .block-where-to-buy__descr{color:#f4f8ffd9}.block-where-to-buy--esse .block-where-to-buy__geo{background:var(--esse-platinum);border:1px solid var(--esse-frame-border);color:#171f2d;box-shadow:none;border-radius:10px}.block-where-to-buy--esse .block-where-to-buy__geo:hover{box-shadow:0 4px 16px #0003}.block-where-to-buy--esse .block-where-to-buy__input{border:1px solid var(--esse-frame-border);color:#f4f8ff;background:#f0f2f408;border-radius:10px}.block-where-to-buy--esse .block-where-to-buy__input::placeholder{color:#f4f8ff8c}.block-where-to-buy--esse .block-where-to-buy__input:focus{border-color:#f0f2f4b3}.block-where-to-buy--esse .block-where-to-buy__find{border:1px solid var(--esse-frame-border);background:var(--esse-platinum);color:#171f2d;box-shadow:none;border-radius:10px}.block-where-to-buy--esse .block-where-to-buy__find:hover{background:var(--esse-platinum);color:#171f2d}.block-where-to-buy--esse .block-where-to-buy__reset{border:1px solid var(--esse-frame-border);color:#f4f8ff;background:#f0f2f408;border-radius:10px}.block-where-to-buy--esse .block-where-to-buy__map{border:1px solid var(--esse-frame-border);border-radius:10px}.block-where-to-buy--esse .block-where-to-buy__hint,.block-where-to-buy--esse .block-where-to-buy__status{color:#f4f8ffd9}.block-where-to-buy__descr{color:#f7ecce;margin:0 0 32px;font-size:20px;font-weight:400;line-height:24px}.block-where-to-buy--simple .block-where-to-buy__title{-webkit-text-fill-color:#171f2d;color:#171f2d;background:0 0}.block-where-to-buy--simple .block-where-to-buy__descr{color:#171f2d80}.block-where-to-buy__form{flex-direction:column;gap:16px;margin-bottom:0;display:flex}.block-where-to-buy__geo{color:#4c2b1d;cursor:pointer;box-sizing:border-box;text-align:left;background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;border:none;border-radius:16px;align-items:center;gap:12px;width:100%;padding:16px 24px;font-size:16px;font-weight:500;line-height:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 6px 16px #00000040}.block-where-to-buy__geo:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.block-where-to-buy__geo:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 6px 16px #00000040}.block-where-to-buy__geo svg{flex-shrink:0}.block-where-to-buy__input{width:100%;min-height:52px;font:inherit;color:#f7ecce;box-sizing:border-box;background:#f7ecce1a;border:2px solid #f7ecce4d;border-radius:16px;padding:16px 24px;font-size:16px}.block-where-to-buy__input::placeholder{color:#f7ecce8c}.block-where-to-buy__input:focus{border-color:#ecd08d;outline:none}.block-where-to-buy__actions{flex-wrap:wrap;gap:12px;display:flex}.block-where-to-buy__find{color:#4c2b1d;background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce;border:0;border-radius:16px;box-shadow:0 6px 16px #00000040}.block-where-to-buy__find:hover{color:#4c2b1d;background:linear-gradient(94.97deg,#ecd08d 0%,#dab171 53.14%,#fde6c2 81.87%),#f7ecce}.block-where-to-buy__reset{color:#f7ecce;background:0 0;border:1px solid #f7ecce73;border-radius:16px}.block-where-to-buy__right{flex:auto;min-width:0}.block-where-to-buy__map{background-color:#00000040;background-image:linear-gradient(135deg,#f7ecce0f 25%,#0000 25%),linear-gradient(225deg,#f7ecce0f 25%,#0000 25%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #f7ecce40;border-radius:16px;height:800px;min-height:800px;position:relative;overflow:hidden}.block-where-to-buy__map--ready{background:#e5e5e5}.block-where-to-buy__map-host{width:100%;height:100%;position:absolute;inset:0}.block-where-to-buy__hint{z-index:2;color:#f7ecce;opacity:1;pointer-events:none;background:#00000059;place-items:center;max-width:none;margin:0;padding:1.5rem;line-height:1.45;display:grid;position:absolute;inset:0}.block-where-to-buy__hint span{max-width:42ch}.block-where-to-buy__status{color:#f7ecce;opacity:.9;margin:0;font-size:.95rem;line-height:1.4}@media (width<=1024px){.block-where-to-buy{min-height:0}.block-where-to-buy__layout{flex-direction:column;align-items:stretch;gap:32px;padding:40px 20px}.block-where-to-buy__left{flex:none;width:100%;max-width:none}.block-where-to-buy__title{font-size:32px;line-height:38px}.block-where-to-buy__map{height:400px;min-height:400px}}.block-line-cards{--block-bg:#4b2b1d;--line-title-color:linear-gradient(94.97deg, #ecd08d 0%, #dab171 53.14%, #fde6c2 81.87%), #f7ecce;background:var(--block-bg);color:#f7ecce;background-position:50%;background-size:cover;min-height:800px;padding:0}.block-line-cards__layout{max-width:1440px;padding:190px var(--page-pad,1.5rem);flex-wrap:nowrap;justify-content:center;align-items:center;gap:20px 50px;margin:0 auto;display:flex}.block-line-cards__intro{flex-direction:column;flex-shrink:0;gap:20px;width:min(380px,100%);margin:0;display:flex}.block-line-cards__title{font-family:var(--font-display,"Roboto", sans-serif);background:var(--line-title-color);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:40px;font-weight:700;line-height:1.2}.block-line-cards__descr{color:#f7ecce;max-width:none;margin:0;font-size:20px;line-height:1.2}.block-line-cards__list{flex-flow:row;flex:auto;grid-template-columns:none;gap:20px;min-width:0;max-width:none;margin:0;padding:0;list-style:none;display:flex}.block-line-card{color:#fff;background:0 0;border-radius:0;flex-direction:column;flex:1 1 0;width:220px;min-width:0;max-width:220px;height:480px;min-height:0;display:flex;position:relative;overflow:visible}.block-line-card a{color:#fff;flex-direction:column;height:100%;text-decoration:none;display:flex;position:relative}.block-line-card a:after{display:none}.block-line-card__inner{flex:auto;width:100%;height:320px;position:relative}.block-line-card__content{z-index:0;background-color:#2c1810;background-position:50%;background-size:cover;border-radius:16px;padding:20px;position:absolute;inset:0}.block-line-card__title{font-size:16px;font-weight:500;line-height:1.2}.block-line-card__meta{opacity:.95;margin-top:10px;font-size:12px;font-weight:400;line-height:1.2}.block-line-card__shield{z-index:0;border-radius:16px;flex-shrink:0;width:100%;height:125px;margin-top:8px}.block-line-card__pack{z-index:1;pointer-events:none;background-position:bottom;background-repeat:no-repeat;background-size:contain;width:168px;height:348px;position:absolute;bottom:0;left:calc(50% - 84px)}.block-line-card__bg,.block-line-card__body{display:none}.block-line-cards--esse{--block-bg:transparent;color:#fff;min-height:0}.block-line-cards--esse .block-line-cards__layout{max-width:var(--esse-content-max,1354px);flex-flow:column;justify-content:flex-start;align-items:stretch;gap:clamp(48px,5.5vw,87px);margin:0 auto;padding:clamp(32px,4vw,64px) 0 clamp(48px,6vw,80px)}.block-line-cards--esse .block-line-cards__intro{gap:0;width:min(525px,100%)}.block-line-cards--esse .block-line-cards__title.block-title--esse{font-family:"Roboto Condensed", var(--font-body,sans-serif);letter-spacing:0;text-transform:uppercase;color:var(--esse-accent,#41b3dc);background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;margin:0;font-size:clamp(2.5rem,5vw,4.375rem);font-weight:100;line-height:normal}.block-line-cards--esse .block-line-cards__descr{display:none}.block-line-cards--esse .block-line-cards__list{flex:0 auto;justify-content:center;gap:clamp(12px,1.4vw,20px);width:100%;max-width:948px;margin:0 auto}@media (width<=900px){.block-line-cards--esse .block-line-cards__layout{gap:32px;padding-top:48px;padding-bottom:48px}.block-line-cards--esse .block-line-cards__title,.block-title--esse{font-size:clamp(2rem,8vw,2.75rem)}}.block-catalog-cta,.catalog-teaser{--block-bg:linear-gradient(180deg, #4b2b1d 0%, #000 80%);text-align:left;background:var(--block-bg);color:#ededed;border:none;max-width:none;margin:0;padding:clamp(3rem,6vw,4.5rem) 0;position:relative}.catalog-teaser--simple{--block-bg:#f7f7f7;background:var(--block-bg);color:#171f2d;padding:64px 0 100px}.catalog-teaser--simple .catalog-teaser__track{max-width:1721px;margin:0 auto;padding:0 24px}.block-catalog-cta .block-section-title,.block-catalog-cta__intro{max-width:var(--content-max,1200px);padding-left:var(--page-pad,1.5rem);padding-right:var(--page-pad,1.5rem);margin-left:auto;margin-right:auto}.block-catalog-cta__intro{color:#edededbf;margin-bottom:1.5rem}.catalog-teaser--simple .block-catalog-cta__intro{color:#5c6b86}.catalog-teaser__track{position:relative}.catalog-teaser__gallery{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:20px;max-width:none;padding:0 0 0 50px;display:flex;overflow:auto hidden}.catalog-teaser--simple .catalog-teaser__gallery{flex-wrap:nowrap;gap:8px;width:100%;padding:0;overflow:visible}.catalog-teaser__gallery::-webkit-scrollbar{width:0;height:0;display:none}.catalog-teaser__panel{box-sizing:border-box;color:#ededed;background:#2c1810 50%/cover no-repeat;border:1px solid #ecd08d;border-radius:16px;flex-direction:column;flex:none;justify-content:space-between;width:1000px;min-width:1000px;height:600px;min-height:600px;padding:30px 50px;display:flex;position:relative;overflow:hidden}.catalog-teaser--esse .catalog-teaser__panel{border:1px solid #f0f2f466;border-radius:10px}.catalog-teaser--simple .catalog-teaser__panel--simple{color:#171f2d;background-color:#fff;border:none;border-radius:16px;flex:1 0 0;width:auto;min-width:0;height:750px;min-height:750px;padding:0;display:block;overflow:hidden;container-type:inline-size}.catalog-teaser--simple .catalog-teaser__panel:before{display:none}.catalog-teaser--simple .simple-product-bg{opacity:.5;pointer-events:none;z-index:0;width:301.4%;height:56%;position:absolute;top:auto;bottom:0;overflow:hidden}.catalog-teaser--simple .simple-product-bg img{object-fit:cover;object-position:center bottom;width:100%;max-width:none;height:100%;display:block}.catalog-teaser--simple .catalog-teaser__panel--simple-0 .simple-product-bg{left:0;right:auto;transform:scaleX(-1)}.catalog-teaser--simple .catalog-teaser__panel--simple-1 .simple-product-bg{left:50%;right:auto;transform:translate(-50%)}.catalog-teaser--simple .catalog-teaser__panel--simple-2 .simple-product-bg{left:auto;right:0;transform:none}.catalog-teaser--simple .simple-product-copy{z-index:2;text-align:left;flex-direction:column;align-items:flex-start;gap:16px;display:flex;position:absolute;top:8%}.catalog-teaser--simple .catalog-teaser__panel--simple-0 .simple-product-copy{width:min(448px,78.5%);left:10.5%}.catalog-teaser--simple .catalog-teaser__panel--simple-1 .simple-product-copy,.catalog-teaser--simple .catalog-teaser__panel--simple-2 .simple-product-copy{width:min(448px,100% - 48px);left:50%;transform:translate(-50%)}.catalog-teaser--simple .simple-product-copy .catalog-teaser__panel-title{width:auto;max-width:100%;margin:0;font-size:0;line-height:0}.catalog-teaser--simple .simple-product-head-img{object-fit:contain;width:121px;max-width:100%;height:78px;display:block}.catalog-teaser--simple .simple-product-copy .catalog-teaser__panel-desc{color:#171f2d80;white-space:pre-wrap;width:auto;max-width:100%;margin:0;font-size:clamp(15px,3.15cqi,18px);line-height:26px}.catalog-teaser--simple .simple-product-pack-wrap{z-index:1;aspect-ratio:160.341/372.979;pointer-events:none;width:160px;height:auto;position:absolute;top:33.867%;left:50%;transform:translate(-50%)}.catalog-teaser--simple .simple-product-pack-shadow{object-fit:contain;opacity:.85;width:101.9%;height:74.6%;position:absolute;top:24.5%;left:90.1%;transform:translate(-50%)}.catalog-teaser--simple .simple-product-pack{object-fit:contain;width:99.9%;height:99.95%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.catalog-teaser--simple .simple-product-details-btn{z-index:2;color:#171f2d;cursor:pointer;isolation:isolate;background:#fff;border:2px solid #ccc;border-radius:16px;width:min(400px,70.6%);min-width:0;height:60px;margin:0;padding:0 24px;font-size:16px;font-weight:500;line-height:22px;transition:opacity .2s;animation:7.5s ease-in-out infinite simple-product-details-btn-glow;position:absolute;bottom:4%;left:14.7%;overflow:hidden;box-shadow:0 2px 14px #171f2d14,0 0 14px #fffffff2}.catalog-teaser--simple .simple-product-details-btn:after{content:"";pointer-events:none;background:linear-gradient(105deg,#fff0 0%,#ffffff14 28%,#ffffff8c 42%,#fff 50%,#ffffff8c 58%,#ffffff14 72%,#fff0 100%);width:100%;height:100%;animation:7.5s ease-in-out infinite simple-product-details-btn-shine;position:absolute;inset:0;transform:translate(-100%)}.catalog-teaser--simple .simple-product-details-btn:hover{opacity:.94}.catalog-teaser--simple .catalog-teaser__panel--simple-0 .simple-product-details-btn,.catalog-teaser--simple .catalog-teaser__panel--simple-0 .simple-product-details-btn:after{animation-delay:0s}.catalog-teaser--simple .catalog-teaser__panel--simple-1 .simple-product-details-btn,.catalog-teaser--simple .catalog-teaser__panel--simple-1 .simple-product-details-btn:after{animation-delay:2.5s}.catalog-teaser--simple .catalog-teaser__panel--simple-2 .simple-product-details-btn,.catalog-teaser--simple .catalog-teaser__panel--simple-2 .simple-product-details-btn:after{animation-delay:5s}@keyframes simple-product-details-btn-shine{0%,55%{transform:translate(-100%)}75%,to{transform:translate(100%)}}@keyframes simple-product-details-btn-glow{0%,to{box-shadow:0 2px 14px #171f2d14,0 0 14px #fffffff2}50%{box-shadow:0 2px 18px #171f2d24,0 0 22px #fff}}@media (prefers-reduced-motion:reduce){.catalog-teaser--simple .simple-product-details-btn,.catalog-teaser--simple .simple-product-details-btn:after{animation:none}}.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__nav{pointer-events:none;z-index:10;justify-content:space-between;align-items:center;gap:0;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__nav-btn{pointer-events:auto}.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__nav-btn--prev{margin-left:20px}.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__nav-btn--next{margin-right:20px}@media (width>=769px){.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__spoiler{display:none}.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__aromas--desktop-open{opacity:1;max-height:none;margin-top:0;display:block;overflow:visible}}@media (width<=768px){.catalog-teaser:not(.catalog-teaser--simple) .catalog-teaser__aromas:not(.is-open){display:none}}.catalog-teaser__controls{max-width:var(--content-max,1200px);padding:0 var(--page-pad,1.5rem);align-items:center;gap:1rem;margin:1rem auto 0;display:flex}.catalog-teaser__progress{background:#ededed2e;border-radius:999px;flex:auto;height:2px;overflow:hidden}.catalog-teaser--simple .catalog-teaser__progress{background:#171f2d26}.catalog-teaser__progress-fill{transform-origin:0;background:linear-gradient(90deg,#ededed73,#ededed);width:100%;height:100%;transition:transform .15s ease-out;display:block}.catalog-teaser--simple .catalog-teaser__progress-fill{background:#171f2d}.catalog-teaser__dots{flex:none;align-items:center;gap:.4rem;display:flex}.catalog-teaser__dot{cursor:pointer;background:#ededed59;border:0;border-radius:999px;width:6px;height:6px;padding:0;transition:width .2s,background .2s}.catalog-teaser__dot.is-active{background:#ededed;width:18px}.catalog-teaser--simple .catalog-teaser__dot{background:#171f2d4d}.catalog-teaser--simple .catalog-teaser__dot.is-active{background:#171f2d}.catalog-teaser__nav{flex:none;gap:.45rem;display:flex}.catalog-teaser__nav-btn{color:#f7ecce;cursor:pointer;background:#4c2b1d;border:1px solid #f7ecce;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.catalog-teaser--simple .catalog-teaser__nav-btn{color:#171f2d;background:#fff;border-color:#171f2d59}.catalog-teaser__nav-btn:hover:not(:disabled){background:#5a3424;border-color:#f7ecce;transform:scale(1.05)}.catalog-teaser--simple .catalog-teaser__nav-btn:hover:not(:disabled){background:#f0f0f0;border-color:#171f2d73}.catalog-teaser__nav-btn:disabled{opacity:.35;cursor:default}@media (width<=600px){.catalog-teaser__controls{flex-wrap:wrap}.catalog-teaser__progress{flex-basis:100%;order:3}}.catalog-teaser__panel--plain{background:#3a2116}.catalog-teaser__panel:before{content:"";pointer-events:none;background:#00000059;position:absolute;inset:0}.catalog-teaser__panel-overlay{z-index:1;flex-direction:column;max-width:36rem;height:100%;padding:0;display:flex;position:relative}.catalog-teaser--simple .catalog-teaser__panel-overlay{max-width:none;padding:clamp(1.5rem,4vw,2.5rem)}.catalog-teaser__panel-title{font-family:var(--font-display,Georgia, serif);max-width:400px;margin:0 0 .75rem;font-size:44px;font-weight:700;line-height:58px}.catalog-teaser--simple .catalog-teaser__panel-title{color:#171f2d;-webkit-text-fill-color:#171f2d;background:0 0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2}.catalog-teaser__panel-desc{color:#edededeb;max-width:380px;margin:14px 0 auto;font-size:20px;line-height:26px}.catalog-teaser--simple .catalog-teaser__panel-desc{color:#171f2d80}.catalog-teaser__spoiler{color:#ededed;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;align-items:center;gap:.5rem;margin:0;padding:0;font-weight:600;text-decoration:underline;display:inline-flex}.catalog-teaser--simple .catalog-teaser__spoiler{color:#171f2d}.catalog-teaser__spoiler:after{content:"▾";text-decoration:none;transition:transform .2s}.catalog-teaser__spoiler.is-open:after{transform:rotate(180deg)}.catalog-teaser__aromas{flex-wrap:wrap;gap:.5rem .75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.catalog-teaser__aromas a,.catalog-teaser__aroma-btn{color:#ededed;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ededed73;padding:0;font-size:.95rem;text-decoration:none}.catalog-teaser--simple .catalog-teaser__aromas a,.catalog-teaser--simple .catalog-teaser__aroma-btn{color:#171f2d;border-bottom-color:#171f2d59}.catalog-teaser__aromas a:hover,.catalog-teaser__aroma-btn:hover{border-bottom-color:#ededed}.block-cta,.block-text{max-width:var(--content-max,1200px);padding:1.5rem var(--page-pad,1.5rem);margin:0 auto}@media (width<=900px){.block-feature-cards{padding:60px 0}.block-feature-cards--simple{gap:24px;padding:40px 16px 0}.block-feature-cards__list{padding:40px 16px}.block-feature-cards--simple .block-feature-cards__list{flex-direction:column;align-items:center;max-width:none;padding:0}.block-feature-card,.block-feature-cards--simple .block-feature-card{width:min(330px,100vw - 32px)}.block-feature-cards--simple .block-feature-card{height:300px;padding:24px}.block-feature-card--simple-0 .block-feature-card__decor{background-position:right -10% top -35%;background-size:80%}.block-feature-card--simple-1 .block-feature-card__decor{background-position:right 20px bottom -30px;background-size:28%}.block-feature-card--simple-2 .block-feature-card__decor{background-position:right -6% top -28%;background-size:51%}.block-feature-card--simple-2 .block-feature-card__copy p{bottom:24px;left:24px}.block-feature-cards--simple .block-feature-cards__descr{padding:0 8px 40px;font-size:18px;line-height:28px}.block-line-cards{min-height:0}.block-line-cards__layout{padding:100px var(--page-pad,1.5rem) 4rem;flex-flow:column wrap;align-items:stretch;gap:32px}.block-line-cards__intro{width:100%;margin-right:0}.block-line-cards__title{font-size:32px}.block-line-cards__descr{font-size:16px;line-height:1.4}.block-line-cards__list{flex-wrap:wrap;justify-content:center;gap:16px}.block-line-card{flex:0 auto;width:min(300px,100vw - 32px);max-width:min(300px,100vw - 32px);height:400px}.block-line-card__inner{height:240px}.block-line-card__shield{height:100px}.block-line-card__pack{width:120px;height:250px;left:calc(50% - 60px)}.block-history{min-height:0;padding:50px 0}.block-history .block-section-title,.block-history__intro{padding-left:20px;padding-right:20px}.block-history .block-section-title{font-size:32px;line-height:38px}.block-history__intro{margin-left:20px;font-size:16px;line-height:22px}.block-history__list{padding:100px 20px 30px}.block-history__list:before{left:20px;right:20px}.block-history__item{flex:0 0 150px;margin-right:50px}.block-history__year{font-size:20px;line-height:24px}.block-history__title{font-size:14px;line-height:18px}.block-news{padding:80px 0}.catalog-teaser__gallery{padding-left:16px}.catalog-teaser__panel{width:min(1000px,100vw - 2.5rem);min-width:min(1000px,100vw - 2.5rem);height:auto;min-height:420px;padding:24px}.catalog-teaser__panel-title{font-size:28px;line-height:34px}.catalog-teaser--simple{padding:40px 16px 64px}.catalog-teaser--simple .catalog-teaser__track{max-width:none;padding:0}.catalog-teaser--simple .catalog-teaser__gallery{flex-direction:column;align-items:center;gap:8px;overflow:visible}.catalog-teaser--simple .catalog-teaser__panel--simple{flex:none;width:100%;min-width:0;max-width:328px;height:660px;min-height:660px;margin:0 auto}.catalog-teaser--simple .simple-product-bg{width:304.9%;height:74.9%}.catalog-teaser--simple .catalog-teaser__panel--simple-0 .simple-product-bg{top:36.4%;bottom:auto;left:-4.6%;transform:scaleX(-1)}.catalog-teaser--simple .catalog-teaser__panel--simple-1 .simple-product-bg{top:37.1%;bottom:auto;left:50%;transform:translate(-50%)}.catalog-teaser--simple .catalog-teaser__panel--simple-2 .simple-product-bg{inset:37.1% 0 auto auto;transform:none}.catalog-teaser--simple .simple-product-copy{top:20px}.catalog-teaser--simple .catalog-teaser__panel--simple-0 .simple-product-copy{width:calc(100% - 40px);max-width:288px;left:20px;transform:none}.catalog-teaser--simple .catalog-teaser__panel--simple-1 .simple-product-copy,.catalog-teaser--simple .catalog-teaser__panel--simple-2 .simple-product-copy{width:calc(100% - 40px);max-width:288px;left:50%;transform:translate(-50%)}.catalog-teaser--simple .simple-product-details-btn{width:calc(100% - 40px);bottom:20px;left:20px}.catalog-teaser--simple .catalog-teaser__controls{display:none}}:root{--font-simple-text:"Montserrat", sans-serif}.product-item-modal--simple{font-family:var(--font-simple-text);flex-direction:column;gap:18px;padding:24px 16px}.product-item-modal--simple .product-item-modal-content,.product-item-modal--simple .product-item-modal-main,.product-item-modal--simple .product-item-modal-info,.product-item-modal--simple .product-item-modal-image,.product-item-modal--simple .product-item-modal-navigation,.product-item-modal--simple .product-item-modal-thumbnails,.product-item-modal--simple .product-item-modal-close{display:none!important}.product-item-modal--simple .simple-modal-shell{z-index:2;filter:drop-shadow(0 20px 60px #00000059);justify-content:center;align-items:center;width:min(970px,100vw - 32px);min-height:560px;display:flex;position:relative}.product-item-modal--simple .simple-modal-card{background:#f7f7f7;border-radius:24px;width:min(900px,100% - 70px);height:560px;margin:0 auto;position:relative;overflow:hidden}.product-item-modal--simple .simple-modal-body{height:100%;display:flex}.product-item-modal--simple .simple-modal-info{box-sizing:border-box;flex-direction:column;flex:50%;justify-content:space-between;gap:16px;min-width:0;padding:48px;display:flex}.product-item-modal--simple .simple-modal-info-top{flex-direction:column;gap:24px;display:flex}.product-item-modal--simple .simple-modal-details-toggle{display:none}.product-item-modal--simple .simple-modal-details{flex-direction:column;flex:auto;justify-content:space-between;gap:16px;min-height:0;display:flex}.product-item-modal--simple .simple-modal-head{margin:0}.product-item-modal--simple .simple-modal-head-img{object-fit:contain;object-position:left top;width:121px;max-width:min(354px,100%);height:auto;display:block}.product-item-modal--simple .simple-modal-logo{object-fit:contain;object-position:left center;width:167px;height:auto;max-height:31px;display:block}.product-item-modal--simple .simple-modal-variant{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.product-item-modal--simple .simple-modal-variant-line{letter-spacing:.02em;text-transform:uppercase;color:#000;font-size:18px;font-weight:700;line-height:1}.product-item-modal--simple .simple-modal-variant-sep{background:#000;flex-shrink:0;width:60px;height:2px}.product-item-modal--simple .simple-modal-variant-color{letter-spacing:.02em;text-transform:uppercase;color:#000;font-size:18px;font-weight:300;line-height:1}.product-item-modal--simple .simple-modal-description{color:#171f2d;margin:0;font-size:16px;line-height:1.35}.product-item-modal--simple .simple-modal-aroma,.product-item-modal--simple .simple-modal-capsule{color:#171f2dbf;margin:-12px 0 0;font-size:14px;line-height:1.35}.product-item-modal--simple .simple-modal-aroma-label,.product-item-modal--simple .simple-modal-capsule-label{color:#171f2d;font-weight:500}.product-item-modal--simple .simple-modal-cigarette{flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex}.product-item-modal--simple .simple-modal-cigarette-img{object-fit:contain;object-position:center top;width:min(100%,361px);height:129px;display:block}.product-item-modal--simple .simple-modal-info-bottom{flex-direction:column;gap:32px;display:flex}.product-item-modal--simple .simple-modal-levels{grid-template-columns:1fr 1fr;gap:36px;display:grid}.product-item-modal--simple .simple-modal-level-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.product-item-modal--simple .simple-modal-level-label{color:#171f2d;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.2}.product-item-modal--simple .simple-modal-level-value{color:#171f2d;white-space:nowrap;font-size:15px;font-weight:400;line-height:1.2}.product-item-modal--simple .simple-modal-dots{justify-content:space-between;align-items:center;gap:4px;display:flex}.product-item-modal--simple .simple-modal-dot{background:#dfdfdf;border-radius:50%;flex-shrink:0;width:10px;height:10px}.product-item-modal--simple .simple-modal-dot.is-filled{background:#171f2d}.product-item-modal--simple .simple-modal-badges{grid-template-columns:1fr 1fr;gap:12px;display:grid}.product-item-modal--simple .simple-modal-badges--korea-off{grid-template-columns:1fr}.product-item-modal--simple .simple-modal-badges--korea-off .simple-modal-badge--mrc{max-width:171px}.product-item-modal--simple .simple-modal-badge{box-sizing:border-box;background:#fff;border-radius:88px;flex-direction:column;justify-content:center;min-height:67px;padding:12px 20px;display:flex;position:relative;overflow:hidden}.product-item-modal--simple .simple-modal-badge-label{color:#bfbfbf;z-index:1;font-size:14px;font-weight:500;line-height:1.2;position:relative}.product-item-modal--simple .simple-modal-badge-value{color:#171f2d;z-index:1;font-size:20px;font-weight:700;line-height:1.15;position:relative}.product-item-modal--simple .simple-modal-card--blue .simple-modal-badge--mrc{background-color:#fff;background-image:url(/brand-assets/simple/modal_badge_mrc_blue.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.product-item-modal--simple .simple-modal-card--red .simple-modal-badge--mrc{background-color:#fff;background-image:url(/brand-assets/simple/modal_badge_mrc_red.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.product-item-modal--simple .simple-modal-card--brown .simple-modal-badge--mrc{background-color:#fff;background-image:url(/brand-assets/simple/modal_badge_mrc_brown.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.product-item-modal--simple .simple-modal-card--blue .simple-modal-badge--mrc:after,.product-item-modal--simple .simple-modal-card--red .simple-modal-badge--mrc:after,.product-item-modal--simple .simple-modal-card--brown .simple-modal-badge--mrc:after{display:none}.product-item-modal--simple .simple-modal-badge--mrc:after{content:"";opacity:.5;pointer-events:none;background:linear-gradient(135deg,#e3f0fae6 0%,#b4d2f08c 100%);border-top-left-radius:88px;border-bottom-left-radius:88px;width:98px;height:100%;position:absolute;top:0;right:0}.product-item-modal--simple .simple-modal-badge--korea{background-color:#fff;background-image:url(/brand-assets/simple/modal_badge_korea.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:12px 20px;overflow:hidden}.product-item-modal--simple .simple-modal-badge--korea:after{display:none}.product-item-modal--simple .simple-modal-korea-copy{color:#171f2d;z-index:1;flex-flow:wrap;column-gap:.35em;min-width:0;font-size:14px;font-weight:500;line-height:1.15;display:flex;position:relative}.product-item-modal--simple .simple-modal-korea-icon{display:none}.product-item-modal--simple .simple-modal-visual{background:#fff;border-radius:0 24px 24px 0;flex:50%;min-width:0;position:relative;overflow:hidden}.product-item-modal--simple .simple-modal-visual-bg{background-color:#fff;background-image:var(--simple-modal-visual-bg,url(/brand-assets/simple/modal_visual_bg_blue.png));z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.product-item-modal--simple .simple-modal-visual-scene{z-index:2;pointer-events:none;position:absolute;inset:0}.product-item-modal--simple .simple-modal-pack{object-fit:contain;z-index:2;filter:drop-shadow(12px 18px 28px #171f2d24);width:189px;height:auto;max-height:440px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-item-modal--simple .simple-modal-decor{object-fit:contain;z-index:1;pointer-events:none;position:absolute;translate:10px 10px}.product-item-modal--simple .simple-modal-card--blue .simple-modal-decor{transform-origin:50%;width:min(42%,188px);top:59%;left:49.6%;transform:rotate(17.5deg)}.product-item-modal--simple .simple-modal-card--red .simple-modal-decor{transform-origin:50%;filter:blur(2.5px);width:min(33.1%,149px);height:auto;top:81.2%;left:78.6%;transform:translate(-50%,-50%)rotate(33deg)}.product-item-modal--simple .simple-modal-card--brown .simple-modal-decor{filter:blur(3.9px);width:min(54.9%,247px);height:auto;bottom:10.7%;left:auto;right:-4.3%}.product-item-modal--simple .simple-modal-close{z-index:5;cursor:pointer;background:0 0;border:none;width:33px;height:33px;padding:0;position:absolute;top:40px;right:40px}.product-item-modal--simple .simple-modal-close span{width:100%;height:100%;display:block;position:relative}.product-item-modal--simple .simple-modal-close span:before,.product-item-modal--simple .simple-modal-close span:after{content:"";background:#171f2d;width:64%;height:2px;position:absolute;top:50%;left:18%}.product-item-modal--simple .simple-modal-close span:before{transform:translateY(-50%)rotate(45deg)}.product-item-modal--simple .simple-modal-close span:after{transform:translateY(-50%)rotate(-45deg)}.product-item-modal--simple .simple-modal-nav{z-index:4;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-item-modal--simple .simple-modal-nav:disabled{opacity:.35;cursor:default;pointer-events:none}.product-item-modal--simple .simple-modal-nav--prev{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff6;left:0}.product-item-modal--simple .simple-modal-nav--next{background:#171f2d;border:1px solid #f8f9fe;right:0}.product-item-modal--simple .simple-modal-nav-icon{border-top:2px solid;border-right:2px solid;width:14px;height:14px;display:block}.product-item-modal--simple .simple-modal-nav--prev{color:#171f2d}.product-item-modal--simple .simple-modal-nav--prev .simple-modal-nav-icon{margin-left:4px;transform:rotate(-135deg)}.product-item-modal--simple .simple-modal-nav--next{color:#f8f9fe}.product-item-modal--simple .simple-modal-nav--next .simple-modal-nav-icon{margin-right:4px;transform:rotate(45deg)}.product-item-modal--simple .simple-modal-thumbnails{z-index:2;justify-content:center;align-items:flex-start;gap:4px;display:flex;position:relative}.product-item-modal--simple .simple-modal-thumbnail{cursor:pointer;opacity:.85;background:#fff;border:none;border-radius:5px;width:70px;height:87px;padding:0;transition:transform .2s,opacity .2s,box-shadow .2s;overflow:hidden}.product-item-modal--simple .simple-modal-thumbnail.active{opacity:1;width:93px;height:116px;box-shadow:0 0 0 2px #fff}.product-item-modal--simple .simple-modal-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.product-item-modal--simple{padding:12px 8px max(16px, env(safe-area-inset-bottom,16px));box-sizing:border-box;justify-content:flex-start;align-items:stretch;gap:10px;height:100%;max-height:100dvh;overflow:hidden}.product-item-modal--simple .simple-modal-shell{filter:drop-shadow(0 12px 40px #00000059);flex:auto;justify-content:center;align-items:center;width:min(100vw - 16px,376px);min-height:0;margin:0 auto;overflow:hidden}.product-item-modal--simple .simple-modal-card{background:#f8f9fe;border-radius:16px;flex-direction:column;width:calc(100% - 48px);max-width:328px;height:min(100dvh - 132px,660px);min-height:0;margin:0 auto;display:flex;overflow:hidden}.product-item-modal--simple .simple-modal-body{flex-direction:column;flex:auto;height:auto;min-height:0;position:relative;overflow:hidden}.product-item-modal--simple .simple-modal-info{z-index:2;box-sizing:border-box;background:#f8f9fe;flex:none;justify-content:flex-start;gap:8px;width:100%;max-width:none;margin:0;padding:24px 16px 8px;position:relative;overflow:visible}.product-item-modal--simple .simple-modal-details-toggle{color:#171f2d;cursor:pointer;text-align:center;z-index:11;isolation:isolate;background:#fff;border:1px solid #ccc;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin:0;padding:0 20px;font-size:14px;font-weight:500;line-height:1.2;animation:7.5s ease-in-out infinite simple-product-details-btn-glow;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 14px #171f2d14,0 0 14px #fffffff2}.product-item-modal--simple .simple-modal-details-toggle:after{content:"";pointer-events:none;background:linear-gradient(105deg,#fff0 0%,#ffffff14 28%,#ffffff8c 42%,#fff 50%,#ffffff8c 58%,#ffffff14 72%,#fff0 100%);width:100%;height:100%;animation:7.5s ease-in-out infinite simple-product-details-btn-shine;position:absolute;inset:0;transform:translate(-100%)}.product-item-modal--simple .simple-modal-details-toggle .toggle-text,.product-item-modal--simple .simple-modal-details-toggle .toggle-icon{z-index:1;position:relative}.product-item-modal--simple .simple-modal-details-toggle .toggle-icon{transform-origin:50%;margin-left:0;font-size:12px;animation:1.6s ease-in-out infinite simple-modal-toggle-chevron-bounce}.product-item-modal--simple .simple-modal-details-toggle.expanded,.product-item-modal--simple .simple-modal-details-toggle.expanded:after{animation:none}.product-item-modal--simple .simple-modal-details-toggle.expanded .toggle-icon{animation:none;transform:rotate(180deg)}.product-item-modal--simple .simple-modal-card--blue .simple-modal-details-toggle{background-color:#f5f6fa;background-image:linear-gradient(135deg,#6975b4 0%,#f5f6fa 58%,#fff 100%);border-color:#6975b473;box-shadow:0 2px 14px #6975b42e,0 0 14px #ffffffd9}.product-item-modal--simple .simple-modal-card--red .simple-modal-details-toggle{background-color:#fff5df;background-image:linear-gradient(135deg,#fff5df 0%,#fffefc 58%,#fff 100%);border-color:#e4c494bf;box-shadow:0 2px 14px #e4c49447,0 0 14px #ffffffe6}.product-item-modal--simple .simple-modal-card--brown .simple-modal-details-toggle{background-color:#fff5de;background-image:linear-gradient(135deg,#fff5de 0%,#fffefc 58%,#fff 100%);border-color:#d2b482bf;box-shadow:0 2px 14px #d2b48247,0 0 14px #ffffffe6}.product-item-modal--simple .simple-modal-details{z-index:12;opacity:0;pointer-events:none;box-sizing:border-box;background:0 0;flex:none;gap:16px;width:100%;max-height:0;margin:0;padding:0;transition:max-height .35s,opacity .25s,padding .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:none}.product-item-modal--simple .simple-modal-details.expanded{opacity:1;pointer-events:auto;-webkit-overflow-scrolling:touch;background:#f8f9fe;border:1px solid #171f2d1f;border-radius:16px;max-height:min(55vh,100dvh - 220px);margin-top:4px;padding:16px 12px;overflow:hidden auto;box-shadow:0 8px 32px #171f2d2e}.product-item-modal--simple .simple-modal-details.expanded::-webkit-scrollbar{width:4px}.product-item-modal--simple .simple-modal-details.expanded::-webkit-scrollbar-thumb{background:#171f2d40;border-radius:4px}.product-item-modal--simple .simple-modal-info-top{gap:18px}.product-item-modal--simple .simple-modal-head{padding-right:32px}.product-item-modal--simple .simple-modal-head-img{width:124px;max-width:100%;height:auto}.product-item-modal--simple .simple-modal-description{color:#171f2d;font-size:13px;line-height:16px}.product-item-modal--simple .simple-modal-aroma,.product-item-modal--simple .simple-modal-capsule{margin:0;font-size:13px}.product-item-modal--simple .simple-modal-cigarette{margin-top:-4px}.product-item-modal--simple .simple-modal-cigarette-img{object-fit:contain;object-position:center top;width:min(100%,285px);height:auto;max-height:107px}.product-item-modal--simple .simple-modal-info-bottom{box-sizing:border-box;gap:16px;padding:0 4px}.product-item-modal--simple .simple-modal-levels{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;max-width:100%;margin:0 auto;padding:0 2px}.product-item-modal--simple .simple-modal-level{min-width:0}.product-item-modal--simple .simple-modal-level-head{align-items:center;gap:4px;margin-bottom:6px}.product-item-modal--simple .simple-modal-level-label{white-space:nowrap;letter-spacing:-.02em;max-width:100%;font-size:12px;font-weight:500;line-height:1.15}.product-item-modal--simple .simple-modal-level-value{color:#171f2d;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:400;line-height:1.15;display:block}.product-item-modal--simple .simple-modal-dots{justify-content:space-between;gap:2px;max-width:100%}.product-item-modal--simple .simple-modal-dot{flex:1 1 0;width:7px;min-width:0;max-width:7px;height:7px}.product-item-modal--simple .simple-modal-dot:not(.is-filled){background:#dfdfdf}.product-item-modal--simple .simple-modal-badges{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;gap:5px}.product-item-modal--simple .simple-modal-badges .simple-modal-badge--mrc,.product-item-modal--simple .simple-modal-badges .simple-modal-badge--korea{width:100%;min-width:0;max-width:none}.product-item-modal--simple .simple-modal-badge{border-radius:26px;min-height:50px;padding:5px 8px}.product-item-modal--simple .simple-modal-badge-label{font-size:10px;line-height:1.1}.product-item-modal--simple .simple-modal-badge-value{font-size:13px;line-height:1.1}.product-item-modal--simple .simple-modal-badge--korea{padding:5px 8px}.product-item-modal--simple .simple-modal-korea-copy{flex-direction:column;column-gap:0;font-size:10px;line-height:1.1}.product-item-modal--simple .simple-modal-visual{aspect-ratio:328/408;z-index:1;background:#fff;border-radius:0;flex:auto;width:100%;min-height:0;position:relative}.product-item-modal--simple .simple-modal-visual-bg{background-position:50%;background-size:cover}.product-item-modal--simple .simple-modal-visual-scene{transform-origin:50%;transform:scale(1.06)}.product-item-modal--simple .simple-modal-pack{filter:drop-shadow(10px 16px 24px #171f2d24);width:170px;max-height:396px;transform:translate(-50%,-50%)}.product-item-modal--simple .simple-modal-close{width:24px;height:24px;top:20px;right:20px}.product-item-modal--simple .simple-modal-nav{border-radius:16px;width:48px;height:48px}.product-item-modal--simple .simple-modal-nav-icon{width:12px;height:12px}.product-item-modal--simple .simple-modal-thumbnails{flex-shrink:0;gap:4px}.product-item-modal--simple .simple-modal-thumbnail{border-radius:3px;width:55px;height:69px}.product-item-modal--simple .simple-modal-thumbnail.active{width:72px;height:90px;box-shadow:0 0 0 2px #fff}}@media (width<=768px) and (prefers-reduced-motion:reduce){.product-item-modal--simple .simple-modal-details-toggle,.product-item-modal--simple .simple-modal-details-toggle:after,.product-item-modal--simple .simple-modal-details-toggle .toggle-icon{animation:none}}@keyframes simple-modal-toggle-chevron-bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.72;transform:translateY(5px)}}.product-item-modal--simple .product-item-modal__content,.product-item-modal--simple .product-item-modal__main,.product-item-modal--simple .product-item-modal__info,.product-item-modal--simple .product-item-modal__image-wrap,.product-item-modal--simple .product-item-modal__nav-overlay,.product-item-modal--simple .product-item-modal__thumbs,.product-item-modal--simple .product-item-modal__close{display:none!important}.product-item-modal--simple .product-item-modal__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;z-index:1;background:#000c;border:0;padding:0;position:absolute;inset:0}.miniapp-hub{padding:1rem var(--page-pad,1.5rem) 1.75rem;max-width:var(--content-max,1200px);background:var(--main-bg,transparent);min-height:40vh;color:var(--hub-fg,var(--fg,#171f2d));flex-direction:column;gap:1.125rem;margin:0 auto;display:flex}.miniapp-hub__chrome{flex-direction:column;align-items:flex-start;gap:.5rem;padding-top:.25rem;display:flex}.miniapp-hub__logo{object-fit:contain;width:auto;max-width:min(100%,14rem);max-height:3.25rem;display:block}.miniapp-hub__brand{font-family:var(--font-display,inherit);letter-spacing:.02em;color:var(--hub-brand-title,var(--hub-fg,var(--fg,#171f2d)));margin:0;font-size:clamp(1.875rem,6vw,2.5rem);font-weight:700;line-height:1.15}.miniapp-hub__brand--sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hub-greeting{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin:0;padding:0;display:flex}.hub-greeting__text{color:var(--hub-fg-muted,var(--hub-fg,var(--fg,#171f2d)));flex:auto;margin:0;font-size:1rem;font-weight:500;line-height:1.35}.hub-loyalty{background:var(--brand-accent,var(--cta,#e85d2a));min-width:2.75rem;min-height:2.75rem;color:var(--hub-on-accent,#fff);border:none;border-radius:14px;flex:none;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.hub-loyalty:hover,.hub-loyalty:focus-visible{opacity:.92;outline:none;transform:translateY(-1px)}.hub-loyalty:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 40%, transparent)}.hub-tile-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.hub-tile-grid__item{min-width:0;margin:0}.hub-tile-grid__item--featured,.hub-tile-grid--count-1 .hub-tile-grid__item{grid-column:1/-1}.hub-tile{background:linear-gradient(145deg, color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 14%, var(--hub-surface,#f7f4f0)), var(--hub-surface,#f7f4f0) 55%);height:100%;min-height:5.5rem;color:var(--hub-tile-fg,var(--fg,#171f2d));letter-spacing:.01em;border:1px solid color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 22%, transparent);border-radius:20px;justify-content:flex-start;align-items:flex-end;padding:1.25rem 1.35rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 14px #0000001a,inset 0 1px #ffffff8c}.hub-tile:before{content:"";background:radial-gradient(120% 90% at 100% 0%, color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 22%, transparent), transparent 55%);pointer-events:none;position:absolute;inset:0}.hub-tile__label{z-index:1;position:relative}.hub-tile--featured{background:var(--hub-tile-featured-bg,var(--brand-accent,var(--cta,#e85d2a)));min-height:6.75rem;color:var(--hub-tile-featured-fg,var(--hub-on-accent,#fff));border-color:color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 40%, transparent);font-size:1.25rem}.hub-tile--featured:before{background:radial-gradient(100% 80% at 0 100%,#00000038,#0000 50%),linear-gradient(120deg,#ffffff1f,#0000 45%)}.hub-tile--about{background:linear-gradient(160deg, color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 8%, var(--hub-surface,#f7f4f0)), color-mix(in srgb, var(--main-bg,#4b2b1d) 8%, var(--hub-surface,#f7f4f0)))}.hub-tile--news{background:linear-gradient(200deg, color-mix(in srgb, var(--hub-surface,#f7f4f0) 88%, #000), color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 10%, var(--hub-surface,#f7f4f0)))}.hub-tile:hover,.hub-tile:focus-visible{border-color:var(--brand-accent,var(--cta,#e85d2a));outline:none;transform:translateY(-2px);box-shadow:0 6px 20px #00000029}.hub-tile:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 35%, transparent)}.hub-tile:active{transform:translateY(0)}.hub-hero{touch-action:pan-y;width:100%;margin:0;position:relative}.hub-hero__viewport{aspect-ratio:3/2;background:var(--brand-navbar-bg,color-mix(in srgb, var(--main-bg,#2c1810) 80%, #000));border-radius:20px;width:100%;max-height:none;position:relative;overflow:hidden;box-shadow:0 2px 14px #0000001f}.hub-hero__viewport picture,.hub-hero__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hub-hero__viewport:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#00000047);height:28%;position:absolute;inset:auto 0 0}.hub-hero__prefetch{clip:rect(0, 0, 0, 0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hub-hero__dots{justify-content:center;align-items:center;gap:.25rem;margin-top:.5rem;padding:0;display:flex}.hub-hero__dot{box-sizing:content-box;cursor:pointer;background:0 0;border:none;border-radius:999px;width:.5rem;height:.5rem;margin:0;padding:.75rem .55rem;transition:transform .15s;position:relative}.hub-hero__dot:after{content:"";background:color-mix(in srgb, var(--hub-fg,var(--fg,#171f2d)) 32%, transparent);border-radius:50%;width:.5rem;height:.5rem;transition:background .15s,width .15s,border-radius .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hub-hero__dot--active:after,.hub-hero__dot[aria-current=true]:after{background:var(--brand-accent,var(--cta,#e85d2a));border-radius:999px;width:1.125rem}.hub-hero__dot:focus-visible{outline:none}.hub-hero__dot:focus-visible:after{box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 40%, transparent)}@media (width<=480px){.miniapp-hub{padding:.75rem var(--page-pad,1rem) 1.5rem;gap:.875rem}.miniapp-hub__brand:not(.miniapp-hub__brand--sr){font-size:clamp(1.625rem,7vw,2rem)}.hub-hero__viewport{aspect-ratio:4/3;border-radius:16px;max-height:none}.hub-tile{border-radius:16px;min-height:5rem;padding:1.1rem 1.2rem}.hub-tile--featured{min-height:6rem}.hub-tile-grid{gap:.625rem}}.miniapp-shell{--miniapp-top-h:2.75rem;--miniapp-bottom-h:4.25rem;background:var(--main-bg,var(--bg));min-height:100dvh;color:var(--fg);flex-direction:column;display:flex}.miniapp-shell--hub-home .miniapp-shell__top{display:none}.miniapp-shell__top{z-index:40;min-height:var(--miniapp-top-h);padding:.5rem .75rem;padding-top:max(.5rem, env(safe-area-inset-top,0px));background:var(--brand-navbar-bg,color-mix(in srgb, var(--main-bg,#2c1810) 80%, #000));color:var(--brand-navbar-text,#f5f5f5);flex-shrink:0;align-items:center;gap:.5rem;display:flex;position:sticky;top:0}.miniapp-shell__back,.miniapp-shell__logo{appearance:none;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:.25rem .5rem;display:inline-flex}.miniapp-shell__back:disabled{opacity:.35;cursor:default}.miniapp-shell__logo-img{object-fit:contain;width:auto;max-width:6rem;height:1.5rem;display:block}.miniapp-shell__logo-text{font-size:.95rem;font-weight:600}.miniapp-shell__title{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.95rem;font-weight:600;overflow:hidden}.miniapp-shell__main{box-sizing:border-box;flex:1;width:100%;min-height:0;padding-top:0;padding-bottom:0}.miniapp-shell--default .miniapp-shell__main{padding-bottom:calc(var(--miniapp-bottom-h) + env(safe-area-inset-bottom,0px))}.miniapp-shell--auth .miniapp-shell__main{padding-bottom:max(.75rem, env(safe-area-inset-bottom,0px))}.miniapp-shell__bottom{z-index:40;min-height:var(--miniapp-bottom-h);padding:.4rem .4rem .35rem;padding-bottom:max(.4rem, env(safe-area-inset-bottom,0px));background:color-mix(in srgb, var(--main-bg,#273247) 88%, #000);color:var(--hub-fg,#f5f5f5);border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);flex-shrink:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 18px #00000038}.miniapp-shell__tabs{justify-content:space-around;align-items:stretch;gap:.2rem;margin:0;padding:0;list-style:none;display:flex}.miniapp-shell__tab-item{flex:1;min-width:0;display:flex}.miniapp-shell__tab{appearance:none;color:inherit;font:inherit;letter-spacing:.01em;text-align:center;cursor:pointer;opacity:.78;background:0 0;border:0;border-radius:.65rem;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;min-height:3.35rem;padding:.4rem .2rem;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex}.miniapp-shell__tab-icon{flex-shrink:0;width:1.45rem;height:1.45rem;display:block}.miniapp-shell__tab-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.1;overflow:hidden}.miniapp-shell__tab.is-active,.miniapp-shell__tab[aria-current=page]{opacity:1;background:color-mix(in srgb, currentColor 14%, transparent);font-weight:700}.miniapp-more{z-index:50;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.miniapp-more__backdrop{cursor:pointer;background:#00000073;border:0;margin:0;padding:0;position:absolute;inset:0}.miniapp-more__sheet{background:var(--main-bg,#1a1210);width:100%;max-width:32rem;max-height:min(80vh,36rem);color:var(--fg,#f5f5f5);padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));border-radius:.85rem .85rem 0 0;position:relative;overflow:auto;box-shadow:0 -8px 28px #00000059}.miniapp-more__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.miniapp-more__title{margin:0;font-size:1.1rem}.miniapp-more__close{appearance:none;color:inherit;cursor:pointer;background:0 0;border:0;padding:.25rem .5rem;font-size:1.5rem;line-height:1}.miniapp-more__list{margin:0;padding:0;list-style:none}.miniapp-more__link{color:inherit;border-bottom:1px solid color-mix(in srgb, currentColor 12%, transparent);padding:.75rem .25rem;font-size:1rem;text-decoration:none;display:block}.miniapp-more__legal{border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);opacity:.85;margin-top:1rem;padding-top:.75rem;font-size:.75rem}.miniapp-more__warning{letter-spacing:.04em;text-align:center;margin:0 0 .5rem;font-weight:800}.miniapp-more__legal-text,.miniapp-more__copy{margin:.35rem 0 0;line-height:1.35}.miniapp-section-screen,.miniapp-catalog,.miniapp-catalog-product{box-sizing:border-box;width:100%;max-width:40rem;margin:0 auto;padding:1rem 1rem 1.5rem}.miniapp-section-screen__title,.miniapp-catalog__title,.miniapp-catalog-product__title{margin:0 0 .75rem;font-size:1.35rem;line-height:1.25}.miniapp-section-screen__empty,.miniapp-section-screen__error,.miniapp-catalog__empty,.miniapp-catalog__error,.miniapp-catalog-product__error{background:color-mix(in srgb, var(--brand-navbar-bg,#f4f5f7) 88%, transparent);border-radius:12px;margin:1rem 0;padding:1rem}.miniapp-section-screen__empty-title,.miniapp-section-screen__error-title,.miniapp-catalog__empty-title,.miniapp-catalog__error-title,.miniapp-catalog-product__error-title{margin:0 0 .35rem;font-weight:600}.miniapp-section-screen__empty-hint,.miniapp-section-screen__error-detail,.miniapp-catalog__empty-hint,.miniapp-catalog__error-detail,.miniapp-catalog-product__error-detail{opacity:.85;margin:0;font-size:.95rem;line-height:1.4}.miniapp-section-screen__actions,.miniapp-catalog__actions,.miniapp-catalog-product__actions{flex-wrap:wrap;gap:.5rem;margin-top:.85rem;display:flex}.miniapp-section-screen__cta,.miniapp-catalog__cta,.miniapp-catalog-product__cta{margin-top:.75rem;display:inline-block}.miniapp-section-screen__actions .miniapp-section-screen__cta,.miniapp-catalog__actions .miniapp-catalog__cta,.miniapp-catalog-product__actions .miniapp-catalog-product__cta{margin-top:0}.miniapp-catalog__skeleton{grid-template-columns:1fr;gap:.75rem;display:grid}.miniapp-catalog__skeleton-card{background:linear-gradient(90deg,#e8ebf2 0%,#f4f6fa 45%,#e8ebf2 90%) 0 0/200% 100%;border-radius:14px;min-height:7.5rem;animation:1.1s ease-in-out infinite miniapp-skel}@keyframes miniapp-skel{0%{background-position:100% 0}to{background-position:-100% 0}}.miniapp-catalog__group{margin-top:1rem}.miniapp-catalog__group:first-child{margin-top:0}.miniapp-catalog__group-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.miniapp-catalog__accordion{flex-direction:column;gap:.75rem;display:flex}.miniapp-catalog__acc-item{background:linear-gradient(145deg, color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 12%, var(--hub-surface,#f7f4f0)), var(--hub-surface,#fff) 55%);border:1px solid color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 22%, transparent);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000001a}.miniapp-catalog__acc-item.is-open{border-color:color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 40%, transparent);box-shadow:0 4px 18px #00000024}.miniapp-catalog__acc-heading{font-size:inherit;font-weight:inherit;margin:0}.miniapp-catalog__acc-trigger{appearance:none;width:100%;min-height:4.25rem;color:var(--hub-tile-fg,var(--fg,#171f2d));text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.85rem;margin:0;padding:.85rem 1rem;display:flex}.miniapp-catalog__acc-trigger:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 40%, transparent);outline:none}.miniapp-catalog__acc-media{flex:none}.miniapp-catalog__acc-thumb{object-fit:cover;background:color-mix(in srgb, var(--main-bg,#273247) 18%, #fff);border-radius:12px;width:3.25rem;height:3.25rem;display:block;box-shadow:inset 0 0 0 1px #00000014}.miniapp-catalog__acc-thumb--placeholder{color:var(--hub-on-accent,#fff);background:var(--brand-accent,var(--cta,#e85d2a));box-shadow:none;justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;display:flex}.miniapp-catalog__acc-copy{flex-direction:column;flex:auto;gap:.2rem;min-width:0;display:flex}.miniapp-catalog__acc-title{letter-spacing:.01em;font-size:1.05rem;font-weight:700;line-height:1.25}.miniapp-catalog__acc-desc{opacity:.72;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.3;display:-webkit-box;overflow:hidden}.miniapp-catalog__acc-meta{letter-spacing:.02em;color:var(--brand-accent,var(--cta,#e85d2a));opacity:.95;font-size:.75rem;font-weight:600}.miniapp-catalog__acc-chevron{background:color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 14%, transparent);width:1.75rem;height:1.75rem;color:var(--brand-accent,var(--cta,#e85d2a));border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.85rem;line-height:1;transition:transform .2s,background .15s;display:inline-flex}.miniapp-catalog__acc-item.is-open .miniapp-catalog__acc-chevron{background:var(--brand-accent,var(--cta,#e85d2a));color:var(--hub-on-accent,#fff);transform:rotate(180deg)}.miniapp-catalog__acc-panel{border-top:1px solid color-mix(in srgb, var(--brand-accent,var(--cta,#e85d2a)) 12%, transparent);background:color-mix(in srgb, #fff 88%, var(--hub-surface,#f7f4f0));padding:0 .75rem .85rem}.miniapp-catalog__acc-panel[hidden]{display:none}.miniapp-catalog .catalog-grid{grid-template-columns:1fr;gap:.75rem;margin-top:.75rem}@media (width>=420px){.miniapp-catalog .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}html[data-miniapp-platform=telegram] .miniapp-catalog__acc-item,html[data-miniapp-platform=max] .miniapp-catalog__acc-item{background:linear-gradient(155deg, color-mix(in srgb, var(--brand-accent,#e85d2a) 28%, #1a2233), color-mix(in srgb, var(--main-bg,#273247) 70%, #0f1521));color:#f5f5f5;border-color:#ffffff24}html[data-miniapp-platform=telegram] .miniapp-catalog__acc-trigger,html[data-miniapp-platform=max] .miniapp-catalog__acc-trigger{color:#f5f5f5}html[data-miniapp-platform=telegram] .miniapp-catalog__acc-desc,html[data-miniapp-platform=max] .miniapp-catalog__acc-desc{opacity:.78;color:#f5f5f5d1}html[data-miniapp-platform=telegram] .miniapp-catalog__acc-meta,html[data-miniapp-platform=max] .miniapp-catalog__acc-meta{color:color-mix(in srgb, var(--brand-accent,#e85d2a) 55%, #fff)}html[data-miniapp-platform=telegram] .miniapp-catalog__acc-panel,html[data-miniapp-platform=max] .miniapp-catalog__acc-panel{background:color-mix(in srgb, var(--main-bg,#273247) 55%, #0c1018);border-top-color:#ffffff1a}html[data-miniapp-platform=telegram] .miniapp-catalog__acc-panel .catalog-card,html[data-miniapp-platform=max] .miniapp-catalog__acc-panel .catalog-card{background:color-mix(in srgb, #fff 94%, var(--brand-accent,#e85d2a));border-color:#fff3}.miniapp-catalog-product__line{opacity:.75;letter-spacing:.02em;margin:0 0 .5rem;font-size:.85rem}.miniapp-catalog-product__skeleton{background:#e8ebf2;border-radius:14px;min-height:12rem;margin-bottom:.75rem}.miniapp-section-screen__degraded{opacity:.8;margin:0 0 .75rem;font-size:.85rem}.miniapp-section-screen__blocks{flex-direction:column;gap:0;max-width:100%;display:flex;overflow-x:hidden}.miniapp-section-screen__blocks .history-section,.miniapp-section-screen__blocks .where-to-buy,.miniapp-section-screen__blocks .ymaps-2-1-map{max-width:100%}.miniapp-section-screen__blocks .history-timeline{-webkit-overflow-scrolling:touch;overflow-x:auto}.app--miniapp .page:not(.page-home),.miniapp-shell .page:not(.page-home){padding-top:1rem;padding-bottom:1.25rem}.app--miniapp .page-auth,.miniapp-shell .page-auth{padding-top:1.25rem}.app--miniapp .page-loading,.miniapp-shell .page-loading{padding-top:1.25rem;padding-bottom:1rem}.app--miniapp .brand-navbar-spacer,.miniapp-shell .brand-navbar-spacer{height:0;margin:0;display:none}.app--miniapp .miniapp-hub,.miniapp-shell .miniapp-hub{padding-top:.75rem}:root{--brand-accent:#e85d2a;--cta:#e85d2a;--nav-pill:#ededed;--nav-ink:#171f2d;--bg:#f8f9fe;--fg:#171f2d}
