/* Tablet styles: loaded from 561px to 1180px
   Generated from original split. */


@media (max-width: 1500px) {
  .header, .hero, .trust-strip, .section, .footer { width: calc(100% - 56px); }
  .hero { grid-template-columns: minmax(420px, .72fr) minmax(540px, 1.28fr); }
  .stage-bottle.main { width: clamp(205px, 15vw, 300px); }
  .stage-bottle.mid { width: clamp(160px, 11.5vw, 245px); }
  .stage-bottle.small { width: clamp(124px, 9vw, 185px); }
}

@media (max-width: 1180px) {
  .header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .desktop-nav,
  .header-cta { display: none; }
  .burger { display: grid; }
  .hero {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding-top: 44px;
  }
  .hero-copy { max-width: 820px; }
  .hero-showcase { min-height: 620px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip article { border-bottom: 1px solid var(--line-soft); }
  .trust-strip article:nth-child(even) { border-right: 0; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { grid-template-columns: 1fr; }
  .product-card:last-child:nth-child(odd) { grid-column: auto; }
  .product-card-body { padding: 24px; }
  .product-image { min-height: 300px; }
  .info-grid,
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quiz-card,
  .consultation-panel,
  .product-modal,
  .price-modal {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 18px;
    min-height: calc(100vh - 92px);
  }
  .hero h1 {
    font-size: clamp(38px, 4vw, 44px);
    line-height: 1;
  }
  .hero-lead {
    font-size: 18px;
  }
  .hero-benefits {
    gap: 12px;
    font-size: 14px;
  }
  .hero-actions .gold-button,
  .hero-actions .ghost-button {
    min-height: 52px;
    padding: 0 18px;
    font-size: 13px;
  }
  .hero-showcase {
    min-height: 600px;
  }
  .product-stage {
    min-height: 500px;
  }
  .stage-bottle.main { width: 205px; }
  .stage-bottle.mid { width: 155px; }
  .stage-bottle.small { width: 118px; }
  .athlete-shape {
    width: 190px;
    height: 410px;
  }
  .dna-strand {
    right: -2%;
    width: 170px;
    height: 430px;
  }
}

@media (max-width: 820px) {
  .header, .hero, .trust-strip, .section, .footer { width: calc(100% - 28px); }
  .header {
    min-height: 82px;
    border-left: 1px solid var(--line-soft);
    border-right: 1px solid var(--line-soft);
    padding: 0 14px;
    border-radius: 0 0 8px 8px;
  }
  .brand-mark { width: 58px; height: 40px; }
  .brand-text strong { font-size: 30px; }
  .brand-text small { font-size: 14px; }
  .hero {
    padding-top: 36px;
    text-align: left;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 9.4vw, 66px);
    line-height: .95;
  }
  .hero-showcase {
    min-height: 570px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .athlete-shape { width: 180px; height: 390px; bottom: 20%; }
  .athlete-left { left: -14px; }
  .athlete-right { right: -14px; }
  .dna-strand {
    right: 2%;
    top: 0;
    height: 390px;
    width: 170px;
  }
  .product-stage { min-height: 500px; }
  .stage-bottle.main { width: 190px; }
  .stage-bottle.mid { width: 145px; }
  .stage-bottle.small { width: 116px; }
  .hero-actions { display: grid; }
  .hero-actions > * { width: 100%; }
  .trust-strip,
  .catalog-grid,
  .info-grid,
  .video-grid { grid-template-columns: 1fr; }
  .trust-strip article { border-right: 0; }
  .section { padding: 62px 0; }
  .section-head h2 { font-size: clamp(48px, 12vw, 78px); }
  .intro-panel {
    min-height: 760px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .intro-logo strong { font-size: 54px; }
  .intro-logo small { font-size: 28px; }
  .intro-panel h2 { font-size: clamp(54px, 14vw, 96px); }
  .intro-panel p { font-size: 24px; }
  .outline-xl {
    width: min(560px, 100%);
    min-height: 76px;
    padding: 0 24px;
  }
  .product-card {
    grid-template-columns: minmax(130px, .42fr) minmax(0, .58fr);
    min-height: 250px;
  }
  .product-image { min-height: 250px; }
  .product-image img { height: 220px; }
  .product-card h3 { font-size: 28px; }
  .product-card p { font-size: 16px; }
  .product-tags { display: none; }
  .product-icon { width: 50px; height: 50px; top: 14px; right: 14px; }
  .quiz-side { display: none; }
  .quiz-options { grid-template-columns: 1fr; }
  .quiz-next { min-width: 0; width: 100%; }
  .footer { grid-template-columns: 1fr; }
  .modal-root { padding: 12px; }
  .modal-card { max-height: 92vh; }
  .modal-product-visual { min-height: 330px; }
  .modal-product-visual img,
  .price-product img { height: 310px; }
}

@media (max-width: 1500px) {
  .catalog-grid,
  .product-info-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { grid-template-columns: minmax(390px, .58fr) minmax(620px, 1.42fr); }
  .hero-girl { height: 500px; left: -3%; }
  .hero-man { height: 520px; right: -4%; }
}

@media (max-width: 1180px) {
  .header, .hero, .trust-strip, .section, .final-cta, .footer { width: calc(100% - 40px); }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-showcase { min-height: 600px; }
  .hero-girl { height: 520px; left: 4%; }
  .hero-man { height: 540px; right: 2%; }
  .hero-stage { padding: 0 13%; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid,
  .product-info-grid,
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quiz-card,
  .consultation-panel,
  .final-cta { grid-template-columns: 1fr; }
  .quiz-side { display: none; }
  .consultation-panel .form { grid-column: auto; }
  .consultation-panel::before { display: none; }
}

@media (max-width: 820px) {
  .header, .hero, .trust-strip, .section, .final-cta, .footer { width: calc(100% - 28px); }
  .hero h1 { font-size: clamp(34px, 9vw, 56px); }
  .hero-showcase { min-height: 520px; overflow: hidden; }
  .hero-girl { height: 430px; left: -26%; opacity: .72; }
  .hero-man { height: 440px; right: -28%; opacity: .72; }
  .hero-stage {
    min-height: 440px;
    padding: 0;
  }
  .hero-stage .stage-bottle.main { width: 150px; }
  .hero-stage .stage-bottle.mid { width: 116px; }
  .hero-stage .stage-bottle.small { width: 92px; }
  .catalog-grid,
  .product-info-grid,
  .video-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 520px; }
  .product-image { min-height: 300px; }
  .product-image img { height: 280px; }
  .consultation-panel .form { grid-template-columns: 1fr; }
  .final-cta { text-align: center; }
}

@media (max-width: 1180px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-shell {
    overflow: hidden;
  }

  .header,
  .hero,
  .trust-strip,
  .section,
  .final-cta,
  .footer {
    width: min(100% - 32px, 1080px);
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 60;
    min-height: 76px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(218, 154, 30, .35);
    background:
      linear-gradient(180deg, rgba(0,0,0,.94), rgba(0,0,0,.82)),
      radial-gradient(circle at 80% 0, rgba(255,202,77,.12), transparent 32%);
    backdrop-filter: blur(14px);
  }

  .brand-mark {
    width: 56px;
    height: 38px;
  }

  .brand-text strong {
    font-size: 28px;
  }

  .brand-text small {
    font-size: 12px;
  }

  .burger {
    display: grid;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 202, 77, .28);
    background: rgba(0,0,0,.54);
    box-shadow: inset 0 0 18px rgba(255, 202, 77, .08);
  }

  .header-cta,
  .desktop-nav {
    display: none;
  }

  .hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 36px 0 22px;
  }

  .hero::before {
    opacity: .9;
  }

  .hero-copy {
    position: relative;
    z-index: 8;
    max-width: 720px;
  }

  .hero h1 {
    max-width: 850px;
    font-size: clamp(44px, 7.1vw, 78px);
    line-height: .94;
    text-wrap: balance;
  }

  .hero-lead {
    max-width: 640px;
    font-size: clamp(18px, 2.35vw, 26px);
    line-height: 1.4;
  }

  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-top: 22px;
  }

  .hero-actions {
    max-width: 520px;
  }

  .hero-showcase {
    min-height: clamp(560px, 76vw, 820px);
    margin: -20px -16px 0;
    overflow: visible;
  }

  .hero-showcase::before,
  .hero-showcase::after {
    inset-inline: -10%;
  }

  .quality-seal {
    left: 49%;
    top: 6%;
    width: clamp(74px, 10vw, 108px);
    height: clamp(74px, 10vw, 108px);
  }

  .hero-girl {
    height: clamp(440px, 65vw, 690px);
    left: 7%;
    bottom: 0;
    opacity: .98;
  }

  .hero-man {
    height: clamp(455px, 66vw, 710px);
    right: 6%;
    bottom: 0;
    opacity: .98;
  }

  .hero-stage {
    left: 50%;
    bottom: -2px;
    width: min(88vw, 820px);
    min-height: clamp(390px, 55vw, 620px);
    padding: 0 8%;
    transform: translateX(-50%);
  }

  .hero-stage::before {
    width: min(92vw, 780px);
    height: clamp(86px, 12vw, 128px);
    bottom: clamp(18px, 4vw, 44px);
  }

  .hero-stage::after {
    width: min(96vw, 830px);
    bottom: clamp(0px, 2.2vw, 22px);
  }

  .hero-stage .stage-bottle.main {
    width: clamp(180px, 24vw, 280px);
  }

  .hero-stage .stage-bottle.mid {
    width: clamp(128px, 17vw, 205px);
  }

  .hero-stage .stage-bottle.small {
    width: clamp(104px, 14vw, 170px);
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
    border-radius: 10px;
  }

  .trust-strip article {
    min-height: 108px;
    border-bottom: 1px solid var(--line-soft);
  }

  .section {
    padding: 58px 0;
  }

  .section-head,
  .section-head.centered {
    left: auto;
    width: 100%;
    margin: 0 auto 26px;
    padding-inline: 0;
    transform: none;
    text-align: center;
  }

  .section-head h2 {
    font-size: clamp(40px, 6.4vw, 68px);
    line-height: .98;
  }

  .section-head p {
    max-width: 720px;
    font-size: clamp(17px, 2.2vw, 23px);
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .product-card {
    grid-template-columns: minmax(150px, .46fr) minmax(0, .54fr);
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
  }

  .product-image {
    min-height: 250px;
  }

  .product-image img {
    height: clamp(218px, 29vw, 300px);
  }

  .product-card-body {
    padding: 26px 18px 22px;
    align-content: center;
    text-align: left;
  }

  .product-card h3 {
    font-size: clamp(25px, 3.5vw, 36px);
    line-height: 1;
  }

  .product-card p {
    min-height: 0;
    font-size: clamp(14px, 1.9vw, 18px);
    line-height: 1.34;
  }

  .product-card .product-article-text {
    display: none;
  }

  .product-icon {
    width: 52px;
    height: 52px;
    top: 14px;
    right: 14px;
  }

  .product-card .outline-button {
    width: min(220px, 100%);
    min-height: 46px;
    justify-self: start;
  }

  .product-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .info-card {
    min-height: 124px;
    padding: 18px;
  }

  .quiz-card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .quiz-side {
    display: none;
  }

  .quiz-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .consultation-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px;
  }

  .consultation-copy {
    max-width: none;
  }

  .consultation-copy h2 {
    max-width: 720px;
    font-size: clamp(34px, 5.6vw, 60px);
  }

  .consultation-bottle {
    min-height: 260px;
  }

  .consultation-bottle img {
    height: clamp(200px, 30vw, 270px);
  }

  .consultation-panel .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consultation-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .final-cta {
    padding: 26px;
    text-align: center;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .header {
    grid-template-columns: auto minmax(190px, 1fr) auto;
    gap: 16px;
  }

  .header-cta {
    display: inline-flex;
    justify-self: end;
    width: min(230px, 100%);
    min-width: 0;
    min-height: 46px;
    padding: 0 18px;
    font-size: 0;
  }

  .header-cta::before {
    content: "РЈР—РќРђРўР¬ Р¦Р•РќРЈ";
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .header-cta span {
    margin-left: 10px;
    font-size: 25px;
    line-height: 1;
  }

  .hero-copy {
    padding-left: 12px;
  }

  .hero {
    padding-top: 44px;
  }

  .catalog-grid .product-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(210px, .34fr) minmax(0, .66fr);
  }

  .modal-card {
    width: min(94vw, 900px);
  }
}

@media (max-width: 820px) {
  .header,
  .hero,
  .trust-strip,
  .section,
  .final-cta,
  .footer {
    width: calc(100% - 22px);
  }

  .header {
    grid-template-columns: auto minmax(118px, 1fr) auto;
    gap: 8px;
    min-height: 70px;
    padding: 0 12px;
    border-radius: 0 0 10px 10px;
  }

  .brand-mark {
    width: 48px;
    height: 32px;
  }

  .brand-text strong {
    font-size: 24px;
  }

  .brand-text small {
    font-size: 11px;
  }

  .burger {
    width: 44px;
    height: 44px;
  }

  .header-cta {
    display: inline-flex;
    min-width: 0;
    width: min(172px, 100%);
    min-height: 42px;
    justify-self: end;
    padding: 0 14px;
    font-size: 0;
  }

  .header-cta::before {
    content: "РЈР—РќРђРўР¬ Р¦Р•РќРЈ";
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .header-cta span {
    margin-left: 8px;
    font-size: 23px;
    line-height: 1;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero .eyebrow {
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(36px, 10.2vw, 58px);
    line-height: .94;
  }

  .hero-lead {
    font-size: clamp(18px, 5.3vw, 24px);
    line-height: 1.38;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-benefits li {
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(218, 154, 30, .22);
    border-radius: 10px;
    background: rgba(0,0,0,.42);
  }

  .hero-actions {
    display: grid;
    max-width: none;
  }

  .hero-actions .gold-button,
  .hero-actions .ghost-button {
    width: 100%;
  }

  .hero-showcase {
    min-height: clamp(500px, 128vw, 680px);
    margin: -8px -11px 0;
  }

  .dna-strand {
    right: -18%;
    top: 2%;
    width: 190px;
    height: 480px;
    opacity: .72;
  }

  .quality-seal {
    left: 53%;
    top: 5%;
    width: 76px;
    height: 76px;
  }

  .hero-girl {
    height: clamp(390px, 111vw, 520px);
    left: -6%;
    bottom: 16px;
  }

  .hero-man {
    height: clamp(405px, 115vw, 540px);
    right: -9%;
    bottom: 14px;
  }

  .hero-stage {
    width: 102vw;
    min-height: clamp(340px, 92vw, 480px);
    bottom: 0;
    padding: 0 10%;
  }

  .hero-stage::before {
    width: 92vw;
    height: 78px;
    bottom: 28px;
  }

  .hero-stage::after {
    width: 96vw;
    bottom: 12px;
  }

  .hero-stage .stage-bottle.main {
    width: clamp(132px, 37vw, 170px);
  }

  .hero-stage .stage-bottle.mid {
    width: clamp(96px, 27vw, 128px);
  }

  .hero-stage .stage-bottle.small {
    width: clamp(78px, 22vw, 105px);
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-strip article {
    min-height: 82px;
    padding: 14px;
  }

  .section {
    padding: 48px 0;
  }

  .section-head h2 {
    font-size: clamp(38px, 11.6vw, 56px);
  }

  .quality-points {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-card,
  .catalog-grid .product-card:last-child {
    grid-template-columns: minmax(118px, .42fr) minmax(0, .58fr);
    min-height: 214px;
  }

  .product-image {
    min-height: 214px;
  }

  .product-image img {
    height: clamp(178px, 49vw, 220px);
  }

  .product-card-body {
    gap: 10px;
    padding: 18px 14px 18px 8px;
  }

  .product-card h3 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .product-card p {
    font-size: 15px;
  }

  .product-card .outline-button {
    min-height: 44px;
    font-size: 12px;
  }

  .product-icon {
    width: 42px;
    height: 42px;
    top: 10px;
    right: 10px;
  }

  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .quiz-card {
    padding: 22px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card {
    display: grid;
    grid-template-columns: minmax(118px, .42fr) minmax(0, .58fr);
    align-items: stretch;
  }

  .video-preview {
    aspect-ratio: auto;
    min-height: 190px;
  }

  .video-body {
    align-content: center;
    padding: 14px;
  }

  .consultation-panel {
    padding: 18px;
  }

  .consultation-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .consultation-bottle {
    min-height: 236px;
  }

  .consultation-bottle img {
    height: 196px;
  }

  .consultation-bottle span:not(.product-photo-bg):not(.product-mesh):not(.product-particles) {
    width: 70px;
    height: 70px;
    right: 8%;
  }

  .consultation-panel .form,
  .consultation-features {
    grid-template-columns: 1fr;
  }

  .final-cta .gold-button {
    width: 100%;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .modal-card {
    width: min(100%, 620px);
    max-height: 92svh;
    overflow-y: auto;
  }

  .product-modal,
  .price-modal {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .product-modal .modal-product-visual {
    min-height: 330px;
  }

  .mobile-menu {
    z-index: 120;
  }

  .mobile-menu .modal-backdrop {
    background:
      radial-gradient(circle at 78% 12%, rgba(255, 202, 77, .12), transparent 34%),
      rgba(0, 0, 0, .82);
    backdrop-filter: blur(14px);
  }

  .mobile-menu-panel {
    width: min(370px, calc(100vw - 22px));
    padding: 18px;
    border-left: 1px solid rgba(255, 202, 77, .42);
    background:
      radial-gradient(circle at 50% 0, rgba(255, 202, 77, .16), transparent 32%),
      linear-gradient(180deg, rgba(9, 8, 5, .99), rgba(0, 0, 0, .98));
    box-shadow:
      -24px 0 54px rgba(0, 0, 0, .72),
      inset 1px 0 0 rgba(255, 202, 77, .12);
    transition-duration: .2s;
  }

  .mobile-menu-head {
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 202, 77, .18);
  }

  .mobile-menu-head .round-button {
    position: relative;
    z-index: 4;
    color: var(--gold-soft);
    background: rgba(0,0,0,.74);
  }

  .mobile-menu nav,
  .mobile-products {
    gap: 10px;
  }

  .mobile-menu nav a,
  .mobile-products a {
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 202, 77, .16);
    border-radius: 8px;
    color: rgba(245, 240, 230, .92);
    background: rgba(0, 0, 0, .48);
  }

  .mobile-products {
    margin: 20px 0;
  }

  .mobile-menu-panel .gold-button {
    width: 100%;
    min-height: 52px;
  }
}

@media (min-width: 700px) and (max-width: 820px) {
  .hero {
    gap: 8px;
  }

  .hero-showcase {
    min-height: 560px;
  }

  .catalog-grid,
  .video-grid,
  .product-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card,
  .catalog-grid .product-card:last-child {
    grid-template-columns: 1fr;
    min-height: 470px;
  }

  .product-image {
    min-height: 265px;
  }

  .product-image img {
    height: 248px;
  }

  .product-card-body {
    padding: 18px;
    text-align: center;
  }

  .product-card .outline-button {
    justify-self: center;
  }

  .video-card {
    grid-template-columns: 1fr;
  }

  .video-preview {
    aspect-ratio: 1.42 / 1;
    min-height: 0;
  }

  .consultation-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .consultation-bottle > .product-photo-bg,
  .consultation-bottle > .product-mesh,
  .consultation-bottle > .product-particles {
    position: absolute !important;
    inset: 0 !important;
    right: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    pointer-events: none;
  }

  .consultation-bottle > .product-photo-bg {
    z-index: 0;
    opacity: .86;
    background:
      linear-gradient(116deg, transparent 0 12%, color-mix(in srgb, var(--accent), transparent 82%) 13%, transparent 15% 100%),
      linear-gradient(292deg, transparent 0 20%, color-mix(in srgb, var(--accent), transparent 86%) 21%, transparent 23% 100%),
      linear-gradient(34deg, transparent 0 66%, color-mix(in srgb, var(--accent), transparent 90%) 67%, transparent 69% 100%),
      radial-gradient(ellipse at 50% 63%, color-mix(in srgb, var(--accent), transparent 78%) 0 18%, transparent 55%),
      linear-gradient(180deg, rgba(255,255,255,.025), transparent 42%) !important;
    mask-image: linear-gradient(90deg, transparent 0 2%, #000 10% 90%, transparent 98% 100%);
    animation: consultationAuraFloat 3.2s ease-in-out infinite alternate;
  }

  .consultation-bottle > .product-mesh {
    z-index: 1;
    opacity: .72;
    background:
      linear-gradient(24deg, transparent 0 15%, color-mix(in srgb, var(--accent), transparent 56%) 16%, transparent 17% 100%),
      linear-gradient(151deg, transparent 0 28%, color-mix(in srgb, var(--accent), transparent 62%) 29%, transparent 30% 100%),
      linear-gradient(74deg, transparent 0 43%, color-mix(in srgb, var(--accent), transparent 72%) 44%, transparent 45% 100%),
      linear-gradient(116deg, transparent 0 58%, color-mix(in srgb, var(--accent), transparent 76%) 59%, transparent 60% 100%),
      repeating-linear-gradient(0deg, transparent 0 36px, color-mix(in srgb, var(--accent), transparent 94%) 37px, transparent 38px),
      repeating-linear-gradient(90deg, transparent 0 54px, color-mix(in srgb, var(--accent), transparent 95%) 55px, transparent 56px) !important;
    filter: drop-shadow(0 0 11px color-mix(in srgb, var(--accent), transparent 54%));
    mask-image:
      linear-gradient(90deg, transparent 0 3%, #000 12% 88%, transparent 97% 100%),
      linear-gradient(180deg, transparent 0 6%, #000 13% 87%, transparent 96% 100%);
    mask-composite: intersect;
    animation: consultationMeshSweep 2.6s ease-in-out infinite alternate;
  }

  .consultation-bottle > .product-mesh::before,
  .consultation-bottle > .product-mesh::after {
    display: none !important;
  }

  .consultation-bottle > .product-particles {
    z-index: 2;
    opacity: .84;
    background-image:
      radial-gradient(circle, color-mix(in srgb, var(--accent), white 24%) 0 1.2px, transparent 2.4px),
      radial-gradient(circle, color-mix(in srgb, var(--accent), white 14%) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(255,255,255,.24) 0 1px, transparent 2px) !important;
    background-size: 42px 42px, 70px 70px, 112px 112px;
    mask-image:
      linear-gradient(90deg, transparent 0 4%, #000 12% 88%, transparent 96% 100%),
      linear-gradient(180deg, transparent 0 7%, #000 14% 86%, transparent 95% 100%);
    mask-composite: intersect;
    animation: consultationParticleFlow 1.9s linear infinite;
  }

  .consultation-bottle > span:not(.product-photo-bg):not(.product-mesh):not(.product-particles) {
    z-index: 5;
    border-radius: 50%;
    background: url("../assets/icons/compact/swiss-quality.webp") center / contain no-repeat;
  }

  .consultation-features {
    gap: 12px;
  }

  .consultation-features article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 4px;
    min-height: 0;
    padding: 14px;
  }

  .consultation-features .icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 46px;
    height: 46px;
    align-self: center;
  }

  .consultation-features strong {
    grid-column: 2;
    grid-row: 1;
    display: block;
    min-width: 0;
    font-size: 14px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .consultation-features span {
    grid-column: 2;
    grid-row: 2;
    display: block;
    min-width: 0;
    font-size: 13px;
    line-height: 1.36;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1180px) {
  .header {
    display: grid;
    grid-template-columns: auto minmax(142px, max-content) 48px;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 0 16px;
    border: 1px solid rgba(218, 154, 30, .34);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background:
      radial-gradient(circle at 68% 0, rgba(255, 202, 77, .14), transparent 28%),
      linear-gradient(180deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .86));
    box-shadow:
      0 16px 38px rgba(0,0,0,.34),
      inset 0 -1px 0 rgba(255,202,77,.14);
  }

  .header .brand {
    min-width: 0;
    gap: 10px;
  }

  .header .brand-mark {
    width: 52px;
    height: 36px;
  }

  .header .brand-text strong {
    font-size: 25px;
    line-height: .92;
  }

  .header .brand-text small {
    margin-top: 1px;
    font-size: 11px;
    line-height: 1;
  }

  .header-cta {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
    gap: 8px;
    width: 168px;
    min-width: 0 !important;
    max-width: 100%;
    min-height: 48px;
    padding: 0 14px !important;
    overflow: hidden;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    white-space: nowrap;
    border-radius: 9px;
  }

  .header-cta::before {
    content: "\0423\0417\041D\0410\0422\042C  \0426\0415\041D\0423";
    color: #070603;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .header-cta > span[aria-hidden] {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin: 0 !important;
    color: #070603;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: none;
  }

  .header-cta > span[aria-hidden]::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .burger {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 48px;
    height: 48px;
    gap: 5px;
    border: 1px solid rgba(255, 202, 77, .5);
    border-radius: 50%;
    color: rgba(245, 239, 224, .92);
    background:
      radial-gradient(circle at 50% 50%, rgba(255,202,77,.08), transparent 62%),
      rgba(0,0,0,.56);
    box-shadow: inset 0 0 18px rgba(255,202,77,.06);
  }

  .burger span {
    width: 25px;
    height: 2px;
    border-radius: 999px;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .header {
    grid-template-columns: auto minmax(180px, max-content) 52px;
    min-height: 84px;
    padding-inline: 24px;
  }

  .header-cta {
    width: 210px;
    min-height: 52px;
  }

  .header-cta::before {
    font-size: 15px;
  }

  .burger {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1180px) {
  .header-cta::before {
    display: none !important;
    content: "" !important;
  }

  .header-cta::after {
    content: "\0423\0417\041D\0410\0422\042C  \0426\0415\041D\0423";
    order: 1;
    color: #070603;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .header-cta > span[aria-hidden] {
    order: 2;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .header-cta::after {
    font-size: 15px;
  }
}

@media (max-width: 1180px) {
  .site-shell {
    overflow: clip;
    background:
      radial-gradient(circle at 74% 14%, rgba(255, 202, 77, .14), transparent 18rem),
      radial-gradient(circle at 30% 43%, rgba(255, 202, 77, .1), transparent 20rem),
      linear-gradient(180deg, #050402, #000 72%);
  }

  .header {
    width: 100%;
    min-height: 96px;
    padding: 0 36px;
    border: 1px solid rgba(218, 154, 30, .36);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background:
      radial-gradient(circle at 24% 0, rgba(255, 202, 77, .1), transparent 14rem),
      linear-gradient(180deg, rgba(0,0,0,.98), rgba(0,0,0,.9));
  }

  .header .brand {
    gap: 15px;
  }

  .header .brand-mark {
    width: 82px;
    height: 56px;
  }

  .header .brand-text strong {
    font-size: 36px;
    line-height: .9;
  }

  .header .brand-text small {
    font-size: 16px;
  }

  .burger {
    border-radius: 50%;
    color: #ffca4d;
  }

  .burger span {
    width: 23px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    box-shadow: 0 0 10px rgba(255, 202, 77, .5);
  }

  .header-cta {
    display: inline-flex !important;
    color: transparent !important;
    min-width: 0 !important;
    width: 240px;
    min-height: 58px;
    padding: 0 20px !important;
    border-radius: 12px;
    font-size: 0 !important;
  }

  .header-cta::before {
    content: "" !important;
    display: none !important;
  }

  .header-cta::after {
    content: "РЈР—РќРђРўР¬ Р¦Р•РќРЈ";
    color: #090602;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .header-cta > span[aria-hidden] {
    position: relative;
    display: inline-flex !important;
    margin-left: 12px;
    color: #090602;
    font-size: 30px !important;
  }

  .hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 56px 30px;
    border-left: 1px solid rgba(218, 154, 30, .24);
    border-right: 1px solid rgba(218, 154, 30, .24);
    background:
      radial-gradient(circle at 82% 17%, rgba(255, 202, 77, .13), transparent 21rem),
      radial-gradient(circle at 38% 55%, rgba(255, 202, 77, .11), transparent 28rem);
  }

  .hero-copy {
    order: 1;
    position: relative;
    z-index: 8;
    display: contents;
    max-width: 930px;
  }

  .hero .eyebrow,
  .hero h1,
  .hero-lead {
    position: relative;
    z-index: 9;
    align-self: flex-start;
    max-width: 930px;
  }

  .hero h1 {
    max-width: 1040px;
    font-size: clamp(68px, 7vw, 96px);
    line-height: .92;
    letter-spacing: 0;
  }

  .hero-lead {
    max-width: 540px;
    margin-top: 24px;
    color: rgba(242, 236, 225, .88);
    font-size: clamp(24px, 2.3vw, 31px);
  }

  .hero-benefits {
    display: none;
  }

  .hero-actions {
    order: 3;
    position: relative;
    z-index: 10;
    width: min(100%, 860px);
    margin: 18px auto 0;
  }

  .hero-actions .ghost-button {
    display: none;
  }

  .hero-actions .gold-button {
    width: 100%;
    min-height: 86px;
    border-radius: 12px;
    font-size: clamp(22px, 2.6vw, 34px);
  }

  .hero-showcase {
    order: 2;
    min-height: clamp(650px, 76vw, 850px);
    margin: -6px -56px 0;
    overflow: visible;
  }

  .hero-showcase::before {
    background:
      radial-gradient(circle at 72% 18%, rgba(255, 202, 77, .22), transparent 20rem),
      radial-gradient(circle at 44% 66%, rgba(255, 202, 77, .14), transparent 22rem),
      linear-gradient(180deg, transparent 0 56%, rgba(0,0,0,.72));
  }

  .hero-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle, rgba(255, 202, 77, .9) 0 1px, transparent 2px),
      linear-gradient(33deg, transparent 0 46%, rgba(255, 202, 77, .1) 47%, transparent 48%);
    background-size: 110px 110px, auto;
    opacity: .32;
    mask-image: radial-gradient(ellipse at 62% 52%, #000 0 48%, transparent 80%);
  }

  .dna-strand {
    right: -5%;
    top: 4%;
    opacity: .9;
  }

  .hero-girl {
    left: 5%;
    bottom: 32px;
  }

  .hero-man {
    right: 5%;
    bottom: 34px;
  }

  .hero-stage {
    bottom: 30px;
  }

  .hero-stage::before {
    bottom: 54px;
    height: clamp(86px, 10vw, 118px);
  }

  .hero-stage::after {
    bottom: 32px;
  }

  .trust-strip {
    width: calc(100% - 96px);
    margin-top: 0;
    border-radius: 12px;
  }

  .trust-strip article {
    justify-content: center;
    text-align: center;
  }

  .section,
  .final-cta,
  .footer {
    width: calc(100% - 96px);
  }

  .catalog-grid,
  .product-info-grid,
  .video-grid {
    gap: 18px;
  }

  .product-card,
  .info-card,
  .video-card,
  .quiz-card,
  .consultation-panel {
    border-color: rgba(218, 154, 30, .36);
    box-shadow:
      0 0 0 1px rgba(255, 202, 77, .04) inset,
      0 18px 48px rgba(0,0,0,.42);
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .header {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .desktop-nav {
    display: none;
  }

  .header .brand-mark {
    width: 64px;
    height: 44px;
  }

  .header .brand-text strong {
    font-size: 31px;
  }

  .header .brand-text small {
    font-size: 13px;
  }

  .header-cta {
    justify-self: center;
    width: 250px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(58px, 6.1vw, 78px);
    max-width: 880px;
  }

  .hero-lead {
    max-width: 500px;
    margin-top: 18px;
    font-size: clamp(21px, 2.1vw, 27px);
  }

  .hero-showcase {
    min-height: clamp(500px, 58vw, 620px);
    margin: -78px -56px 0;
  }

  .quality-seal {
    top: 8%;
  }

  .hero-girl {
    height: clamp(410px, 50vw, 560px);
    bottom: 28px;
  }

  .hero-man {
    height: clamp(420px, 51vw, 575px);
    bottom: 30px;
  }

  .hero-stage {
    bottom: 12px;
    min-height: clamp(340px, 42vw, 470px);
  }

  .hero-stage::before {
    bottom: 48px;
  }

  .hero-stage::after {
    bottom: 26px;
  }

  .hero-stage .stage-bottle.main {
    width: clamp(188px, 21vw, 238px);
  }

  .hero-stage .stage-bottle.mid {
    width: clamp(135px, 15vw, 174px);
  }

  .hero-stage .stage-bottle.small {
    width: clamp(108px, 12vw, 142px);
  }
}

@media (max-width: 820px) {
  .header {
    min-height: 112px;
    grid-template-columns: auto 1fr auto;
    padding: 0 26px;
  }

  .header .brand-mark {
    width: 76px;
    height: 52px;
  }

  .header .brand-text strong {
    font-size: 34px;
  }

  .header .brand-text small {
    font-size: 15px;
  }

  .header-cta {
    width: 214px;
    min-height: 58px;
  }

  .header-cta::after {
    content: "РЈР—РќРђРўР¬ Р¦Р•РќРЈ";
    font-size: 17px;
  }

  .burger {
    width: 58px;
    height: 58px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    padding: 38px 38px 28px;
  }

  .hero-copy {
    order: 1;
    z-index: 8;
  }

  .hero-showcase {
    order: 2;
  }

  .hero-actions {
    order: 3;
  }

  .trust-strip {
    order: 4;
  }

  .hero h1 {
    font-size: clamp(54px, 12vw, 78px);
    line-height: .93;
  }

  .hero-lead {
    max-width: 520px;
    font-size: clamp(24px, 5.4vw, 32px);
  }

  .hero-showcase {
    min-height: clamp(600px, 135vw, 760px);
    margin: 0 -38px;
  }

  .quality-seal {
    top: 13%;
    left: 62%;
    width: 76px;
    height: 76px;
  }

  .hero-girl {
    height: clamp(410px, 106vw, 590px);
    left: -1%;
    bottom: 58px;
  }

  .hero-man {
    height: clamp(430px, 112vw, 610px);
    right: -1%;
    bottom: 58px;
  }

  .hero-stage {
    width: 98vw;
    bottom: 52px;
    min-height: clamp(390px, 94vw, 520px);
  }

  .hero-stage::before {
    width: 86vw;
    bottom: 40px;
    height: 86px;
  }

  .hero-stage::after {
    width: 92vw;
    bottom: 22px;
  }

  .hero-stage .stage-bottle.main {
    width: clamp(148px, 34vw, 188px);
  }

  .hero-stage .stage-bottle.mid {
    width: clamp(108px, 25vw, 138px);
  }

  .hero-stage .stage-bottle.small {
    width: clamp(86px, 20vw, 112px);
  }

  .hero-actions {
    margin-top: -10px;
  }

  .hero-actions .gold-button {
    min-height: 74px;
    font-size: clamp(20px, 5.8vw, 28px);
  }

  .trust-strip {
    width: calc(100% - 44px);
    grid-template-columns: 1fr;
    background:
      radial-gradient(circle at 88% 50%, rgba(255, 202, 77, .12), transparent 15rem),
      rgba(0,0,0,.62);
  }

  .trust-strip article {
    grid-template-columns: 62px 1fr;
    min-height: 112px;
    text-align: left;
  }

  .section,
  .final-cta,
  .footer {
    width: calc(100% - 44px);
  }

  .section-head h2 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .catalog-grid,
  .product-info-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .catalog-grid .product-card:last-child {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-image {
    min-height: 330px;
  }

  .product-image img {
    height: 286px;
  }

  .product-card-body {
    padding: 22px;
    text-align: center;
  }

  .product-card .outline-button {
    width: 100%;
    min-height: 56px;
  }

  .video-card {
    grid-template-columns: 1fr;
  }

  .video-preview {
    min-height: 260px;
  }

  .consultation-panel {
    border-radius: 14px;
  }

  .consultation-copy {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .consultation-copy h2 {
    font-size: clamp(40px, 10.4vw, 58px);
  }

  .consultation-features article {
    grid-template-columns: 62px 1fr;
  }
}
