.toast-stack{position:fixed;z-index:1000;left:50%;bottom:24px;transform:translate(-50%);display:flex;flex-direction:column;gap:10px;width:min(420px,calc(100vw - 32px));pointer-events:none}.toast{pointer-events:auto;padding:14px 18px;border-radius:var(--radius);background:var(--bg-card);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-card);font-weight:600;font-size:.95rem;animation:toast-in .25s var(--ease)}.toast--success{border-left:4px solid #4caf7d}.toast--error{border-left:4px solid #ff6b6b}.toast--info{border-left:4px solid var(--accent-2)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pending-prompt{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:#060a14b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.pending-prompt__card{width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 20px 60px #00000080;padding:28px}.pending-prompt__eyebrow{margin:0 0 4px;font-size:.78rem;letter-spacing:1px;text-transform:uppercase;color:var(--accent)}.pending-prompt__title{margin:0 0 12px;font-family:var(--font-head);font-size:1.4rem;color:var(--text)}.pending-prompt__lead{margin:0 0 16px;color:var(--text-muted)}.pending-prompt__lead strong{color:var(--text)}.pending-prompt__breakdown{list-style:none;margin:0 0 24px;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.pending-prompt__breakdown li{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.pending-prompt__breakdown li+li{border-top:1px solid var(--border)}.pending-prompt__status{color:var(--text)}.pending-prompt__count{min-width:28px;padding:1px 9px;border-radius:999px;background:var(--accent);color:#0b1220;font-weight:700;text-align:center}.pending-prompt__unpaid{margin:-12px 0 24px;font-size:.85rem;line-height:1.45}.pending-prompt__unpaid strong{color:var(--text)}.pending-prompt__actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width: 480px){.pending-prompt__actions{flex-direction:column-reverse}.pending-prompt__actions .btn{width:100%}}.cookie-consent{position:fixed;z-index:1200;left:0;right:0;bottom:0;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:var(--shadow-card);animation:cookie-consent-in .28s var(--ease)}.cookie-consent__inner{display:grid;gap:14px;padding-top:16px;padding-bottom:16px;max-height:78vh;overflow-y:auto}.cookie-consent__title{margin:0 0 4px;font-family:var(--font-head);font-size:1.05rem}.cookie-consent__text p{margin:0;font-size:.92rem}.cookie-consent__text:focus-visible{outline:2px solid var(--accent-2);outline-offset:6px;border-radius:var(--radius)}.cookie-consent__options{display:grid;gap:12px;margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius)}.cookie-option{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;font-size:.9rem;cursor:pointer}.cookie-option>span{display:grid;gap:2px}.cookie-option input{width:18px;height:18px;margin-top:3px;accent-color:var(--accent)}.cookie-option--locked{cursor:default;opacity:.75}.cookie-consent__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.cookie-consent__link,.cookie-settings-link{padding:8px 4px;border:0;background:none;color:var(--accent-2);font:inherit;font-weight:600;text-decoration:underline;cursor:pointer}.cookie-consent__link:hover,.cookie-settings-link:hover{color:var(--accent)}@media (min-width: 900px){.cookie-consent__inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:28px}.cookie-consent__text{grid-column:1;grid-row:1}.cookie-consent__actions{grid-column:2;grid-row:1;justify-content:flex-end}.cookie-consent__options{grid-column:1 / -1;grid-row:2;grid-template-columns:repeat(3,minmax(0,1fr))}}@keyframes cookie-consent-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.newsletter{display:flex;flex-direction:column;gap:14px;padding:22px 20px;border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(120% 140% at 0% 0%,rgba(255,182,72,.14) 0%,transparent 60%),var(--bg-card);box-shadow:var(--shadow-card)}.newsletter--plain{padding:0;border:0;border-radius:0;background:none;box-shadow:none}.newsletter__head{display:flex;align-items:flex-start;gap:14px}.newsletter__icon{flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:var(--accent);background:#ffb6481f;border:1px solid var(--accent-glow)}.newsletter__title{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 4px;font-family:var(--font-head);font-size:1.05rem;font-weight:700}.newsletter__badge{padding:2px 10px;border-radius:999px;background:var(--accent);color:#0b1220;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.5px}.newsletter__lead{margin:0;font-size:.88rem;line-height:1.5}.newsletter__row{display:flex;flex-direction:column;gap:10px}.newsletter__input{width:100%;min-width:0;font-family:inherit;font-size:16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:12px 14px;min-height:48px;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.newsletter__input::placeholder{color:var(--text-muted)}.newsletter__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.newsletter__input[aria-invalid=true]{border-color:#ff6b6b}.newsletter__consent{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.45;color:var(--text-muted);cursor:pointer}.newsletter__consent input{margin-top:2px;flex-shrink:0;width:18px;height:18px;accent-color:var(--accent)}.newsletter__consent a{text-decoration:underline;text-underline-offset:2px}.newsletter__error{margin:0;min-height:0;font-size:.8rem;color:#ff8a8a}.newsletter--done{flex-direction:row;align-items:flex-start;gap:14px}.newsletter__check{flex:0 0 auto;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#7fd6a624;border:1px solid rgba(127,214,166,.5);color:#7fd6a6;font-size:1.2rem;font-weight:700}.newsletter--done .newsletter__title{color:#7fd6a6}@media (min-width: 560px){.newsletter__row{flex-direction:row;align-items:center}.newsletter__row .newsletter__input{flex:1 1 220px;width:auto}.newsletter__row .btn{flex:0 0 auto}}@media (min-width: 768px){.newsletter{padding:26px 28px}}.site-footer{background:var(--bg-section);border-top:1px solid rgba(244,246,251,.08);margin-top:80px;padding-bottom:32px}.site-footer .footer-cols{display:block;padding-top:48px;padding-bottom:72px}.site-footer .footer-newsletter{padding-top:40px;padding-bottom:32px;border-bottom:1px solid var(--border)}.site-footer .footer-newsletter .newsletter{margin-inline:auto;align-items:center;text-align:center}.site-footer .footer-newsletter .newsletter__head{flex-direction:column;align-items:center}.site-footer .footer-newsletter .newsletter__title{justify-content:center}.site-footer .footer-newsletter .newsletter__row,.site-footer .footer-newsletter .newsletter__consent{width:100%;max-width:520px}.site-footer .footer-newsletter .newsletter__consent{text-align:left}.site-footer .footer-newsletter .newsletter--done{flex-direction:column}.footer-col__title{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:12px 0;font-family:var(--font-head);font-size:.95rem;font-weight:500;color:var(--text);cursor:pointer;list-style:none;border-bottom:1px solid var(--border)}.footer-col__title::-webkit-details-marker{display:none}.footer-col__title:after{content:"";width:10px;height:10px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);transition:transform .2s var(--ease);flex-shrink:0}.footer-col[open]>.footer-col__title:after{transform:rotate(-135deg)}.footer-col__body{padding:16px 0 24px}.footer-col__body>p{margin:0 0 14px;font-size:.9rem}.footer-col__list{display:flex;flex-direction:column;gap:12px}.footer-col__list li{font-size:.9rem;color:var(--text-muted)}.footer-col__list a{display:inline-flex;align-items:center;min-height:44px;color:var(--text-muted);font-weight:600;transition:color .15s var(--ease)}.footer-col__list a:hover{color:var(--accent)}.footer-social{display:flex;gap:12px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);color:var(--text-muted);transition:color .15s var(--ease),border-color .15s var(--ease)}.footer-social a:hover{color:var(--accent);border-color:var(--accent)}.site-footer .footer-copy{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 15px 0;text-align:center;font-size:.82rem;border-top:1px solid rgba(244,246,251,.08)}.footer-copy__brand img{height:28px;width:auto}@media (min-width: 768px){.site-footer{margin-top:96px;padding-bottom:0}.site-footer .footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding-top:40px;padding-bottom:88px}.site-footer .footer-newsletter .newsletter{max-width:720px}.footer-col__title{cursor:default;pointer-events:none;min-height:0;padding:0 0 14px}.footer-col__title:after{display:none}.footer-col__body{padding:18px 0 0}.footer-col__list a{min-height:0}.site-footer .footer-copy{flex-direction:row;justify-content:space-between;text-align:left;padding:24px 15px 40px}}.account-menu{position:relative}.account-menu__btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;border-radius:10px;color:var(--text);cursor:pointer;transition:color .15s var(--ease)}.account-menu__btn:hover,.account-menu__btn:focus-visible{color:var(--accent)}.account-menu__panel{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;padding:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 0 12px #00000059;z-index:110}.account-menu__hello{margin:4px 8px 8px;font-size:12px}.account-menu__item{display:flex;align-items:center;width:100%;min-height:44px;padding:6px 8px;border:none;background:transparent;border-radius:8px;color:var(--text);font-size:14px;font-weight:600;text-align:left;cursor:pointer}.account-menu__item:hover,.account-menu__item:focus-visible{background:#ffb64814;color:var(--accent)}.free-ship{display:flex;flex-direction:column;gap:8px;padding:12px 0}.free-ship__text{margin:0;font-size:.9rem;color:var(--text-muted)}.free-ship__text strong{color:var(--accent)}.free-ship--done .free-ship__text{color:#7fd6a6}.free-ship__check{font-weight:700}.free-ship__bar{height:6px;border-radius:999px;background:var(--bg);border:1px solid var(--border);overflow:hidden}.free-ship__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:width .25s var(--ease)}.free-ship--compact{padding:8px 0 0}.free-ship--compact .free-ship__text{font-size:.82rem}.cart-menu{position:relative;display:flex;align-items:center}.cart-menu__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:transparent;border:1px solid var(--border);border-radius:10px;color:var(--text);text-decoration:none}.cart-menu__btn:hover{border-color:var(--accent);color:var(--accent)}.cart-menu__badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#0b1220;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-menu__panel{position:absolute;top:calc(100% + 12px);right:0;width:320px;max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;z-index:120;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 0 12px #00000059;padding:24px}@media (max-width: 767px){.cart-menu__panel{display:none}}.cart-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-menu__header strong{font-family:var(--font-head);font-size:1.3rem}.cart-menu__empty{padding:24px 0}.cart-menu__list{display:flex;flex-direction:column;gap:12px;flex:1}.cart-menu__item{display:flex;align-items:center;gap:12px}.cart-menu__thumb{width:52px;height:52px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.cart-menu__info{flex:1;min-width:0}.cart-menu__name{display:block;font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-menu__meta{font-size:.8rem}.cart-menu__price{font-weight:700;color:var(--accent);white-space:nowrap}.cart-menu__footer{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.cart-menu__total{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:1.05rem}.cart-menu__total strong{font-size:1.3rem;color:var(--accent)}.header-search{position:relative}.header-search form{position:relative;display:flex;align-items:center}.header-search__icon{position:absolute;left:12px;color:var(--text-muted);pointer-events:none;transition:color .15s var(--ease)}.header-search form:hover .header-search__icon,.header-search form:focus-within .header-search__icon{color:var(--accent)}.header-search__input{width:200px;height:40px;padding:0 12px 0 36px;border:1px solid var(--border);border-radius:999px;background:#141b2d99;color:var(--text);font-size:14px;transition:border-color .15s var(--ease),width .2s var(--ease),box-shadow .15s var(--ease)}.header-search__input::placeholder{color:var(--text-muted)}.header-search__input:focus{outline:none;border-color:var(--accent);width:240px}.header-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.header-search__panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:420px;overflow-y:auto;padding:10px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 0 12px #00000059;z-index:110}.header-search__group{margin:6px 8px 4px;font-size:11px;text-transform:uppercase;letter-spacing:1.5px}.header-search__item{display:flex;align-items:center;gap:10px;min-height:44px;padding:6px 8px;border-radius:8px;color:var(--text);font-size:14px;font-weight:600}.header-search__item:hover,.header-search__item:focus-visible,.header-search__item--active{background:#ffb64814;color:var(--accent)}.header-search__all{margin-top:4px;border-top:1px solid var(--border);border-radius:0 0 8px 8px;font-size:13px;justify-content:center}.header-search__thumb{width:36px;height:45px;object-fit:cover;border-radius:6px;flex-shrink:0;background:var(--bg)}.header-search__cat{font-weight:400;font-size:12px}.header-search__empty{margin:8px;font-size:13px}@media (min-width: 768px){.header-search__input:hover{border-color:var(--accent);box-shadow:0 0 10px var(--accent-glow);width:300px}.header-search__input:focus{box-shadow:0 0 10px var(--accent-glow);width:300px}}.lang-switch{position:relative}.lang-switch__btn{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;background:transparent;border:1px solid rgb(255 255 255 / 16%);border-radius:10px;color:inherit;font-size:.78rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .15s var(--ease, ease),border-color .15s var(--ease, ease)}.lang-switch__btn:hover,.lang-switch__btn:focus-visible{background:#ffffff1a;border-color:#ffffff47}.lang-switch__chevron{flex:none;opacity:.7;transition:transform .15s var(--ease, ease)}.lang-switch__btn[aria-expanded=true] .lang-switch__chevron{transform:rotate(180deg)}.lang-switch__flag{position:relative;flex:none;display:inline-flex;border-radius:2px;overflow:hidden;line-height:0}.lang-switch__flag svg{display:block}.lang-switch__flag:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgb(255 255 255 / 18%);border-radius:2px;pointer-events:none}.lang-switch__list{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;padding:6px;display:flex;flex-direction:column;gap:2px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 0 12px #00000059;z-index:120}.lang-switch__option{display:flex;align-items:center;gap:9px;min-height:40px;padding:6px 10px;border-radius:8px;color:var(--text);font-size:.85rem;font-weight:600;letter-spacing:.04em;text-decoration:none}.lang-switch__option .lang-switch__name{margin-left:auto;font-weight:400;letter-spacing:normal;opacity:.72}.lang-switch__option:hover,.lang-switch__option:focus-visible{background:#ffb64814;color:var(--accent)}.lang-switch__option--active{background:#ffffff14;color:var(--accent)}.header-menubar__inner .lang-switch--bar{margin-left:auto}.lang-switch--menu{display:block;margin-top:8px}.lang-switch--menu .lang-switch__btn{width:100%;min-height:44px;padding:8px 12px;font-size:.9rem}.lang-switch--menu .lang-switch__chevron{margin-left:auto}.lang-switch--menu .lang-switch__list{position:static;width:100%;min-width:0;margin-top:6px}.lang-switch--menu .lang-switch__option{min-height:44px;font-size:.9rem}.site-header{position:sticky;top:0;z-index:100;background:#0b1220eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.linklike{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;color:var(--text-muted)}.linklike:hover{color:var(--accent)}.header-main{height:64px;display:flex;align-items:center;gap:12px}.brand{display:inline-flex;align-items:center;margin:0 auto}.brand__logo{height:34px;width:auto}.header-main__actions{display:flex;align-items:center;gap:16px}.header-contact{display:none;align-items:center;gap:18px}.header-contact__item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);white-space:nowrap}.header-contact__item svg{color:var(--accent);flex-shrink:0}a.header-contact__item{transition:color .15s var(--ease)}a.header-contact__item:hover{color:var(--accent)}.header-main__actions .header-search,.header-main__actions .account-menu,.header-main__actions>.account-menu__btn{display:none}.header-menubar{display:none;border-top:1px solid var(--border)}.header-menubar__inner{height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px}.menu-nav{display:flex;align-items:center;gap:4px}.menu-link{position:relative;padding:8px 12px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;transition:color .15s var(--ease)}.menu-link:hover,.menu-link--active{color:var(--text)}.menu-link--active:after{content:"";position:absolute;left:12px;right:12px;bottom:2px;height:2px;background:var(--accent);border-radius:2px}.menu-cta{min-height:36px;padding:6px 18px;font-size:.9rem;white-space:nowrap}.hamburger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--border);border-radius:10px;flex-shrink:0}.hamburger__box{position:relative;width:22px;height:16px}.hamburger__box span{position:absolute;left:0;width:100%;height:2px;background:var(--text);border-radius:2px;transition:transform .25s var(--ease),opacity .2s var(--ease)}.hamburger__box span:nth-child(1){top:0}.hamburger__box span:nth-child(2){top:7px}.hamburger__box span:nth-child(3){top:14px}.hamburger__box.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger__box.is-open span:nth-child(2){opacity:0}.hamburger__box.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{position:fixed;inset:var(--header-h) 0 0 0;background:var(--bg);transform:translate(100%);transition:transform .3s var(--ease);z-index:99;overflow-y:auto}.nav-overlay.is-open{transform:translate(0)}.nav-overlay__search{padding:20px 20px 0}.nav-overlay__search .header-search form{width:100%}.nav-overlay__search .header-search__input,.nav-overlay__search .header-search__input:focus{width:100%;height:44px;font-size:16px}.nav-overlay__search .header-search__panel{left:0;right:0;width:auto}.nav-overlay__nav{display:flex;flex-direction:column;gap:6px;padding:24px 20px}.nav-overlay__link{padding:16px 8px;min-height:44px;font-family:var(--font-head);font-size:1.25rem;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);text-align:left;width:100%}.nav-overlay__link--active,.nav-overlay__link.active{color:var(--accent)}.nav-overlay .btn{margin-top:20px}@media (min-width: 768px){:root{--header-h: 138px}.header-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:90px;gap:0;transition:height .3s var(--ease),opacity .2s var(--ease)}.brand{margin:0;justify-self:center}.brand__logo{height:66px}.header-main__actions{margin-left:0;justify-self:end;gap:8px;zoom:.9}.header-main__actions .header-search,.header-main__actions .account-menu{display:block}.header-main__actions>.account-menu__btn{display:inline-flex}.header-menubar{display:block}.hamburger,.nav-overlay{display:none}.site-header--scrolled .header-main{height:0;opacity:0;overflow:hidden;pointer-events:none}}@media (min-width: 992px){.header-contact{display:flex;justify-self:start;zoom:.9}}.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;display:flex;align-items:flex-end;justify-content:center;background:#060a14b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.newsletter-popup__panel{position:relative;width:100%;max-height:92vh;max-height:85dvh;overflow-y:auto;overscroll-behavior:contain;padding:18px 20px calc(24px + env(safe-area-inset-bottom,0px));border:1px solid var(--border);border-bottom:0;border-radius:24px 24px 0 0;background:var(--bg-card);box-shadow:0 -20px 60px #0000008c;animation:newsletter-popup-up .28s var(--ease);will-change:transform}@keyframes newsletter-popup-up{0%{transform:translateY(24px);opacity:0}}.newsletter-popup__grip{display:block;width:48px;height:5px;margin:0 auto 14px;border-radius:999px;background:#ffffff47}.newsletter-popup__close{position:absolute;top:10px;right:10px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:none;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer}.newsletter-popup__close:hover{color:var(--text);background:#ffffff0f}.newsletter-popup__title{margin:6px 0 8px;font-size:1.5rem;line-height:1.2}.newsletter-popup__lead{margin:0 0 18px;font-size:.92rem}.newsletter-popup__decline{display:block;width:100%;margin-top:14px;padding:10px 0;min-height:44px;background:none;border:0;color:var(--text-muted);font-size:.88rem;text-decoration:underline;text-underline-offset:3px}.newsletter-popup__decline:hover{color:var(--text)}.newsletter-popup__done{text-align:center;padding:8px 0 4px}.newsletter-popup__done .newsletter__check{display:flex;margin:0 auto 14px}.newsletter-popup__done p{margin:0 0 20px}@media (min-width: 768px){.newsletter-popup{align-items:center;padding:24px}.newsletter-popup__panel{max-width:440px;padding:28px;border-bottom:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(120% 90% at 0% 0%,rgba(255,182,72,.16) 0%,transparent 58%),var(--bg-card);box-shadow:0 24px 70px #0000008c;animation-name:newsletter-popup-in}.newsletter-popup__grip{display:none}}@keyframes newsletter-popup-in{0%{transform:scale(.96);opacity:0}}.scroll-top{position:fixed;left:50%;bottom:16px;z-index:95;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:#141b2de6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);cursor:pointer;box-shadow:0 8px 24px #00000073;opacity:0;transform:translate(-50%,12px);pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease),border-color .2s var(--ease),color .2s var(--ease)}.scroll-top--visible{opacity:1;transform:translate(-50%);pointer-events:auto}.scroll-top:hover,.scroll-top:focus-visible{border-color:var(--accent);color:var(--accent)}.discount-field{display:flex;flex-direction:column;gap:6px;padding:14px 0;border-top:1px solid var(--border)}.discount-field__label{font-weight:600;font-size:.9rem}.discount-field__row{display:flex;gap:8px;align-items:stretch}.discount-field__input{flex:1;min-width:0;font-family:inherit;font-size:16px;text-transform:uppercase;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:10px 12px}.discount-field__input::placeholder{text-transform:none}.discount-field__input:focus{outline:none;border-color:var(--accent)}.discount-field__input[aria-invalid=true]{border-color:#ff6b6b}.discount-field__remove{flex-shrink:0}.discount-field__status{margin:0;min-height:1.1rem;font-size:.85rem;color:var(--text-muted)}.discount-field__status--error{color:#ff8a8a}.discount-field__status--ok{color:#7fd6a6}.discount-field__status:empty{min-height:0}.section.cart-page{padding-top:24px}.cart-page__head{margin-bottom:24px}.cart-page__head h1{font-size:clamp(1.8rem,6vw,2.6rem);margin:8px 0 0}.cart-page__empty{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 24px;text-align:center}.cart-page__empty .btn{margin-top:12px}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:24px}.cart-list{display:flex;flex-direction:column;gap:14px}.cart-list__item{display:grid;grid-template-columns:72px 1fr;gap:14px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.cart-list__thumb{width:72px;height:72px;border-radius:8px;object-fit:cover;border:1px solid var(--border)}.cart-list__info{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-list__name{font-weight:700}.cart-list__meta,.cart-list__unit{font-size:.85rem}.cart-list__controls{grid-column:1 / -1;display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:12px;border-top:1px solid var(--border)}.cart-list__controls .qty button{width:44px;height:44px;font-size:1.3rem;transition:border-color .15s var(--ease),color .15s var(--ease),box-shadow .15s var(--ease)}.cart-list__controls .qty button:hover:not(:disabled){border-color:var(--accent);color:var(--accent);box-shadow:0 0 8px var(--accent-glow);cursor:pointer}.cart-list__line-total{font-weight:700;color:var(--accent)}.cart-list__remove{margin-left:auto;min-height:44px;padding:8px 14px;background:transparent;border:1px solid var(--border);border-radius:10px;color:var(--text-muted);font-weight:600}.cart-list__remove:hover{border-color:#ff6b6b;color:#ff8a8a}.cart-summary{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;align-self:start}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:1.1rem}.cart-summary__row strong{font-size:1.5rem;color:var(--accent)}.cart-summary__row--minor{margin-bottom:8px;font-size:.95rem;color:var(--text-muted)}.cart-summary__row--discount{margin-bottom:8px;font-size:.95rem;color:#7fd6a6;font-weight:600}.cart-summary__row--total{padding-top:14px;border-top:1px solid var(--border)}.cart-summary__note{margin:-8px 0 14px;font-size:.8rem}.cart-summary__continue{display:block;text-align:center;margin-top:14px;color:var(--text-muted);font-weight:600;font-size:.92rem}.cart-summary__continue:hover{color:var(--accent)}@media (min-width: 768px){.cart-list__item{grid-template-columns:88px 1fr auto;align-items:center}.cart-list__thumb{width:88px;height:88px}.cart-list__controls{grid-column:auto;border-top:none;padding-top:0;flex-direction:column;align-items:flex-end;gap:10px}.cart-list__remove{margin-left:0}}@media (min-width: 1000px){.cart-page__layout{grid-template-columns:1fr 320px;align-items:start}}.demo-notice{background:#4fc3f71a;border:1px solid rgba(79,195,247,.35);color:var(--text);border-radius:var(--radius);padding:12px 16px;font-size:.9rem;margin-bottom:24px}.demo-notice strong{color:var(--accent-2)}.load-error{border:1px solid var(--border);background:var(--bg-section);border-radius:var(--radius);padding:24px;text-align:center;margin:24px 0}.load-error__title{margin:0 0 6px;font-size:1.15rem;font-weight:600}.load-error__text{margin:0 auto 18px;max-width:460px;line-height:1.55}.load-error__actions{display:flex;flex-direction:column;gap:12px;align-items:stretch;max-width:320px;margin:0 auto}@media (min-width: 640px){.load-error__actions{flex-direction:row;justify-content:center;max-width:none}}.stars{position:relative;display:inline-block;line-height:0;white-space:nowrap}.stars__track,.stars__fill{display:inline-flex;gap:2px}.stars__fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.star{width:18px;height:18px;flex-shrink:0;fill:none;stroke:var(--accent);stroke-width:1.6}.star--filled{fill:var(--accent)}.stars--sm .star{width:14px;height:14px}.star-input{display:inline-flex;gap:6px}.star-input__item{display:inline-flex;padding:4px;border-radius:8px;cursor:pointer}.star-input__item .star{width:32px;height:32px;transition:transform .12s var(--ease)}.star-input__item:hover .star{transform:scale(1.12)}.star-input__item:focus-within{outline:2px solid var(--accent);outline-offset:2px}.star-input__item input:disabled+.star{opacity:.5}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s var(--ease),box-shadow .25s var(--ease),border-color .2s var(--ease)}.product-card__link{display:flex;flex-direction:column;height:100%}.product-card__media{aspect-ratio:4 / 4.25;overflow:hidden;background:var(--bg)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease)}.product-card:hover,.product-card:focus-within{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 16px 40px var(--accent-glow)}.product-card:hover .product-card__media img,.product-card:focus-within .product-card__media img{transform:scale(1.04)}.product-card__body{padding:10px 12px 14px;display:flex;flex-direction:column;gap:4px;flex:1}.product-card__cat{text-transform:uppercase;letter-spacing:1.5px;font-size:.65rem;color:var(--accent);font-weight:600}.product-card__name{font-size:14px;margin:0}.product-card__desc{font-size:.8rem;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__cta{margin-top:4px;font-size:.85rem;font-weight:600;color:var(--accent);text-shadow:0 0 12px var(--accent-glow);transition:text-shadow .25s var(--ease)}.product-card__link:hover .product-card__cta,.product-card__link:focus-visible .product-card__cta{text-shadow:0 0 20px var(--accent-glow-strong)}.skel-line{height:12px;border-radius:6px;margin-top:10px}.skel-line--sm{width:40%;height:10px}.skel-line--lg{width:80%;height:18px}.product-card__rating{display:inline-flex;align-items:center;gap:6px;margin-bottom:4px;font-size:.82rem;color:var(--text-muted)}.section.catalog{padding-top:24px}.catalog__head{text-align:center;margin-bottom:28px}.catalog__head h1{font-size:clamp(2rem,6vw,3rem);margin:8px 0}.catalog__lead{max-width:480px;margin:0 auto}.chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:32px}.chip{min-height:44px;padding:8px 18px;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);font-weight:600;font-size:.95rem;transition:all .15s var(--ease)}.chip:hover{color:var(--text);border-color:var(--accent)}.chip--active{background:var(--accent);color:#0b1220;border-color:var(--accent);box-shadow:0 6px 18px var(--accent-glow)}.catalog__query{margin:8px 0 0;font-size:1.05rem}.catalog__query strong{color:var(--accent)}.catalog__clear{margin-top:12px}.catalog__count{margin:10px 0 0;font-size:.9rem}.catalog__empty{text-align:center;padding:48px 0}.catalog__empty-title{font-size:1.15rem;font-weight:600;margin:0 0 8px}.catalog__empty-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px}.catalog__more{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:28px 0 0}.catalog__sentinel{height:1px}.catalog__end{text-align:center;margin:28px 0 0;font-size:.9rem}.checkout{padding:24px 0 56px}.checkout__head{margin-bottom:18px}.checkout__head h1{font-size:clamp(1.5rem,4vw,1.9rem);margin:4px 0 0}.checkout__narrow{max-width:460px}.checkout__empty{text-align:center;max-width:460px}.checkout__empty .btn{margin-top:12px}.checkout__layout{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}@media (min-width: 900px){.checkout__layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr)}}.checkout__steps{display:flex;flex-direction:column;gap:12px}.checkout-step{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.checkout-step.is-locked{opacity:.55}.step__head{display:flex;align-items:center;gap:10px}.step__head h2{font-size:1.02rem;margin:0}.step__no{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);font-size:.85rem;font-weight:700;flex-shrink:0}.checkout-step.is-active .step__no{background:var(--accent);color:#0b1220;border-color:var(--accent)}.step__edit{margin-left:auto;background:none;border:none;color:var(--accent);font-weight:600;font-size:.85rem}.step__summary{margin:8px 0 0;font-size:.88rem}.step__body{margin-top:14px}.checkout .field{margin-bottom:12px;gap:4px}.checkout .field label{font-size:.82rem}.checkout .field input,.checkout .field textarea{padding:9px 12px;border-radius:9px}.field__hint{font-size:.78rem}.grid-2{display:grid;grid-template-columns:1fr;gap:0 14px}@media (min-width: 560px){.grid-2{grid-template-columns:1fr 1fr}}.methods{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px}@media (min-width: 560px){.methods{grid-template-columns:1fr 1fr}}.method{display:flex;flex-direction:column;gap:2px;text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--text);transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.method.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.method:disabled{cursor:not-allowed;opacity:.65}.method__title{font-weight:600}.method__meta{font-size:.8rem;color:var(--text-muted)}.point-selected{margin:0 0 8px;font-size:.88rem}.point-selected strong{color:var(--accent)}.geowidget{width:100%;height:420px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.doc{border:1px solid var(--border);border-radius:10px;padding:10px 14px;margin:4px 0 12px;display:flex;gap:20px;align-items:center}.doc legend{font-size:.78rem;color:var(--text-muted);padding:0 6px}.radio{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;cursor:pointer}.radio input{accent-color:var(--accent);width:16px;height:16px}.terms{margin:6px 0 14px;align-items:flex-start}.terms-callout{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;padding:10px 14px;background:#f4f6fb;color:#1c2333;border-radius:8px;box-shadow:0 8px 22px #00000073;font-size:.9rem}.terms-callout__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;border-radius:5px;background:var(--accent);color:#14181f;font-weight:800}.terms a{color:var(--accent-2);text-decoration:underline;text-underline-offset:2px}.checkout-summary{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}@media (min-width: 900px){.checkout-summary{position:sticky;top:calc(var(--header-h) + 16px)}}.checkout-summary__title{font-size:1.05rem;margin:0 0 12px}.checkout-summary__list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.checkout-summary__item{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center}.checkout-summary__item img{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid var(--border)}.checkout-summary__item>div{display:flex;flex-direction:column;min-width:0}.checkout-summary__item .muted{font-size:.76rem}.checkout-summary__name{font-weight:600;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-summary__item strong{color:var(--accent);white-space:nowrap;font-size:.92rem}.checkout-summary__row{display:flex;justify-content:space-between;font-size:.88rem;padding:8px 0;border-top:1px solid var(--border)}.checkout-summary__row--discount{color:#7fd6a6;font-weight:600}.checkout-summary__total{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);font-size:1rem}.checkout-summary__total strong{font-size:1.3rem;color:var(--accent)}.checkout-summary__back{display:block;text-align:center;margin-top:12px;color:var(--text-muted);font-weight:600;font-size:.88rem}.checkout-summary__back:hover{color:var(--accent)}.confirmation{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;text-align:center}.confirmation__check{width:52px;height:52px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;font-size:1.5rem;color:#0b1220;background:var(--accent)}.confirmation__title{font-size:1.4rem}.confirmation__order{display:flex;justify-content:center;gap:40px;margin:16px 0 20px}.confirmation__order>div{display:flex;flex-direction:column;gap:2px}.confirmation__order strong{font-size:1.2rem;color:var(--accent)}.checkout .confirmation__actions{display:flex;flex-direction:column;gap:12px;max-width:320px;margin:0 auto}@media (min-width: 640px){.checkout .confirmation__actions{flex-direction:row;justify-content:center;max-width:none}}.auth__container{display:flex;justify-content:center}.auth__card{width:100%;max-width:440px;background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 22px}.auth__head{text-align:center;margin-bottom:22px}.auth__head h1{font-size:clamp(1.6rem,5vw,2.2rem);margin:6px 0 8px}.auth__head .muted{margin:0}.auth__form-error{background:#ff6b6b1f;border:1px solid rgba(255,107,107,.4);color:#ff8a8a;border-radius:var(--radius);padding:12px 14px;margin:0 0 18px;font-weight:600;font-size:.92rem}.auth__form-info{background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:12px 14px;margin:0 0 18px;font-size:.92rem;line-height:1.45}.auth__form .btn{margin-top:6px}.auth__switch{text-align:center;margin:20px 0 0;font-size:.92rem}.auth__switch a{color:var(--accent);font-weight:600}.auth__switch a:hover{text-decoration:underline}.access-denied{max-width:520px;text-align:center}.access-denied .btn{margin-top:12px}.categories{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.category-tile{position:relative;display:flex;align-items:center;justify-content:center;min-height:150px;padding:16px;text-align:center;border-radius:var(--radius);border:1px solid transparent;background:var(--bg-card);overflow:hidden;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}.category-tile__glow{position:absolute;inset:-30% -20% auto -20%;height:120%;background:radial-gradient(60% 80% at 50% 0%,var(--accent-glow) 0%,transparent 70%);opacity:.5;pointer-events:none}.category-tile--photo{min-height:200px}.category-tile__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .45s var(--ease)}.category-tile:hover .category-tile__img,.category-tile:focus-visible .category-tile__img{transform:scale(1.06)}.category-tile__shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#0b122073,#0b12208c 45%,#0b1220c7),radial-gradient(70% 70% at 50% 50%,#0b122026,#0b122099)}.category-tile__label{position:relative;z-index:1;font-family:var(--font-head);font-size:18px;font-weight:600;color:var(--text)}.category-tile--photo .category-tile__label{color:var(--accent);letter-spacing:.5px;text-shadow:0 0 14px var(--accent-glow-strong),0 0 34px var(--accent-glow),0 2px 8px rgba(0,0,0,.75);transition:text-shadow .3s var(--ease)}.category-tile--photo:hover .category-tile__label,.category-tile--photo:focus-visible .category-tile__label{text-shadow:0 0 18px var(--accent-glow-strong),0 0 46px var(--accent-glow-strong),0 2px 8px rgba(0,0,0,.75)}.category-tile:hover,.category-tile:focus-visible{border-color:var(--accent);box-shadow:0 12px 32px var(--accent-glow);transform:translateY(-2px)}@media (min-width: 768px){.categories{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px) and (max-width: 1199px){.category-tile{min-height:120px}.category-tile--photo{min-height:170px}}.duo-banners{display:grid;grid-template-columns:1fr;gap:20px}.banner{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:320px;padding:40px 32px;border-radius:var(--radius-lg);overflow:hidden;isolation:isolate}.banner--amber{background:radial-gradient(90% 120% at 15% 0%,#3a2a12 0%,var(--bg-section) 55%,var(--bg) 100%)}.banner--blue{background:radial-gradient(90% 120% at 85% 0%,#12283a 0%,var(--bg-section) 55%,var(--bg) 100%)}.banner__glow{position:absolute;width:340px;height:340px;border-radius:50%;filter:blur(80px);opacity:.45;z-index:-1;pointer-events:none}.banner--amber .banner__glow{background:var(--accent);top:-120px;left:-80px}.banner--blue .banner__glow{background:var(--accent-2);top:-120px;right:-80px}.banner__frame{position:absolute;top:24px;right:24px;bottom:24px;left:24px;border:2px solid rgba(255,182,72,.5);border-radius:calc(var(--radius-lg) - 8px);pointer-events:none}.banner__content{position:relative;z-index:1;max-width:360px}.banner__title{font-family:var(--font-head);font-size:24px;font-weight:600;margin:0 0 12px}.banner__text{margin:0 0 24px;color:var(--text-muted);font-size:15px}@media (min-width: 768px){.duo-banners{grid-template-columns:1fr 1fr}.banner{min-height:420px;padding:48px 44px}.banner__title{font-size:28px}}.trust{display:grid;grid-template-columns:1fr;gap:20px}.trust__item{display:flex;gap:16px;align-items:flex-start;padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.trust__icon{flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:var(--accent);background:#ffb6481a}.trust__title{font-family:var(--font-head);font-size:17px;font-weight:600;margin:0 0 6px}.trust__text{margin:0;font-size:14px;color:var(--text-muted)}@media (min-width: 768px){.trust{grid-template-columns:repeat(3,1fr)}.trust__title{font-size:18px}}.why{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 18px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.why__icon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:var(--accent);background:#ffb6481a}.why__label{margin:0;font-family:var(--font-head);font-size:15px;font-weight:600;color:var(--text)}.why__text{margin:0;font-size:.85rem;line-height:1.55;text-wrap:pretty}@media (min-width: 768px){.why{grid-template-columns:repeat(4,1fr);gap:20px}.why__label{font-size:16px}.why__text{font-size:.88rem}}.testimonials{display:grid;grid-template-columns:1fr;gap:16px}.testimonial{display:flex;flex-direction:column;gap:12px;padding:22px 20px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.testimonial__text{position:relative;margin:0;flex:1 0 auto;font-size:.95rem;line-height:1.6;color:var(--text)}.testimonial__text:before{content:"„";color:var(--accent);font-family:var(--font-head);font-size:1.6rem;line-height:0;vertical-align:-.15em;margin-right:2px}.testimonial__meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin:0;padding-top:12px;border-top:1px solid var(--border);font-size:.85rem}.testimonial__author{font-weight:700}.testimonial__product{color:var(--text-muted)}a.testimonial__product:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}@media (min-width: 768px){.testimonials{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 1200px){.testimonials{grid-template-columns:repeat(3,1fr)}}.info-band{border-top:1px solid var(--border)}.info-band__grid{display:grid;grid-template-columns:1fr;gap:28px;text-align:center}.info-band__col h3{font-size:1.05rem;margin:0 0 12px}.info-band__col p{margin:0 auto;max-width:360px;font-size:.9rem}@media (min-width: 768px){.info-band__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:32px}}.pay-logos{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:center}.pay-logo{height:30px;width:auto;display:block}.pay-logo--fallback{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid var(--border);border-radius:6px;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:13px;color:var(--text-muted);white-space:nowrap}.reveal{opacity:0;transform:translateY(24px);will-change:opacity,transform}.reveal--in{opacity:1;transform:none;transition:opacity .6s var(--ease),transform .6s var(--ease);will-change:auto}@media (prefers-reduced-motion: reduce){.reveal,.reveal--in{opacity:1;transform:none;transition:none}}.hero{position:relative;overflow:hidden;height:420px;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 80% at 50% 0%,#15203a 0%,var(--bg) 60%)}.hero__glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.hero__glow--amber{width:420px;height:420px;background:var(--accent);top:-120px;right:-80px;opacity:.35}.hero__glow--blue{width:360px;height:360px;background:var(--accent-2);bottom:-140px;left:-100px;opacity:.25}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#0b122066,#0b122080,#0b1220b3)}.hero__inner{position:relative;z-index:1;text-align:center}.hero__title{font-size:28px;margin:12px 0 16px}.hero__lead{font-size:1.05rem;max-width:560px;margin:0 auto 28px}.hero__cta{display:flex;flex-direction:column;gap:12px;align-items:stretch;max-width:320px;margin:0 auto}.section-head{text-align:center;margin-bottom:36px}.section-head h2{font-size:clamp(1.8rem,5vw,2.6rem)}.section-foot{display:flex;justify-content:center;margin-top:36px}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:12px}.step{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.step__icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:var(--accent);background:#ffb6481a;margin-bottom:8px}.step__num{position:absolute;top:18px;right:20px;font-family:var(--font-head);font-size:1.4rem;font-weight:700;color:#ffffff0f}.step__title{font-size:.95rem;margin:0 0 6px}.step .muted{font-size:.85rem}@media (min-width: 768px){.hero{min-height:calc(100vh - var(--header-h));height:auto;padding-bottom:14vh}.hero__title{font-size:44px}.hero__cta{flex-direction:row;justify-content:center;max-width:none}.steps{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.hero__title{font-size:48px}.steps{grid-template-columns:repeat(4,1fr)}}.account__container{display:flex;justify-content:center}.account__card{width:100%;max-width:520px;background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 22px}.account__head{margin-bottom:22px}.account__head h1{font-size:clamp(1.6rem,5vw,2.2rem);margin:6px 0 8px}.account__head .muted{margin:0}.account__form .btn{margin-top:6px}.account__address{border:1px solid var(--border);border-radius:var(--radius);padding:16px 16px 4px;margin:4px 0 20px}.account__address legend{font-size:.9rem;font-weight:600;padding:0 8px}.account__hint{margin:0 0 14px;font-size:.85rem;line-height:1.45}.account__grid{display:grid;grid-template-columns:1fr;gap:0 14px}@media (min-width: 520px){.account__grid{grid-template-columns:1fr 1fr}}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#070b14b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-modal__panel{width:100%;max-width:640px;max-height:92vh;overflow-y:auto;background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-card)}.admin-modal__head{position:sticky;top:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px;background:var(--bg-section);border-bottom:1px solid var(--border)}.admin-modal__title{margin:4px 0 0;font-size:1.6rem}.admin-modal__close{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:1.1rem}.admin-modal__close:hover{border-color:var(--accent);color:var(--accent)}.admin-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:24px;background:#04070de0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.admin-lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:var(--radius);box-shadow:0 20px 60px #0009}.admin-lightbox__close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:1.1rem;cursor:pointer}.admin-lightbox__close:hover{border-color:var(--accent);color:var(--accent)}.admin-modal__body{padding:20px 24px 28px}.admin-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 20px;margin:0}.admin-meta dt{font-size:.78rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:3px}.admin-meta dd{margin:0;font-weight:600;word-break:break-word}.admin-section{margin-top:28px}.admin-section__title{font-size:1.05rem;padding-bottom:8px;margin-bottom:14px;border-bottom:1px solid var(--border)}.admin-items{display:flex;flex-direction:column;gap:12px}.admin-item{display:flex;align-items:center;gap:16px;padding:14px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.admin-item__thumb{flex-shrink:0;width:96px;height:72px;border-radius:10px;overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0006}.admin-item__thumb img{width:100%;height:100%;object-fit:cover}.admin-item__thumb-fallback{color:var(--accent);font-size:1.3rem}.admin-item__thumb--zoom{padding:0;border:0;cursor:pointer;outline-offset:2px}.admin-item__thumb--zoom img{transition:transform .2s ease}.admin-item__thumb--zoom:hover img,.admin-item__thumb--zoom:focus-visible img{transform:scale(1.08)}.admin-delivery__addr{display:flex;flex-direction:column;gap:2px}.admin-delivery__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:14px}.admin-item__info{flex:1;min-width:0}.admin-item__name{margin:0 0 2px;font-weight:600}.admin-item__attrs{margin:0;font-size:.88rem}.admin-item__price{font-weight:700;white-space:nowrap;color:var(--accent)}@media (min-width: 768px){.admin-modal{align-items:center;padding:24px}.admin-modal__panel{border-radius:var(--radius-lg)}}.cod-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 16px;margin-bottom:22px;background:#ffb6481a;border:1px solid var(--accent-glow-strong);border-radius:var(--radius)}.cod-banner__title{margin:0;font-weight:700}.cod-banner__text{margin:2px 0 0;font-size:.88rem}.cod-banner .btn{flex-shrink:0}.cod-banner--await{display:block}.cod-banner--await .cod-banner__text{line-height:1.5}.cod-delivery{display:flex;flex-direction:column;gap:2px;margin:0 0 10px;font-weight:600}.cod-doc{margin:0;font-size:.9rem}.cod-total{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:16px;border-top:1px solid var(--border);font-size:1.05rem}.cod-total strong{font-size:1.4rem;color:var(--accent)}.section.my-orders{padding-top:24px}.my-orders__head{margin-bottom:24px}.my-orders__head h1{font-size:clamp(1.8rem,6vw,2.6rem);margin:8px 0 6px}.my-orders__empty{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 24px;text-align:center}.my-orders__empty .btn{margin-top:12px}.my-orders__error{background:#ff6b6b1f;border:1px solid rgba(255,107,107,.4);border-radius:var(--radius);padding:16px 18px}.my-orders__await{background:#ffb6481a;border:1px solid var(--accent-glow-strong);border-radius:var(--radius);padding:14px 18px;margin-bottom:20px}.my-orders__await-title{margin:0;font-weight:700}.my-orders__await-text{margin:4px 0 0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.my-orders__list{display:flex;flex-direction:column;gap:12px}.order-row{display:flex;flex-direction:column;gap:10px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.order-row--clickable{width:100%;text-align:left;color:inherit;font-size:1rem;cursor:pointer;transition:border-color .15s var(--ease),box-shadow .15s var(--ease),transform .15s var(--ease)}.order-row--clickable:hover{border-color:var(--accent);box-shadow:0 6px 20px #00000059}.order-row__main{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.order-row__unpaid{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);padding:2px 8px;border:1px solid var(--accent-glow-strong);border-radius:999px}.order-row__id{font-family:var(--font-head);font-weight:700;font-size:1.1rem}.order-row__date{font-size:.9rem}.order-row__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-row__amount{color:var(--accent);font-size:1.1rem}.status-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.82rem;font-weight:600;border:1px solid var(--border);color:var(--text-muted)}.status-pill[data-status=PAID],.status-pill[data-status=IN_PRODUCTION],.status-pill[data-status=SHIPPED],.status-pill[data-status=DELIVERED]{color:#8be0b0;border-color:#4caf7d80}.status-pill[data-status=AWAITING_ARTWORK]{color:#f4a6c4;border-color:#f48fb18c}.status-pill[data-status=AWAITING_RESPONSE]{color:#ffab91;border-color:#ffab918c}.status-pill[data-status=NEW]{color:var(--accent);border-color:var(--accent-glow-strong)}.status-pill[data-status=CANCELLED]{color:#ff8a8a;border-color:#ff6b6b80}@media (min-width: 768px){.order-row{flex-direction:row;align-items:center;justify-content:space-between}.order-row__meta{justify-content:flex-end;gap:20px}}.order-status__container{display:flex;justify-content:center;min-height:60vh;align-items:center}.order-status__card{width:100%;max-width:480px;background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 24px;text-align:center}.order-status__icon{width:84px;height:84px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.6rem;font-weight:700}.order-status__icon--success{background:#4caf7d26;color:#4caf7d;box-shadow:0 0 40px #4caf7d4d}.order-status__icon--error{background:#ff6b6b24;color:#ff8a8a;box-shadow:0 0 40px #ff6b6b40}.order-status__icon--pending{background:var(--bg-card);box-shadow:0 0 40px var(--accent-glow)}.order-status__title{font-size:clamp(1.5rem,5vw,2rem);margin:0 0 10px}.order-status__text{margin:0 auto 24px;max-width:360px}.order-status__meta{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:4px}.order-status__meta>div{display:flex;flex-direction:column;gap:4px}.order-status__meta strong{font-size:1.4rem;color:var(--accent)}.order-status__next{margin:24px 0 20px;padding:16px 18px;text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.order-status__next-title{margin:0 0 8px;font-size:1.05rem}.order-status__next-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:.95rem;line-height:1.5}.order-status__actions{display:flex;flex-direction:column;gap:12px;margin-top:20px}@media (min-width: 640px){.order-status__actions{flex-direction:row;justify-content:center;flex-wrap:wrap}}.order-status__contact{margin:20px 0 0;font-size:.9rem;line-height:1.6}.order-status__contact a{color:var(--accent);white-space:nowrap}.spinner--lg{width:44px;height:44px;border-width:4px;margin:0}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;display:flex;align-items:flex-end;justify-content:center;background:#060a14b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer__panel{position:relative;width:100%;max-height:92vh;max-height:88dvh;overflow-y:auto;overscroll-behavior:contain;padding:18px 20px calc(24px + env(safe-area-inset-bottom,0px));border:1px solid var(--border);border-bottom:0;border-radius:24px 24px 0 0;background:var(--bg-card);box-shadow:0 -20px 60px #0000008c;animation:cart-drawer-up .28s var(--ease);will-change:transform}@keyframes cart-drawer-up{0%{transform:translateY(24px);opacity:0}}.cart-drawer__grip{display:block;width:48px;height:5px;margin:0 auto 14px;border-radius:999px;background:#ffffff47}.cart-drawer__close{position:absolute;top:10px;right:10px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:none;color:var(--text-muted);font-size:1.5rem;line-height:1}.cart-drawer__close:hover{color:var(--text);background:#ffffff0f}.cart-drawer__head{display:flex;align-items:center;gap:12px;margin:0 40px 18px 0}.cart-drawer__check{flex:0 0 auto;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#4caf7d26;color:#4caf7d;font-weight:700}.cart-drawer__title{font-family:var(--font-head);font-size:1.15rem;font-weight:700;line-height:1.25}.cart-drawer__item{display:flex;gap:14px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-section)}.cart-drawer__thumb{flex:0 0 auto;width:96px;height:96px;object-fit:cover;border-radius:8px;background:var(--bg)}.cart-drawer__meta{min-width:0;flex:1}.cart-drawer__name{margin:0 0 8px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.cart-drawer__spec{margin:0;display:flex;flex-direction:column;gap:4px;font-size:.85rem}.cart-drawer__spec>div{display:flex;gap:6px}.cart-drawer__spec dt{color:var(--text-muted)}.cart-drawer__spec dt:after{content:":"}.cart-drawer__spec dd{margin:0;font-weight:600}.cart-drawer__total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--border)}.cart-drawer__total strong{font-size:1.35rem;color:var(--accent)}.cart-drawer__actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.cart-drawer__count{margin:12px 0 0;text-align:center;font-size:.85rem}.cart-drawer__rec{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.cart-drawer__rec-title{margin:0 0 14px;font-size:1rem;font-weight:600}.cart-drawer__rec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cart-drawer__rec-card{display:flex;flex-direction:column;gap:8px;border-radius:var(--radius);overflow:hidden}.cart-drawer__rec-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius);background:var(--bg-section);transition:transform .35s var(--ease)}.cart-drawer__rec-card:hover img,.cart-drawer__rec-card:focus-visible img{transform:scale(1.04)}.cart-drawer__rec-name{font-size:.85rem;font-weight:600;line-height:1.35;text-align:center}.cart-drawer__rec-card:hover .cart-drawer__rec-name{color:var(--accent)}@media (min-width: 768px){.cart-drawer{align-items:stretch;justify-content:flex-end}.cart-drawer__panel{width:min(420px,100%);max-height:none;height:100%;padding:26px 24px calc(26px + env(safe-area-inset-bottom,0px));border:0;border-left:1px solid var(--border);border-radius:0;box-shadow:-24px 0 70px #0000008c;background:radial-gradient(120% 60% at 100% 0%,rgba(255,182,72,.12) 0%,transparent 60%),var(--bg-card);animation-name:cart-drawer-in}.cart-drawer__grip{display:none}.cart-drawer__actions{flex-direction:row}}@keyframes cart-drawer-in{0%{transform:translate(32px);opacity:0}}.reviews{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.reviews__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 18px;margin-bottom:20px}.reviews__title{font-size:1.5rem;margin:0}.reviews__summary{display:inline-flex;align-items:center;gap:8px;margin:0}.reviews__summary strong{font-size:1.1rem;color:var(--accent)}.reviews__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.reviews__skel{height:92px;border-radius:var(--radius)}.reviews__empty{margin:0;padding:20px;background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius)}.review{padding:16px 18px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.review__head{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;margin-bottom:8px}.review__author{font-weight:600}.review__date{font-size:.82rem}.review__text{margin:0;line-height:1.6;white-space:pre-line}.reviews__more{display:flex;justify-content:center;margin-top:18px}.size-grid{display:grid;grid-template-columns:1fr;gap:12px}.size-card{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);padding:16px 18px}.size-card__dims{font-family:var(--font-head);font-size:1.15rem;font-weight:700;color:var(--accent)}.size-card__price{margin-top:6px;font-weight:700;font-size:1.05rem}.size-card--selected{border-color:var(--accent);box-shadow:0 10px 26px var(--accent-glow)}.frame-preview{display:flex;justify-content:center}.frame-preview__frame{padding:14px;border-radius:8px;box-shadow:0 18px 50px var(--accent-glow),0 0 0 1px #0000004d;max-width:360px;width:100%}.frame-preview__mat{position:relative;background:#05070d;padding:6px;border-radius:4px}.frame-preview__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:2px;display:block}.artwork-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:6%;overflow:hidden;border-radius:inherit;pointer-events:none}.artwork-watermark__text{max-width:115%;transform:rotate(-18deg);text-align:center;text-wrap:balance;font-family:var(--font-head);font-size:clamp(.6rem,1.9vw,.95rem);font-weight:700;line-height:1.35;letter-spacing:.4px;color:#fff;opacity:.45;text-shadow:0 0 1px rgba(0,0,0,.95),0 1px 4px rgba(0,0,0,.9),0 0 18px rgba(0,0,0,.55)}.swatches{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.swatch{display:flex;align-items:center;gap:10px;background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);padding:10px 12px;color:var(--text);font-weight:600;min-height:48px}.swatch__dot{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.swatch--selected{border-color:var(--accent);box-shadow:0 6px 18px var(--accent-glow)}@media (min-width: 768px){.size-grid,.swatches{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.size-grid,.swatches{grid-template-columns:repeat(3,1fr)}}.section.pdp{padding-top:24px}.pdp__back{margin:0 0 16px}.pdp__back-link{display:inline-flex;align-items:center;min-height:44px;color:var(--text-muted);font-weight:600;font-size:.9rem}.pdp__back-link:hover{color:var(--accent)}.pdp__layout{display:grid;grid-template-columns:1fr;gap:28px}.pdp__media{align-self:start;display:flex;flex-direction:column;gap:28px}.pdp__config{display:flex;flex-direction:column}.pdp__stage--photo .frame-preview{visibility:hidden}.pdp__shot{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center}.pdp__shot-img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.pdp__stage{position:relative}.pdp__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:#0d1522b8;color:var(--text);font-size:1.6rem;line-height:1;cursor:pointer;z-index:2;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.pdp__nav:hover{border-color:var(--accent);color:var(--accent);background:#0d1522e6}.pdp__nav--prev{left:12px}.pdp__nav--next{right:12px}.pdp__name{font-size:clamp(1.6rem,5vw,2.4rem);margin:8px 0}.pdp__desc{margin:0 0 32px}.pdp__group{margin-bottom:26px}.pdp__buy{padding-top:4px}.pdp__group-title{font-size:1rem;font-family:var(--font-body);font-weight:600;margin:0 0 12px}.pdp-qty{display:inline-flex;align-items:center;gap:6px}.pdp-qty button{width:44px;height:44px;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:1.3rem;line-height:1}.pdp-qty button:hover:not(:disabled){border-color:var(--accent)}.pdp-qty button:disabled{opacity:.4;cursor:not-allowed}.pdp-qty__value{min-width:44px;text-align:center;font-weight:700;font-size:1.1rem}.pdp__price{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:24px 0 16px;padding-top:16px;border-top:1px solid var(--border)}.pdp__price strong{font-size:1.6rem;color:var(--accent)}.pdp__missing{text-align:center;padding:32px 0}.pdp__missing h1{font-size:clamp(1.6rem,5vw,2.2rem)}.pdp__missing p{max-width:460px;margin:0 auto 24px}.pdp__missing-actions{display:flex;flex-direction:column;gap:12px;max-width:320px;margin:0 auto}.pdp__skel-media{aspect-ratio:4 / 3;border-radius:8px;max-width:360px;margin:0 auto}.pdp__skel-line{height:14px;border-radius:6px;margin-bottom:12px}.pdp__skel-line--sm{width:35%;height:10px}.pdp__skel-line--lg{width:75%;height:26px}@media (min-width: 768px){.pdp__layout{grid-template-columns:minmax(0,1.7fr) minmax(360px,1fr);gap:40px;align-items:start}.pdp__media,.pdp__config{align-self:stretch}.pdp__media{gap:40px}.pdp__why,.pdp__buy{margin-top:auto}.pdp__media .frame-preview__frame,.pdp__media .pdp__shot-img,.pdp__skel-media{max-width:612px}.pdp__missing-actions{flex-direction:row}.pdp__missing-actions{justify-content:center;max-width:none}.pdp__config .size-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.pdp__config .size-grid{grid-template-columns:repeat(2,1fr)}}.pdp__rating{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;margin:0 0 10px;font-size:.9rem}.pdp__rating strong{color:var(--accent)}.pdp__rating-link{text-decoration:underline;text-underline-offset:3px}.pdp__rating-link:hover{color:var(--text)}.pdp .section.related{padding-bottom:0}.section.review-page{padding-top:24px}.review-page__narrow{max-width:680px}.review-page__center{text-align:center}.review-page__head{margin-bottom:24px}.review-page__head h1{font-size:clamp(1.8rem,5vw,2.6rem);margin:8px 0}.review-page__actions{display:flex;flex-direction:column;gap:12px;max-width:320px;margin:24px auto 0}.review-page__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.review-item{background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.review-item__head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.review-item__thumb{flex-shrink:0;width:72px;height:56px;object-fit:cover;border-radius:10px;background:var(--bg)}.review-item__name{margin:0;font-weight:600;font-size:1.05rem}.review-item__done{margin:4px 0 0;font-size:.88rem;color:#7fd6a6}.review-item__form{display:flex;flex-direction:column;gap:4px}.review-item__rating{border:0;padding:0;margin:0 0 12px}.review-item__rating legend{font-weight:600;font-size:.9rem;margin-bottom:8px;padding:0}.review-item__hint{margin:8px 0 0;font-size:.85rem}.review-google{margin:24px auto 0;max-width:440px;padding:20px;background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-lg)}.review-google__text{margin:0 0 10px}.review-google__stay{padding:6px 0;min-height:44px;background:none;border:0;color:var(--text-muted);font-size:.88rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.review-google__stay:hover{color:var(--text)}@media (min-width: 768px){.review-page__actions{flex-direction:row;justify-content:center;max-width:none}}.regulamin__inner{max-width:820px;margin:0 auto}.regulamin__head{margin-bottom:40px}.regulamin__head h1{margin:12px 0 16px;font-size:clamp(28px,5vw,40px)}.regulamin__intro{font-size:1.05rem;line-height:1.7;max-width:64ch}.regulamin__section{padding-top:28px;margin-top:28px;border-top:1px solid var(--border)}.regulamin__section:first-of-type{border-top:none;margin-top:0;padding-top:0}.regulamin__section h2{font-size:clamp(19px,3vw,23px);color:var(--accent);margin-bottom:14px}.regulamin__section p{margin:0 0 14px;line-height:1.75}.regulamin__section p:last-child{margin-bottom:0}.regulamin__section a{color:var(--accent-2);text-decoration:underline;text-underline-offset:2px}.regulamin__section strong{color:var(--text);font-weight:700}.regulamin__defs{display:grid;gap:12px;margin:0}.regulamin__defs dt{font-weight:700;color:var(--text)}.regulamin__defs dd{margin:2px 0 0;color:var(--text-muted);line-height:1.6}@media (min-width: 640px){.regulamin__defs div{display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:8px 20px;align-items:baseline}.regulamin__defs dd{margin-top:0}}:root{--bg: #0b1220;--bg-section: #141b2d;--bg-card: #1a2336;--accent: #ffb648;--accent-2: #4fc3f7;--text: #f4f6fb;--text-muted: #9aa3b5;--border: #2a3447;--accent-glow: rgba(255, 182, 72, .35);--accent-glow-strong: rgba(255, 182, 72, .55);--blue-glow: rgba(79, 195, 247, .3);--font-head: "Sora", "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--radius: 12px;--radius-lg: 20px;--maxw: 100%;--header-h: 64px;--section-pad: 60px;--shadow-card: 0 10px 30px rgba(0, 0, 0, .45);--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h);overflow-anchor:none}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{display:flex;flex-direction:column;min-height:100vh}#main{flex:1 0 auto}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.15;margin:0 0 .5em;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}:focus-visible{outline:3px solid var(--accent-2);outline-offset:2px}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(16px,3vw,40px)}@media (min-width: 992px){:root{--header-h: 210px}.site-header,.home{zoom:1.5}.home .hero{min-height:calc((100vh - var(--header-h)) / 1.5)}}.section{padding:64px 0}.section-section{background:var(--bg-section)}.section-title{position:relative;text-align:center;font-family:var(--font-head);font-weight:400;font-size:22px;line-height:1.2;margin:0 0 40px}.section-title:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#f4f6fb1f}.section-title>span{position:relative;display:inline-block;padding:0 30px;background:var(--bg)}.section-section .section-title>span{background:var(--bg-section)}@media (min-width: 768px){.section-title{font-size:26px;margin-bottom:60px}}@media (min-width: 1200px){.section-title{font-size:36px}}.eyebrow{text-transform:uppercase;letter-spacing:3px;font-size:.78rem;color:var(--accent);font-weight:600}.muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border-radius:var(--radius);border:1px solid transparent;font-weight:600;font-size:1rem;transition:transform .15s var(--ease),background .15s var(--ease),box-shadow .2s var(--ease);text-align:center}.btn-primary{background:var(--accent);color:#0b1220;box-shadow:0 6px 20px var(--accent-glow)}.btn-primary:hover{background:#ffc56b;transform:scale(1.02);box-shadow:0 8px 28px var(--accent-glow-strong)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn-block{width:100%}.skeleton{position:relative;overflow:hidden;background:var(--bg-card)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.grid-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 768px){.grid-products{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width: 992px){.grid-products{grid-template-columns:repeat(4,1fr);gap:20px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;vertical-align:middle;margin-right:8px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-weight:600;font-size:.9rem}.field input,.field textarea{font-family:inherit;font-size:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:12px 14px;width:100%;resize:vertical}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field input[aria-invalid=true]{border-color:#ff6b6b}.field__error{color:#ff8a8a;font-size:.82rem}.qty{display:inline-flex;align-items:center;gap:4px}.qty button{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--bg-section);color:var(--text);font-size:1.2rem;line-height:1}.qty button:disabled{opacity:.4}.qty span{min-width:28px;text-align:center}.confirmation{text-align:center}.confirmation__check{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:#4caf7d26;color:#4caf7d;font-size:2.4rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px #4caf7d4d}.confirmation__order{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:24px 0}.confirmation__order>div{display:flex;flex-direction:column;gap:4px}.confirmation__order strong{font-size:1.6rem;color:var(--accent)}.confirmation__actions{display:flex;flex-direction:column;gap:12px;max-width:320px;margin:0 auto}@media (min-width: 768px){.confirmation__actions{flex-direction:row;justify-content:center;max-width:none}}
