.product-card{cursor:pointer}.product-card__media{position:relative;overflow:hidden;aspect-ratio:3 / 4;margin-bottom:1rem}.product-card__image{display:block;width:100%;height:100%;transition:transform .7s ease-out}.product-card__image--photo{object-fit:cover}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__veil{position:absolute;inset:0;background-color:rgb(var(--navy-rgb) / 0);transition:background-color .4s ease}.product-card:hover .product-card__veil{background-color:rgb(var(--navy-rgb) / .1)}.product-card__badge{position:absolute;top:.75rem;left:.75rem}.product-card__hint{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.25rem;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__hint{opacity:1}.product-card__hint-label{background-color:rgb(var(--white-rgb) / .9);color:var(--color-navy);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem}.product-card__info{display:flex;flex-direction:column;gap:.25rem}.product-card__category{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5)}.product-card__name{font-size:1rem;font-weight:500;line-height:1.25;color:var(--color-navy);transition:color .2s ease}.product-card:hover .product-card__name{color:rgb(var(--navy-rgb) / .75)}.product-card__price{font-size:1rem;font-weight:500;color:var(--color-navy)}@media(min-width:640px){.product-card__name{font-size:1.125rem}}.modal{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:0}.modal__backdrop{position:absolute;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-detail{position:relative;z-index:10;display:flex;flex-direction:column;width:100%;height:100%;max-width:none;max-height:none;padding:10px;background-color:var(--color-silver);overflow:hidden}.product-detail__close{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:rgb(var(--navy-rgb) / .6);transition:color .2s ease}.product-detail__close:hover{color:var(--color-navy)}.product-detail__gallery{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.product-detail__media{position:relative;width:100%;aspect-ratio:4 / 3;background-color:var(--color-white);overflow:hidden;touch-action:pan-y}.product-detail__track{display:flex;width:100%;height:100%;cursor:grab}.product-detail__track:active{cursor:grabbing}.product-detail__slide{flex:0 0 100%;width:100%;height:100%}.product-detail__photo{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-detail__media-fill{width:100%;height:100%}.product-detail__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background-color:rgb(var(--white-rgb) / .85);color:var(--color-navy);transition:background-color .2s ease,opacity .2s ease}.product-detail__nav:hover{background-color:var(--color-white)}.product-detail__nav:disabled{opacity:0;pointer-events:none}.product-detail__nav--prev{left:.5rem}.product-detail__nav--next{right:.5rem}.product-detail__thumbs{display:flex;gap:.5rem;padding-inline:1rem;overflow-x:auto}.product-detail__thumb{flex-shrink:0;width:3.5rem;height:3.5rem;border:1px solid rgb(var(--line-rgb) / .5);opacity:.6;transition:opacity .2s ease,border-color .2s ease;overflow:hidden}.product-detail__thumb:hover{opacity:1}.product-detail__thumb--active{opacity:1;border-color:var(--color-navy)}.product-detail__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-detail__body{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;overflow-y:auto}.product-detail__category{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5);margin-bottom:.5rem}.product-detail__name{font-size:1.5rem;font-weight:600;line-height:1.375;color:var(--color-navy);margin-bottom:.25rem}.product-detail__name-en{font-size:.875rem;color:rgb(var(--navy-rgb) / .5);margin-bottom:1.25rem}.product-detail__description{font-size:.875rem;line-height:1.625;color:rgb(var(--navy-rgb) / .7);margin-bottom:1.25rem}.product-detail__ingredients{border-top:1px solid rgb(var(--line-rgb) / .4);padding-top:1rem;margin-bottom:1.25rem}.product-detail__ingredients-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:.5rem}.product-detail__ingredients-text{font-size:.875rem;line-height:1.625;color:rgb(var(--navy-rgb) / .55)}.product-detail__price{font-size:1.5rem;font-weight:600;color:var(--color-navy);margin-bottom:1.25rem}.quantity{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.quantity__label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5)}.quantity__control{display:flex;align-items:center;border:1px solid rgb(var(--navy-rgb) / .2)}.quantity__button{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:rgb(var(--navy-rgb) / .6);transition:color .2s ease,background-color .2s ease}.quantity__button:hover{color:var(--color-navy);background-color:rgb(var(--navy-rgb) / .05)}.quantity__value{width:2.5rem;text-align:center;font-size:1rem;font-weight:500;color:var(--color-navy)}@media(min-width:640px){.modal{padding:1rem}.product-detail{width:100%;height:auto;max-width:56rem;max-height:90vh}.product-detail__body{padding:2rem}.product-detail__name{font-size:1.875rem}}@media(min-width:768px){.product-detail{flex-direction:row}.product-detail__gallery{width:45%;align-self:stretch}.product-detail__media{flex:1;aspect-ratio:auto;min-height:0}.product-detail__body{padding:2.5rem}}.modal-enter-active,.modal-leave-active{transition:opacity .3s ease}.modal-enter-from,.modal-leave-to{opacity:0}.confirm{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem}.confirm__backdrop{position:absolute;inset:0;background-color:#0000004d}.confirm__dialog{position:relative;z-index:10;width:100%;max-width:24rem;padding:2rem;background-color:var(--color-silver);display:flex;flex-direction:column;align-items:center;text-align:center}.confirm__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background-color:rgb(var(--navy-rgb) / .08);color:var(--color-navy);margin-bottom:1rem}.confirm__eyebrow{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5);margin-bottom:.25rem}.confirm__title{font-size:1.25rem;font-weight:500;color:var(--color-navy);margin-bottom:1.5rem}.confirm__actions{width:100%;display:flex;flex-direction:column;gap:.75rem}.confirm__actions .btn{padding-block:.875rem}.confirm-enter-active,.confirm-leave-active{transition:all .25s ease}.confirm-enter-from,.confirm-leave-to{opacity:0;transform:scale(.95)}.home{min-height:100vh;background-color:var(--color-silver)}.hero{position:relative;background-color:var(--color-white);overflow:hidden;padding-top:4rem}.hero__layout{display:flex;flex-direction:column}.hero__media{flex-shrink:0;width:100%;aspect-ratio:1 / 1;overflow:hidden}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.hero__eyebrow{font-size:.875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:2rem}.hero__title{font-size:2.25rem;font-weight:300;line-height:1.1;letter-spacing:-.025em;color:var(--color-navy);margin-bottom:2rem}.hero__title-accent{font-weight:200;color:rgb(var(--navy-rgb) / .7)}.hero__text{font-size:1rem;font-weight:300;line-height:1.9;color:rgb(var(--navy-rgb) / .55);margin-bottom:2.5rem}.hero__cta{display:inline-flex;align-items:center;gap:.75rem;background-color:var(--color-navy);color:var(--color-white);font-size:10px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;padding:1rem 2rem;transition:background-color .2s ease}.hero__cta:hover{background-color:var(--color-black)}@media(min-width:640px){.hero__content{padding-inline:3rem}.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__layout{flex-direction:row;height:calc(100vh - 4rem)}.hero__media{width:50%;height:100%;aspect-ratio:auto}.hero__content{width:50%;padding:0 3.5rem}.hero__text{max-width:30rem}}@media(min-width:1280px){.hero__content{padding-inline:5rem}.hero__title{font-size:3.5rem}}.pillars{padding-block:5rem;background-color:var(--color-navy);scroll-margin-top:4rem}.pillars__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.pillar{border-top:1px solid rgb(var(--line-rgb) / .35);padding-top:1.5rem}.pillar__number{font-size:.75rem;letter-spacing:.14em;color:rgb(var(--line-rgb) / .7);margin-bottom:.75rem}.pillar__title{font-size:1.25rem;color:var(--color-white);margin-bottom:.75rem}.pillar__text{font-size:.75rem;line-height:1.625;color:rgb(var(--white-rgb) / .85)}@media(min-width:768px){.pillars__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.collection{padding-block:5rem;background-color:var(--color-silver)}.collection__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.collection__eyebrow{margin-bottom:.5rem}.collection__title{font-size:1.875rem;font-weight:300;color:var(--color-navy)}.collection__link{display:none;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .6);transition:color .2s ease}.collection__link:hover{color:var(--color-navy)}@media(min-width:640px){.collection__title{font-size:2.25rem}.collection__link{display:inline-flex}}.section-cta{display:flex;justify-content:center;margin-top:3rem}.section-cta__btn{letter-spacing:.18em}.quote{padding-block:6rem;background-color:var(--color-white)}.quote__inner{text-align:center;max-width:none}.quote__eyebrow{font-size:.875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:2rem}.quote__text{font-size:clamp(1.3rem,4.2vw,3rem);font-weight:300;line-height:1.3;color:var(--color-navy);margin-bottom:2rem}.quote__secondary{max-width:42rem;margin:0 auto 2.5rem;font-size:1rem;font-weight:300;line-height:1.8;color:rgb(var(--navy-rgb) / .5)}.quote__divider{margin:0 auto}.nobr{white-space:nowrap}.bestsellers{padding-block:5rem;background-color:var(--color-silver)}.bestsellers__header{margin-bottom:3rem}.bestsellers__title{font-size:1.875rem;font-weight:300;color:var(--color-navy);margin-top:.5rem}@media(min-width:640px){.bestsellers__title{font-size:2.25rem}}.site-footer{padding-block:3rem;background-color:var(--color-navy-deep)}.site-footer__inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.site-footer__logo{font-family:var(--font-base);font-size:1.125rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-white);margin-bottom:.25rem}.site-footer__tagline{font-size:11px;color:rgb(var(--white-rgb) / .9)}.site-footer__nav-wrap{display:flex;flex-direction:column;gap:.625rem;align-items:center}.site-footer__nav{display:flex;gap:1.5rem}.site-footer__link{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);transition:color .2s ease}.site-footer__link:hover{color:var(--color-white)}.site-footer__link--legal{color:rgb(var(--white-rgb) / .5)}.site-footer__link--legal:hover{color:rgb(var(--white-rgb) / .8)}.site-footer__copy{font-size:11px;color:rgb(var(--white-rgb) / .8)}@media(min-width:768px){.site-footer__inner{flex-direction:row;align-items:center;justify-content:space-between}}@media(max-width:639px){.hero__content{padding:3rem 2rem}.hero__media{height:400px;aspect-ratio:auto}.hero__eyebrow{margin-bottom:1.5rem}.collection,.bestsellers{padding-block:3rem}}.catalog{min-height:100vh;padding-top:5rem;background-color:var(--color-silver)}.catalog__heading{padding-block:3rem;border-bottom:1px solid rgb(var(--line-rgb) / .4)}.catalog__eyebrow{letter-spacing:.18em;text-transform:uppercase;margin-bottom:.5rem}.catalog__title{font-size:2.25rem;font-weight:300;color:var(--color-navy)}.catalog__body{padding-block:2.5rem}.catalog__layout{display:flex;flex-direction:column;gap:2.5rem}.catalog__sidebar{display:none}.catalog__filter-label{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:1.25rem}.category-list{display:flex;flex-direction:column;gap:.25rem}.category-list__item{width:100%;padding-block:.5rem;text-align:left;font-size:.875rem;letter-spacing:.03em;color:rgb(var(--navy-rgb) / .45);transition:color .2s ease}.category-list__item:hover{color:var(--color-navy)}.category-list__item--active{color:var(--color-navy);font-weight:500}.category-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.category-chip{padding:.5rem 1rem;font-size:.75rem;letter-spacing:.06em;border:1px solid rgb(var(--navy-rgb) / .2);color:rgb(var(--navy-rgb) / .6);transition:border-color .2s ease,background-color .2s ease,color .2s ease}.category-chip:hover{border-color:rgb(var(--navy-rgb) / .5)}.category-chip--active{background-color:var(--color-navy);border-color:var(--color-navy);color:var(--color-white)}.catalog__count{font-size:.875rem;color:var(--color-navy-muted);margin-bottom:2rem}.catalog__main{flex:1}@media(min-width:1024px){.catalog{padding-top:6rem}.catalog__title{font-size:3rem}.catalog__layout{flex-direction:row}.catalog__sidebar{display:block;width:13rem;flex-shrink:0}.category-chips{display:none}}.catalog__heading{padding-block:1.5rem;border-bottom:1px solid rgb(var(--line-rgb) / .4)}.cart{min-height:100vh;padding-top:5rem;background-color:var(--color-silver)}.cart__inner{padding-block:3rem}.cart__heading{margin-bottom:2.5rem}.cart__eyebrow{letter-spacing:.18em;text-transform:uppercase;margin-bottom:.5rem}.cart__title{font-size:2.25rem;font-weight:300;color:var(--color-navy)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:6rem}.cart-empty__icon{color:rgb(var(--navy-rgb) / .25);margin-bottom:1.5rem}.cart-empty__title{font-size:1.5rem;color:var(--color-navy);margin-bottom:.5rem}.cart-empty__text{font-size:1rem;color:rgb(var(--navy-rgb) / .5);margin-bottom:2rem}.cart__layout{display:grid;grid-template-columns:1fr;gap:2.5rem}.cart-items{display:flex;flex-direction:column}.cart-item{display:flex;gap:1.25rem;padding-block:1.5rem}.cart-item+.cart-item{border-top:1px solid rgb(var(--line-rgb) / .3)}.cart-item__thumb{flex-shrink:0;width:5rem;height:6rem}.cart-item__thumb--photo{object-fit:cover;background-color:var(--color-white)}.cart-item__body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__category{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:.125rem}.cart-item__name{font-size:1rem;font-weight:500;color:var(--color-navy)}.cart-item__name-en{font-size:.875rem;color:rgb(var(--navy-rgb) / .5)}.cart-item__row{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.cart-item__total{display:flex;align-items:center;gap:1rem}.cart-item__price{font-size:1rem;font-weight:500;color:var(--color-navy)}.cart-item__remove{color:rgb(var(--navy-rgb) / .3);transition:color .2s ease}.cart-item__remove:hover{color:rgb(var(--navy-rgb) / .7)}.stepper{display:flex;align-items:center;border:1px solid rgb(var(--navy-rgb) / .2)}.stepper__button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:rgb(var(--navy-rgb) / .5);transition:color .2s ease,background-color .2s ease}.stepper__button:hover{color:var(--color-navy);background-color:rgb(var(--navy-rgb) / .05)}.stepper__value{width:2.25rem;text-align:center;font-size:.875rem;color:var(--color-navy)}.cart__summary{align-self:start}.cart__continue{margin-top:.75rem}@media(min-width:1024px){.cart{padding-top:6rem}.cart__layout{grid-template-columns:1fr 340px}.cart__summary{position:sticky;top:7rem}}.checkout{min-height:100vh;padding-top:5rem;background-color:var(--color-silver)}.checkout__inner{padding-block:3rem}.checkout__heading{margin-bottom:2.5rem}.checkout__step{letter-spacing:.16em;text-transform:uppercase;margin-bottom:.5rem}.checkout__title{font-size:2.25rem;font-weight:300;color:var(--color-navy)}.checkout__layout{display:grid;grid-template-columns:1fr;gap:2.5rem}.checkout__fields{display:flex;flex-direction:column;gap:1.5rem}.section-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-title-row .section-title{margin-bottom:0}.field-stack{display:flex;flex-direction:column;gap:1rem}.field-grid{display:grid;grid-template-columns:1fr;gap:1rem}.delivery-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.delivery-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid rgb(var(--line-rgb) / .5);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.delivery-option:hover{border-color:rgb(var(--navy-rgb) / .3)}.delivery-option--active{border-color:var(--color-navy);background-color:rgb(var(--navy-rgb) / .03)}.checkout__radio-dot{flex-shrink:0;width:1rem;height:1rem;border-radius:9999px;border:2px solid var(--color-line);transition:border-color .2s ease,background-color .2s ease}.checkout__radio-dot--active{border-color:var(--color-navy);background-color:var(--color-navy)}.checkout__radio-dot--sm{width:.75rem;height:.75rem;border-width:1px;margin-top:.125rem}.delivery-option__icon{flex-shrink:0;color:rgb(var(--navy-rgb) / .5)}.delivery-option__info{flex:1}.delivery-option__label{font-size:.875rem;font-weight:500;color:var(--color-navy)}.delivery-option__desc{font-size:.75rem;color:rgb(var(--navy-rgb) / .45)}.delivery-option__price{font-size:.875rem;font-weight:500;color:var(--color-navy)}.pickup-points{margin-top:1.5rem}.pickup-points__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.pickup-points__label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5)}.pickup-points__label--spaced{margin-bottom:.75rem}.cdek-widget{width:100%;height:24rem;border:1px solid rgb(var(--line-rgb) / .6);background-color:var(--color-white)}.pickup-points__hint{font-size:.8125rem;color:var(--color-navy-muted);line-height:1.5}.pickup-points__list--map{margin-top:.75rem}.combo{position:relative}.combo__menu{position:absolute;top:100%;left:0;right:0;z-index:30;margin-top:4px;list-style:none;background-color:var(--color-white);border:1px solid rgb(var(--line-rgb) / .7);max-height:16rem;overflow-y:auto;box-shadow:0 8px 24px rgb(var(--navy-rgb) / .12)}.combo__option{display:flex;flex-direction:column;gap:2px;padding:.5rem .75rem;cursor:pointer;transition:background-color .15s ease}.combo__option:hover{background-color:rgb(var(--navy-rgb) / .05)}.combo__option-main{font-size:.8125rem;font-weight:500;color:var(--color-navy)}.combo__option-sub{font-size:.6875rem;color:var(--color-navy-muted)}.combo__status{padding:.5rem .75rem;font-size:.75rem;color:var(--color-navy-muted)}.geo-detect{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;padding:0;background:none;border:none;font-size:.75rem;font-weight:500;color:var(--color-navy);cursor:pointer;transition:opacity .15s ease}.geo-detect:hover{opacity:.7}.geo-detect:disabled{cursor:default;opacity:.55}.geo-error{margin-top:.375rem;font-size:.75rem;color:#b4232a}.checkout-error{font-size:.8125rem;color:#b4232a;margin-bottom:.75rem;padding:.5rem .75rem;background-color:#b4232a12;border-left:2px solid #b4232a}.combo--pickup{margin-top:.875rem}.pickup-points__count{margin-top:.625rem;font-size:.75rem;color:var(--color-navy-muted)}.pickup-points__chosen{margin-top:.75rem;font-size:.8125rem;color:var(--color-navy);font-weight:500}.pickup-points__find{font-size:10px;color:var(--color-navy);text-decoration:underline}.pickup-points__loading{font-size:.75rem;color:var(--color-navy-muted);padding-block:.5rem}.pickup-points__list{max-height:12rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.pickup-point{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid rgb(var(--line-rgb) / .4);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.pickup-point:hover{border-color:rgb(var(--navy-rgb) / .25)}.pickup-point--active{border-color:var(--color-navy);background-color:rgb(var(--navy-rgb) / .03)}.pickup-point__name{font-size:.75rem;font-weight:500;color:var(--color-navy)}.pickup-point__address{font-size:10px;color:rgb(var(--navy-rgb) / .5)}.checkout__summary{align-self:start}.order-line{display:flex;align-items:center;gap:.75rem}.order-line__thumb{flex-shrink:0;width:2.5rem;height:3rem}.order-line__thumb--photo{object-fit:cover}.order-line__info{flex:1;min-width:0}.order-line__name{font-size:.875rem;color:var(--color-navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-line__qty{font-size:.875rem;color:rgb(var(--navy-rgb) / .45)}.order-line__price{flex-shrink:0;font-size:.875rem;color:var(--color-navy)}@media(min-width:640px){.field-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.checkout{padding-top:6rem}.checkout__layout{grid-template-columns:1fr 360px}.checkout__summary{position:sticky;top:7rem}}.payment{min-height:100vh;padding-top:5rem;background-color:var(--color-silver)}.payment-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 5rem);padding:3rem 1.5rem}.payment-success__card{width:100%;max-width:26rem;background:var(--color-white);padding:2.5rem 2rem;box-shadow:0 1px 3px #0000000f}.payment-success__top{display:flex;align-items:center;gap:.75rem;margin-bottom:1.75rem}.payment-success__icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background-color:#16804e1a;color:#16804e;flex-shrink:0}.payment-success__eyebrow{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:#16804e;font-weight:500}.payment-success__title{font-size:2rem;font-weight:300;color:var(--color-navy);line-height:1.15;margin-bottom:1.5rem}.payment-success__divider{height:1px;background:rgb(var(--line-rgb) / .4);margin-bottom:1.25rem}.payment-success__order-label{font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .4);margin-bottom:.35rem}.payment-success__number{font-size:1.375rem;letter-spacing:.04em;font-weight:300;color:var(--color-navy);margin-bottom:1.25rem}.payment-success__note{font-size:.8125rem;line-height:1.7;color:rgb(var(--navy-rgb) / .55);margin-bottom:2rem}.payment-success__actions{display:flex;gap:.75rem}.payment-success__btn{flex:1;justify-content:center}.payment-success__brand{margin-top:2.5rem;font-family:var(--font-base);font-size:.625rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .25)}.payment-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding-inline:1.5rem;text-align:center}.payment-state__spinner{width:2.75rem;height:2.75rem;border-radius:9999px;border:2px solid rgb(var(--navy-rgb) / .15);border-top-color:var(--color-navy);animation:payment-spin .8s linear infinite;margin-bottom:1.75rem}@keyframes payment-spin{to{transform:rotate(360deg)}}.payment-state__title{font-size:1.25rem;font-weight:400;color:var(--color-navy);margin-bottom:.5rem}.payment-state__title--lg{font-size:2rem;font-weight:300}.payment-state__note{max-width:26rem;font-size:.875rem;line-height:1.625;color:rgb(var(--navy-rgb) / .55)}.payment-state__cta{margin-top:2rem}.payment__inner{padding-block:3rem}.payment__heading{margin-bottom:2.5rem}.payment__step{letter-spacing:.16em;text-transform:uppercase;margin-bottom:.5rem}.payment__title{font-size:2.25rem;font-weight:300;color:var(--color-navy)}.payment__layout{display:grid;grid-template-columns:1fr;gap:2.5rem}.payment__fields{display:flex;flex-direction:column;gap:1.25rem}.yookassa__badge{display:flex;align-items:center;gap:.625rem;color:var(--color-navy);font-size:.9375rem;font-weight:500;margin-bottom:1rem}.yookassa__lead{font-size:.875rem;line-height:1.7;color:rgb(var(--navy-rgb) / .6);margin-bottom:1.5rem}.yookassa__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.yookassa__list li{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:rgb(var(--navy-rgb) / .7)}.yookassa__list li svg{color:var(--color-navy);flex-shrink:0}.payment__summary{align-self:start}.pay-brands{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.pay-brand{border:1px solid rgb(var(--line-rgb) / .5);font-size:9px;letter-spacing:.08em;color:rgb(var(--navy-rgb) / .5);padding:.25rem .5rem}.pay-error{font-size:.8125rem;line-height:1.5;color:#b42318;margin-bottom:.75rem}.pay-terms{font-size:.75rem;line-height:1.625;color:rgb(var(--navy-rgb) / .3);text-align:center;margin-top:1rem}@media(min-width:640px){.payment-success__title{font-size:3rem}}@media(min-width:1024px){.payment{padding-top:6rem}.payment__layout{grid-template-columns:1fr 340px}.payment__summary{position:sticky;top:7rem}}.admin{min-height:100vh;padding-top:5rem;background-color:var(--color-silver)}.admin-login{display:flex;align-items:center;justify-content:center;min-height:80vh;padding-inline:1.5rem}.admin-login__card{width:100%;max-width:24rem;padding:2rem;background-color:var(--color-white)}.admin-login__eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:.5rem}.admin-login__title{font-size:1.5rem;color:var(--color-navy);margin-bottom:2rem}.admin-login__input{margin-bottom:1rem}.admin-login__error{font-size:.75rem;color:var(--color-danger);margin-bottom:.75rem}.admin-dashboard{padding-block:3rem}.admin-dashboard__bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem}.admin-dashboard__eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:.5rem}.admin-dashboard__title{font-family:var(--font-base);font-size:1.875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-navy)}.admin-dashboard__logout{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5);transition:color .2s ease}.admin-dashboard__logout:hover{color:var(--color-navy)}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}.stat-card{background-color:var(--color-white);padding:1.25rem}.stat-card__label{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-navy-muted);margin-bottom:.5rem}.stat-card__value{font-size:1.5rem;color:var(--color-navy)}.admin-tabs{display:flex;gap:.25rem;margin-bottom:2rem;border-bottom:1px solid rgb(var(--line-rgb) / .4)}.admin-tab{font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding:.75rem 1.25rem;border-bottom:2px solid transparent;margin-bottom:-1px;color:var(--color-navy-muted);transition:color .2s ease,border-color .2s ease}.admin-tab:hover{color:rgb(var(--navy-rgb) / .7)}.admin-tab--active{color:var(--color-navy);border-bottom-color:var(--color-navy)}.admin-toolbar{display:flex;justify-content:flex-end;margin-bottom:1.25rem}.admin-toolbar__add{gap:.5rem;padding:.75rem 1.25rem}.product-form{margin-bottom:1.5rem}.product-form__title{font-size:1.25rem;color:var(--color-navy);margin-bottom:1.5rem}.product-form__grid{display:grid;grid-template-columns:1fr;gap:1rem}.category-manager__hint{font-size:.8125rem;color:var(--color-navy-muted);margin-bottom:1.25rem;line-height:1.5}.category-add{display:flex;gap:.5rem;margin-bottom:1rem;max-width:28rem}.category-add .field__control--sm{flex:1}.category-manager__error{color:#b3261e;font-size:.8125rem;margin-bottom:1rem}.category-rows{display:flex;flex-direction:column;gap:.5rem;max-width:28rem}.category-row{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border:1px solid rgb(var(--line-rgb) / .6);background-color:var(--color-white);cursor:grab}.category-row--drag{opacity:.5}.category-row__grip{display:flex;color:rgb(var(--navy-rgb) / .35);flex-shrink:0}.category-row__name{flex:1;font-size:.9375rem;color:var(--color-navy)}.category-row__input{flex:1}.category-row__icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:rgb(var(--navy-rgb) / .55);transition:color .2s ease,background-color .2s ease;flex-shrink:0}.category-row__icon:hover{color:var(--color-navy);background-color:rgb(var(--navy-rgb) / .06)}.category-row__icon--danger:hover{color:#b3261e}.category-rows__empty{font-size:.875rem;color:var(--color-navy-muted);padding:.5rem 0}.field__label--sm{font-size:9px;letter-spacing:.16em;margin-bottom:.25rem}.field__control--sm{border-color:rgb(var(--line-rgb) / .6);padding:.5rem .75rem}.product-form__actions{display:flex;gap:.75rem}.product-form__submit{padding:.75rem 1.5rem}.image-manager{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.image-tile{position:relative;width:6rem;height:7.5rem;background-color:var(--color-white);border:1px solid rgb(var(--line-rgb) / .6);cursor:grab;-webkit-user-select:none;user-select:none}.image-tile--drag{opacity:.4;border-color:var(--color-navy)}.image-tile__img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.image-tile__cover{position:absolute;top:0;left:0;font-size:8px;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .4rem;background-color:var(--color-navy);color:var(--color-white)}.image-tile__remove{position:absolute;top:.25rem;right:.25rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background-color:rgb(var(--white-rgb) / .9);color:var(--color-navy-muted);transition:color .2s ease}.image-tile__remove:hover{color:var(--color-danger)}.image-tile__handle{position:absolute;bottom:.25rem;right:.25rem;display:flex;color:rgb(var(--navy-rgb) / .4);pointer-events:none}.image-manager__hint,.image-manager__note{font-size:.75rem;color:var(--color-navy-muted);margin-bottom:.75rem}.image-manager__upload{gap:.5rem;padding:.5rem 1rem}.table-wrap{background-color:var(--color-white);overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table__th{text-align:left;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--color-navy-muted);padding:1rem 1.25rem;border-bottom:1px solid rgb(var(--line-rgb) / .3);font-weight:400}.data-table__th--right{text-align:right}.data-table__row{border-bottom:1px solid rgb(var(--line-rgb) / .2);transition:background-color .2s ease}.data-table__row:hover{background-color:rgb(var(--navy-rgb) / .02)}.data-table__td{padding:1rem 1.25rem;font-size:.875rem;color:var(--color-navy)}.data-table__td--right{text-align:right}.data-table__muted{font-size:.75rem;color:rgb(var(--navy-rgb) / .6)}.data-table__strong{font-weight:500}.data-table__empty{padding:2rem 1.25rem;text-align:center;font-size:.75rem;color:var(--color-navy-muted)}.data-table__th--sm,.data-table__td--sm,.data-table__th--md,.data-table__td--md{display:none}.product-cell{display:flex;align-items:center;gap:.75rem}.product-cell__thumb{flex-shrink:0;width:2rem;height:2.5rem}.product-cell__thumb--photo{object-fit:cover;display:block}.product-cell__name{font-size:.875rem;color:var(--color-navy)}.product-cell__badge{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-navy-muted)}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.row-actions__edit{color:var(--color-navy-muted);transition:color .2s ease}.row-actions__edit:hover{color:var(--color-navy)}.row-actions__delete{color:var(--color-navy-muted);transition:color .2s ease}.row-actions__delete:hover{color:var(--color-danger)}.order-cell__number{font-size:.875rem;font-weight:500;color:var(--color-navy)}.order-cell__date{font-size:10px;color:var(--color-navy-muted)}.order-cell__client{font-size:.75rem;color:var(--color-navy)}.order-cell__email{font-size:10px;color:rgb(var(--navy-rgb) / .5)}.status-badge{display:inline-block;font-size:9px;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .625rem;background-color:rgb(var(--navy-rgb) / .08);color:rgb(var(--navy-rgb) / .7)}.status-badge--paid{background-color:#16804e1f;color:#16804e}.status-badge--pending{background-color:#b478001f;color:#9a6a00}.status-badge--canceled{background-color:#b423181a;color:#b42318}.data-table__row--clickable{cursor:pointer}.data-table__row--clickable:hover{background-color:rgb(var(--navy-rgb) / .025)}.data-table__row--expanded{background-color:rgb(var(--navy-rgb) / .03)}.order-detail-row{background-color:rgb(var(--navy-rgb) / .025)}.order-detail-cell{padding:0;border-bottom:1px solid rgb(var(--line-rgb) / .3)}.order-detail{display:grid;grid-template-columns:12rem 1fr 1fr;gap:0;padding:1.25rem 1.25rem 1.25rem 1rem}.order-detail__col{padding:0 1.5rem 0 0}.order-detail__col--items{padding-right:0}.order-detail__label{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .45);margin-bottom:.4rem}.order-detail__value{font-size:.8rem;color:var(--color-navy);line-height:1.5}.order-detail__value--muted{color:rgb(var(--navy-rgb) / .5);font-size:.72rem}.order-detail__items{display:flex;flex-direction:column;gap:.35rem}.order-detail__item{display:flex;align-items:baseline;gap:.6rem;font-size:.8rem;color:var(--color-navy)}.order-detail__item-name{flex:1}.order-detail__item-qty{color:rgb(var(--navy-rgb) / .5);font-size:.72rem;white-space:nowrap}.order-detail__item-price{font-size:.8rem;font-weight:500;white-space:nowrap}.order-detail__actions{padding:.75rem 1.25rem 1rem 1rem;border-top:1px solid rgb(var(--line-rgb) / .15);display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pay-link-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;letter-spacing:.04em;padding:.375rem .875rem;border:1px solid rgb(var(--navy-rgb) / .25);background:transparent;color:var(--color-navy);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pay-link-btn:hover:not(:disabled){background:rgb(var(--navy-rgb) / .06);border-color:rgb(var(--navy-rgb) / .4)}.pay-link-btn--copied{border-color:#16804e;color:#16804e}.pay-link-btn--loading{opacity:.6;cursor:default}.pay-link-error{font-size:.75rem;color:#b42318}.analytics__title{font-size:1.25rem;color:var(--color-navy);margin-bottom:1.5rem}.top-products{display:flex;flex-direction:column;gap:1rem}.top-product{display:flex;align-items:center;gap:1rem}.top-product__rank{width:1.25rem;font-size:1.125rem;color:rgb(var(--navy-rgb) / .3)}.top-product__info{flex:1}.top-product__name{font-size:.875rem;color:var(--color-navy)}.top-product__qty{font-size:10px;color:var(--color-navy-muted)}.top-product__revenue{font-size:.875rem;font-weight:500;color:var(--color-navy)}.top-products__empty{font-size:.75rem;color:var(--color-navy-muted)}@media(min-width:640px){.product-form__grid{grid-template-columns:repeat(2,1fr)}.product-form__full,.product-form__actions{grid-column:span 2}.data-table__th--sm,.data-table__td--sm{display:table-cell}}@media(min-width:768px){.stat-grid{grid-template-columns:repeat(4,1fr)}.data-table__th--md,.data-table__td--md{display:table-cell}}@media(min-width:1024px){.admin{padding-top:6rem}}.privacy[data-v-674e5302]{min-height:100vh;padding-top:5rem;background-color:var(--color-white)}.privacy__inner[data-v-674e5302]{padding-block:4rem}.privacy__header[data-v-674e5302]{margin-bottom:3rem}.privacy__eyebrow[data-v-674e5302]{margin-bottom:1rem}.privacy__title[data-v-674e5302]{font-family:var(--font-accent);font-size:clamp(2rem,5vw,3.25rem);font-weight:300;color:var(--color-navy);line-height:1.1;margin-bottom:1.25rem}.privacy__meta[data-v-674e5302]{font-size:.8125rem;color:rgb(var(--navy-rgb) / .4);letter-spacing:.04em}.privacy__lead[data-v-674e5302]{display:flex;flex-direction:column;gap:1rem;max-width:44rem;margin-bottom:3rem;font-size:.9375rem;line-height:1.75;color:rgb(var(--navy-rgb) / .7)}.privacy__divider[data-v-674e5302]{height:1px;background:rgb(var(--line-rgb) / .35);margin-block:3rem}.privacy__section[data-v-674e5302]{display:flex;flex-direction:column;gap:1.125rem;max-width:52rem}.privacy__section p[data-v-674e5302]{font-size:.9375rem;line-height:1.75;color:rgb(var(--navy-rgb) / .7)}.privacy__section-title[data-v-674e5302]{font-family:var(--font-base);font-size:1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-navy);margin-bottom:.5rem}.privacy__subsection-title[data-v-674e5302]{font-family:var(--font-base);font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);margin-top:.5rem;margin-bottom:.25rem}.privacy__terms[data-v-674e5302]{display:flex;flex-direction:column;gap:1.25rem}.privacy__term dt[data-v-674e5302]{font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-navy);margin-bottom:.375rem}.privacy__term dd[data-v-674e5302]{font-size:.875rem;line-height:1.7;color:rgb(var(--navy-rgb) / .65);margin-left:0}.privacy__data-block[data-v-674e5302]{background:rgb(var(--navy-rgb) / .03);padding:1.5rem;margin-top:.5rem}.privacy__data-title[data-v-674e5302]{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-navy);margin-bottom:1.125rem}.privacy__data-list[data-v-674e5302]{display:flex;flex-direction:column;gap:.75rem}.privacy__data-row[data-v-674e5302]{display:grid;grid-template-columns:6rem 1fr;gap:1rem;align-items:baseline}.privacy__data-row dt[data-v-674e5302]{font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .45);flex-shrink:0}.privacy__data-row dd[data-v-674e5302]{font-size:.875rem;line-height:1.65;color:rgb(var(--navy-rgb) / .7);margin-left:0}.privacy__list[data-v-674e5302]{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding-left:1rem}.privacy__list li[data-v-674e5302]{font-size:.9375rem;line-height:1.65;color:rgb(var(--navy-rgb) / .7);position:relative}.privacy__list li[data-v-674e5302]:before{content:"—";position:absolute;left:-1rem;color:rgb(var(--navy-rgb) / .3)}.privacy__cookie-table[data-v-674e5302]{border:1px solid rgb(var(--line-rgb) / .4)}.privacy__cookie-row[data-v-674e5302]{display:grid;grid-template-columns:9rem 1fr;gap:1.5rem;padding:.875rem 1.25rem;border-bottom:1px solid rgb(var(--line-rgb) / .25);font-size:.875rem;line-height:1.6;color:rgb(var(--navy-rgb) / .7)}.privacy__cookie-row[data-v-674e5302]:last-child{border-bottom:none}.privacy__cookie-row--head[data-v-674e5302]{background:rgb(var(--navy-rgb) / .04);font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5)}.privacy__link[data-v-674e5302]{color:var(--color-navy);text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgb(var(--navy-rgb) / .3);transition:text-decoration-color .15s}.privacy__link[data-v-674e5302]:hover{text-decoration-color:var(--color-navy)}@media(min-width:640px){.privacy[data-v-674e5302]{padding-top:6rem}}.offer[data-v-c25f8933]{min-height:100vh;padding-top:5rem;background-color:var(--color-white)}.offer__inner[data-v-c25f8933]{padding-block:4rem}.offer__header[data-v-c25f8933]{margin-bottom:3rem}.offer__eyebrow[data-v-c25f8933]{margin-bottom:1rem}.offer__title[data-v-c25f8933]{font-family:var(--font-accent);font-size:clamp(2rem,5vw,3.25rem);font-weight:300;color:var(--color-navy);line-height:1.1;margin-bottom:1.25rem}.offer__meta[data-v-c25f8933]{font-size:.8125rem;color:rgb(var(--navy-rgb) / .4);letter-spacing:.04em}.offer__divider[data-v-c25f8933]{height:1px;background:rgb(var(--line-rgb) / .35);margin-block:3rem}.offer__section[data-v-c25f8933]{display:flex;flex-direction:column;gap:1.125rem;max-width:52rem}.offer__section p[data-v-c25f8933]{font-size:.9375rem;line-height:1.75;color:rgb(var(--navy-rgb) / .7)}.offer__section-title[data-v-c25f8933]{font-family:var(--font-base);font-size:1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-navy);margin-bottom:.5rem}.offer__subsection-title[data-v-c25f8933]{font-family:var(--font-base);font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);margin-top:.5rem;margin-bottom:.25rem}.offer__terms[data-v-c25f8933]{display:flex;flex-direction:column;gap:1.25rem}.offer__term dt[data-v-c25f8933]{font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-navy);margin-bottom:.375rem}.offer__term dd[data-v-c25f8933]{font-size:.875rem;line-height:1.7;color:rgb(var(--navy-rgb) / .65);margin-left:0}.offer__ol[data-v-c25f8933]{list-style:none;counter-reset:offer-counter;display:flex;flex-direction:column;gap:.875rem;padding-left:0}.offer__ol--sub[data-v-c25f8933]{margin-top:.5rem;padding-left:1.25rem;gap:.625rem}.offer__ol>li[data-v-c25f8933]{font-size:.9375rem;line-height:1.75;color:rgb(var(--navy-rgb) / .7);counter-increment:offer-counter;padding-left:0;position:relative}.offer__link[data-v-c25f8933]{color:var(--color-navy);text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgb(var(--navy-rgb) / .3);transition:text-decoration-color .15s}.offer__link[data-v-c25f8933]:hover{text-decoration-color:var(--color-navy)}@media(min-width:640px){.offer[data-v-c25f8933]{padding-top:6rem}}.not-found{min-height:100vh;padding-top:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-inline:1.5rem;background-color:var(--color-silver)}.not-found__code{font-size:6rem;color:rgb(var(--navy-rgb) / .15);margin-bottom:1rem}.not-found__title{font-size:1.5rem;color:var(--color-navy);margin-bottom:.5rem}.not-found__text{font-size:.875rem;color:rgb(var(--navy-rgb) / .5);margin-bottom:2rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;background-color:var(--color-black);border-bottom:1px solid rgb(var(--white-rgb) / .1)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem;padding-inline:1rem}.site-header__logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-base);font-size:1.75rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-white)}.site-header__logomark{display:block;width:50px;height:50px;flex-shrink:0;filter:brightness(0) invert(1)}.primary-nav{display:none;align-items:center;gap:2.5rem}.primary-nav__link{font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--white-rgb) / .6);transition:color .2s ease}.primary-nav__link:hover{color:var(--color-white)}.primary-nav__link--active{color:var(--color-white);font-weight:500}.site-header__actions{display:flex;align-items:center;gap:1rem}.cart-button{position:relative;padding:.5rem;color:var(--color-white);transition:color .2s ease}.cart-button:hover{color:rgb(var(--white-rgb) / .7)}.cart-button__count{position:absolute;top:-.125rem;right:-.125rem;width:1rem;height:1rem;background-color:var(--color-white);color:var(--color-black);font-size:9px;font-weight:500;border-radius:9999px;display:flex;align-items:center;justify-content:center}.menu-toggle{padding:.5rem;color:var(--color-white)}.mobile-menu{background-color:var(--color-black);border-top:1px solid rgb(var(--white-rgb) / .1)}.mobile-nav{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem}.mobile-nav__link{display:block;padding-block:.25rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-white)}@media(min-width:640px){.site-header__inner{height:5rem;padding-inline:1.5rem}.site-header__logo{font-size:2rem}}@media(min-width:768px){.primary-nav{display:flex}.menu-toggle,.mobile-menu{display:none}}@media(min-width:1024px){.site-header__inner{padding-inline:2rem}}.menu-enter-active,.menu-leave-active{transition:all .22s ease}.menu-enter-from,.menu-leave-to{opacity:0;max-height:0}.menu-enter-to,.menu-leave-from{opacity:1;max-height:200px}:root{--color-navy: #222652;--color-navy-deep: #191d40;--color-navy-pressed: #1c2150;--color-navy-muted: rgb(var(--navy-rgb) / .6);--color-silver: #eceaeb;--color-line: #b8bec9;--color-skeleton: #d4d8e0;--color-white: #ffffff;--color-black: #000000;--color-danger: #ef4444;--navy-rgb: 34 38 82;--line-rgb: 184 190 201;--white-rgb: 255 255 255;--font-base: "Inter", system-ui, sans-serif;--font-accent: "Cormorant Garamond", Georgia, serif;--shell-pad: 1.5rem;--shell-pad-sm: 2.5rem;--shell-pad-lg: 5rem}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-base);font-weight:400;letter-spacing:.01em;color:var(--color-navy);background-color:var(--color-silver);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-base);font-weight:400;letter-spacing:-.01em;line-height:1.2}p{line-height:inherit}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}input,textarea,select{font:inherit;color:inherit}input[type=search]::-webkit-search-cancel-button{display:none}ul{list-style:none}.shell{width:100%;margin-inline:auto;padding-inline:var(--shell-pad)}@media(min-width:640px){.shell{padding-inline:var(--shell-pad-sm)}}@media(min-width:1024px){.shell{padding-inline:var(--shell-pad-lg)}}.shell--5xl{max-width:64rem}.shell--6xl{max-width:72rem}.shell--7xl{max-width:80rem}.eyebrow{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-navy-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--font-base);text-transform:uppercase;text-align:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn--primary{background-color:var(--color-navy);color:var(--color-white);font-size:.875rem;letter-spacing:.1em;padding:1rem 2rem}.btn--primary:hover{background-color:var(--color-navy-deep);color:var(--color-white)}.btn--primary:active{background-color:var(--color-navy-pressed);color:var(--color-white)}.btn--primary:disabled{opacity:.6;cursor:default}.btn--static:hover,.btn--static:active{background-color:var(--color-navy);color:var(--color-white)}.btn--cta{color:var(--color-navy-muted);font-size:.875rem;letter-spacing:.1em;padding:1rem 2rem}.btn--cta:disabled{opacity:.6;cursor:default}.btn--outline{border:1px solid rgb(var(--navy-rgb) / .25);color:var(--color-navy);font-size:.875rem;letter-spacing:.1em;padding:1rem 2rem}.btn--outline:hover{background-color:rgb(var(--navy-rgb) / .05)}.btn--ghost{color:rgb(var(--navy-rgb) / .5);font-size:.875rem;letter-spacing:.08em;padding:.5rem}.btn--ghost:hover{color:var(--color-navy)}.btn--block{width:100%}.btn--compact{font-size:.625rem;letter-spacing:.18em;padding:.875rem 2rem}.field{display:block}.field__label{display:block;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--navy-rgb) / .5);margin-bottom:.5rem}.field__label--tiny{font-size:9px;letter-spacing:.18em}.field__control{width:100%;background:transparent;border:1px solid rgb(var(--line-rgb) / .6);padding:.75rem 1rem;font-size:.875rem;color:var(--color-navy);transition:border-color .2s ease}.field__control::placeholder{color:rgb(var(--navy-rgb) / .18)}.field__control:focus{outline:none;border-color:rgb(var(--navy-rgb) / .5)}textarea.field__control{resize:none}select.field__control{background-color:var(--color-white)}.panel{background-color:var(--color-white);padding:1.5rem}@media(min-width:640px){.panel{padding:2rem}}.badge{display:inline-block;background-color:var(--color-navy);color:var(--color-white);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .625rem}.divider{width:3rem;height:1px;background-color:var(--color-line)}.skeleton{background-color:#d4d8e099;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.product-grid>*{width:100%;max-width:16rem;margin-inline:auto}.product-grid__skeleton{aspect-ratio:3 / 4}@media(min-width:640px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:2rem}}.section-title{font-size:1.25rem;color:var(--color-navy);margin-bottom:1.5rem}.order-summary__title{font-size:1.25rem;font-weight:500;color:var(--color-navy);margin-bottom:1.5rem}.order-summary__lines{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.order-summary__lines--bordered{border-bottom:1px solid rgb(var(--line-rgb) / .3);padding-bottom:1.25rem}.order-summary__line{display:flex;justify-content:space-between}.order-summary__name{font-size:.875rem;color:rgb(var(--navy-rgb) / .6);max-width:11.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-summary__muted{font-size:.875rem;color:rgb(var(--navy-rgb) / .6)}.order-summary__value{font-size:.875rem;color:var(--color-navy)}.order-summary__grand{display:flex;justify-content:space-between;margin-bottom:2rem}.order-summary__grand-label{font-size:.875rem;font-weight:500;color:var(--color-navy)}.order-summary__grand-value{font-size:1.25rem;color:var(--color-navy)}.cart .order-summary__grand-label{font-size:1rem}.cart .order-summary__grand-value{font-weight:600}.payment .order-summary__lines{gap:.5rem}.payment .order-summary__grand{margin-bottom:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
