@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('/fonts/baloo-2-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('/fonts/nunito-latin.woff2') format('woff2');
}

:root {
  --mint: #d9efd3;
  --mint-2: #b7dfae;
  --cream: #fff7de;
  --paper: #fffaf0;
  --honey: #ffcf67;
  --orange: #f29b3a;
  --brown: #3b2114;
  --green: #5ba96d;
  --green-text: #397d4b;
  --dark: #2d2017;
  --shadow: 0 24px 70px rgb(67 40 22 / 16%);
  --radius: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--dark); background: radial-gradient(circle at 15% 2%, rgb(255 207 103 / 55%), transparent 30%), radial-gradient(circle at 90% 10%, rgb(91 169 109 / 35%), transparent 32%), linear-gradient(180deg, #e6f6dc 0%, #fff7de 42%, #ffe6b6 100%); font-family: Nunito, system-ui, -apple-system, 'Segoe UI', sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 34px)); margin: auto; }

.top { position: sticky; z-index: 30; top: 0; padding: 10px 0; border-bottom: 1px solid rgb(59 33 20 / 9%); background: rgb(255 250 240 / 78%); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--brown); font-weight: 900; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand span { color: var(--green-text); font-family: 'Baloo 2', Nunito, sans-serif; font-size: 28px; line-height: 1; letter-spacing: -.5px; text-shadow: 0 2px 0 rgb(255 255 255 / 80%); }
.navlinks { display: flex; align-items: center; gap: 20px; color: rgb(45 32 23 / 72%); font-size: 14px; font-weight: 900; }
.navlinks a:hover { color: var(--green); }

.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; cursor: pointer; transition: .22s ease; border: 0; border-radius: 999px; box-shadow: 0 13px 30px rgb(59 33 20 / 16%); font-weight: 900; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: white; background: linear-gradient(135deg, #3f8f55, #6fc883); }
.btn.secondary { border: 1px solid rgb(59 33 20 / 12%); color: var(--brown); background: var(--paper); }
.btn.tea { color: #432414; background: linear-gradient(135deg, #ffb83d, var(--orange)); }

.hero { position: relative; padding: 54px 0 42px; }
.hero-grid { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 42px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 9px 14px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 999px; color: var(--green-text); background: rgb(255 250 240 / 92%); font-weight: 900; }
h1 { margin: 0 0 18px; color: var(--brown); font-family: 'Baloo 2', Nunito, sans-serif; font-size: clamp(45px, 7vw, 86px); line-height: .9; letter-spacing: -2px; }
.lead { max-width: 650px; margin: 0 0 24px; color: rgb(45 32 23 / 83%); font-size: clamp(18px, 2vw, 23px); font-weight: 800; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 26px 0; }
.trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill { padding: 10px 14px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 999px; color: rgb(45 32 23 / 76%); background: rgb(255 250 240 / 82%); font-size: 14px; font-weight: 900; }
.hero-card { position: relative; }
.hero-card::before { position: absolute; z-index: -1; inset: 24px; transform: rotate(-3deg); border-radius: 44px; background: linear-gradient(135deg, rgb(91 169 109 / 22%), rgb(255 207 103 / 22%)); content: ''; }
.hero-card > img { width: 100%; height: auto; border: 8px solid rgb(255 250 240 / 72%); border-radius: 42px; box-shadow: var(--shadow); }
.floating { position: absolute; right: 10px; bottom: 18px; max-width: 270px; padding: 16px 19px; border: 1px solid rgb(59 33 20 / 12%); border-radius: 26px; background: var(--paper); box-shadow: 0 18px 45px rgb(67 40 22 / 18%); font-weight: 900; }
.floating strong { display: block; color: var(--green-text); font-size: 28px; line-height: 1; }

section { padding: 62px 0; }
.section-title { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.kicker { color: var(--green-text); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-title h2, .title2, .landing-hero h1, .faq h2, .legal h1, .legal h2 { margin: 8px 0 12px; color: var(--brown); font-family: 'Baloo 2', Nunito, sans-serif; font-size: clamp(35px, 4.5vw, 62px); line-height: .95; }
.section-title p { margin: 0; color: rgb(45 32 23 / 75%); font-size: 19px; font-weight: 800; line-height: 1.5; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 34px; }
.media-card { padding: 14px; border: 1px solid rgb(59 33 20 / 9%); border-radius: 40px; background: rgb(255 250 240 / 66%); box-shadow: var(--shadow); }
.media-card img, .media-card video { width: 100%; height: auto; border-radius: 30px; }
.prep-video { position: relative; overflow: hidden; width: 100%; border-radius: 30px; background: white; }
.prep-video video { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.list { display: grid; gap: 13px; }
.list-item { display: flex; align-items: flex-start; gap: 13px; padding: 16px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 24px; background: rgb(255 250 240 / 75%); }
.list-item .check { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 18px; font-weight: 900; }
.list-item b { display: block; color: var(--brown); font-size: 19px; }
.list-item span { display: block; margin-top: 2px; color: rgb(45 32 23 / 72%); font-weight: 800; }
.inline-link { display: inline-block; margin-top: 18px; color: #397d4b; font-weight: 900; }

.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product { position: relative; display: flex; overflow: hidden; flex-direction: column; padding: 22px; border: 1px solid rgb(59 33 20 / 12%); border-radius: 34px; background: rgb(255 250 240 / 83%); box-shadow: 0 18px 55px rgb(67 40 22 / 10%); }
.product.featured { transform: scale(1.03); border: 2px solid rgb(91 169 109 / 55%); }
.product .btn { margin-top: auto; }
.product-image { width: 100%; height: 150px; margin-bottom: 14px; border-radius: 20px; object-fit: cover; }
.tag { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 8px 12px; border-radius: 999px; color: white; background: var(--green-text); font-size: 12px; font-weight: 900; }
.product h3 { margin: 6px 0 8px; color: var(--brown); font-size: 25px; }
.price { margin: 0 0 12px; color: var(--dark); font-size: 28px; font-weight: 900; }
.muted { color: rgb(45 32 23 / 65%); font-weight: 800; }
.product ul { margin-bottom: 20px; padding-left: 20px; color: rgb(45 32 23 / 75%); font-weight: 800; line-height: 1.9; }

.badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.badge { padding: 16px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 30px; color: var(--brown); background: rgb(255 250 240 / 75%); box-shadow: 0 16px 45px rgb(67 40 22 / 8%); text-align: center; font-weight: 900; }
.badge img { margin-bottom: 8px; border-radius: 22px; }

.gift-carousel { position: relative; }
.gift-gallery { overflow: hidden; padding: 14px 0; }
.gift-track { display: flex; width: max-content; align-items: center; gap: 22px; will-change: transform; }
.gift-track figure { width: clamp(230px, 30vw, 320px); flex: 0 0 auto; margin: 0; transform: scale(.9); opacity: .5; transition: opacity .32s ease, transform .32s ease; }
.gift-track figure.is-active { transform: scale(1); opacity: 1; }
.gift-track img { width: 100%; aspect-ratio: 9 / 16; border: 6px solid rgb(255 250 240 / 85%); border-radius: 12px; box-shadow: 0 20px 50px rgb(67 40 22 / 22%); object-fit: cover; }

.collections-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.collection-card { padding: 8px; transition: .22s ease; border: 1px solid rgb(59 33 20 / 12%); border-radius: 12px; background: rgb(255 250 240 / 78%); box-shadow: 0 16px 48px rgb(70 44 25 / 12%); }
.collection-card:hover { transform: translateY(-3px); box-shadow: 0 22px 60px rgb(70 44 25 / 16%); }
.collection-card img { width: 100%; border-radius: 6px; }
.collection-card b { display: block; margin: 12px 6px 4px; color: var(--brown); font-size: 18px; font-weight: 900; }
.collection-card span { display: block; margin: 0 6px 8px; color: rgb(45 32 23 / 70%); font-size: 14px; font-weight: 800; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }

.occasions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.occasions span { padding: 13px 18px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 999px; color: var(--brown); background: rgb(255 250 240 / 82%); box-shadow: 0 10px 28px rgb(67 40 22 / 7%); font-weight: 900; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 26px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 30px; background: rgb(255 250 240 / 82%); box-shadow: 0 14px 45px rgb(67 40 22 / 8%); }
.review .stars { color: #f0a500; font-size: 16px; letter-spacing: 3px; }
.review blockquote { margin: 0; color: var(--brown); font-size: 18px; font-weight: 900; line-height: 1.45; }
.review figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar { width: 52px; height: 52px; flex: 0 0 52px; border: 2px solid white; border-radius: 50%; box-shadow: 0 4px 14px rgb(67 40 22 / 18%); object-fit: cover; }
.who { display: flex; flex-direction: column; line-height: 1.2; }
.who b { color: var(--brown); }
.who small { color: rgb(45 32 23 / 60%); font-size: 13px; font-weight: 800; }

.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-card { padding: 28px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 34px; background: rgb(255 250 240 / 82%); box-shadow: 0 14px 45px rgb(67 40 22 / 8%); }
.info-card h3 { margin: 0 0 12px; color: var(--brown); font-size: 26px; }
.info-card p { margin: 0; color: rgb(45 32 23 / 76%); font-size: 18px; font-weight: 800; line-height: 1.65; }
.cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 48px; border-radius: 44px; color: white; background: linear-gradient(135deg, #5ba96d, #8fd091 55%, #ffcf67); box-shadow: var(--shadow); }
.cta h2 { margin: 0 0 10px; color: white; font-family: 'Baloo 2', Nunito, sans-serif; font-size: clamp(36px, 5vw, 64px); line-height: .95; }
.cta p { margin: 0; color: rgb(255 255 255 / 93%); font-size: 20px; font-weight: 900; }
.cta .btn { color: var(--brown); background: var(--paper); }

.footer { padding: 34px 0 90px; color: rgb(45 32 23 / 68%); font-weight: 800; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.sticky-wa { position: fixed; z-index: 50; right: 18px; bottom: 18px; padding: 15px 19px; border-radius: 999px; color: white; background: #147b3d; box-shadow: 0 18px 42px rgb(20 120 58 / 28%); font-weight: 900; }

/* SEO landing pages */
.breadcrumbs { display: flex; width: min(1160px, calc(100% - 34px)); margin: 28px auto 0; align-items: center; gap: 9px; color: rgb(45 32 23 / 65%); font-size: 13px; font-weight: 800; }
.breadcrumbs a { color: #397d4b; }
.landing-hero { display: grid; width: min(1160px, calc(100% - 34px)); margin: 0 auto; padding: 54px 0 68px; grid-template-columns: 1fr 1fr; align-items: center; gap: 42px; }
.landing-hero > div { padding: 26px; border: 1px solid rgb(59 33 20 / 9%); border-radius: 40px; background: rgb(255 250 240 / 55%); }
.landing-hero > img { width: 100%; aspect-ratio: 1; border: 8px solid rgb(255 250 240 / 72%); border-radius: 42px; box-shadow: var(--shadow); object-fit: cover; }
.landing-hero .button { margin-top: 24px; }
.mapa { position: relative; overflow: hidden; width: 100%; margin: 0; aspect-ratio: 1; border: 8px solid rgb(255 250 240 / 72%); border-radius: 42px; box-shadow: var(--shadow); background: rgb(255 250 240 / 55%); }
.mapa-lienzo { display: grid; width: 100%; height: 100%; place-items: center; padding: 24px; text-align: center; color: var(--brown); font-weight: 800; }
/* Метка стоит над красной булавкой, которую ставит сама карта, и не перехватывает
   касания: карту должно быть можно двигать и приближать прямо на странице. */
.mapa-marca { position: absolute; display: grid; justify-items: center; gap: 2px; padding: 10px 18px 12px; border-radius: 26px; background: rgb(255 250 240 / 95%); box-shadow: var(--shadow); pointer-events: none; text-align: center; transform: translate(-50%, calc(-100% - 16px)); }
.mapa-marca::after { content: ''; position: absolute; top: 100%; left: 50%; width: 0; height: 0; border: 16px solid transparent; border-bottom: 0; border-top-color: rgb(255 250 240 / 95%); transform: translateX(-50%); }
.mapa-marca img { width: 54px; height: 54px; }
.mapa-marca b { color: var(--brown); font-family: 'Baloo 2', Nunito, sans-serif; font-size: 22px; line-height: 1.1; }
.mapa-marca span { color: rgb(45 32 23 / 72%); font-size: 15px; font-weight: 800; }
.landing-price { margin: 18px 0 0; color: var(--green-text); font-size: 26px; font-weight: 900; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 900; }
.button-primary { color: white; background: linear-gradient(135deg, #3f8f55, #6fc883); box-shadow: 0 13px 30px rgb(59 33 20 / 16%); }
.landing-sections { display: grid; width: min(1160px, calc(100% - 34px)); margin: 0 auto; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.landing-sections article { padding: 25px; border: 1px solid rgb(59 33 20 / 10%); border-radius: var(--radius); background: rgb(255 250 240 / 78%); box-shadow: 0 14px 45px rgb(67 40 22 / 8%); }
.landing-sections article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; color: white; background: var(--green); font-weight: 900; }
.landing-sections h2 { margin: 22px 0 8px; color: var(--brown); font-size: 24px; }
.landing-sections p { color: rgb(45 32 23 / 75%); font-weight: 800; line-height: 1.6; }
.faq { display: grid; width: min(1160px, calc(100% - 34px)); margin: 0 auto; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.faq-list details { padding: 20px 22px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 22px; background: rgb(255 250 240 / 72%); }
.faq-list { display: grid; gap: 12px; }
.faq-list summary { cursor: pointer; color: var(--brown); font-size: 18px; font-weight: 900; }
.faq-list p { color: rgb(45 32 23 / 72%); font-weight: 800; line-height: 1.6; }
.related { width: min(1160px, calc(100% - 34px)); margin: 0 auto; }
.related > div { display: flex; flex-wrap: wrap; gap: 10px; }
.related a { padding: 12px 16px; border: 1px solid rgb(59 33 20 / 10%); border-radius: 999px; background: rgb(255 250 240 / 82%); font-weight: 900; }
.final-cta { width: min(1160px, calc(100% - 34px)); margin: 0 auto 62px; padding: 48px; border-radius: 44px; background: linear-gradient(135deg, #5ba96d, #8fd091 55%, #ffcf67); text-align: center; }
.final-cta h2 { margin: 8px 0; color: white; font-family: 'Baloo 2', Nunito, sans-serif; font-size: clamp(36px, 5vw, 62px); line-height: .95; }
.final-cta p { color: white; font-size: 19px; font-weight: 900; }
.final-cta .eyebrow { color: var(--brown); }
.legal { width: min(780px, calc(100% - 34px)); margin: 0 auto; padding: 70px 0; }
.legal h2 { margin-top: 48px; font-size: 34px; }
.legal p { color: rgb(45 32 23 / 75%); font-size: 17px; font-weight: 800; line-height: 1.7; }

.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #f29b3a; outline-offset: 3px; }

@media (max-width: 1050px) {
  .collections-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .navlinks { display: none; }
  .hero-grid, .split, .landing-hero, .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 34px; }
  .hero-card { order: -1; }
  .products, .reviews, .info-grid, .landing-sections { grid-template-columns: 1fr; }
  .product.featured { transform: none; }
  .badges { grid-template-columns: repeat(2, 1fr); }
  .cta { grid-template-columns: 1fr; padding: 34px; }
  .brand span { font-size: 22px; }
}

@media (max-width: 700px) {
  .collections-grid { grid-template-columns: 1fr 1fr; }
  .collection-card { padding: 7px; }
}

@media (max-width: 540px) {
  .wrap { width: min(100% - 22px, 1160px); }
  section { padding: 46px 0; }
  .header-cta { display: none; }
  .brand img { width: 48px; height: 48px; }
  .hero-actions .btn { width: 100%; }
  .badges { grid-template-columns: 1fr; }
  .sticky-wa { right: 12px; left: 12px; display: flex; justify-content: center; text-align: center; }
  .floating { position: relative; right: auto; bottom: auto; margin: -38px 18px 0; }
  .hero-card > img { border-radius: 28px; }
  .gift-track figure { width: 74vw; }
  .landing-hero, .landing-sections, .faq, .related, .final-cta, .breadcrumbs { width: min(100% - 22px, 1160px); }
  .landing-hero > div { padding: 20px; }
  .final-cta { padding: 34px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* ====== ОТКЛИК НА НАЖАТИЕ ======
   На телефоне :hover не существует, и до появления страницы ожидания кнопка
   выглядела мёртвой: человек нажал, ничего не дрогнуло, он нажимает ещё раз.
   Держим отклик коротким — он должен успеть проиграться до ухода со страницы. */
.btn, .sticky-wa, .navlinks a { -webkit-tap-highlight-color: transparent; }

.btn:active, .sticky-wa:active {
  transform: translateY(2px) scale(.985);
  box-shadow: 0 5px 14px rgb(59 33 20 / 18%);
  transition-duration: .06s;
}

.navlinks a:active { opacity: .6; }

/* Переход в WhatsApp занимает доли секунды до появления экрана ожидания.
   Атрибут ставит обработчик клика в ads-reference.js — кнопка остаётся
   вдавленной и притухшей, пока страница не сменилась. */
[data-cc-opening="true"] {
  transform: translateY(2px) scale(.985);
  box-shadow: 0 5px 14px rgb(59 33 20 / 18%);
  opacity: .75;
  pointer-events: none;
}
