@import url("https://fonts.googleapis.com/css2?family=Alice&family=Montserrat:wght@400;500;600;700&display=swap");
/*
Theme Name: TEAWAY Clean Rebuild
Theme URI: https://teaway.by/
Author: Aurum Ads / Big Crab Studio
Description: TEAWAY WordPress theme based on original Figma blocks with fixed desktop structure, exact how-to/contact sections, clickable CTAs, animations, and taste switching.
Version: 10.1.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: teaway-desktop-fixed
*/

:root {
  --tea-bg: #f4efe6;
  --tea-text: #2d241f;
  --tea-red: #9d1029;
  --tea-red-dark: #7f0b20;
  --tea-card: #fbf8f1;
  --tea-border: rgba(67, 43, 34, .12);
  --tea-shadow: 0 22px 65px rgba(74, 55, 40, .13);
  --tea-radius-lg: 30px;
  --tea-container: 1720px;
  --tea-gap: clamp(18px, 1.75vw, 30px);
}

* { box-sizing: border-box; }
html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  background: var(--tea-bg);
}
body {
  margin: 0 !important;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--tea-text);
  background: var(--tea-bg);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
#wpadminbar { display: none !important; }
html.wp-toolbar { padding-top: 0 !important; }

.teaway-seo {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.teaway-page {
  width: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.55), transparent 26vw),
    var(--tea-bg);
}

.hero-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #241914;
}
.hero-bg {
  width: 100%;
  height: auto;
  min-height: clamp(540px, 56vw, 1072px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.02) contrast(1.015);
  animation: heroImage 1.2s cubic-bezier(.2,.7,.16,1) both;
}
@keyframes heroImage {
  from { transform: scale(1.035); filter: blur(4px) saturate(.9); opacity: .75; }
  to { transform: scale(1); filter: blur(0) saturate(1.02) contrast(1.015); opacity: 1; }
}

.tea-header {
  position: absolute;
  z-index: 20;
  top: clamp(18px, 1.85vw, 50px);
  left: 50%;
  width: min(96.48vw, 1852.35px);
  transform: translateX(-50%);
  animation: headerDrop .9s .18s cubic-bezier(.2,.75,.16,1) both;
}
@keyframes headerDrop {
  from { opacity: 0; transform: translate(-50%, -18px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
.tea-header__inner {
  height: clamp(82px, 6.64vw, 127.56px);
  min-height: 0;
  padding: 0 clamp(22px, 2.1vw, 42px);
  display: grid;
  grid-template-columns: clamp(220px, 15.6vw, 300px) 1fr auto auto;
  align-items: center;
  gap: clamp(16px, 1.8vw, 34px);
  background: rgba(255, 253, 247, .87);
  border: 1px solid rgba(97, 76, 62, .08);
  border-radius: 20px;
  box-shadow: 0 20px 54px rgba(32, 21, 14, .18);
  backdrop-filter: blur(14px);
}
.tea-logo img {
  width: clamp(210px, 14.2vw, 288px);
  height: auto;
}
.tea-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3vw, 70px);
  font-size: clamp(15px, .95vw, 19px);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap;
}
.tea-nav a,
.tea-phone,
.tea-btn {
  text-decoration: none;
  transition: color .25s ease, transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.tea-nav a:hover,
.tea-phone:hover { color: var(--tea-red); }
.tea-phone {
  font-size: clamp(16px, 1.02vw, 20px);
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}
.tea-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(48px, 3.7vw, 68px);
  padding: 0 clamp(28px, 3vw, 64px);
  color: #fff;
  background: var(--tea-red);
  border-radius: 20px;
  font-size: clamp(15px, .98vw, 19px);
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(157,16,41,.24);
}
.tea-btn:hover { transform: translateY(-2px); background: var(--tea-red-dark); box-shadow: 0 22px 45px rgba(157,16,41,.35); }
.tea-pulse { animation: ctaPulse 2.8s ease-in-out infinite; }
@keyframes ctaPulse {
  0%,100% { box-shadow: 0 16px 34px rgba(157,16,41,.24); }
  50% { box-shadow: 0 18px 42px rgba(157,16,41,.44), 0 0 0 8px rgba(157,16,41,.08); }
}
.tea-burger { display: none; }

.teaway-section {
  position: relative;
  width: min(calc(100% - 64px), var(--tea-container));
  margin: clamp(28px, 3.2vw, 56px) auto 0;
}
.teaway-block-img,
.promo-card img,
.teaway-wide-cta img,
.about-grid img,
.contacts-section > img,
.teaway-footer > img {
  width: 100%;
  border-radius: clamp(18px, 1.65vw, 32px);
}
.hover-lift,
.hover-soft {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .42s cubic-bezier(.2,.75,.16,1), box-shadow .42s ease, filter .42s ease;
  will-change: transform;
}
.hover-lift:hover,
.hover-soft:hover { transform: translateY(-6px); filter: saturate(1.04); box-shadow: var(--tea-shadow); }
.hover-lift img { transition: transform .65s cubic-bezier(.2,.75,.16,1); }
.hover-lift:hover img { transform: scale(1.018); }

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--tea-gap);
}
.promo-grid {
  position: relative;
  align-items: center;
  overflow: visible;
  isolation: isolate;
}
.promo-card {
  position: relative;
  z-index: 1;
}
.promo-center-cup {
  position: absolute;
  z-index: 25;
  left: 50%;
  top: 50%;
  width: clamp(92px, 7.8vw, 148px);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 24px rgba(74,55,40,.18));
  pointer-events: none;
  animation: cupFloat 3.6s ease-in-out infinite;
  opacity: 1 !important;
  visibility: visible !important;
}
.promo-center-cup img { width: 100%; height: auto; display:block; opacity:1; visibility:visible; }
@keyframes cupFloat {
  0%,100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 6px)); }
}
.promo-card,
.teaway-wide-cta {
  display: block;
  border-radius: clamp(18px, 1.65vw, 32px);
  text-decoration: none;
}
.about-grid {
  display: grid;
  grid-template-columns: .53fr 1fr;
  gap: var(--tea-gap);
  align-items: stretch;
}
.about-pack,
.about-why { height: 100%; object-fit: contain; }

.visual-hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  border-radius: 999px;
  pointer-events: none;
  box-shadow: 0 0 0 0 rgba(157,16,41,.26);
  animation: hotspotPulse 2.7s ease-in-out infinite;
}
.visual-hotspot--hot { left: 6%; bottom: 12%; width: 29%; height: 20%; }
.visual-hotspot--cold { right: 6%; bottom: 12%; width: 29%; height: 20%; }
.visual-hotspot--basket { left: 4%; bottom: 13%; width: 19%; height: 22%; }
@keyframes hotspotPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(157,16,41,0); }
  50% { box-shadow: 0 0 0 8px rgba(157,16,41,.10); }
}

.taste-zone {
  margin-top: clamp(42px, 4vw, 80px);
}
.taste-title {
  width: min(818px, 72vw);
  margin: 0 auto clamp(24px, 2.7vw, 46px);
}
.taste-stage {
  position: relative;
  padding: 0 clamp(38px, 3.1vw, 64px);
}
.taste-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.6vw, 30px);
  min-height: clamp(610px, 49vw, 980px);
}
.taste-card {
  position: relative;
  display: none;
  overflow: hidden;
  border-radius: clamp(18px, 1.6vw, 30px);
  background: #eadfcf;
  box-shadow: 0 0 0 1px rgba(80, 54, 38, .04);
  opacity: 0;
  transform: translateY(20px) scale(.985);
}
.taste-card.is-active {
  display: block;
  animation: cardIn .55s cubic-bezier(.2,.75,.16,1) both;
}
.taste-card:nth-child(2).is-active,
.taste-card:nth-child(5).is-active,
.taste-card:nth-child(8).is-active,
.taste-card:nth-child(11).is-active { animation-delay: .06s; }
.taste-card:nth-child(3).is-active,
.taste-card:nth-child(6).is-active,
.taste-card:nth-child(9).is-active { animation-delay: .12s; }
@keyframes cardIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.taste-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.75,.16,1), filter .35s ease;
}
.taste-card:hover img { transform: scale(1.035); filter: saturate(1.04); }
.taste-order {
  position: absolute;
  z-index: 4;
  left: clamp(18px, 2.05vw, 38px);
  bottom: clamp(16px, 1.55vw, 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(94px, 7.2vw, 132px);
  min-height: clamp(34px, 2.25vw, 45px);
  padding: 0 clamp(18px, 1.5vw, 26px);
  border-radius: 20px;
  text-decoration: none;
  color: #2f211c;
  background: rgba(255, 250, 238, .96);
  border: 1px solid rgba(60, 41, 30, .14);
  font-size: clamp(12px, .72vw, 15px);
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.taste-order:hover { transform: translateY(-2px); color: #fff; background: var(--tea-red); box-shadow: 0 12px 24px rgba(157,16,41,.25); }
.taste-arrow {
  position: absolute;
  top: 46%;
  z-index: 6;
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, opacity .2s ease;
}
.taste-arrow img {
  width: 56px;
  height: 56px;
  display: block;
  object-fit: contain;
}
.taste-arrow:hover { transform: translateY(-50%) scale(1.04); opacity: .95; }
.taste-arrow--prev { left: -12px; }
.taste-arrow--next { right: -12px; }
.taste-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: clamp(18px, 1.7vw, 32px);
}
.taste-dot {
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(157,16,41,.28);
  cursor: pointer;
  transition: width .25s ease, border-radius .25s ease, background .25s ease, transform .25s ease;
}
.taste-dot.is-active { width: 30px; border-radius: 999px; background: var(--tea-red); }

.buy-online-section { margin-top: clamp(26px, 2.4vw, 44px); }
.buy-online-card {
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 2vw, 40px);
  min-height: clamp(220px, 18.8vw, 323px);
  background: #f5f1e6;
  box-shadow: 0 0 0 2px #E9DCCE inset;
}
.buy-online-bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.buy-online-overlay {
  position: absolute;
  inset: 0;
  padding: clamp(34px, 3.7vw, 62px) clamp(42px, 4.4vw, 78px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.buy-online-title {
  width: clamp(210px, 15.3vw, 262px);
  height: auto;
  display: block;
  margin-bottom: clamp(16px, 1.3vw, 24px);
}
.buy-online-text {
  margin: 0 0 clamp(24px, 2.35vw, 40px);
  max-width: min(48.9%, 841px);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.64;
  color: #341809;
}
.buy-online-btn {
  display: block;
  width: clamp(280px, 24.4vw, 420px);
  text-decoration: none;
}
.buy-online-btn img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 980px) {
  .buy-online-section { display: none; }
}

.how-section { position: relative; }
.how-grid {
  display: grid;
  grid-template-columns: 894fr 797fr;
  gap: var(--tea-gap);
  align-items: stretch;
}
.how-card,
.how-touch-card {
  position: relative;
  border-radius: clamp(18px, 1.6vw, 32px);
  overflow: hidden;
}
.how-card .teaway-block-img,
.how-touch-card .teaway-block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-touch-btn {
  position: absolute;
  z-index: 6;
  left: 4.0%;
  bottom: 7.8%;
  width: 37.2%;
  display: block;
  text-decoration: none;
  transition: transform .25s ease, filter .25s ease;
}
.how-touch-btn img { width: 100%; height: auto; display:block; }
.how-touch-btn:hover { transform: translateY(-3px) scale(1.01); filter: drop-shadow(0 14px 30px rgba(157,16,41,.24)); }

.contacts-section,
.teaway-footer { position: relative; }
.contact-hotspot,
.footer-hotspot {
  position: absolute;
  z-index: 7;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  transition: transform .22s ease, opacity .22s ease;
}
.contact-hotspot:hover,
.footer-hotspot:hover {
  background: transparent !important;
  box-shadow: none !important;
}
.contact-hotspot:focus-visible,
.footer-hotspot:focus-visible {
  outline: 2px solid rgba(157,16,41,.28) !important;
  outline-offset: 2px;
}
.contact-phone { left: 59.6%; top: 46.6%; width: 31.6%; height: 10.7%; }
.contact-viber { left: 59.6%; top: 61.0%; width: 31.6%; height: 8.7%; }
.contact-telegram { left: 59.6%; top: 71.8%; width: 31.6%; height: 8.7%; }
.contact-whatsapp { left: 59.6%; top: 82.6%; width: 31.6%; height: 8.7%; }

.footer-menu-tastes { left: 31.6%; top: 22.0%; width: 7.0%; height: 8.8%; }
.footer-menu-about { left: 31.6%; top: 33.2%; width: 5.4%; height: 8.8%; }
.footer-menu-how { left: 31.6%; top: 44.6%; width: 8.7%; height: 8.8%; }

.footer-info-delivery { left: 48.1%; top: 22.0%; width: 13.5%; height: 8.8%; }
.footer-info-cooperation { left: 48.1%; top: 33.2%; width: 15.7%; height: 8.8%; }
.footer-info-faq { left: 48.1%; top: 44.6%; width: 12.2%; height: 8.8%; }

.footer-policy-privacy { left: 31.3%; top: 79.5%; width: 29.3%; height: 10.0%; }
.footer-policy-cookie { left: 66.4%; top: 79.5%; width: 15.6%; height: 10.0%; }
.footer-contact-phone { left: 58.1%; top: 24.8%; width: 14.2%; height: 9.8%; }
.footer-contact-viber { left: 57.8%; top: 37.0%; width: 15.8%; height: 10.8%; }
.footer-social-telegram { left: 3.05%; top: 61.5%; width: 3.0%; height: 11.2%; border-radius: 999px; }
.footer-social-whatsapp { left: 6.0%; top: 61.5%; width: 3.0%; height: 11.2%; border-radius: 999px; }
.footer-social-viber { left: 8.95%; top: 61.5%; width: 3.0%; height: 11.2%; border-radius: 999px; }
.footer-top { left: 92.9%; top: 76.0%; width: 4.2%; height: 14.8%; border-radius: 999px; }
.footer-top:hover { transform: translateY(-2px); }

.reveal {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(7px);
  transition: opacity .75s cubic-bezier(.2,.75,.16,1), transform .75s cubic-bezier(.2,.75,.16,1), filter .75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}

@media (max-width: 1180px) {
  .tea-header { width: min(calc(100% - 28px), 980px); }
  .tea-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
  }
  .tea-logo img { width: 170px; }
  .tea-burger {
    display: inline-flex;
    justify-self: end;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: rgba(157,16,41,.08);
    cursor: pointer;
  }
  .tea-burger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: #34241d;
    transition: transform .25s ease, opacity .25s ease;
  }
  .tea-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .tea-burger.is-open span:nth-child(2) { opacity: 0; }
  .tea-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .tea-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 10px;
    background: rgba(255, 253, 247, .97);
    border: 1px solid rgba(97, 76, 62, .08);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(32,21,14,.18);
    transform-origin: top center;
    transform: translateY(-8px) scale(.98);
    opacity: 0;
    pointer-events: none;
  }
  .tea-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .tea-nav a { padding: 15px 16px; border-radius: 20px; }
  .tea-nav a:hover { background: rgba(157,16,41,.07); }
  .tea-phone { display: none; }
  .tea-btn--small { min-height: 44px; padding: 0 22px; font-size: 13px; }
  .hero-bg { min-height: 610px; object-position: 58% top; }
  .taste-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: clamp(710px, 110vw, 1050px); }
}

@media (max-width: 767px) {
  :root { --tea-gap: 14px; }
  .teaway-page { background: #f4efe6; }
  .hero-wrap { border-radius: 0 0 24px 24px; }
  .hero-bg {
    min-height: 560px;
    height: 560px;
    object-position: 60% top;
  }
  .tea-header {
    position: absolute;
    top: 14px;
    width: calc(100% - 20px);
  }
  .tea-header__inner {
    min-height: 58px;
    padding: 0 12px 0 16px;
    grid-template-columns: auto auto;
    gap: 10px;
    border-radius: 20px;
  }
  .tea-logo img { width: 138px; }
  .tea-btn--small { display: none; }
  .tea-burger { width: 38px; height: 38px; }
  .tea-nav { top: calc(100% + 8px); border-radius: 16px; }
  .teaway-section { width: min(calc(100% - 24px), var(--tea-container)); margin-top: 16px; }
  .promo-grid,
  .about-grid,
  .how-grid { grid-template-columns: 1fr; }
  .promo-center-cup { width: 74px; top: 50%; z-index: 25; }
  .about-grid { gap: 14px; }
  .how-grid { gap: 14px; }
  .teaway-block-img,
  .promo-card img,
  .teaway-wide-cta img,
  .about-grid img,
  .contacts-section > img,
  .teaway-footer > img { border-radius: 18px; }
  .visual-hotspot--hot,
  .visual-hotspot--cold { width: 34%; height: 18%; }
  .visual-hotspot--basket { width: 35%; height: 20%; }
  .taste-zone { margin-top: 26px; }
  .taste-title { width: min(92vw, 520px); margin-bottom: 18px; }
  .taste-stage { padding: 0 28px; }
  .taste-grid { grid-template-columns: 1fr; min-height: auto; }
  .taste-card { border-radius: 22px; }
  .taste-card img { aspect-ratio: 553/474; height: auto; }
  .taste-order { left: 18px; bottom: 16px; min-width: 94px; min-height: 34px; font-size: 12px; }
  .taste-arrow { width: 54px; height: 54px; display:flex; align-items:center; justify-content:center; }
  .taste-arrow img { width: 54px; height: 54px; }
  .taste-arrow--prev { left: 2px; }
  .taste-arrow--next { right: 2px; }
  .taste-dots { gap: 8px; margin-top: 15px; }
  .taste-dot { width: 8px; height: 8px; }
  .taste-dot.is-active { width: 24px; }
  .how-touch-btn { left: 5%; bottom: 7%; width: 42%; }
  .contacts-section .teaway-block-img {
    min-height: 590px;
    object-fit: cover;
    object-position: 66% center;
  }
  .contact-phone { left: 50%; top: 41%; width: 39%; height: 8%; }
  .contact-viber { left: 50%; top: 55%; width: 42%; height: 7.3%; }
  .contact-telegram { left: 50%; top: 65%; width: 42%; height: 7.3%; }
  .contact-whatsapp { left: 50%; top: 75%; width: 42%; height: 7.3%; }
  .teaway-footer .teaway-block-img {
    min-height: 260px;
    object-fit: cover;
    object-position: 14% center;
  }

  .footer-menu-tastes { left: 31%; top: 23%; width: 12%; height: 10%; }
  .footer-menu-about { left: 31%; top: 35%; width: 10%; height: 10%; }
  .footer-menu-how { left: 31%; top: 47%; width: 15%; height: 10%; }
  .footer-info-delivery { left: 47%; top: 23%; width: 22%; height: 10%; }
  .footer-info-cooperation { left: 47%; top: 35%; width: 26%; height: 10%; }
  .footer-info-faq { left: 47%; top: 47%; width: 22%; height: 10%; }
  .footer-policy-privacy { left: 28%; top: 78%; width: 40%; height: 12%; }
  .footer-policy-cookie { left: 68%; top: 78%; width: 23%; height: 12%; }
  .footer-contact-phone { left: 56%; top: 28%; width: 22%; height: 12%; }
  .footer-contact-viber { left: 56%; top: 40%; width: 24%; height: 12%; }
  .footer-social-telegram { left: 6.7%; top: 57%; width: 7%; height: 12%; }
  .footer-social-whatsapp { left: 15.8%; top: 57%; width: 7%; height: 12%; }
  .footer-social-viber { left: 24.8%; top: 57%; width: 7%; height: 12%; }
  .footer-top { left: 91.2%; top: 74%; width: 7%; height: 14%; }
  .reveal { transform: translateY(28px); filter: blur(4px); }
}

@media (max-width: 480px) {
  .hero-bg { height: 510px; min-height: 510px; object-position: 62% top; }
  .how-touch-btn { left: 5%; bottom: 7%; width: 42%; }
  .contacts-section .teaway-block-img { min-height: 520px; }
}


/* Footer overlay rebuild */
.teaway-footer { position: relative; }
.teaway-footer > .teaway-block-img { display:block; }
.footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.footer-col {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-col h3 {
  margin: 0 0 10px;
  font-family: "Alice", Georgia, serif;
  font-size: clamp(34px, 2.25vw, 46px);
  line-height: 1.08;
  font-weight: 400;
  color: #4B2E21;
}
.footer-col a,
.footer-hours,
.footer-contact-line {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.02vw, 22px);
  line-height: 1.28;
  font-weight: 500;
  color: #4B2E21;
  text-decoration: none;
}
.footer-col a:hover,
.footer-contact-line:hover,
.footer-policy:hover { color: #9D1029; }
.footer-col--menu { left: 35.9%; top: 10.2%; width: 12.5%; }
.footer-col--info { left: 52.4%; top: 10.2%; width: 18.0%; }
.footer-col--contacts { left: 73.3%; top: 10.2%; width: 18.0%; }
.footer-contact-line { display:flex; align-items:center; gap: 14px; }
.footer-contact-line--phone { margin-top: 8px; }
.footer-contact-line--viber { color: #8B5BE8; }
.footer-hours { margin-top: 2px; }
.footer-icon {
  width: 34px; height: 34px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size: 24px; line-height: 1;
  color: #4B2E21; flex: 0 0 34px;
}
.footer-icon--viber { color: #8B5BE8; font-size: 22px; }
.footer-socials {
  position: absolute;
  left: 3.1%; top: 57.3%;
  display: flex; gap: 16px; align-items:center;
}
.footer-social {
  width: 42px; height: 42px; border-radius: 999px;
  display: inline-flex; align-items:center; justify-content:center;
  text-decoration: none; font-size: 22px; font-weight: 700;
  background: #fff; border: 3px solid currentColor;
  transition: transform .2s ease, box-shadow .2s ease;
}
.footer-social:hover { transform: translateY(-2px); box-shadow: 0 10px 18px rgba(75,46,33,.12); }
.footer-social--telegram { color: #2EA7E0; }
.footer-social--whatsapp { color: #39B61E; }
.footer-social--viber { color: #8B5BE8; }
.footer-policies {
  position: absolute;
  left: 37.0%;
  right: 12.5%;
  bottom: 8.2%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.footer-policy {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, .94vw, 18px);
  line-height: 1.25;
  color: #4B2E21;
  text-decoration: none;
  white-space: nowrap;
}
.footer-top-btn {
  position: absolute;
  right: 2.2%; bottom: 7.0%;
  width: 54px; height: 54px; border-radius: 999px;
  background: #9D1029; color: #fff; text-decoration: none;
  display:flex; align-items:center; justify-content:center;
  font-size: 30px; line-height: 1; font-weight: 700;
  box-shadow: 0 12px 24px rgba(157,16,41,.22);
  transition: transform .2s ease, background .2s ease;
}
.footer-top-btn:hover { transform: translateY(-2px); background:#B41531; }
/* deactivate old invisible hotspots */
.teaway-footer .footer-hotspot { display:none !important; }

@media (max-width: 1024px) {
  .footer-col--menu { left: 34%; width: 14%; }
  .footer-col--info { left: 51%; width: 20%; }
  .footer-col--contacts { left: 73%; width: 20%; }
  .footer-socials { gap: 12px; }
  .footer-social { width: 38px; height: 38px; }
}
@media (max-width: 767px) {
  .teaway-footer { min-height: 520px; }
  .teaway-footer > .teaway-block-img { min-height: 520px; object-fit: cover; object-position: center; }
  .footer-col h3 { font-size: 26px; }
  .footer-col a, .footer-hours, .footer-contact-line { font-size: 14px; }
  .footer-col--menu { left: 35%; top: 11%; width: 20%; gap: 10px; }
  .footer-col--info { left: 56%; top: 11%; width: 28%; gap: 10px; }
  .footer-col--contacts { left: 69%; top: 11%; width: 26%; gap: 10px; }
  .footer-icon { width: 24px; height: 24px; font-size: 16px; flex-basis:24px; }
  .footer-socials { left: 5.5%; top: 57.5%; gap: 10px; }
  .footer-social { width: 34px; height: 34px; font-size: 17px; border-width: 2px; }
  .footer-policies { left: 31%; right: 7%; bottom: 7.4%; gap: 10px; }
  .footer-policy { font-size: 11px; white-space: normal; }
  .footer-top-btn { width: 42px; height: 42px; font-size: 24px; right: 2.5%; bottom: 6.2%; }
}


/* Footer final alignment fix */
.teaway-footer {
  margin-top: clamp(34px, 3vw, 58px);
}
.teaway-footer .footer-overlay {
  position:absolute;
  inset:0;
  z-index:10;
}
.teaway-footer .footer-col h3 {
  font-family: "Alice", Georgia, serif !important;
  font-weight: 400 !important;
  color:#40271d;
  font-size: clamp(34px, 2.15vw, 44px) !important;
  line-height: 1.05 !important;
  margin: 0 0 18px !important;
  letter-spacing: 0 !important;
}
.teaway-footer .footer-col a,
.teaway-footer .footer-contact-line,
.teaway-footer .footer-hours,
.teaway-footer .footer-policy {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 500 !important;
  color:#3f2a22;
  font-size: clamp(16px, .98vw, 20px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-decoration:none !important;
}
.teaway-footer .footer-col { gap: 14px !important; }
.teaway-footer .footer-col--menu { left: 36.2% !important; top: 13.2% !important; width: 13.2% !important; }
.teaway-footer .footer-col--info { left: 52.4% !important; top: 13.2% !important; width: 20.0% !important; }
.teaway-footer .footer-col--contacts { left: 72.2% !important; top: 13.2% !important; width: 15.5% !important; }
.teaway-footer .footer-col--contacts h3 { margin-bottom: 16px !important; }
.teaway-footer .footer-contact-line { gap: 16px !important; white-space: nowrap; }
.teaway-footer .footer-contact-line--phone { margin-top: 0 !important; }
.teaway-footer .footer-contact-line--viber { color:#8657d7 !important; }
.teaway-footer .footer-hours { margin-top: 2px !important; white-space: nowrap; }
.teaway-footer .footer-icon {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  font-size: 20px !important;
  line-height: 1 !important;
}
.teaway-footer .footer-socials {
  left: 3.4% !important;
  top: 56.0% !important;
  gap: 18px !important;
}
.teaway-footer .footer-social {
  width: 40px !important;
  height: 40px !important;
  border-width: 3px !important;
  font-size: 18px !important;
  background: transparent !important;
}
.teaway-footer .footer-policies {
  left: 36.1% !important;
  right: 11.8% !important;
  bottom: 8.1% !important;
  justify-content: space-between !important;
  gap: 28px !important;
}
.teaway-footer .footer-policy { font-size: clamp(14px, .9vw, 18px) !important; white-space: nowrap; }
.teaway-footer .footer-top-btn {
  right: 2.5% !important;
  bottom: 6.2% !important;
  width: 54px !important;
  height: 54px !important;
  font-size: 30px !important;
}
/* keep flower clean: no text over its area */
.teaway-footer .footer-col--contacts { max-width: 270px !important; }

@media (max-width: 1180px) {
  .teaway-footer .footer-col h3 { font-size: 28px !important; }
  .teaway-footer .footer-col a,
  .teaway-footer .footer-contact-line,
  .teaway-footer .footer-hours { font-size: 14px !important; }
  .teaway-footer .footer-col--menu { left: 34.5% !important; width: 13.5% !important; }
  .teaway-footer .footer-col--info { left: 50.5% !important; width: 20% !important; }
  .teaway-footer .footer-col--contacts { left: 70.6% !important; width: 18% !important; }
  .teaway-footer .footer-social { width: 32px !important; height: 32px !important; font-size: 15px !important; }
}
@media (max-width: 767px) {
  .teaway-footer { min-height: 620px !important; }
  .teaway-footer > .teaway-block-img { min-height: 620px !important; object-fit: cover !important; object-position: 18% center !important; }
  .teaway-footer .footer-col h3 { font-size: 28px !important; }
  .teaway-footer .footer-col a,
  .teaway-footer .footer-contact-line,
  .teaway-footer .footer-hours { font-size: 14px !important; }
  .teaway-footer .footer-col--menu { left: 8% !important; top: 46% !important; width: 34% !important; }
  .teaway-footer .footer-col--info { left: 47% !important; top: 46% !important; width: 45% !important; }
  .teaway-footer .footer-col--contacts { left: 8% !important; top: 69% !important; width: 70% !important; max-width: none !important; }
  .teaway-footer .footer-socials { left: 8% !important; top: 32% !important; }
  .teaway-footer .footer-policies { left: 8% !important; right: 8% !important; bottom: 6.8% !important; display:grid !important; grid-template-columns: 1fr; gap: 6px !important; }
  .teaway-footer .footer-policy { font-size: 12px !important; white-space: normal !important; }
  .teaway-footer .footer-top-btn { right: 7% !important; bottom: 7% !important; width: 44px !important; height: 44px !important; font-size: 25px !important; }
}


/* Footer text size and placement correction — final */
.teaway-footer .footer-col h3 {
  font-family: "Alice", Georgia, serif !important;
  font-size: clamp(30px, 1.9vw, 38px) !important;
  line-height: 1.05 !important;
  margin: 0 0 18px !important;
  font-weight: 400 !important;
  color: #40271D !important;
}

.teaway-footer .footer-col a,
.teaway-footer .footer-contact-line,
.teaway-footer .footer-hours {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(14px, .88vw, 17px) !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  color: #3F2A22 !important;
}

.teaway-footer .footer-col {
  gap: 12px !important;
}

.teaway-footer .footer-col--menu {
  left: 37.0% !important;
  top: 14.5% !important;
  width: 12.8% !important;
}

.teaway-footer .footer-col--info {
  left: 53.4% !important;
  top: 14.5% !important;
  width: 19.5% !important;
}

.teaway-footer .footer-col--contacts {
  left: 66.8% !important;
  top: 14.5% !important;
  width: 18.0% !important;
  max-width: 300px !important;
}

.teaway-footer .footer-col--contacts h3 {
  margin-bottom: 18px !important;
}

.teaway-footer .footer-contact-line {
  gap: 12px !important;
  white-space: nowrap !important;
}

.teaway-footer .footer-icon {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  font-size: 17px !important;
}

.teaway-footer .footer-icon--viber {
  font-size: 16px !important;
}

.teaway-footer .footer-contact-line--viber,
.teaway-footer .footer-contact-line--viber span {
  color: #8B5BE8 !important;
}

.teaway-footer .footer-hours {
  margin-top: 0 !important;
  white-space: nowrap !important;
}

.teaway-footer .footer-socials {
  left: 3.75% !important;
  top: 57.7% !important;
  gap: 16px !important;
}

.teaway-footer .footer-social {
  width: 36px !important;
  height: 36px !important;
  font-size: 16px !important;
  border-width: 2.5px !important;
}

.teaway-footer .footer-policies {
  left: 37.0% !important;
  right: 16.0% !important;
  bottom: 8.8% !important;
  gap: 30px !important;
  justify-content: space-between !important;
}

.teaway-footer .footer-policy {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(13px, .78vw, 16px) !important;
  line-height: 1.25 !important;
  color: #3F2A22 !important;
  white-space: nowrap !important;
}

.teaway-footer .footer-top-btn {
  right: 2.35% !important;
  bottom: 6.7% !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 27px !important;
}

@media (max-width: 1180px) {
  .teaway-footer .footer-col h3 { font-size: 26px !important; }
  .teaway-footer .footer-col a,
  .teaway-footer .footer-contact-line,
  .teaway-footer .footer-hours { font-size: 13px !important; }
  .teaway-footer .footer-col--menu { left: 34.5% !important; top: 15% !important; width: 13.5% !important; }
  .teaway-footer .footer-col--info { left: 50.4% !important; top: 15% !important; width: 20.0% !important; }
  .teaway-footer .footer-col--contacts { left: 66.5% !important; top: 15% !important; width: 21.5% !important; }
  .teaway-footer .footer-policies { left: 31% !important; right: 12% !important; }
}

@media (max-width: 767px) {
  .teaway-footer .footer-col h3 { font-size: 27px !important; }
  .teaway-footer .footer-col a,
  .teaway-footer .footer-contact-line,
  .teaway-footer .footer-hours { font-size: 14px !important; }
}


/* Footer final: real icons + corrected block */
.teaway-footer .footer-col h3 {
  font-size: clamp(26px, 1.55vw, 32px) !important;
  line-height: 1.08 !important;
  margin: 0 0 16px !important;
}
.teaway-footer .footer-col a,
.teaway-footer .footer-contact-line,
.teaway-footer .footer-hours {
  font-size: clamp(13px, .78vw, 15px) !important;
  line-height: 1.42 !important;
}
.teaway-footer .footer-col { gap: 10px !important; }
.teaway-footer .footer-col--menu {
  left: 36.8% !important;
  top: 16.0% !important;
  width: 12.4% !important;
}
.teaway-footer .footer-col--info {
  left: 49.8% !important;
  top: 16.0% !important;
  width: 19.4% !important;
}
.teaway-footer .footer-col--contacts {
  left: 63.7% !important;
  top: 16.0% !important;
  width: 19.8% !important;
  max-width: 290px !important;
}
.teaway-footer .footer-col--contacts h3 { margin-bottom: 15px !important; }
.teaway-footer .footer-contact-line {
  gap: 11px !important;
  white-space: nowrap !important;
  align-items: center !important;
}
.teaway-footer .footer-icon {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
}
.teaway-footer .footer-icon img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
}
.teaway-footer .footer-icon--phone img {
  width: 18px !important;
  height: 22px !important;
}
.teaway-footer .footer-icon--viber img {
  width: 22px !important;
  height: 22px !important;
}
.teaway-footer .footer-socials {
  left: 3.65% !important;
  top: 57.0% !important;
  gap: 14px !important;
}
.teaway-footer .footer-social {
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.teaway-footer .footer-social img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
  display: block !important;
}
.teaway-footer .footer-policies {
  left: 34.2% !important;
  right: 18.5% !important;
  bottom: 8.7% !important;
  gap: 32px !important;
}
.teaway-footer .footer-policy {
  font-size: clamp(12px, .72vw, 14px) !important;
}
.teaway-footer .footer-top-btn {
  width: 46px !important;
  height: 46px !important;
  right: 2.45% !important;
  bottom: 7.1% !important;
}

@media (max-width: 1180px) {
  .teaway-footer .footer-col h3 { font-size: 24px !important; }
  .teaway-footer .footer-col a,
  .teaway-footer .footer-contact-line,
  .teaway-footer .footer-hours { font-size: 12px !important; }
  .teaway-footer .footer-col--menu { left: 34.5% !important; top: 16% !important; width: 13% !important; }
  .teaway-footer .footer-col--info { left: 48.2% !important; top: 16% !important; width: 19% !important; }
  .teaway-footer .footer-col--contacts { left: 63.5% !important; top: 16% !important; width: 23% !important; max-width: 260px !important; }
  .teaway-footer .footer-social,
  .teaway-footer .footer-social img { width: 32px !important; height: 32px !important; }
  .teaway-footer .footer-socials { gap: 10px !important; }
  .teaway-footer .footer-policies { left: 31.8% !important; right: 18% !important; }
}

@media (max-width: 767px) {
  .teaway-footer .footer-col h3 { font-size: 24px !important; }
  .teaway-footer .footer-col a,
  .teaway-footer .footer-contact-line,
  .teaway-footer .footer-hours { font-size: 13px !important; }
  .teaway-footer .footer-col--menu { left: 8% !important; top: 46% !important; width: 34% !important; }
  .teaway-footer .footer-col--info { left: 47% !important; top: 46% !important; width: 45% !important; }
  .teaway-footer .footer-col--contacts { left: 8% !important; top: 69% !important; width: 70% !important; max-width: none !important; }
  .teaway-footer .footer-socials { left: 8% !important; top: 32% !important; gap: 10px !important; }
  .teaway-footer .footer-social,
  .teaway-footer .footer-social img { width: 34px !important; height: 34px !important; }
}


/* Mobile exact layout from TEAWAY_ assets */
.mobile-exact { display: none; }
@media (max-width: 767px) {
  body { background: #F7F2ED !important; }
  .hero-wrap,
  .teaway-page > .teaway-section,
  .to-top { display: none !important; }
  .mobile-exact {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #F7F2ED;
    overflow: hidden;
  }
  .m-section {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .m-section img {
    display: block;
    width: 100%;
    height: auto;
  }
  .m-full { width: 100%; }
  .m-card { width: 91.7%; margin-top: 16px; }
  .m-hero { margin-top: 0; }
  .m-hot { margin-top: 18px; }
  .m-cold { margin-top: 16px; }
  .m-all-tastes { margin-top: 18px; }
  .m-tastes-mobile {
    width: 91.7%;
    margin-top: 34px;
    padding-bottom: 18px;
  }
  .m-title-img { width: 77% !important; margin: 0 auto 18px; }
  .m-subtitle-img { width: 84% !important; margin: 0 auto 28px; }
  .m-taste-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 8px;
  }
  .m-taste-grid a { display:block; text-decoration:none; }
  .m-taste-grid img { border-radius: 14px; }
  .m-pages-img { width: 36% !important; margin: 18px auto 0; }
  .m-touch, .m-buy, .m-contacts { margin-top: 18px; }
  .m-wholesale { margin-top: 22px; }
  .m-footer-mobile { margin-top: 18px; }
  .m-hotspot {
    position: absolute;
    display: block;
    z-index: 5;
    border-radius: 20px;
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .m-hero-order { left: 75.3%; top: 10.5%; width: 15.7%; height: 9.2%; }
  .m-hot-order { left: 4.8%; top: 77.2%; width: 30.5%; height: 14.7%; }
  .m-cold-order { right: 5.0%; top: 77.2%; width: 30.5%; height: 14.7%; }
  .m-all-order { left: 8.8%; right: 8.8%; bottom: 4.0%; height: 10.2%; border-radius: 28px; }
  .m-touch-order { left: 5.2%; bottom: 8.0%; width: 30.8%; height: 20.0%; }
  .m-buy-order { left: 5.0%; bottom: 12.8%; width: 35.5%; height: 20.5%; border-radius: 22px; }
  .m-wholesale-phone { left: 9%; right: 9%; top: 65%; height: 16.5%; }
  .m-wholesale-order { left: 9%; right: 9%; bottom: 5%; height: 9.8%; }
  .m-contact-phone { left: 7%; right: 7%; top: 25.0%; height: 12.4%; }
  .m-contact-viber { left: 7%; right: 7%; top: 43.0%; height: 12.0%; }
  .m-contact-telegram { left: 7%; right: 7%; top: 58.0%; height: 12.0%; }
  .m-contact-whatsapp { left: 7%; right: 7%; top: 73.2%; height: 12.0%; }
  .m-hotspot:focus-visible { outline: 2px solid rgba(141,20,34,.35); outline-offset: 2px; }
}
@media (min-width: 768px) {
  .mobile-exact { display: none !important; }
}


/* Unified mobile version: animations + 3 pages of tastes (4/4/3) */
@media (max-width: 767px) {
  .mobile-exact .m-section.m-reveal {
    opacity: 0;
    transform: translateY(28px) scale(.985);
    filter: blur(5px);
    transition: opacity .72s cubic-bezier(.2,.75,.16,1), transform .72s cubic-bezier(.2,.75,.16,1), filter .72s ease;
    will-change: opacity, transform, filter;
  }
  .mobile-exact .m-section.m-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  .mobile-exact .m-hero.m-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    animation: mHeroIn .9s cubic-bezier(.2,.75,.16,1) both;
  }
  @keyframes mHeroIn {
    from { opacity: .6; transform: translateY(-10px) scale(1.02); filter: blur(4px); }
    to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
  }
  .m-taste-slider { position: relative; }
  .m-taste-grid { min-height: calc((100vw - 42px) * 0.917); }
  .m-taste-card {
    display: none !important;
    opacity: 0;
    transform: translateY(18px) scale(.97);
  }
  .m-taste-card.is-active {
    display: block !important;
    animation: mCardIn .46s cubic-bezier(.2,.75,.16,1) both;
  }
  .m-taste-card.is-active:nth-child(2),
  .m-taste-card.is-active:nth-child(6),
  .m-taste-card.is-active:nth-child(10) { animation-delay: .04s; }
  .m-taste-card.is-active:nth-child(3),
  .m-taste-card.is-active:nth-child(7),
  .m-taste-card.is-active:nth-child(11) { animation-delay: .08s; }
  .m-taste-card.is-active:nth-child(4),
  .m-taste-card.is-active:nth-child(8) { animation-delay: .12s; }
  @keyframes mCardIn { to { opacity: 1; transform: translateY(0) scale(1); } }
  .m-taste-arrow {
    position: absolute;
    z-index: 8;
    top: calc(50% - 12px);
    width: 38px;
    height: 38px;
    border: 1px solid rgba(52,24,9,.22);
    border-radius: 999px;
    background: rgba(255, 250, 242, .95);
    color: #341809;
    font-size: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px;
    box-shadow: 0 8px 20px rgba(74,55,40,.12);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform .2s ease, background .2s ease, color .2s ease;
  }
  .m-taste-arrow:hover { transform: translateY(-50%) scale(1.05); background: #8B1520; color: #fff; }
  .m-taste-arrow--prev { left: -18px; }
  .m-taste-arrow--next { right: -18px; }
  .m-taste-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 18px;
  }
  .m-taste-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 2px solid #836D56;
    background: #F7F2ED;
    padding: 0;
    cursor: pointer;
    transition: width .22s ease, background .22s ease, border-color .22s ease;
  }
  .m-taste-dot.is-active {
    width: 16px;
    height: 16px;
    background: #8F1624;
    border-color: #8F1624;
  }
  .m-hotspot { transition: transform .2s ease; }
  .m-hotspot:active { transform: scale(.985); }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-exact .m-section.m-reveal,
  .mobile-exact .m-section.m-reveal.is-visible,
  .m-taste-card,
  .m-taste-card.is-active {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }
}


/* Desktop fine-tuning: smaller page scale + taste arrows higher */
@media (min-width: 1200px) {
  :root {
    --tea-container: 1580px;
    --tea-gap: clamp(16px, 1.35vw, 24px);
  }

  .tea-header { top: clamp(14px, 1.3vw, 28px); }

  .tea-header__inner {
    height: clamp(76px, 6vw, 116px);
    padding: 0 clamp(18px, 1.8vw, 34px);
    gap: clamp(14px, 1.4vw, 24px);
  }

  .tea-logo img { width: clamp(190px, 13vw, 265px); }
  .tea-nav { gap: clamp(16px, 1.2vw, 24px); }
  .tea-nav a, .tea-phone { font-size: clamp(12px, .82vw, 17px); }
  .tea-btn--small { min-height: clamp(44px, 3.1vw, 60px); padding: 0 clamp(22px, 1.8vw, 34px); font-size: clamp(12px, .8vw, 16px); }

  .hero-bg { min-height: clamp(500px, 52vw, 980px); }
  .teaway-section { width: min(calc(100% - 52px), var(--tea-container)); margin-top: clamp(18px, 1.6vw, 28px); }

  .promo-grid,
  .about-grid,
  .how-grid { gap: clamp(16px, 1.25vw, 24px); }

  .taste-zone { margin-top: clamp(28px, 2.6vw, 56px); }
  .taste-title { margin-bottom: clamp(18px, 1.8vw, 32px); }
  .taste-stage { padding: 0 48px; }
  .taste-grid { gap: clamp(16px, 1.25vw, 24px); min-height: clamp(540px, 44vw, 870px); }
  .taste-arrow { top: 45%; width: 56px; height: 56px; }
  .taste-arrow img { width: 56px; height: 56px; }
  .taste-arrow--prev { left: -20px; }
  .taste-arrow--next { right: -20px; }

  .teaway-wide-cta,
  .contacts-section,
  .teaway-footer { box-shadow: none; }
}

@media (min-width: 1600px) {
  .teaway-page { transform: scale(0.92); transform-origin: top center; width: 108.7%; margin-left: -4.35%; }
}


/* Fixed Figma-size CTA buttons on hot/cold desktop blocks */
.promo-card > img.promo-cta {
  position: absolute !important;
  z-index: 12 !important;
  width: clamp(160px, 15.38vw, 295.23px) !important;
  max-width: 31% !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 20px !important;
  pointer-events: none !important;
  filter: drop-shadow(0 10px 22px rgba(97, 12, 30, .18));
  transform: none !important;
}
.promo-card > img.promo-cta--hot { left: 6.1% !important; bottom: 12.3% !important; }
.promo-card > img.promo-cta--cold { right: 6.2% !important; bottom: 12.3% !important; }
.promo-card.hover-lift:hover > img.promo-cta {
  transform: translateY(-2px) !important;
  filter: drop-shadow(0 14px 26px rgba(97, 12, 30, .24));
}

/* Tablet = compact desktop, not mobile */
@media (min-width: 768px) and (max-width: 1180px) {
  .mobile-exact { display: none !important; }
  .hero-wrap,
  .teaway-page > .teaway-section,
  .teaway-page > footer.teaway-section { display: block !important; }

  :root {
    --tea-container: 1500px;
    --tea-gap: clamp(14px, 1.35vw, 22px);
  }
  .tea-header { width: min(95vw, 1500px) !important; top: clamp(12px, 1.4vw, 24px) !important; }
  .tea-header__inner {
    height: clamp(72px, 7.4vw, 110px) !important;
    grid-template-columns: clamp(170px, 17vw, 240px) 1fr auto auto !important;
    padding: 0 clamp(16px, 1.8vw, 30px) !important;
    gap: clamp(12px, 1.4vw, 24px) !important;
    border-radius: 20px !important;
  }
  .tea-logo img { width: clamp(165px, 16.5vw, 235px) !important; }
  .tea-burger { display: none !important; }
  .tea-nav {
    position: static !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(14px, 1.6vw, 26px) !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
  .tea-nav a { padding: 0 !important; border-radius: 0 !important; font-size: clamp(12px, 1.25vw, 16px) !important; }
  .tea-phone { display: inline-flex !important; font-size: clamp(12px, 1.25vw, 16px) !important; }
  .tea-btn--small {
    display: inline-flex !important;
    min-height: clamp(40px, 4.4vw, 56px) !important;
    padding: 0 clamp(18px, 2.2vw, 32px) !important;
    font-size: clamp(12px, 1.05vw, 15px) !important;
  }

  .hero-bg { min-height: clamp(450px, 48vw, 760px) !important; object-position: center top !important; }
  .teaway-section { width: min(calc(100% - 44px), 1500px) !important; margin-top: clamp(18px, 2vw, 30px) !important; }
  .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(14px, 1.35vw, 22px) !important; }
  .promo-card > img.promo-cta { width: clamp(130px, 17vw, 220px) !important; max-width: 31% !important; }
  .promo-card > img.promo-cta--hot { left: 6.1% !important; bottom: 12.3% !important; }
  .promo-card > img.promo-cta--cold { right: 6.2% !important; bottom: 12.3% !important; }

  .about-grid { grid-template-columns: 586fr 1107fr !important; gap: clamp(14px, 1.35vw, 22px) !important; }
  .how-grid { grid-template-columns: 894fr 797fr !important; gap: clamp(14px, 1.35vw, 22px) !important; }
  .taste-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; min-height: clamp(480px, 42vw, 740px) !important; gap: clamp(14px, 1.3vw, 22px) !important; }
  .taste-stage { padding: 0 42px !important; }
  .taste-arrow { top: 43% !important; width: 46px !important; height: 46px !important; }
  .taste-arrow img { width: 46px !important; height: 46px !important; }
  .taste-arrow--prev { left: -10px !important; }
  .taste-arrow--next { right: -10px !important; }
}

@media (min-width: 1181px) {
  .promo-card > img.promo-cta { width: clamp(170px, 15.38vw, 295.23px) !important; max-width: 31% !important; }
}

/* Desktop replacement blocks from Figma */
.about-why { object-fit: contain !important; background: transparent !important; }
.how-card .teaway-block-img { object-fit: contain !important; }


/* Desktop footer v2 from new Figma assets */
.teaway-footer.footer-v2 {
  position: relative !important;
  width: min(calc(100% - 64px), var(--tea-container)) !important;
  margin-top: clamp(26px, 2.4vw, 42px) !important;
  aspect-ratio: 1720 / 434.36 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: clamp(22px, 2vw, 40px) !important;
  background: #F8F5EE !important;
}
.teaway-footer.footer-v2 .footer-v2-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  border-radius: inherit !important;
  display: block !important;
}
.teaway-footer.footer-v2 .footer-v2-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: #341809 !important;
}
.teaway-footer.footer-v2 .footer-v2-brand { position:absolute !important; left:3.5% !important; top:12.3% !important; width:22% !important; }
.teaway-footer.footer-v2 .footer-v2-logo { width:17.75% !important; max-width:306px !important; height:auto !important; position:absolute !important; left:3.5% !important; top:12.6% !important; }
.teaway-footer.footer-v2 .footer-v2-desc {
  position:absolute !important; left:3.5% !important; top:31.8% !important; width:21.0% !important;
  margin:0 !important; font-weight:500 !important; font-size:clamp(12px, .95vw, 18px) !important; line-height:1.22 !important;
}
.teaway-footer.footer-v2 .footer-v2-socials { position:absolute !important; left:3.5% !important; top:65.5% !important; display:flex !important; gap:14px !important; }
.teaway-footer.footer-v2 .footer-v2-socials a { width:38px !important; height:38px !important; display:block !important; border-radius:999px !important; transition:transform .22s ease !important; }
.teaway-footer.footer-v2 .footer-v2-socials a:hover { transform:translateY(-2px) !important; }
.teaway-footer.footer-v2 .footer-v2-socials img { width:38px !important; height:38px !important; display:block !important; }
.teaway-footer.footer-v2 .footer-v2-info-title {
  position:absolute !important; left:33.2% !important; top:12.2% !important;
  font-family:'Alice', Georgia, serif !important; font-weight:400 !important; font-size:clamp(22px, 1.67vw, 32px) !important; line-height:1.15 !important;
}
.teaway-footer.footer-v2 .footer-v2-col { position:absolute !important; width:15.0% !important; }
.teaway-footer.footer-v2 .footer-v2-col h4 {
  margin:0 0 10px !important; font-family:'Montserrat', Arial, sans-serif !important; font-weight:500 !important; font-size:clamp(12px, .95vw, 18px) !important; line-height:1.22 !important; color:#341809 !important;
}
.teaway-footer.footer-v2 .footer-v2-col p {
  margin:0 !important; font-weight:500 !important; font-size:clamp(8px, .63vw, 12px) !important; line-height:1.25 !important; color:#341809 !important;
}
.teaway-footer.footer-v2 .footer-v2-producer { left:33.2% !important; top:24.3% !important; }
.teaway-footer.footer-v2 .footer-v2-wholesale { left:49.8% !important; top:24.3% !important; width:14.0% !important; }
.teaway-footer.footer-v2 .footer-v2-retail { left:64.8% !important; top:24.3% !important; width:14.2% !important; }
.teaway-footer.footer-v2 .footer-v2-contacts { position:absolute !important; left:80.8% !important; top:12.4% !important; width:16.4% !important; }
.teaway-footer.footer-v2 .footer-v2-contacts h3 {
  margin:0 0 18px !important; font-family:'Alice', Georgia, serif !important; font-size:clamp(22px, 1.67vw, 32px) !important; line-height:1.15 !important; font-weight:400 !important; color:#341809 !important;
}
.teaway-footer.footer-v2 .footer-v2-phone,
.teaway-footer.footer-v2 .footer-v2-viber-link,
.teaway-footer.footer-v2 .footer-v2-hours {
  display:flex !important; align-items:center !important; gap:8px !important; text-decoration:none !important; font-family:'Montserrat', Arial, sans-serif !important; font-weight:500 !important; font-size:clamp(12px, .95vw, 18px) !important; line-height:1.22 !important; margin:0 0 14px !important; white-space:nowrap !important;
}
.teaway-footer.footer-v2 .footer-v2-phone { color:#8B1520 !important; }
.teaway-footer.footer-v2 .footer-v2-viber-link { color:#743DB9 !important; }
.teaway-footer.footer-v2 .footer-v2-viber-link img { width:28px !important; height:28px !important; }
.teaway-footer.footer-v2 .footer-v2-hours { color:#341809 !important; }
.teaway-footer.footer-v2 .footer-v2-berry { position:absolute !important; right:4.6% !important; top:46.8% !important; width:12.7% !important; max-width:219px !important; height:auto !important; }
.teaway-footer.footer-v2 .footer-v2-line { position:absolute !important; left:3.5% !important; right:3.5% !important; bottom:22.1% !important; height:2px !important; background:#E9DCCE !important; }
.teaway-footer.footer-v2 .footer-v2-bottom { position:absolute !important; left:3.5% !important; right:3.5% !important; bottom:8.0% !important; display:grid !important; grid-template-columns: 1fr auto auto !important; gap:clamp(28px, 4vw, 70px) !important; align-items:center !important; }
.teaway-footer.footer-v2 .footer-v2-bottom span,
.teaway-footer.footer-v2 .footer-v2-bottom a { font-family:'Montserrat', Arial, sans-serif !important; font-weight:500 !important; font-size:clamp(12px, .95vw, 18px) !important; line-height:1.22 !important; color:#341809 !important; text-decoration:none !important; white-space:nowrap !important; }
.teaway-footer.footer-v2 .footer-overlay,
.teaway-footer.footer-v2 .footer-hotspot,
.teaway-footer.footer-v2 .footer-col,
.teaway-footer.footer-v2 .footer-socials,
.teaway-footer.footer-v2 .footer-policies,
.teaway-footer.footer-v2 .footer-top-btn { display:none !important; }

@media (max-width: 1199px) and (min-width: 768px) {
  .teaway-footer.footer-v2 { width:min(calc(100% - 44px), var(--tea-container)) !important; }
  .teaway-footer.footer-v2 .footer-v2-info-title { left:31% !important; }
  .teaway-footer.footer-v2 .footer-v2-producer { left:31% !important; }
  .teaway-footer.footer-v2 .footer-v2-wholesale { left:48% !important; }
  .teaway-footer.footer-v2 .footer-v2-retail { left:63.5% !important; }
  .teaway-footer.footer-v2 .footer-v2-contacts { left:78.5% !important; width:18% !important; }
}

@media (max-width: 767px) {
  .teaway-footer.footer-v2 { display:none !important; }
}


/* Baker.by block fixed to Figma layout */
.buy-online-section {
  margin-top: clamp(26px, 2.4vw, 44px) !important;
}
.buy-online-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: clamp(22px, 2vw, 40px) !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1720 / 323 !important;
  background: #f5f1e6 !important;
  box-shadow: 0 0 0 2px #E9DCCE inset !important;
}
.buy-online-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.buy-online-overlay {
  position: absolute !important;
  inset: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.buy-online-title {
  position: absolute !important;
  left: 5.05% !important;
  top: 16.1% !important;
  width: 15.25% !important;
  max-width: 262px !important;
  min-width: 185px !important;
  height: auto !important;
  margin: 0 !important;
  display: block !important;
}
.buy-online-text {
  position: absolute !important;
  left: 5.05% !important;
  top: 37.5% !important;
  max-width: 49% !important;
  margin: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(15px, 1.15vw, 22px) !important;
  line-height: 1.64 !important;
  color: #341809 !important;
}
.buy-online-btn {
  position: absolute !important;
  left: 5.05% !important;
  top: 60.2% !important;
  width: 24.42% !important;
  max-width: 420px !important;
  min-width: 260px !important;
  height: auto !important;
  display: block !important;
  text-decoration: none !important;
  transform: none !important;
}
.buy-online-btn img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  transform: none !important;
}
.buy-online-btn:hover {
  transform: translateY(-2px) !important;
}
.buy-online-btn:hover img {
  transform: none !important;
}
@media (min-width: 981px) and (max-width: 1350px) {
  .buy-online-title { top: 14.5% !important; min-width: 160px !important; }
  .buy-online-text { top: 35.5% !important; max-width: 47% !important; font-size: clamp(13px, 1.35vw, 18px) !important; line-height: 1.45 !important; }
  .buy-online-btn { top: 58.5% !important; min-width: 220px !important; }
}
@media (max-width: 980px) {
  .buy-online-section { display: none !important; }
}


/* Footer v2 layout fix: prevent text from collapsing inside nested absolute brand block */
@media (min-width: 768px) {
  .teaway-footer.footer-v2 .footer-v2-brand {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
  }
  .teaway-footer.footer-v2 .footer-v2-logo {
    position: absolute !important;
    left: 3.5% !important;
    top: 12.6% !important;
    width: 17.75% !important;
    max-width: 306px !important;
    height: auto !important;
  }
  .teaway-footer.footer-v2 .footer-v2-desc {
    position: absolute !important;
    left: 3.5% !important;
    top: 31.8% !important;
    width: 21.0% !important;
    max-width: 361px !important;
    margin: 0 !important;
    font-size: clamp(12px, .95vw, 18px) !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
  .teaway-footer.footer-v2 .footer-v2-socials {
    position: absolute !important;
    left: 3.5% !important;
    top: 65.5% !important;
    display: flex !important;
    gap: 14px !important;
  }

  /* Keep the right decorative branch from covering the contact and policy text */
  .teaway-footer.footer-v2 .footer-v2-contacts {
    left: 76.8% !important;
    top: 12.4% !important;
    width: 18.6% !important;
    max-width: 330px !important;
    z-index: 8 !important;
  }
  .teaway-footer.footer-v2 .footer-v2-berry {
    right: 4.8% !important;
    top: 38.2% !important;
    width: 12.2% !important;
    max-width: 210px !important;
    z-index: 3 !important;
  }
  .teaway-footer.footer-v2 .footer-v2-line {
    z-index: 4 !important;
  }
  .teaway-footer.footer-v2 .footer-v2-bottom {
    z-index: 8 !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .teaway-footer.footer-v2 .footer-v2-desc { width: 22.5% !important; }
  .teaway-footer.footer-v2 .footer-v2-contacts { left: 75.2% !important; width: 20.5% !important; }
  .teaway-footer.footer-v2 .footer-v2-berry { right: 3.8% !important; top: 42% !important; width: 11.5% !important; }
}


/* Pixel-perfect desktop footer from Figma composite */
.teaway-footer.footer-pixel {
  position: relative !important;
  display: block !important;
  width: min(calc(100% - 64px), var(--tea-container)) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1720 / 435 !important;
  overflow: hidden !important;
  border-radius: clamp(22px, 2vw, 40px) !important;
  box-shadow: none !important;
  background: transparent !important;
}
.teaway-footer.footer-pixel .footer-pixel-img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: inherit !important;
}
.teaway-footer.footer-pixel .footer-pixel-link {
  position: absolute !important;
  z-index: 8 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.teaway-footer.footer-pixel .footer-pixel-link:focus-visible {
  outline: 2px solid rgba(157,16,41,.35) !important;
  outline-offset: 3px !important;
}
.teaway-footer.footer-pixel .footer-pixel-telegram { left: 3.5%; top: 60.8%; width: 2.4%; height: 9.2%; border-radius: 999px; }
.teaway-footer.footer-pixel .footer-pixel-whatsapp { left: 6.1%; top: 60.8%; width: 2.4%; height: 9.2%; border-radius: 999px; }
.teaway-footer.footer-pixel .footer-pixel-viber-social { left: 8.7%; top: 60.8%; width: 2.4%; height: 9.2%; border-radius: 999px; }
.teaway-footer.footer-pixel .footer-pixel-phone { left: 62.6%; top: 11.0%; width: 11.2%; height: 7.0%; }
.teaway-footer.footer-pixel .footer-pixel-viber { left: 62.6%; top: 17.9%; width: 15.0%; height: 7.5%; }
.teaway-footer.footer-pixel .footer-pixel-baker { left: 68.7%; top: 27.0%; width: 10.2%; height: 21.5%; }
.teaway-footer.footer-pixel .footer-pixel-privacy { left: 24.8%; top: 85.0%; width: 34.0%; height: 8.0%; }
.teaway-footer.footer-pixel .footer-pixel-cookie { left: 62.6%; top: 85.0%; width: 16.5%; height: 8.0%; }
@media (max-width: 980px) {
  .teaway-footer.footer-pixel { display: none !important; }
}


/* Mobile final polish: updated header, stamp, footer links */
@media (max-width: 767px) {
  .m-hero { overflow: visible; }
  .m-header-overlay {
    position: absolute;
    z-index: 8;
    left: 4.0%;
    top: 5.42%;
    width: 91.82% !important;
    height: auto !important;
    filter: drop-shadow(0 10px 24px rgba(52,24,9,.08));
  }
  .m-hero-burger { left: 6.6%; top: 10.2%; width: 9.8%; height: 9.4%; z-index: 10; border-radius: 12px; }
  .m-hero-order { left: 75.3%; top: 10.5%; width: 15.7%; height: 9.2%; z-index: 10; }
  .m-wholesale { overflow: visible; }
  .m-wholesale-stamp {
    position: absolute;
    z-index: 9;
    left: 5.0%;
    top: -8.0%;
    width: 24.0% !important;
    height: auto !important;
    pointer-events: none;
  }
  .m-footer-mobile { position: relative; margin-top: 18px; }
  .m-footer-mobile .m-hotspot { z-index: 8; border-radius: 8px; }
  .mf-telegram { left: 8.7%; top: 10.0%; width: 9.2%; height: 2.35%; border-radius: 999px !important; }
  .mf-whatsapp { left: 23.0%; top: 10.0%; width: 9.2%; height: 2.35%; border-radius: 999px !important; }
  .mf-viber-social { left: 37.2%; top: 10.0%; width: 9.2%; height: 2.35%; border-radius: 999px !important; }
  .mf-menu-tastes { left: 8.5%; top: 19.25%; width: 20%; height: 1.8%; }
  .mf-menu-about { left: 8.5%; top: 21.95%; width: 20%; height: 1.8%; }
  .mf-menu-how { left: 8.5%; top: 24.65%; width: 34%; height: 1.8%; }
  .mf-phone { left: 8.5%; top: 36.5%; width: 68%; height: 2.0%; }
  .mf-viber { left: 8.5%; top: 40.2%; width: 72%; height: 2.0%; }
  .mf-barsa { left: 17.2%; top: 55.4%; width: 24%; height: 1.7%; }
  .mf-mail { left: 18.4%; top: 57.8%; width: 36%; height: 1.7%; }
  .mf-baker-url { left: 8.5%; top: 78.4%; width: 72%; height: 1.8%; }
  .mf-baker-name { left: 8.5%; top: 86.4%; width: 28%; height: 1.8%; }
  .mf-policy { left: 4%; right: 4%; top: 94.0%; height: 2.0%; }
  .mf-cookie { left: 20%; right: 20%; top: 96.0%; height: 2.0%; }
}

@media (max-width: 767px) {
  .mobile-exact .m-card img { display: block; }
  .m-buy { overflow: hidden; }
  .m-buy img { display: block; width: 100%; height: auto; }
}


/* === TEAWAY rebuild exact asset overrides === */
:root { --tea-container: 1720px; }

.desktop-image-header {
  position: absolute;
  z-index: 30;
  top: clamp(18px, 2.42vw, 46.53px);
  left: 50%;
  width: min(96.51vw, 1852.35px);
  transform: translateX(-50%);
  animation: headerDrop .9s .18s cubic-bezier(.2,.75,.16,1) both;
  border-radius: clamp(16px, 2.1vw, 40px);
  overflow: hidden;
}
.desktop-image-header img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.dh-link {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 16px;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.dh-logo { left: 4.5%; top: 18%; width: 19.8%; height: 63%; }
.dh-tastes { left: 28.5%; top: 36%; width: 5.2%; height: 33%; }
.dh-about { left: 34.8%; top: 36%; width: 5.0%; height: 33%; }
.dh-how { left: 40.7%; top: 36%; width: 12.0%; height: 33%; }
.dh-contacts { left: 54.0%; top: 36%; width: 7.0%; height: 33%; }
.dh-phone { left: 64.5%; top: 30%; width: 16.6%; height: 42%; }
.dh-order { left: 82.2%; top: 26%; width: 16.0%; height: 48%; }

@media (max-width: 767px) {
  .desktop-image-header { display: none !important; }
}

.teaway-wide-cta {
  position: relative;
  display: block;
  border-radius: clamp(22px, 2vw, 40px);
  overflow: hidden;
}
.teaway-wide-cta img {
  width: 100%;
  height: auto;
  display: block;
}
.teaway-wide-cta::after {
  content: "";
  position: absolute;
  left: 3.6%;
  bottom: 13.2%;
  width: 22.6%;
  height: 20.8%;
  border-radius: 20px;
  background: transparent;
}

.taste-card { overflow: hidden; }
.taste-card > img {
  border-radius: inherit;
}
.taste-order {
  left: clamp(18px, 1.2vw, 23px) !important;
  bottom: clamp(20px, 1.45vw, 27px) !important;
  width: clamp(120px, 9.45vw, 182px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.taste-order img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.taste-order:hover { transform: translateY(-2px) !important; background: transparent !important; box-shadow: 0 12px 24px rgba(157,16,41,.10) !important; }

/* Desktop wholesale hotspots on new Group 107 */
.contact-phone-primary { left: 59.4%; top: 46.0%; width: 31.5%; height: 11.2%; }
.contact-phone-viber-box { left: 59.4%; top: 58.8%; width: 31.5%; height: 11.2%; }
.contact-viber { left: 59.4%; top: 72.0%; width: 31.5%; height: 9.2%; }
.contact-telegram { left: 59.4%; top: 83.2%; width: 31.5%; height: 9.2%; }
.contact-whatsapp { display: none !important; }

/* Desktop footer replacement */
.footer-pixel {
  aspect-ratio: 2048 / 517 !important;
}
.teaway-footer.footer-pixel .footer-pixel-img {
  object-fit: fill !important;
}
.teaway-footer.footer-pixel .footer-pixel-telegram { left: 3.8%; top: 64.0%; width: 3.3%; height: 14.2%; }
.teaway-footer.footer-pixel .footer-pixel-viber-social { left: 7.1%; top: 64.0%; width: 3.3%; height: 14.2%; }
.teaway-footer.footer-pixel .footer-pixel-phone { left: 62.6%; top: 10.0%; width: 11.0%; height: 9.0%; }
.teaway-footer.footer-pixel .footer-pixel-viber { left: 62.6%; top: 17.5%; width: 12.5%; height: 9.0%; }
.teaway-footer.footer-pixel .footer-pixel-baker { left: 79.5%; top: 31.5%; width: 7.6%; height: 10.0%; }
.teaway-footer.footer-pixel .footer-pixel-barsa { left: 62.6%; top: 44.0%; width: 7.0%; height: 8.0%; }
.teaway-footer.footer-pixel .footer-pixel-mail { left: 62.6%; top: 52.0%; width: 8.8%; height: 8.0%; }
.teaway-footer.footer-pixel .footer-pixel-privacy { left: 24.0%; top: 86.0%; width: 31.0%; height: 8.0%; }
.teaway-footer.footer-pixel .footer-pixel-cookie { left: 62.5%; top: 86.0%; width: 17.0%; height: 8.0%; }

/* Mobile updated cropped blocks */
@media (max-width: 767px) {
  .m-wholesale-phone { left: 8%; right: 8%; top: 68.0%; height: 16.0%; }
  .m-wholesale-order { left: 8%; right: 8%; bottom: 3.8%; height: 9.8%; }
  .m-contact-phone { left: 8%; right: 8%; top: 26.0%; height: 17.0%; }
  .m-contact-viber { left: 8%; right: 8%; top: 46.8%; height: 14.5%; }
  .m-contact-telegram { left: 8%; right: 8%; top: 64.0%; height: 14.5%; }
  .m-contact-whatsapp { display:none !important; }
  .mf-whatsapp { display:none !important; }
  .m-footer-mobile img { width: 100% !important; height: auto !important; }
}

/* Basic image protection against long-tap/drag/context menu */
.teaway-page img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.teaway-page a,
.teaway-page button,
.teaway-page input,
.teaway-page textarea {
  pointer-events: auto;
}

/* Final precise fixes: desktop Group108, taste buttons, mobile Viber icon and wholesale stamp */
.taste-card:hover > img { transform: scale(1.035); filter: saturate(1.04); }
.taste-card:hover .taste-order img,
.taste-order img {
  transform: none !important;
  filter: none !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.taste-order {
  border-radius: 20px !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}
.taste-order::before,
.taste-order::after { content: none !important; }

/* Correct clickable zones for new Group 108 desktop wholesale block */
.contact-phone-primary { left: 59.2% !important; top: 45.2% !important; width: 31.8% !important; height: 11.7% !important; }
.contact-phone-viber-box { left: 59.2% !important; top: 58.0% !important; width: 31.8% !important; height: 11.7% !important; }
.contact-viber { left: 59.2% !important; top: 71.2% !important; width: 31.8% !important; height: 9.5% !important; }
.contact-telegram { left: 59.2% !important; top: 82.5% !important; width: 31.8% !important; height: 9.5% !important; }

@media (max-width: 767px) {
  .m-wholesale { overflow: visible !important; position: relative !important; }
  .m-wholesale-stamp {
    position: absolute !important;
    z-index: 12 !important;
    left: 5.2% !important;
    top: -7.6% !important;
    width: 24.4% !important;
    max-width: 118px !important;
    height: auto !important;
    pointer-events: none !important;
    display: block !important;
    filter: drop-shadow(0 8px 14px rgba(52,24,9,.18));
  }
  .m-contact-viber { left: 4.5% !important; right: 4.5% !important; top: 46.0% !important; height: 15.6% !important; z-index: 11 !important; }
  .m-contact-viber-icon { left: 9.0% !important; top: 49.0% !important; width: 16.0% !important; height: 9.5% !important; z-index: 12 !important; border-radius: 999px !important; }
  .mf-viber-social { left: 30.0% !important; top: 9.6% !important; width: 18.0% !important; height: 2.85% !important; z-index: 12 !important; border-radius: 999px !important; }
  .mf-viber { left: 6.0% !important; top: 39.6% !important; width: 80.0% !important; height: 2.9% !important; z-index: 12 !important; }
}

/* Final correction: desktop taste buttons outline visible and not cropped */
@media (min-width: 768px) {
  .taste-card {
    overflow: hidden !important;
  }
  .taste-order {
    left: clamp(24px, 1.72vw, 34px) !important;
    bottom: clamp(28px, 1.95vw, 36px) !important;
    width: clamp(142px, 9.45vw, 182px) !important;
    height: clamp(45px, 3.02vw, 58px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #341809 !important;
    border-radius: 20px !important;
    background: #F8F5EE !important;
    color: #341809 !important;
    overflow: visible !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: clamp(15px, 1.04vw, 20px) !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }
  .taste-order img {
    display: none !important;
  }
  .taste-order::before {
    content: 'Заказать' !important;
    display: block !important;
  }
  .taste-order::after {
    content: none !important;
  }
  .taste-order:hover {
    transform: translateY(-2px) !important;
    background: #F8F5EE !important;
    color: #341809 !important;
    box-shadow: 0 10px 20px rgba(52, 24, 9, .12) !important;
  }
}

/* Final micro-adjustment: desktop taste button border + mobile wholesale sticker overlay */
@media (min-width: 768px) {
  .taste-order {
    width: clamp(148px, 9.85vw, 190px) !important;
    height: clamp(49px, 3.18vw, 62px) !important;
    border: 2.75px solid #341809 !important;
    border-radius: 20px !important;
    background: #F8F5EE !important;
    box-shadow: inset 0 0 0 1px rgba(52,24,9,.95), 0 2px 0 rgba(255,255,255,.45) !important;
    overflow: visible !important;
    background-clip: padding-box !important;
    transform: translateZ(0);
  }
  .taste-order::before {
    position: relative !important;
    top: -1px !important;
  }
  .taste-order:hover {
    transform: translateY(-2px) translateZ(0) !important;
  }
}

@media (max-width: 767px) {
  .m-wholesale { overflow: visible !important; position: relative !important; }
  .m-wholesale-stamp {
    z-index: 50 !important;
    left: 4.45% !important;
    top: -2.35% !important;
    width: 26.8% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    pointer-events: none !important;
    filter: drop-shadow(0 8px 14px rgba(52,24,9,.18));
  }
}

/* Final fix: remove desktop bottom empty space caused by full-page transform scaling */
@media (min-width: 1600px) {
  .teaway-page {
    transform: none !important;
    transform-origin: initial !important;
    width: 108.7% !important;
    margin-left: -4.35% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
    zoom: .92;
  }
  .teaway-page > :last-child {
    margin-bottom: 0 !important;
  }
  body,
  html {
    min-height: 0 !important;
  }
}

@supports not (zoom: 1) {
  @media (min-width: 1600px) {
    .teaway-page {
      transform: scale(.92) !important;
      transform-origin: top center !important;
      width: 108.7% !important;
      margin-left: -4.35% !important;
      margin-bottom: -540px !important;
    }
  }
}

/* Pixel final fix from uploaded Figma button: use PNG only, no CSS nested button/border */
@media (min-width: 768px) {
  .taste-card {
    overflow: hidden !important;
  }
  .taste-order {
    position: absolute !important;
    z-index: 8 !important;
    left: clamp(19px, 1.21vw, 23.18px) !important;
    bottom: clamp(18px, 1.14vw, 21.88px) !important;
    width: clamp(142px, 9.45vw, 181.51px) !important;
    height: clamp(45px, 3.02vw, 57.37px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    overflow: visible !important;
    display: block !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
  }
  .taste-order::before,
  .taste-order::after {
    content: none !important;
    display: none !important;
  }
  .taste-order img,
  .taste-card:hover .taste-order img,
  .taste-order:hover img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 20px !important;
    overflow: visible !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
  .taste-order:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: translateY(-1px) !important;
  }
}

/* Pixel final fix for mobile wholesale sticker: exact overlay over built-in cropped badge */
@media (max-width: 767px) {
  .m-wholesale {
    overflow: visible !important;
    position: relative !important;
  }
  .m-wholesale-stamp {
    z-index: 80 !important;
    left: 4.09% !important;
    top: -4.82% !important;
    width: 23.82% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    pointer-events: none !important;
    filter: drop-shadow(0 8px 14px rgba(52,24,9,.18));
  }
}

/* Admin-managed promo block over the first screen */
.teaway-promo-banner {
  position: absolute;
  z-index: 22;
  width: clamp(320px, 25.5vw, 500px);
  border: 2px solid rgba(233, 220, 206, .96);
  border-radius: 28px;
  background: rgba(248, 245, 238, .94);
  box-shadow: 0 28px 70px rgba(43, 24, 12, .24);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: teawayPromoIn .78s .45s cubic-bezier(.2,.75,.16,1) both;
}
@keyframes teawayPromoIn {
  from { opacity: 0; transform: translateY(18px) scale(.97); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.teaway-promo-banner--desktop.teaway-promo-banner--right { right: clamp(42px, 5.2vw, 100px); top: clamp(205px, 14vw, 270px); }
.teaway-promo-banner--desktop.teaway-promo-banner--left { left: clamp(42px, 5.2vw, 100px); top: clamp(205px, 14vw, 270px); }
.teaway-promo-banner--desktop.teaway-promo-banner--center { left: 50%; top: clamp(205px, 14vw, 270px); transform: translateX(-50%); }
.teaway-promo-banner--desktop.teaway-promo-banner--bottom { left: 50%; bottom: clamp(54px, 5.2vw, 100px); transform: translateX(-50%); width: min(760px, calc(100% - 120px)); }
.teaway-promo-banner__media img { width: 100%; max-height: 220px; object-fit: cover; }
.teaway-promo-banner__content { padding: clamp(22px, 1.65vw, 32px); }
.teaway-promo-banner__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #8B1520;
  color: #fff;
  font-size: clamp(12px, .8vw, 14px);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.teaway-promo-banner__title {
  font-family: "Alice", serif;
  font-size: clamp(30px, 2.4vw, 46px);
  line-height: 1.08;
  color: #341809;
}
.teaway-promo-banner__text {
  margin-top: 12px;
  max-width: 36em;
  color: #341809;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.45;
  font-weight: 500;
}
.teaway-promo-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 20px;
  padding: 0 28px;
  border-radius: 20px;
  background: #8B1520;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 16px 36px rgba(139, 21, 32, .28);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.teaway-promo-banner__button:hover { transform: translateY(-2px); background: #74101a; box-shadow: 0 20px 42px rgba(139, 21, 32, .36); }
.teaway-promo-banner__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(52,24,9,.14);
  border-radius: 50%;
  background: rgba(248,245,238,.92);
  color: #341809;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
}
.teaway-promo-banner.is-hidden { display: none !important; }
@media (max-width: 1180px) and (min-width: 768px) {
  .teaway-promo-banner--desktop { width: clamp(260px, 29vw, 360px); top: clamp(155px, 15vw, 220px) !important; }
  .teaway-promo-banner__media img { max-height: 150px; }
  .teaway-promo-banner__content { padding: 18px; }
  .teaway-promo-banner__title { font-size: clamp(24px, 2.5vw, 34px); }
  .teaway-promo-banner__text { font-size: 14px; }
  .teaway-promo-banner__button { min-height: 46px; font-size: 15px; border-radius: 16px; }
}
@media (max-width: 767px) {
  .teaway-promo-banner--desktop { display: none !important; }
  .teaway-promo-banner--mobile {
    display: block;
    position: absolute;
    z-index: 18;
    left: 8.2%;
    right: 8.2%;
    top: 23.8%;
    width: auto;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(43, 24, 12, .22);
  }
  .teaway-promo-banner--mobile .teaway-promo-banner__media img { max-height: 150px; }
  .teaway-promo-banner--mobile .teaway-promo-banner__content { padding: 18px; }
  .teaway-promo-banner--mobile .teaway-promo-banner__label { min-height: 26px; margin-bottom: 9px; padding: 4px 12px; font-size: 11px; }
  .teaway-promo-banner--mobile .teaway-promo-banner__title { font-size: 30px; line-height: 1.05; }
  .teaway-promo-banner--mobile .teaway-promo-banner__text { margin-top: 9px; font-size: 14px; line-height: 1.38; }
  .teaway-promo-banner--mobile .teaway-promo-banner__button { min-height: 48px; margin-top: 14px; padding: 0 22px; font-size: 15px; border-radius: 16px; }
  .teaway-promo-banner--mobile .teaway-promo-banner__close { width: 30px; height: 30px; font-size: 21px; line-height: 24px; }
}

