@charset "UTF-8";
@media (max-width: 767px) {
  .header__mobile .header__mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid rgba(255, 247, 239, 0.42);
    border-radius: 999px;
    color: #2f231a;
    background: linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(239, 222, 204, 0.94));
    box-shadow: 0 14px 34px rgba(47, 35, 26, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    font-family: Manrope, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
  }
  .header__mobile .header__mobile-call:hover {
    color: #2f231a;
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(47, 35, 26, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
  .header__mobile .header__mobile-call:focus-visible {
    outline: 2px solid rgba(255, 247, 239, 0.92);
    outline-offset: 3px;
  }
  .header__mobile-call span {
    color: inherit;
    opacity: 1;
    -webkit-text-fill-color: currentColor;
  }
  .header__mobile-call svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}
.mobile-call-fab {
  display: none;
}

@media (max-width: 767px) {
  .mobile-call-fab {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: #2f231a;
    background: linear-gradient(145deg, rgba(255, 250, 244, 0.98), rgba(235, 216, 196, 0.96));
    box-shadow: 0 14px 34px rgba(47, 35, 26, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }
  .mobile-call-fab:hover {
    color: #2f231a;
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(47, 35, 26, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  }
  .mobile-call-fab:active {
    transform: scale(0.95);
  }
  .mobile-call-fab:focus-visible {
    outline: 2px solid rgba(116, 84, 59, 0.9);
    outline-offset: 4px;
  }
  .mobile-call-fab svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.has-catalog-mobile-bar .mobile-call-fab {
    bottom: calc(92px + env(safe-area-inset-bottom));
  }
  body.has-product-mobile-bar .mobile-call-fab {
    bottom: calc(96px + env(safe-area-inset-bottom));
  }
  .mobile-call-fab.mobile-call-fab--hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }
  body.is-lock .mobile-call-fab,
  body.modal-open .mobile-call-fab,
  body.is-sheet-open .mobile-call-fab,
  body.is-catalog-search-open .mobile-call-fab {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }
}
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .mobile-call-fab {
    transition: none;
  }
}
/* mobile footer layout */
@media (max-width: 767px) {
  .footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer__glass {
    width: 100%;
    padding: 30px 20px 24px;
    border-radius: 24px;
    box-sizing: border-box;
  }
  .footer__top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 34px;
    align-items: start;
  }
  .footer__brand {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
  }
  .footer__logo {
    width: fit-content;
    max-width: 100%;
  }
  .footer__text {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .footer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 22px;
    padding: 0 18px;
    box-sizing: border-box;
    text-align: center;
  }
  .footer__nav,
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }
  .footer__nav a,
  .footer__contact {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .footer__contacts {
    grid-column: 1/-1;
  }
  .footer__socials {
    display: grid;
    grid-template-columns: repeat(4, 44px);
    gap: 10px;
    width: auto;
    margin-top: 20px;
  }
  .footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    box-sizing: border-box;
  }
  .footer__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 30px;
    padding-top: 20px;
  }
  .footer__bottom p,
  .footer__bottom a {
    width: fit-content;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .footer__top {
    grid-template-columns: minmax(0, 1fr);
  }
  .footer__brand,
  .footer__contacts {
    grid-column: auto;
  }
  .footer__socials {
    grid-template-columns: repeat(4, 42px);
    gap: 8px;
  }
  .footer__socials a {
    width: 42px;
    height: 42px;
  }
}
/* соцсети */
.footer__social-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer__social-icon--instagram {
  -webkit-mask-image: url("/site/img/social/instagram.svg");
  mask-image: url("/site/img/social/instagram.svg");
  background: linear-gradient(45deg, #FEDA75 0%, #FA7E1E 25%, #D62976 50%, #962FBF 75%, #4F5BD5 100%);
}

.footer__social-icon--vk {
  -webkit-mask-image: url("/site/img/social/vk.svg");
  mask-image: url("/site/img/social/vk.svg");
  background-color: #0077FF;
}

.footer__social-icon--telegram {
  -webkit-mask-image: url("/site/img/social/telegram.svg");
  mask-image: url("/site/img/social/telegram.svg");
  background-color: #26A5E4;
}

.footer__social-icon--whatsapp {
  -webkit-mask-image: url("/site/img/social/whatsapp.svg");
  mask-image: url("/site/img/social/whatsapp.svg");
  background-color: #25D366;
}

.footer__social-icon {
  transition: transform 180ms ease, filter 180ms ease;
}

.footer__socials a:hover .footer__social-icon,
.footer__socials a:focus-visible .footer__social-icon {
  transform: translateY(-1px) scale(1.08);
  filter: brightness(1.08);
}

/* social brand colors start */
.footer__socials a .footer__social-icon {
  background: currentColor;
}

.footer__socials a .footer__social-icon--instagram {
  background: linear-gradient(45deg, #feda75 0%, #fa7e1e 24%, #d62976 48%, #962fbf 72%, #4f5bd5 100%);
}

.footer__socials a .footer__social-icon--vk {
  background: #0077ff;
}

.footer__socials a .footer__social-icon--telegram {
  background: #26a5e4;
}

.footer__socials a .footer__social-icon--whatsapp {
  background: #25d366;
}

/* social brand colors end */
/* логотип */
.header__logo--brand {
  min-width: 0;
  justify-content: flex-start;
  gap: 12px;
}

.header__logo--brand .header__logo-mark {
  display: block;
  width: 46px;
  height: 46px;
  max-height: none;
  flex: 0 0 46px;
  color: inherit;
  padding: 0;
  border: 0;
  background: currentColor;
  box-shadow: none;
  -webkit-mask: url("/site/img/logo/logo-mark.png") center/contain no-repeat;
  mask: url("/site/img/logo/logo-mark.png") center/contain no-repeat;
}

.header__logo--brand .header__logo-text {
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.12em;
  color: inherit;
  text-shadow: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .header__logo--brand {
    gap: 0;
  }
  .header__logo--brand .header__logo-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .header__logo--brand .header__logo-text {
    display: none;
  }
}
@media (max-width: 360px) {
  .header__logo--brand .header__logo-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
/* светлый header главной */
body.is-home-light-header .header .glass {
  --glass-bg: rgba(255, 247, 239, 0.78);
  --glass-border: rgba(79, 59, 43, 0.18);
  --glass-shadow: 0 18px 70px rgba(47, 35, 26, 0.16);
}

body.is-home-light-header .header__nav a {
  color: rgba(47, 35, 26, 0.68);
}

body.is-home-light-header .header__nav a:hover,
body.is-home-light-header .header__nav a[aria-current=page] {
  color: #2f231a;
}

body.is-home-light-header .header__logo {
  color: #2f231a;
}

body.is-home-light-header .header__logo-text {
  color: #2f231a;
  text-shadow: none;
}

body.is-home-light-header .header__burger {
  border-color: rgba(79, 59, 43, 0.2);
  background: rgba(255, 247, 239, 0.42);
}

body.is-home-light-header .header__burger span {
  background: #2f231a;
}

body.is-home-light-header .header__burger:hover {
  border-color: rgba(79, 59, 43, 0.32);
  background: rgba(255, 247, 239, 0.68);
}

/* подпись в hero */
.hero__signature {
  display: inline-block;
  margin-top: 14px;
  font-family: "Marck Script", "Segoe Print", cursive;
  font-size: clamp(48px, 4.2vw, 72px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 768px) {
  .hero__signature {
    margin-top: 10px;
    font-size: clamp(40px, 11vw, 56px);
  }
}
/* слоган в hero */
.hero > span {
  font-size: clamp(64px, 6.2vw, 104px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-shadow: 0 12px 36px rgba(47, 35, 26, 0.22);
}

@media (max-width: 768px) {
  .hero > span {
    font-size: clamp(48px, 14vw, 76px);
    line-height: 0.94;
    letter-spacing: -0.04em;
  }
}