@charset "UTF-8";.logo-loading{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--color-black-lighter)}.logo-loading__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.logo{display:inline-flex;align-items:center}.logo__img{height:38px;width:auto;display:block;object-fit:contain;flex-shrink:0;transition:opacity var(--transition-normal)}@media(max-width:767px){.logo__img{height:32px}}.logo:hover .logo__img{opacity:.85}.logo--sm .logo__img{height:30px}.logo--md .logo__img{height:38px}.logo--lg .logo__img{height:75px}.logo-intro{position:fixed;inset:0;z-index:9999;background:var(--color-black-lighter);cursor:pointer;visibility:hidden;pointer-events:none}.logo-intro--open{visibility:visible;pointer-events:auto}.logo-intro__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.logo-intro__skip{position:absolute;top:var(--spacing-6);right:var(--spacing-6);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:var(--color-white-pure);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast)}.logo-intro__skip:hover{background:#ffffff2e;border-color:#fff6}@media(max-width:767px){.logo-intro__skip{top:var(--spacing-4);right:var(--spacing-4)}}.login-modal-overlay{position:fixed;inset:0;background-color:#1116;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:1rem;backdrop-filter:blur(4px);overflow-y:auto}.login-modal{background:#f5f0e8;border:1px solid rgba(17,17,17,.08);border-radius:4px;max-width:440px;width:100%;max-height:calc(100vh - 2rem);position:relative;box-shadow:0 24px 64px #11111138;animation:modalSlideIn .4s cubic-bezier(.16,1,.3,1);overflow-y:auto;margin:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-modal__close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;border-radius:50%;font-size:1.5rem;color:#111;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .3s ease;line-height:1;z-index:1}.login-modal__close:hover{background:#1111110f;transform:rotate(90deg)}.login-modal__content{padding:3rem 2.5rem 2.5rem}@media(max-width:768px){.login-modal__content{padding:2.5rem 2rem 2rem}}.login-modal__back{background:none;border:none;color:#777;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s;display:flex;align-items:center;gap:.5rem}.login-modal__back:hover{color:#2a3d1e}.login-modal__choice{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;margin-bottom:2rem}@media(max-width:768px){.login-modal__choice{grid-template-columns:1fr}}.login-modal__choice-btn{padding:2rem 1.5rem;background:#fff;border:1px solid rgba(17,17,17,.12);border-radius:4px;cursor:pointer;transition:border-color .2s,transform .2s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.login-modal__choice-btn:hover{border-color:#111;transform:translateY(-3px)}.login-modal__choice-btn:hover .login-modal__choice-icon{color:#2a3d1e}.login-modal__choice-btn:active{transform:translateY(-1px)}.login-modal__choice-icon{width:44px;height:44px;color:#111;transition:color .2s ease;stroke-width:1.5}.login-modal__choice-text{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:.14em}.login-modal__title{font-family:Bebas Neue,sans-serif;font-size:2rem;font-weight:400;color:#111;margin-bottom:.5rem;padding-right:2rem;letter-spacing:.03em;line-height:1.1}.login-modal__error{background:#b3362b14;border:1px solid rgba(179,54,43,.35);color:#b3362b;padding:.875rem 1.125rem;border-radius:4px;margin-bottom:1.5rem;margin-top:1.5rem;font-size:.8125rem;font-family:Inter,sans-serif;display:flex;align-items:center;gap:.5rem}.login-modal__error:before{content:"⚠";font-size:1.125rem}.login-modal__form{margin-bottom:1.5rem;margin-top:2rem}.login-modal__field{margin-bottom:1.5rem}.login-modal__field label{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#555;margin-bottom:.625rem;text-transform:uppercase;letter-spacing:.1em}.login-modal__field input{width:100%;padding:.875rem 1.125rem;background:#fff;border:1px solid rgba(17,17,17,.15);border-radius:4px;font-size:1rem;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s,box-shadow .2s}.login-modal__field input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11111114}.login-modal__field input:disabled{opacity:.5;cursor:not-allowed}.login-modal__field input::placeholder{color:#999}.login-modal__field input:hover:not(:focus):not(:disabled){border-color:#1111114d}.login-modal__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 32px;background:#111;color:#f5f0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease ease}.login-modal__submit:hover:not(:disabled){background:#f5f0e8;color:#111}.login-modal__submit:disabled{opacity:.5;cursor:not-allowed}.login-modal__submit{width:100%}.login-modal__divider{position:relative;text-align:center;margin:2rem 0 1.75rem}.login-modal__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#1111111a}.login-modal__divider span{position:relative;display:inline-block;padding:0 1.25rem;background:#f5f0e8;color:#777;font-family:Inter,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em}.login-modal__google{width:100%;padding:.875rem 1.5rem;background:#fff;color:#111;border:1px solid rgba(17,17,17,.15);border-radius:999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s;display:flex;align-items:center;justify-content:center;gap:.875rem;margin-bottom:1.5rem}.login-modal__google svg{flex-shrink:0}.login-modal__google:hover:not(:disabled){background:#faf7f2;border-color:#1116}.login-modal__google:disabled{opacity:.5;cursor:not-allowed}.login-modal__forgot-link{display:block;width:100%;text-align:center;background:none;border:none;color:#777;font-family:Inter,sans-serif;font-size:.8125rem;cursor:pointer;padding:.75rem 0 0;transition:color .2s;text-decoration:underline;text-underline-offset:3px}.login-modal__forgot-link:hover{color:#2a3d1e}.login-modal__description{color:#555;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;line-height:1.6;margin-top:.5rem;margin-bottom:0}.login-modal__success{display:flex;align-items:flex-start;gap:.875rem;background:#2a3d1e14;border:1px solid rgba(42,61,30,.3);border-radius:4px;padding:1.25rem;margin-top:1.5rem;color:#2a3d1e}.login-modal__success svg{flex-shrink:0;margin-top:2px}.login-modal__success p{font-size:.9375rem;line-height:1.6;margin:0}.login-modal__password-requirements{margin-top:1rem;padding:.875rem 1rem;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:4px}.login-modal__requirements-list{display:flex;flex-direction:column;gap:.5rem}.login-modal__requirement{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#777;transition:color .2s ease}.login-modal__requirement svg{flex-shrink:0;width:14px;height:14px;transition:color .2s ease}.login-modal__requirement--invalid{color:#b3362b}.login-modal__requirement--invalid svg{color:#b3362b}.login-modal__requirement--valid{color:#2a3d1e}.login-modal__requirement--valid svg{color:#2a3d1e}.login-modal__requirement--optional{opacity:.7}@media(max-width:768px){.login-modal-overlay{padding:0;align-items:flex-end}.login-modal{max-width:100%;width:100%;max-height:95vh;max-height:95dvh;border-radius:16px 16px 0 0;border-top:1px solid rgba(17,17,17,.08);border-left:none;border-right:none;border-bottom:none;margin:0;padding-bottom:env(safe-area-inset-bottom,0px)}.login-modal__close{width:44px;height:44px}.login-modal__content{padding:2rem 1.5rem 1.5rem}.login-modal__field input{font-size:16px}}@media(max-width:479px){.login-modal__content{padding:1.5rem 1.25rem 1.25rem}.login-modal__title{font-size:1.5rem;padding-right:2.5rem}.login-modal__choice{gap:.75rem;margin-top:1.5rem;margin-bottom:1.5rem}.login-modal__choice-btn{padding:1.25rem 1rem}.login-modal__choice-icon{width:36px;height:36px}.login-modal__submit,.login-modal__google{padding:.875rem 1.25rem}.login-modal__close{width:44px;height:44px;top:.75rem;right:.75rem}}@media(prefers-reduced-motion:reduce){.login-modal-overlay,.login-modal,.login-modal *,.login-modal:before,.login-modal:after,.login-modal *:before,.login-modal *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.login-modal::-webkit-scrollbar{width:6px}.login-modal::-webkit-scrollbar-track{background:#1111110d}.login-modal::-webkit-scrollbar-thumb{background:#11111140;border-radius:3px}.login-modal::-webkit-scrollbar-thumb:hover{background:#1116}.search-overlay__backdrop{position:fixed;inset:0;background:#0000;z-index:calc(var(--z-fixed) + 10);pointer-events:none;transition:background .25s ease}.search-overlay__backdrop--open{background:#00000073;pointer-events:auto}.search-overlay{position:fixed;top:0;left:0;right:0;background:#fff;z-index:calc(var(--z-fixed) + 11);transform:translateY(-100%);visibility:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;box-shadow:0 8px 32px #0000001f;max-height:80vh;overflow-y:auto}.search-overlay--open{transform:translateY(0);visibility:visible;transition-delay:0s,0s}.search-overlay__bar{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2rem;border-bottom:1px solid #e0e0e0}@media(max-width:767px){.search-overlay__bar{padding:1rem 1.25rem}}.search-overlay__icon{color:#a0aec0;display:flex;flex-shrink:0}.search-overlay__input{flex:1;border:none;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;color:#0d1b2a;background:transparent}.search-overlay__input::placeholder{color:#a0aec0}.search-overlay__input::-webkit-search-cancel-button{display:none}.search-overlay__close{background:none;border:none;cursor:pointer;color:#f9fafb0;display:flex;padding:.25rem;transition:color .15s ease}.search-overlay__close:hover{color:#0d1b2a}.search-overlay__results{padding:1rem 2rem 1.5rem}@media(max-width:767px){.search-overlay__results{padding:1rem 1.25rem}}.search-overlay__results-label{font-family:Space Mono,Fira Code,monospace;font-size:.75rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.search-overlay__no-results{padding:1.5rem 0;text-align:center;color:#f9fafb0;font-size:1rem}.search-overlay__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}.search-overlay__item{display:flex;align-items:center;gap:1rem;padding:.75rem;text-decoration:none;border-radius:4px;transition:background .15s ease}.search-overlay__item:hover{background:#f9fafb}.search-overlay__item-img{width:60px;height:75px;overflow:hidden;flex-shrink:0;background:#f5f5f5}.search-overlay__item-img img{width:100%;height:100%;object-fit:cover}.search-overlay__item-img-placeholder{width:100%;height:100%;background:#f5f5f5}.search-overlay__item-info{display:flex;flex-direction:column;gap:2px}.search-overlay__item-cat{font-family:Space Mono,Fira Code,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#a0aec0}.search-overlay__item-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#0d1b2a;text-transform:uppercase;letter-spacing:-.02em}.search-overlay__item-price{font-family:Space Mono,Fira Code,monospace;font-size:.75rem;color:#4a5568}.header{position:fixed;top:var(--announcement-height, 36px);left:0;width:100%;z-index:var(--z-fixed);transition:background .3s ease,box-shadow .3s ease}.header--scrolled{background:#f5f0e8f7;backdrop-filter:blur(14px);box-shadow:0 1px #11111114}.header__container{position:relative;display:flex;align-items:center;justify-content:flex-end;height:var(--header-height, 80px);padding:0 40px;max-width:var(--container-max, 1440px);margin:0 auto;gap:4px}@media(max-width:1024px){.header__container{padding:0 28px}}@media(max-width:900px){.header__container{padding:0 20px}}.header__center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:32px;pointer-events:none}.header__center>*{pointer-events:auto}@media(max-width:900px){.header__center{display:none}}.header__logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s;flex-shrink:0}.header__logo:hover{opacity:.75}.header__logo--mobile{display:none}@media(max-width:900px){.header__logo--mobile{display:flex;position:absolute;left:50%;transform:translate(-50%);pointer-events:auto}}.header__nav{display:flex}.header__nav-list{display:flex;align-items:center;gap:28px;list-style:none;padding:0;margin:0}.header__nav-link{font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffffe6;text-decoration:none;padding:4px 0;position:relative;white-space:nowrap;transition:color .2s}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width .25s ease}.header__nav-link:hover:after,.header__nav-link--active:after{width:100%}.header--scrolled .header__nav-link{color:#111}.header__nav-item{position:relative}.header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);padding-top:16px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:10}.header__nav-item--has-dropdown:hover .header__dropdown,.header__nav-item--has-dropdown:focus-within .header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header__dropdown-list{list-style:none;margin:0;padding:10px 0;min-width:190px;background:#f5f0e8;border:1px solid rgba(17,17,17,.08);box-shadow:0 14px 36px #11111124}.header__dropdown-link{display:block;padding:9px 22px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#111;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.header__dropdown-link:hover{background:#1111110f;color:#2a3d1e}.header__icons{display:flex;align-items:center;gap:2px}@media(max-width:900px){.header__icons .header__icon-btn:not(.header__icon-btn--cart){display:none}}.header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#ffffffe6;transition:background .2s,color .2s;text-decoration:none;flex-shrink:0}.header__icon-btn:hover{background:#ffffff1f}.header__icon-btn--admin{opacity:.6}.header__icon-btn--admin:hover{opacity:1}.header__icon-btn--cart,.header__icon-btn--wishlist{position:relative}.header__cart-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 3px;background:#d4a017;color:#0d1b2a;border-radius:9999px;font-size:10px;font-weight:700;font-family:monospace;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.header--scrolled .header__icon-btn{color:#111}.header--scrolled .header__icon-btn:hover{background:#1111110f}.header__avatar-img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1.5px solid currentColor}.header__avatar-initial{width:28px;height:28px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;font-family:Inter,sans-serif}.header__lang-toggle{display:flex;align-items:center;gap:2px;margin-left:8px}@media(max-width:900px){.header__lang-toggle{display:none}}.header__lang-btn{background:none;border:none;padding:6px 8px;font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.05em;color:#fff9;cursor:pointer;transition:color .2s ease}.header__lang-btn:hover,.header__lang-btn--active{color:#fff}.header--scrolled .header__lang-btn{color:#11111173}.header--scrolled .header__lang-btn:hover,.header--scrolled .header__lang-btn.header__lang-btn--active{color:#111}.header__menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:#ffffffe6;margin-left:4px;border-radius:50%;transition:background .2s,color .2s;flex-shrink:0}.header__menu-toggle:hover{background:#ffffff1f}@media(max-width:900px){.header__menu-toggle{display:flex}}.header--scrolled .header__menu-toggle{color:#111}.header--scrolled .header__menu-toggle:hover{background:#1111110f}.header__mobile-menu{display:none;position:fixed;top:0;right:0;width:100%;max-width:380px;height:100dvh;background:#f5f0e8;padding:100px 32px 40px;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:calc(var(--z-fixed) + 1);overflow-y:auto;flex-direction:column;border-left:1px solid rgba(17,17,17,.08)}@media(max-width:900px){.header__mobile-menu{display:flex}}.header__mobile-menu--open{transform:translate(0)}.header__mobile-nav{flex:1}.header__mobile-nav-item{opacity:0;transform:translate(20px);transition:opacity .3s ease-out,transform .3s ease-out}.header__mobile-menu--open .header__mobile-nav-item{opacity:1;transform:translate(0)}.header__mobile-nav-link{display:block;font-family:Inter,sans-serif;font-size:22px;font-weight:600;letter-spacing:.04em;color:#111;padding:14px 0;border-bottom:1px solid rgba(17,17,17,.08);text-decoration:none;transition:color .2s}.header__mobile-nav-link:hover,.header__mobile-nav-link--active{color:#2a3d1e}.header__mobile-subnav{list-style:none;margin:0;padding:4px 0 12px 18px;border-bottom:1px solid rgba(17,17,17,.08)}.header__mobile-subnav-link{display:block;padding:8px 0;font-family:Inter,sans-serif;font-size:15px;font-weight:500;letter-spacing:.02em;color:#555;text-decoration:none;transition:color .2s}.header__mobile-subnav-link:hover{color:#2a3d1e}.header__mobile-footer{margin-top:auto;padding-top:24px;border-top:1px solid rgba(17,17,17,.08);display:flex;flex-direction:column;gap:12px}.header__mobile-language{display:flex;gap:4px;padding:4px;background:#1111110d;border-radius:8px}.header__mobile-language-option{flex:1;position:relative;cursor:pointer}.header__mobile-language-option input{position:absolute;opacity:0;width:0;height:0}.header__mobile-language-label{display:flex;align-items:center;justify-content:center;padding:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;color:#777;border-radius:6px;transition:all .2s}.header__mobile-language-option input:checked+.header__mobile-language-label{background:#111;color:#f5f0e8}.header__mobile-admin{display:flex;align-items:center;justify-content:center;padding:13px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;background:#111;color:#f5f0e8;border:none;border-radius:999px;text-decoration:none;transition:background .2s,color .2s}.header__mobile-admin:hover{background:#f5f0e8;color:#111}.header__mobile-user{display:flex;flex-direction:column;align-items:center;gap:8px}.header__mobile-user-name{font-family:Inter,sans-serif;font-size:13px;color:#555;text-align:center}.header__mobile-login,.header__mobile-logout{width:100%;padding:13px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;background:#111;color:#f5f0e8;border:none;border-radius:999px;cursor:pointer;transition:background .2s,color .2s}.header__mobile-login:hover,.header__mobile-logout:hover{background:#f5f0e8;color:#111}.header__overlay{display:none;position:fixed;inset:0;background:#1116;z-index:var(--z-fixed);animation:fadeIn .3s ease-out}@media(max-width:900px){.header__overlay{display:block}}@media(prefers-reduced-motion:reduce){.header,.header *,.header__overlay,.header__mobile-menu{animation-duration:.01ms!important;transition-duration:.01ms!important}}.footer{background:var(--footer-bg, #0D1B2A);color:var(--footer-text, rgba(255, 255, 255, .8))}.footer__container{max-width:1440px;margin:0 auto;padding:0 3rem}@media(max-width:1023px){.footer__container{padding:0 2rem}}@media(max-width:767px){.footer__container{padding:0 1.25rem}}.footer__main{display:grid;grid-template-columns:280px 1fr 1fr;gap:3rem;padding:4rem 0 3rem}@media(max-width:1023px){.footer__main{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem 0 2rem}}@media(max-width:767px){.footer__main{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 1.5rem}}@media(max-width:1023px){.footer__brand{grid-column:1/-1}}.footer__logo-link{display:inline-block;margin-bottom:1rem;opacity:.9;transition:opacity .2s ease}.footer__logo-link:hover{opacity:1}.footer__logo-link .logo__img{filter:brightness(0)}.footer__tagline{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent, #FF7F00);margin-bottom:.75rem}.footer__description{font-size:.875rem;line-height:1.75;color:#ffffff8c;margin-bottom:1.5rem;max-width:32ch}@media(max-width:1023px){.footer__description{max-width:100%}}.footer__social{display:flex;gap:.6rem;margin-bottom:1.25rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(13,27,42,.25);border-radius:50%;color:#0d1b2abf;transition:color .2s ease,border-color .2s ease}.footer__social-link:hover{color:#0d1b2a;border-color:#0d1b2a80}.footer__language{display:flex;gap:.4rem}.footer__language-btn{background:none;border:1px solid rgba(13,27,42,.25);border-radius:3px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;color:#0d1b2a99;cursor:pointer;transition:color .2s ease,border-color .2s ease}.footer__language-btn:hover{color:#0d1b2a}.footer__language-btn--active{color:#0d1b2a;border-color:#0d1b2a99}.footer__payments{display:flex;flex-direction:column;gap:.5rem}.footer__payments-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6}.footer__payment-icons{display:flex;flex-wrap:wrap;gap:.5rem}.footer__payment-badge{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:#ffffffbf;border:1px solid rgba(255,255,255,.2);padding:.25rem .6rem;border-radius:3px}.footer__offices{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1023px){.footer__offices{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.footer__offices{grid-template-columns:1fr}}.footer__office{display:flex;flex-direction:column;gap:.25rem}.footer__office-title{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:.5rem}.footer__office-flag{font-size:1.1rem}.footer__office-address,.footer__office-city{font-size:.82rem;color:#ffffff8c;margin:0;line-height:1.5}.footer__office-contact{display:block;font-size:.82rem;color:#ffffffa6;margin-top:.25rem;text-decoration:none;transition:color .2s ease}.footer__office-contact:hover{color:var(--color-accent, #FF7F00)}.footer__right{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:767px){.footer__right{grid-template-columns:1fr 1fr}}.footer__col-title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0d1b2a;margin-bottom:1rem}.footer__col-title:after{content:"";display:block;width:20px;height:1px;background:#0d1b2a;margin-top:.4rem}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.5rem}.footer__link{font-size:.85rem;color:#0d1b2aa6;text-decoration:none;transition:color .2s ease,transform .2s ease;display:inline-block}.footer__link:hover{color:var(--color-accent, #FF7F00);transform:translate(3px)}.footer__metro{padding:2rem 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.footer__metro-label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem}.footer__metro-line{display:flex;align-items:center;gap:0;overflow-x:auto;padding-bottom:.25rem}.footer__metro-line .footer__metro-station+.footer__metro-station:before{content:"";display:inline-block;width:40px;height:2px;background:#f5c200;vertical-align:middle;flex-shrink:0}.footer__metro-station{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0}.footer__metro-station+.footer__metro-station{margin-left:0}.footer__metro-dot{width:12px;height:12px;border-radius:50%;background:#f5c200;border:2px solid rgba(255,255,255,.2);transition:transform .2s ease}.footer__metro-station--active .footer__metro-dot{width:16px;height:16px;background:#fff;border-color:#f5c200;box-shadow:0 0 8px #f5c20099}.footer__metro-name{font-size:.65rem;color:#ffffff73;text-align:center;white-space:nowrap}.footer__metro-station--active .footer__metro-name{color:#fff;font-weight:700}.footer__metro-line{display:flex;align-items:flex-start;gap:0}.footer__metro-line .footer__metro-station{display:flex;flex-direction:column;align-items:center;gap:.3rem}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 0}@media(max-width:767px){.footer__bottom{flex-direction:column;align-items:center;text-align:center;gap:.75rem}}.footer__copyright{font-size:.78rem;color:#0d1b2a80;margin:0}.footer__bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer__legal-link{font-size:.78rem;color:#ffffff59;text-decoration:none;transition:color .2s ease}.footer__legal-link:hover{color:#ffffffb3}.footer__reclamacoes{font-size:.78rem;color:#ff7f0099;text-decoration:none;border:1px solid rgba(255,127,0,.3);padding:.2rem .6rem;border-radius:3px;transition:color .2s ease,border-color .2s ease}.footer__reclamacoes:hover{color:var(--color-accent, #FF7F00);border-color:var(--color-accent, #FF7F00)}.announcement-bar{position:fixed;top:0;left:0;width:100%;height:var(--announcement-height, 36px);background:#f5f0e8;border-bottom:1px solid rgba(17,17,17,.12);overflow:hidden;z-index:400;display:flex;align-items:center}.announcement-bar__track{display:flex;align-items:center;white-space:nowrap;animation:announcementScroll 30s linear infinite}.announcement-bar__item{font-family:Inter,-apple-system,sans-serif;font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#1a1a1a;padding:0 4px}.announcement-bar__sep{display:inline-block;margin:0 14px;opacity:.45}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}@keyframes announcementScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:400;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay--visible{opacity:1;pointer-events:auto}.cart{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;height:100dvh;background:#fff;z-index:500;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.25,.46,.45,.94),visibility 0s linear .35s;box-shadow:-8px 0 40px #00000026}.cart--open{transform:translate(0);visibility:visible;transition-delay:0s,0s}@media(max-width:767px){.cart{width:100vw}}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}.cart__title{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:#0d1b2a;letter-spacing:.15em;display:flex;align-items:baseline;gap:.5rem}.cart__count{font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#718096;font-weight:400;letter-spacing:0}.cart__close{background:none;border:none;cursor:pointer;color:#2d3748;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.cart__close:hover{color:#0d1b2a}.cart__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart__body::-webkit-scrollbar{width:4px;height:4px}.cart__body::-webkit-scrollbar-track{background:#f5f5f5}.cart__body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:9999px}.cart__body::-webkit-scrollbar-thumb:hover{background:#ffb700}.cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:100%;min-height:300px;text-align:center}.cart__empty-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#718096}.cart__empty-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 32px;background:#111;color:#f5f0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease ease}.cart__empty-cta:hover:not(:disabled){background:#f5f0e8;color:#111}.cart__empty-cta:disabled{opacity:.5;cursor:not-allowed}.cart__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.cart__item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.cart__item:last-child{border-bottom:none}.cart__item-img-wrap{width:90px;height:110px;flex-shrink:0;overflow:hidden;background:#f5f5f5;display:block}.cart__item-img-placeholder{background:#e0e0e0}.cart__item-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart__item-img:hover{transform:scale(1.04)}.cart__item-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart__item-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;color:#0d1b2a;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.cart__item-name:hover{color:#d4a017}.cart__item-size{font-family:Space Mono,Fira Code,monospace;font-size:.75rem;color:#718096;text-transform:uppercase;letter-spacing:.1em}.cart__item-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#0d1b2a;margin-top:.25rem}.cart__item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.cart__qty{display:flex;align-items:center;border:1px solid #cbd5e0;gap:0}.cart__qty-btn{background:none;border:none;cursor:pointer;color:#2d3748;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.cart__qty-btn:hover:not(:disabled){background:#f5f5f5;color:#0d1b2a}.cart__qty-btn:disabled{opacity:.3;cursor:not-allowed}.cart__qty-val{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#0d1b2a;width:36px;text-align:center;border-left:1px solid #cbd5e0;border-right:1px solid #cbd5e0;line-height:32px}.cart__remove{background:none;border:none;cursor:pointer;color:#a0aec0;padding:.25rem;display:flex;align-items:center;transition:color .15s ease}.cart__remove:hover{color:#f44336}.cart__footer{padding:1.25rem 1.5rem 2rem;border-top:1px solid #e0e0e0;flex-shrink:0;display:flex;flex-direction:column;gap:.75rem}.cart__subtotal{display:flex;justify-content:space-between;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#0d1b2a}.cart__shipping-note{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#718096;text-align:center}.cart__checkout-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 32px;background:#111;color:#f5f0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease ease}.cart__checkout-btn:hover:not(:disabled){background:#f5f0e8;color:#111}.cart__checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cart__checkout-btn{display:block;text-align:center;width:100%}.cart__clear{background:none;border:none;cursor:pointer;font-family:Space Mono,Fira Code,monospace;font-size:.75rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.1em;text-align:center;transition:color .15s ease}.cart__clear:hover{color:#f44336}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wd-overlay{position:fixed;inset:0;background:#00000080;z-index:400;opacity:0;pointer-events:none;transition:opacity .3s ease}.wd-overlay--visible{opacity:1;pointer-events:auto}.wd{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;height:100dvh;background:#fff;z-index:500;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.25,.46,.45,.94),visibility 0s linear .35s;box-shadow:-8px 0 40px #00000026}.wd--open{transform:translate(0);visibility:visible;transition-delay:0s,0s}@media(max-width:767px){.wd{width:100vw}}.wd__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}.wd__title{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:#0d1b2a;letter-spacing:.15em;display:flex;align-items:baseline;gap:.5rem}.wd__count{font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#718096;font-weight:400;letter-spacing:0}.wd__close{background:none;border:none;cursor:pointer;color:#2d3748;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.wd__close:hover{color:#0d1b2a}.wd__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.wd__body::-webkit-scrollbar{width:4px;height:4px}.wd__body::-webkit-scrollbar-track{background:#f5f5f5}.wd__body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:9999px}.wd__body::-webkit-scrollbar-thumb:hover{background:#ffb700}.wd__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:100%;min-height:300px;text-align:center;color:#a0aec0}.wd__empty svg{width:40px;height:40px}.wd__empty-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#718096}.wd__empty-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 32px;background:#111;color:#f5f0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease ease}.wd__empty-cta:hover:not(:disabled){background:#f5f0e8;color:#111}.wd__empty-cta:disabled{opacity:.5;cursor:not-allowed}.wd__skeleton{height:110px;background:#f5f5f5;margin-bottom:1rem;animation:wd-shimmer 1.4s infinite}@keyframes wd-shimmer{0%,to{opacity:1}50%{opacity:.5}}.wd__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.wd__item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.wd__item:last-child{border-bottom:none}.wd__item-img-wrap{width:90px;height:110px;flex-shrink:0;overflow:hidden;background:#f5f5f5;display:block}.wd__item-img-placeholder{background:#e0e0e0}.wd__item-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wd__item-img:hover{transform:scale(1.04)}.wd__item-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.wd__item-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;color:#0d1b2a;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.wd__item-name:hover{color:#d4a017}.wd__item-color{font-weight:400;color:#718096}.wd__item-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#0d1b2a;margin-top:.25rem}.wd__item-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.5rem}.wd__item-add{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 32px;background:#111;color:#f5f0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease ease}.wd__item-add:hover:not(:disabled){background:#f5f0e8;color:#111}.wd__item-add:disabled{opacity:.5;cursor:not-allowed}.wd__item-add{padding:.5rem .75rem;font-size:10px;flex:1}.wd__remove{background:none;border:none;cursor:pointer;color:#a0aec0;padding:.25rem;display:flex;align-items:center;flex-shrink:0;transition:color .15s ease}.wd__remove:hover{color:#f44336}.wd__footer{padding:1.25rem 1.5rem 2rem;border-top:1px solid #e0e0e0;flex-shrink:0}.wd__view-all-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 32px;background:#111;color:#f5f0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease ease}.wd__view-all-btn:hover:not(:disabled){background:#f5f0e8;color:#111}.wd__view-all-btn:disabled{opacity:.5;cursor:not-allowed}.wd__view-all-btn{display:block;text-align:center;width:100%}:root{--color-black: #ffffff;--color-black-light: #f0f4f8;--color-black-lighter: #152436;--color-white: #0D1B2A;--color-white-pure: #ffffff;--color-accent: #D4A017;--color-accent-hover: #B8860B;--color-accent-light: rgba(212, 160, 23, .1);--color-accent-dark: #8B6914;--color-gray-100: #f5f5f5;--color-gray-200: #e0e0e0;--color-gray-300: #cbd5e0;--color-gray-400: #a0aec0;--color-gray-500: #718096;--color-gray-600: #4A5568;--color-gray-700: #2D3748;--color-gray-800: #1A202C;--color-success: #4caf50;--color-success-light: rgba(76, 175, 80, .1);--color-error: #f44336;--color-error-light: rgba(244, 67, 54, .1);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Instrument Serif", Georgia, serif;--font-mono: "Space Mono", "Fira Code", monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.0625rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3.5rem;--font-size-6xl: 5rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--spacing-32: 8rem;--font-heading-display: "Bebas Neue", sans-serif;--border-color: rgba(13, 27, 42, .08);--border-color-light: rgba(13, 27, 42, .1);--border-color-dark: rgba(255, 255, 255, .1);--border-radius-card: 4px;--card-bg-hover: #1e3352;--color-black-deep: #0a1420;--footer-bg: #92bef8;--footer-text: #0D1B2A;--footer-text-muted: rgba(13, 27, 42, .7);--footer-text-subtle: rgba(13, 27, 42, .5);--modal-bg: var(--color-white-pure);--modal-text: var(--color-black-lighter);--modal-text-muted: var(--color-gray-600);--modal-close-color: var(--color-black-lighter);--modal-tag-bg: rgba(13, 27, 42, .07);--modal-tag-border: rgba(13, 27, 42, .18);--modal-tag-text: var(--color-black-lighter);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-overlay: 400;--z-modal: 500;--z-toast: 600;--announcement-height: 36px;--header-height: 80px;--header-height-mobile: 70px;--container-max: 1440px;--surface-dark: var(--color-black-lighter);--surface-dark-hover: var(--card-bg-hover);--surface-dark-deep: var(--color-black-deep);--text-on-dark: #f5f5f0;--text-on-dark-muted: rgba(255, 255, 255, .65);--text-on-dark-subtle: rgba(255, 255, 255, .4);--text-on-dark-faint: rgba(255, 255, 255, .25);--border-dark: rgba(255, 255, 255, .1);--border-dark-subtle: rgba(255, 255, 255, .08);--border-dark-faint: rgba(255, 255, 255, .04);--color-accent-3: rgba(67, 160, 71, .03);--color-accent-4: rgba(67, 160, 71, .04);--color-accent-5: rgba(67, 160, 71, .05);--color-accent-8: rgba(67, 160, 71, .08);--color-accent-12: rgba(67, 160, 71, .12);--color-accent-15: rgba(67, 160, 71, .15);--color-accent-20: rgba(67, 160, 71, .2);--color-accent-30: rgba(67, 160, 71, .3);--color-accent-35: rgba(67, 160, 71, .35);--white-2: rgba(255, 255, 255, .02);--white-3: rgba(255, 255, 255, .03);--white-4: rgba(255, 255, 255, .04);--white-5: rgba(255, 255, 255, .05);--white-6: rgba(255, 255, 255, .06);--white-8: rgba(255, 255, 255, .08);--white-10: rgba(255, 255, 255, .1);--white-12: rgba(255, 255, 255, .12);--white-15: rgba(255, 255, 255, .15);--white-20: rgba(255, 255, 255, .2);--white-25: rgba(255, 255, 255, .25);--white-35: rgba(255, 255, 255, .35);--white-40: rgba(255, 255, 255, .4);--white-45: rgba(255, 255, 255, .45);--white-50: rgba(255, 255, 255, .5);--white-55: rgba(255, 255, 255, .55);--white-65: rgba(255, 255, 255, .65);--white-70: rgba(255, 255, 255, .7);--white-85: rgba(255, 255, 255, .85);--white-95: rgba(255, 255, 255, .95);--amber: #FFB300;--amber-8: rgba(255, 179, 0, .08);--amber-15: rgba(255, 179, 0, .15);--shadow-navy-sm: 0 2px 4px rgba(10, 40, 90, .2);--shadow-navy-md: 0 8px 40px rgba(10, 40, 90, .4);--shadow-navy-lg: 0 30px 80px rgba(10, 40, 90, .3);--ls-tight: -.02em;--ls-normal: 0;--ls-wide: .1em;--ls-wider: .15em;--ls-widest: .3em;--input-border: rgba(13, 27, 42, .15)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-primary);font-size:var(--font-size-base);line-height:1.6;color:var(--color-white);background-color:var(--color-black);overflow-x:hidden;min-height:100vh;min-height:100dvh}.grid-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M 60 0 L 0 0 0 60' fill='none' stroke='rgba(13,27,42,0.06)' stroke-width='1'/%3E%3C/svg%3E");background-size:60px 60px;pointer-events:none;z-index:0}::selection{background:var(--color-accent);color:var(--color-white-pure)}a{color:inherit;text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--color-accent)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.1;color:var(--color-white)}p{color:var(--color-gray-600);margin-bottom:var(--spacing-4)}p:last-child{margin-bottom:0}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}textarea{resize:vertical}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}main{flex:1;position:relative;z-index:1}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--spacing-16)}@media(max-width:1024px){.container{padding:0 var(--spacing-8)}}@media(max-width:767px){.container{padding:0 var(--spacing-5)}}@media(max-width:479px){.container{padding:0 var(--spacing-4)}}.skip-link{position:absolute;left:-9999px}.skip-link:focus{position:fixed;top:var(--spacing-4);left:var(--spacing-4);z-index:9999;padding:var(--spacing-4) var(--spacing-6);background:var(--color-accent);color:var(--color-black-lighter)}.page-loader{display:flex;justify-content:center;align-items:center;min-height:50vh}.app-loader{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:var(--color-black);z-index:9999}.page-loader__spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
