/* ============================================================
   Swiss Pharmaceutical Tech — mobile layer (<=560px)
   Rebuilt from scratch against PNG/Mobile references.
   Loaded via <link media="(max-width: 560px)">, so no media
   wrapper is needed: everything here is mobile-only.
   ============================================================ */

:root {
  --m-pad: 16px;
  --grad-gold: linear-gradient(180deg, #ffedb0 0%, #f6c256 38%, #d89422 66%, #8f5c0d 100%);
  --grad-silver: linear-gradient(180deg, #ffffff 0%, #ddd9d2 48%, #9d9a93 100%);
  --m-line: rgba(255, 202, 77, .38);
  --m-line-soft: rgba(255, 202, 77, .16);
  --m-card-bg: linear-gradient(160deg, rgba(17, 14, 8, .88), rgba(4, 3, 2, .96));
}

/* ---------- base / background ---------- */

body {
  background: #010101;
}

.site-shell {
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 185, 36, .07), transparent 18rem),
    radial-gradient(circle at 8% 14%, rgba(255, 185, 36, .04), transparent 14rem),
    #010101;
}

.site-shell::after {
  background:
    radial-gradient(circle at 80% 6%, rgba(255, 202, 77, .06), transparent 22rem),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .3) 60%, #000 100%);
  background-size: auto;
  opacity: 1;
}

.site-shell::before { opacity: .12; }

.ambient-left,
.ambient-right { display: none; }

main { overflow-x: clip; }

h1, h2 { letter-spacing: .01em; }

/* gradient text helpers */
.text-gold,
.h-gold {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
}
.text-silver,
.h-dim {
  background: var(--grad-silver);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ddd9d2;
}

/* big gold CTA with « » chevrons */
.hero-actions .gold-button,
.mquiz-submit,
.final-cta .gold-button,
.modal-form .gold-button,
.consultation-panel .form .gold-button,
.blog-cta .gold-button {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14.5px;
  letter-spacing: .05em;
  box-shadow:
    0 0 0 1px rgba(96, 51, 0, .36) inset,
    0 0 26px rgba(255, 182, 37, .4),
    0 10px 26px rgba(0, 0, 0, .5);
}

.hero-actions .gold-button::before,
.mquiz-submit::before,
.final-cta .gold-button::before,
.modal-form .gold-button::before,
.consultation-panel .form .gold-button::before,
.hero-actions .gold-button::after,
.mquiz-submit::after,
.final-cta .gold-button::after,
.modal-form .gold-button::after,
.consultation-panel .form .gold-button::after {
  content: "";
  position: static;
  inset: auto;
  align-self: center;
  flex: 0 0 auto;
  width: 18px;
  height: 14px;
  background: rgba(84, 47, 2, .9);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5.5 12.5 12 6 18.5M12.5 5.5 19 12l-6.5 6.5' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5.5 12.5 12 6 18.5M12.5 5.5 19 12l-6.5 6.5' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: none;
  animation: none;
  transition: none;
}

.hero-actions .gold-button::after,
.mquiz-submit::after,
.final-cta .gold-button::after,
.modal-form .gold-button::after,
.consultation-panel .form .gold-button::after {
  transform: scaleX(-1);
}

.hero-actions .gold-button > span[aria-hidden],
.mquiz-submit > span[aria-hidden],
.final-cta .gold-button > span[aria-hidden],
.modal-form .gold-button > span[aria-hidden],
.consultation-panel .form .gold-button > span[aria-hidden] { display: none; }

/* section ornament: shield + lines */
.sec-ornament {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
  color: #f0b13c;
}
.sec-ornament svg {
  width: 30px;
  height: 35px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 10px rgba(255, 190, 40, .55));
}
.sec-ornament::before,
.sec-ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 202, 77, .55) 0 6px, transparent 6px 12px);
  background-size: 12px 1px;
  opacity: .75;
}

/* ---------- header ---------- */

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 64px;
  padding: 8px 14px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--m-line);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(1, 1, 1, .97), rgba(1, 1, 1, .86));
  backdrop-filter: blur(14px);
}

.brand { gap: 8px; }
.brand-mark { width: 38px; height: 27px; }
.brand-text strong { font-size: 18px; }
.brand-text small { font-size: 8.5px; letter-spacing: .02em; }

.desktop-nav { display: none; }

.header-cta {
  display: inline-flex;
  min-width: 0;
  min-height: 40px;
  margin-left: auto;
  padding: 0 12px;
  border: 1px solid rgba(255, 202, 77, .72);
  border-radius: 10px;
  color: #ffca4d;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255, 178, 32, .05);
  box-shadow: 0 0 14px rgba(255, 190, 40, .22), inset 0 0 12px rgba(255, 190, 40, .07);
  animation: none;
}
.header-cta::before { display: none; }
.header-cta .cta-long { display: none; }
.header-cta { min-width: max-content; gap: 7px; }
.header-cta > span[aria-hidden] { transform: none; width: 12px; height: 12px; min-width: 12px; }

.burger {
  display: grid;
  gap: 5px;
  width: 38px;
  height: 40px;
  place-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.burger span {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #ffca4d;
  box-shadow: 0 0 8px rgba(255, 190, 40, .45);
}

/* The language selector occupies the same slot on every public page. */
.header .language-switcher {
  position: absolute;
  z-index: 2;
  right: 68px;
  top: 50%;
  height: 40px;
  min-width: 68px;
  margin: 0;
  padding: 0 10px;
  transform: translateY(-50%);
  justify-content: center;
  border-color: rgba(255, 202, 77, .38);
  background: rgba(8, 7, 5, .9);
}

.header .language-switcher select {
  min-width: 46px;
  text-align: center;
  font-size: 12px;
}

/* Header actions: compact icon cart and a truly centred language control. */
.header .cart-header-button {
  position: relative;
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  min-height: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  place-items: center;
  border-radius: 10px;
  overflow: visible;
}
.header .cart-header-button::before { display: none; }
.header .cart-header-button .cta-label { display: none; }
.header .cart-header-button .cart-icon { width: 18px; height: 18px; object-fit: contain; }
.header .cart-header-button .cart-count {
  position: absolute;
  z-index: 3;
  top: -10px;
  right: -9px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  border-color: rgba(255,255,255,.42);
  background: #12110e;
  color: #f5eee2;
  font-size: 9px;
}
.header .language-switcher {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 40px;
  margin-left: 0;
  padding: 0;
  place-items: center;
  border-radius: 10px;
}
.header .language-switcher select {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  color: #f0bd50;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  text-align-last: center;
}

/* ---------- hero ---------- */

.hero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: calc(100% - var(--m-pad) * 2);
  min-height: auto;
  gap: 0;
  padding: 26px 0 8px;
}

.hero::before { display: none; }
.hero-copy { display: contents; }
.hero .eyebrow { display: none; }

.hero h1 {
  order: 1;
  max-width: 100%;
  margin: 0 0 16px;
  font-size: clamp(29px, 8.6vw, 37px);
  line-height: 1.12;
}
.hero h1 span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .6));
}
.hero h1 em {
  margin-top: 2px;
  background: var(--grad-silver);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ddd9d2;
  text-shadow: none;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .6));
}

.hero-lead {
  order: 2;
  max-width: 32ch;
  margin: 0 0 4px;
  font-size: 16.5px;
  line-height: 1.52;
  color: #dbd4c8;
}

.hero-showcase {
  order: 3;
  position: relative;
  display: block;
  min-height: clamp(350px, 102vw, 420px);
  margin: 4px calc(var(--m-pad) * -1) 0;
  overflow: hidden;
}

.hero-showcase::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 72%, rgba(218, 154, 30, .13), transparent 46%),
    radial-gradient(circle at 78% 20%, rgba(255, 196, 58, .4) 0 1.5px, transparent 3px),
    radial-gradient(circle at 30% 30%, rgba(255, 196, 58, .28) 0 1.5px, transparent 3px),
    radial-gradient(circle at 62% 12%, rgba(255, 196, 58, .22) 0 1px, transparent 2.5px),
    radial-gradient(circle at 14% 62%, rgba(255, 196, 58, .2) 0 1px, transparent 2.5px);
  opacity: .9;
  mask-image: radial-gradient(circle at 50% 55%, #000, transparent 78%);
}

.quality-seal { display: none; }

.dna-strand {
  right: -7%;
  top: 0;
  width: 110px;
  height: 240px;
  border-left-width: 2px;
  border-right-width: 2px;
  opacity: .66;
}

.hero-person {
  bottom: 26px;
  z-index: 2;
}
.hero-girl {
  left: -7%;
  height: clamp(295px, 86vw, 350px);
}
.hero-man {
  right: -8%;
  height: clamp(305px, 90vw, 365px);
}

.hero-stage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
  min-height: 0;
  padding: 0 9%;
  transform: none;
}

.hero-stage::before {
  left: 12%;
  right: 12%;
  bottom: -4px;
  height: 62px;
}
.hero-stage::after {
  left: 18%;
  right: 18%;
  bottom: -6px;
  height: 52px;
}

.stage-rings {
  left: -14%;
  right: -14%;
  bottom: -22px;
  height: 190px;
  opacity: .5;
}

.hero-stage .stage-bottle { margin: 0 -3.6%; animation: none; }
.hero-stage .stage-bottle.main { width: clamp(94px, 28.5vw, 112px); }
.hero-stage .stage-bottle.mid { width: clamp(72px, 22vw, 88px); }
.hero-stage .stage-bottle.small { width: clamp(58px, 17.5vw, 70px); }

.hero-actions {
  order: 4;
  display: block;
  margin: 18px 0 0;
}
.hero-actions .ghost-button { display: none; }

.hero-benefits {
  order: 5;
  display: block;
  max-width: 100%;
  margin: 22px 0 6px;
  padding: 4px 18px;
  border: 1px solid var(--m-line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 96% 18%, rgba(255, 196, 58, .3) 0 1.5px, transparent 3px),
    radial-gradient(circle at 90% 48%, rgba(255, 196, 58, .24) 0 1.5px, transparent 3px),
    radial-gradient(circle at 94% 78%, rgba(255, 196, 58, .2) 0 1px, transparent 2.5px),
    rgba(8, 7, 4, .72);
  box-shadow: 0 0 26px rgba(218, 154, 30, .12), inset 0 0 30px rgba(218, 154, 30, .05);
}
.hero-benefits li {
  gap: 16px;
  padding: 15px 0;
}
.hero-benefits li + li { border-top: 1px solid var(--m-line-soft); }
.hero-benefits .icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: #f0b13c;
  filter: drop-shadow(0 0 8px rgba(255, 190, 40, .4));
}
.hero-benefits span {
  font-size: 15.5px;
  line-height: 1.4;
  color: #ece5d8;
}

/* ---------- trust strip: not in mobile reference ---------- */

.trust-strip { display: none; }

/* ---------- sections rhythm & heads ---------- */

.section {
  width: calc(100% - var(--m-pad) * 2);
  padding: 44px 0 26px;
}

.section-head { margin-bottom: 22px; }
.section-head::before,
.section-head::after { display: none; }

.section-head .eyebrow { display: none; }

.section-head h2 {
  font-size: clamp(30px, 8.6vw, 38px);
  line-height: 1.1;
  text-transform: uppercase;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .55));
}

.section-head p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #d9d2c5;
}

/* ---------- catalog ---------- */

.catalog { position: relative; }

.catalog .section-head,
.catalog .section-head h2,
.catalog .section-head p {
  text-align: left;
}
.catalog .section-head p { max-width: 30ch; margin-left: 0; }

.catalog .section-head::after {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  top: -14px;
  left: auto;
  width: 96px;
  height: 170px;
  border-left: 2px dotted rgba(255, 199, 65, .75);
  border-right: 2px dotted rgba(255, 199, 65, .6);
  border-radius: 50%;
  background: none;
  transform: rotate(22deg);
  filter: drop-shadow(0 0 12px rgba(255, 199, 65, .4));
  opacity: .6;
}

.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 12px 12px 14px;
  border-radius: 14px;
  border-color: color-mix(in srgb, var(--accent) 42%, rgba(255, 202, 77, .42));
  background: var(--m-card-bg);
  box-shadow: 0 0 20px rgba(0, 0, 0, .45), inset 0 0 24px color-mix(in srgb, var(--accent) 7%, transparent);
}

.product-image {
  position: relative;
  min-height: 0;
  padding: 6px 0 2px;
  background: none;
  border: 0;
}
.product-image::before,
.product-image::after { display: none; }
.product-mesh,
.product-particles { display: none; }
.product-photo-bg {
  opacity: .5;
  background:
    radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 62%);
}
.product-image img {
  position: relative;
  height: clamp(104px, 30vw, 128px);
  margin: 0 auto;
  animation: none;
}

.product-icon {
  display: grid;
  place-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--accent) 65%, rgba(255, 202, 77, .5));
  border-radius: 50%;
  color: var(--accent);
  background: rgba(2, 2, 1, .66);
  box-shadow: 0 0 10px color-mix(in srgb, var(--accent) 35%, transparent);
}
.product-icon .icon {
  width: 22px;
  height: 22px;
  transform: scale(.6);
}

.product-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  padding: 8px 2px 0;
  text-align: left;
}
.product-card h3 { max-width: 100%; }
.product-card h3 {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, 4.4vw, 18px);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
}
.product-card .rule {
  display: block;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 202, 77, .8), transparent);
}
.product-article-title,
.product-article-text,
.product-tags { display: none; }
.product-short {
  display: block !important;
  min-height: 0;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.42;
  color: #cdc5b8;
}

.product-card .outline-button {
  min-height: 36px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 202, 77, .6);
  border-radius: 8px;
  color: #ffca4d;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  background: rgba(255, 178, 32, .06);
}
.product-card .outline-button .lbl-full { display: none; }
.product-card .outline-button .lbl-short { display: inline !important; }

/* 7th card — full-width horizontal like the reference */
.catalog-grid .product-card:last-child {
  grid-column: 1 / -1;
  grid-template-columns: 34% 1fr;
  grid-template-rows: none;
  align-items: center;
  column-gap: 10px;
}
.catalog-grid .product-card:last-child .product-image img {
  height: clamp(110px, 32vw, 136px);
}

.catalog-note {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--m-line-soft);
  color: #ffca4d;
  font-size: 15px;
  letter-spacing: .02em;
}
.catalog-note svg {
  width: 20px;
  height: 23px;
  filter: drop-shadow(0 0 8px rgba(255, 190, 40, .5));
}

/* ---------- science / info ---------- */

.science .section-head h2 {
  font-size: clamp(24px, 6.9vw, 30px);
  max-width: 24ch;
  margin: 0 auto;
}

.info-filters {
  display: flex !important;
  gap: 8px;
  margin: 0 0 16px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.info-filters::-webkit-scrollbar { display: none; }
.info-filters button {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid rgba(255, 202, 77, .35);
  border-radius: 10px;
  color: #e6dfd2;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(10, 8, 5, .72);
  cursor: pointer;
}
.info-filters button.active {
  color: #ffca4d;
  border-color: rgba(255, 214, 90, .85);
  background: rgba(255, 178, 32, .08);
  box-shadow: 0 0 16px rgba(255, 190, 40, .25);
}

.product-info-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.product-info-grid .info-card {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 12px;
  min-height: 116px;
  padding: 14px;
  border-radius: 14px;
  border-color: color-mix(in srgb, var(--accent) 40%, rgba(255, 202, 77, .4));
  background: var(--m-card-bg);
}

.product-info-grid .info-card .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border: 1px solid color-mix(in srgb, var(--accent) 60%, transparent);
  border-radius: 50%;
  background: rgba(2, 2, 1, .7);
  transform: scale(1);
}
.product-info-grid .info-card .icon::before,
.product-info-grid .info-card .icon::after {
  scale: .5;
}

.info-bottle {
  display: block !important;
  grid-column: 1;
  grid-row: 1 / -1;
  width: 78px;
  height: 96px;
  margin-top: 6px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .65)) drop-shadow(0 0 10px color-mix(in srgb, var(--accent) 28%, transparent));
}

.product-info-grid .info-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  font-size: 16.5px;
  letter-spacing: .05em;
}
.product-info-grid .info-card p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-height: 0;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #cdc5b8;
}
.product-info-grid .info-card a {
  grid-column: 3;
  grid-row: 1 / -1;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 104px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 202, 77, .55);
  border-radius: 9px;
  color: #ffca4d;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 178, 32, .06);
}
.product-info-grid .info-card a > span { display: none; }

.blog-cta {
  display: block !important;
  margin-top: 24px;
  text-align: center;
}
.blog-cta p {
  margin: 12px 0 0;
  font-size: 13.5px;
  color: #b3aa99;
}

/* ---------- quiz ---------- */

.quiz-section { padding-bottom: 34px; }

.quiz-card {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.quiz-card::after { display: none; }

.quiz-progress,
.quiz-main .eyebrow { display: none; }

.quiz-main h2 {
  max-width: 100%;
  margin-bottom: 14px;
  font-size: clamp(29px, 8.4vw, 36px);
  line-height: 1.12;
  text-transform: uppercase;
}
.quiz-main h2 .h-gold,
.quiz-main h2 .h-dim { display: block; }

.quiz-main > p {
  max-width: 34ch;
  margin-bottom: 6px;
  font-size: 15.5px;
  line-height: 1.5;
  color: #d9d2c5;
}

.mquiz-step { margin-top: 24px; }
.mquiz-step.attention .mquiz-head span {
  border-color: #ff9d4d;
  color: #ff9d4d;
  box-shadow: 0 0 16px rgba(255, 140, 40, .55);
}
.mquiz-step.attention .mquiz-options button {
  border-color: rgba(255, 157, 77, .55);
}

.mquiz-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}
.mquiz-head span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1.5px solid rgba(255, 202, 77, .8);
  border-radius: 50%;
  color: #ffca4d;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 0 14px rgba(255, 190, 40, .3), inset 0 0 10px rgba(255, 190, 40, .12);
}
.mquiz-head strong {
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #f2ecdf;
}

.mquiz-options { display: grid; gap: 9px; }
.mquiz-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mquiz-count-3,
.mquiz-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mquiz-count-3 button:last-child { grid-column: 1 / -1; }

.quiz-options.mquiz-options button {
  min-height: 54px;
  padding: 10px 8px;
  border: 1px solid rgba(255, 202, 77, .4);
  border-radius: 12px;
  color: #efe8db;
  font-size: 13.5px;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
  background: rgba(12, 10, 6, .72);
  overflow: visible;
}
.mquiz-count-4 button {
  display: inline-flex;
  flex-direction: column;
  gap: 9px;
  min-height: 92px;
  padding-inline: 2px;
  font-size: clamp(9.5px, 2.8vw, 11px);
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.mquiz-count-2 button,
.mquiz-count-3 button {
  display: inline-flex;
  gap: 10px;
}
.quiz-options.mquiz-options .icon {
  width: 26px;
  height: 26px;
  color: #d8b569;
  transform: scale(.92);
}
.quiz-options.mquiz-options button.selected {
  border-color: rgba(255, 214, 90, .95);
  color: #ffd76e;
  background: rgba(255, 178, 32, .1);
  box-shadow: 0 0 20px rgba(255, 190, 40, .3), inset 0 0 16px rgba(255, 190, 40, .1);
}
.quiz-options.mquiz-options button.selected .icon { color: #ffd76e; }

.mquiz-stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(230px, 66vw, 280px);
  margin: 28px calc(var(--m-pad) * -1) 0;
  overflow: hidden;
}
.mquiz-glow {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 2px;
  height: 58px;
  border: 1px solid rgba(255, 196, 58, .5);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(218, 154, 30, .26), transparent 70%);
  box-shadow: 0 0 30px rgba(218, 154, 30, .35), inset 0 0 24px rgba(218, 154, 30, .14);
  transform: perspective(500px) rotateX(64deg);
}
.mquiz-stage img {
  position: relative;
  z-index: 2;
  margin: 0 -4%;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, .7)) drop-shadow(0 0 16px rgba(218, 154, 30, .22));
}
.mquiz-stage .b-l { height: clamp(190px, 56vw, 235px); z-index: 4; }
.mquiz-stage .b-m,
.mquiz-stage .b-m2 { height: clamp(150px, 43vw, 182px); z-index: 3; }
.mquiz-stage .b-s { height: clamp(122px, 35vw, 148px); }

.mquiz-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 20px 0 0;
  padding: 16px 0;
  border-top: 1px solid var(--m-line-soft);
  border-bottom: 1px solid var(--m-line-soft);
  list-style: none;
}
.mquiz-feats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: #ddd5c7;
}
.mquiz-feats li + li { border-left: 1px solid var(--m-line-soft); }
.mquiz-feats .icon {
  width: 26px;
  height: 26px;
  color: #f0b13c;
  transform: scale(.95);
}

.mquiz-submit { margin-top: 18px; min-height: 60px; }

.privacy-note {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px 0 0;
  font-size: 12.5px;
  line-height: 1.4;
  text-align: center;
  color: #a89e8d;
}
.privacy-note .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #cfc5b2;
  transform: scale(.55);
}

.quiz-side { display: none; }

.quiz-result-inline {
  margin-top: 24px;
  padding: 20px 18px;
  border: 1px solid var(--m-line);
  border-radius: 14px;
  background: var(--m-card-bg);
}
.quiz-result-inline h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  text-transform: uppercase;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
}
.quiz-result-actions { display: grid; gap: 10px; }
.quiz-result-actions .gold-button,
.quiz-result-actions .ghost-button { width: 100%; min-height: 54px; }

/* ---------- videos ---------- */

.videos .section-head,
.videos .section-head h2,
.videos .section-head p { text-align: left; }

.videos .section-head h2 {
  background: var(--grad-silver);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ddd9d2;
}
.videos .section-head h2 span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
}
.videos .section-head p { max-width: 30ch; margin-left: 0; }

.video-filters {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.video-filters::-webkit-scrollbar { display: none; }
.video-filters button {
  flex: 0 0 auto;
  min-height: 0;
  padding: 11px 16px;
  border: 1px solid rgba(255, 202, 77, .35);
  border-radius: 10px;
  color: #e6dfd2;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(10, 8, 5, .72);
}
.video-filters button.active {
  color: #ffca4d;
  border-color: rgba(255, 214, 90, .85);
  background: rgba(255, 178, 32, .08);
  box-shadow: 0 0 16px rgba(255, 190, 40, .25);
}

.video-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.video-card {
  position: relative;
  display: grid;
  grid-template-columns: 104px 1fr;
  min-height: 148px;
  border-radius: 14px;
  border-color: color-mix(in srgb, var(--accent) 38%, rgba(255, 202, 77, .4));
  background: var(--m-card-bg);
  overflow: hidden;
}
.video-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 60% 50%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 62%),
    radial-gradient(circle at 76% 30%, rgba(255, 196, 58, .35) 0 1.5px, transparent 3px),
    radial-gradient(circle at 62% 70%, rgba(255, 196, 58, .25) 0 1px, transparent 2.5px);
  pointer-events: none;
}

.video-preview {
  position: static;
  display: grid;
  place-items: center;
  aspect-ratio: auto;
  padding: 12px 0 12px 10px;
  background: none;
}
.video-preview::before { display: none; }
.video-preview img {
  position: static;
  height: 118px;
  width: auto;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .6));
}

.play-button {
  position: absolute;
  left: auto;
  right: 22px;
  top: 50%;
  z-index: 3;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
}

.duration {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: auto;
  top: auto;
  z-index: 3;
  padding: 4px 9px;
  border: 1px solid rgba(255, 202, 77, .4);
  border-radius: 7px;
  font-size: 12px;
  color: #ffe7ad;
  background: rgba(0, 0, 0, .66);
}

.video-card-body {
  padding: 16px 88px 16px 2px;
  align-self: center;
}
.video-card h3 {
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.22;
  color: var(--accent);
}
.video-card p {
  font-size: 12.5px;
  line-height: 1.45;
  color: #c6beb1;
}

/* "watch all" as big gold button */
.videos .centered-button {
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  border: 1px solid rgba(255, 226, 120, .78);
  border-radius: 12px;
  color: #140c02;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffe17a 0%, #d8961d 52%, #a86809 100%);
  box-shadow: 0 0 0 1px rgba(96, 51, 0, .36) inset, 0 0 24px rgba(255, 182, 37, .38), 0 10px 26px rgba(0, 0, 0, .5);
}
.videos .centered-button::before {
  content: "▶";
  position: static;
  inset: auto;
  background: none;
  transform: none;
  transition: none;
  font-size: 13px;
  color: rgba(84, 47, 2, .9);
}

/* ---------- consultation ---------- */

.consultation-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.consultation-panel::before,
.consultation-panel::after { display: none; }

.consultation-copy { position: static; }
.consultation-copy .eyebrow { display: none; }

.consultation-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 8vw, 34px);
  line-height: 1.14;
  text-transform: uppercase;
}
.consultation-copy h2 .h-gold,
.consultation-copy h2 .h-dim { display: block; }

.consultation-copy > p {
  width: 56%;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.5;
  color: #d9d2c5;
}

.consultation-copy h2 { position: relative; z-index: 2; }

.consultation-bottle {
  position: absolute;
  top: 170px;
  right: -4px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46%;
  min-height: 0;
  margin: 0;
  pointer-events: none;
  background: none;
  border: 0;
  box-shadow: none;
}
.consultation-bottle::before {
  inset: auto 6% 2px;
  height: 40px;
  border: 1px solid rgba(255, 196, 58, .45);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(218, 154, 30, .22), transparent 70%);
  box-shadow: 0 0 22px rgba(218, 154, 30, .3);
  transform: perspective(400px) rotateX(62deg);
}
.consultation-bottle .product-photo-bg,
.consultation-bottle .product-mesh,
.consultation-bottle .product-particles { display: none; }
.consultation-bottle img {
  height: clamp(230px, 66vw, 280px);
  animation: none;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .7)) drop-shadow(0 0 18px rgba(218, 154, 30, .24));
}
.consultation-bottle::after {
  content: "";
  position: absolute;
  left: -6%;
  bottom: 13%;
  z-index: 3;
  width: 68px;
  height: 68px;
  background: url("../assets/icons/compact/swiss-quality.webp") center / contain no-repeat;
  filter: drop-shadow(0 0 12px rgba(255, 190, 40, .4));
}
.consultation-bottle > span:last-of-type { display: none; }

.consultation-panel .form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}
.consultation-panel .form label { position: relative; }
.consultation-panel .form label > span { display: none; }
.consultation-panel .form label:nth-of-type(1),
.consultation-panel .form label:nth-of-type(2),
.consultation-panel .form label:nth-of-type(3) { width: 56%; }
.consultation-panel .form label:nth-of-type(4),
.consultation-panel .form label:nth-of-type(5) { display: none; }
.consultation-panel .form .gold-button {
  width: 64%;
  min-height: 56px;
  font-size: 11.5px;
  letter-spacing: .03em;
  white-space: nowrap;
  padding: 0 12px;
}
.consultation-panel .form .gold-button .lbl-full { display: none; }
.consultation-panel .form .gold-button .lbl-short { display: inline !important; }

.consultation-panel .form input {
  width: 100%;
  min-height: 54px;
  padding: 12px 12px 12px 46px;
  border: 1px solid rgba(255, 202, 77, .5);
  border-radius: 11px;
  font-size: 16px;
  background: rgba(8, 7, 4, .82);
}

.consultation-panel .form label:nth-of-type(1)::before,
.consultation-panel .form label:nth-of-type(2)::before,
.consultation-panel .form label:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: center / contain no-repeat;
  opacity: .9;
}
.consultation-panel .form label:nth-of-type(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='1.7'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5 19.5c1.5-3.4 4-5 7-5s5.5 1.6 7 5'/%3E%3C/svg%3E");
}
.consultation-panel .form label:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.2 3.8 9.4 8l-2 1.7c1 2.3 2.6 3.9 4.9 4.9l1.7-2 4.2 2.2-1 3.5c-.3 1-1.2 1.7-2.2 1.5-6-.9-10-4.9-10.9-10.9-.2-1 .5-1.9 1.5-2.2Z'/%3E%3C/svg%3E");
}
.consultation-panel .form label:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='M22 2 15 22l-4-9-9-4Z'/%3E%3C/svg%3E");
}

.consultation-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.consultation-features article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 14px;
  border: 1px solid var(--m-line);
  border-radius: 14px;
  text-align: center;
  background: var(--m-card-bg);
}
.consultation-features article.m-only { display: flex !important; }
.consultation-features .icon {
  width: 32px;
  height: 32px;
  color: #f0b13c;
  filter: drop-shadow(0 0 10px rgba(255, 190, 40, .45));
}
.consultation-features strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffca4d;
}
.consultation-features span {
  font-size: 12.5px;
  line-height: 1.5;
  color: #cdc5b8;
}

/* ---------- final CTA ---------- */

.final-cta {
  display: block;
  width: calc(100% - var(--m-pad) * 2);
  margin: 6px auto 42px;
  padding: 26px 0 6px;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: none;
  box-shadow: none;
}
.final-cta h2 {
  max-width: 13ch;
  margin: 0 auto 14px;
  font-size: clamp(28px, 8vw, 34px);
  line-height: 1.16;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .55));
}
.final-cta p {
  max-width: 30ch;
  margin: 0 auto 22px;
  font-size: 12.5px;
  letter-spacing: .14em;
  line-height: 1.75;
  color: #ddd5c7;
}

/* ---------- footer ---------- */

.footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 32px var(--m-pad) 24px;
  border-top: 1px solid rgba(255, 202, 77, .28);
  background: linear-gradient(180deg, rgba(8, 6, 3, .55), #000);
}
.footer > nav,
.footer > address { display: none; }

.footer .brand-mark { width: 62px; height: 42px; }
.footer .brand-text strong { font-size: 30px; }
.footer .brand-text small { font-size: 13px; }
.footer p {
  max-width: 34ch;
  margin: 14px 0 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #cdc5b8;
}

.footer-social {
  display: flex !important;
  gap: 13px;
  margin-bottom: 26px;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  color: #e6e0d4;
  background: rgba(255, 255, 255, .03);
}
.footer-social svg { width: 22px; height: 22px; }

.footer-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--m-line-soft);
}
.footer-links section {
  min-width: 0;
  padding: 18px 6px 16px 0;
}
.footer-links section:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid var(--m-line-soft);
}
.footer-links section:nth-child(n + 3) {
  border-top: 1px solid var(--m-line-soft);
}
.footer-links h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #ffca4d;
}
.footer-links h4 .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  transform: scale(.62);
  color: #f0b13c;
}
.footer-links a,
.footer-links .footer-line {
  display: block;
  padding: 6px 0;
  font-size: 13.5px;
  line-height: 1.4;
  color: #cdc5b8;
  overflow-wrap: anywhere;
}
.footer-links a[href^="mailto"] { font-size: 12px; letter-spacing: -.01em; }

.footer-copy {
  display: block !important;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--m-line-soft);
  width: 100%;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.5px;
  line-height: 1.6;
  text-align: center;
  color: #a49a89;
}

.portrait-lock {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  place-items: center;
  padding: 24px;
  color: #f4ead6;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(240, 180, 55, .16), transparent 34%),
    rgba(0, 0, 0, .96);
}

.portrait-lock-card {
  display: grid;
  gap: 12px;
  width: min(310px, 100%);
  padding: 30px 22px;
  border: 1px solid rgba(240, 180, 55, .42);
  border-radius: 12px;
  background: rgba(13, 10, 5, .9);
  box-shadow: 0 0 34px rgba(240, 180, 55, .16);
}

.portrait-lock-card strong {
  color: #f0b437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}

.portrait-lock-card span:last-child {
  color: #aaa196;
  font-size: 14px;
}

.portrait-lock-icon {
  color: #f0b437;
  font-size: 48px;
  line-height: 1;
}

@media (orientation: landscape) and (max-width: 900px) {
  body {
    overflow: hidden;
  }

  .site-shell {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
  }

  .portrait-lock {
    display: grid;
  }
}

/* ---------- mobile menu ---------- */

.mobile-menu-panel {
  width: min(320px, 88vw);
  padding: 18px 16px calc(20px + env(safe-area-inset-bottom, 0px));
  border-left: 1px solid var(--m-line);
  background: linear-gradient(205deg, #0e0b06, #030302 62%);
}
.mobile-menu-head { margin-bottom: 22px; }
.mobile-menu-head .brand-mark { width: 42px; height: 29px; }
.mobile-menu-head .brand-text strong { font-size: 19px; }
.mobile-menu-head .brand-text small { font-size: 9.5px; }
.mobile-menu-head .round-button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 202, 77, .5);
  color: #ffca4d;
  background: rgba(255, 178, 32, .06);
}

.mobile-menu nav { gap: 8px; }
.mobile-menu nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 13px;
  border: 1px solid rgba(255, 202, 77, .24);
  border-radius: 10px;
  font-size: 15.5px;
  background: rgba(255, 202, 77, .04);
}
.mobile-menu nav a::after {
  content: "›";
  color: #ffca4d;
  font-size: 18px;
  line-height: 1;
}

.mobile-products { margin: 20px 0; gap: 0; }
.mobile-products p {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffca4d;
}
.mobile-products a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 14.5px;
  color: #e3dccf;
}
.mobile-products a::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
}

.mobile-menu .gold-button { min-height: 54px; font-size: 13.5px; }

/* ---------- modals ---------- */

.modal-root { padding: 12px; }

.modal-card {
  width: 100%;
  max-width: calc(100vw - 24px);
  max-height: calc(100dvh - 24px);
  padding: 22px 16px;
  border: 1px solid rgba(255, 202, 77, .6);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 185, 36, .1), transparent 15rem),
    #050403;
  box-shadow: 0 0 44px rgba(255, 180, 40, .22), 0 30px 70px rgba(0, 0, 0, .8);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-card::after { display: none; }

.modal-close {
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  color: #ffca4d;
  font-size: 30px;
  background: none;
}

/* price modal */
.price-modal {
  position: relative;
  display: block;
  gap: 0;
  padding: 24px 18px 20px;
}

.price-copy .eyebrow {
  width: 60%;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 6.6vw, 28px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  text-transform: uppercase;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
}
.price-copy > p:not(.eyebrow) { display: none; }

.price-product {
  position: absolute;
  top: 46px;
  right: 2px;
  width: 44%;
  min-height: 0;
  pointer-events: none;
}
.price-product::before {
  width: 84%;
  height: 44px;
  bottom: 6px;
}
.price-product img { height: clamp(200px, 56vw, 240px); }

.modal-form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.modal-form label { position: relative; }
.modal-form label > span { display: none; }
.modal-form .field-name,
.modal-form .field-phone,
.modal-form .field-telegram,
.modal-form .field-product { width: 57%; }
.modal-form .field-comment { display: none; }
.modal-form .form-link { display: none; }

.modal-form input,
.modal-form select {
  width: 100%;
  min-height: 54px;
  padding: 12px;
  border: 1px solid rgba(255, 202, 77, .5);
  border-radius: 11px;
  font-size: 16px;
  background: rgba(8, 7, 4, .82);
}
.modal-form .field-name input,
.modal-form .field-phone input,
.modal-form .field-telegram input { padding-left: 46px; }

.modal-form .field-name::before,
.modal-form .field-phone::before,
.modal-form .field-telegram::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: center / contain no-repeat;
  opacity: .9;
}
.modal-form .field-name::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='1.7'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5 19.5c1.5-3.4 4-5 7-5s5.5 1.6 7 5'/%3E%3C/svg%3E");
}
.modal-form .field-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.2 3.8 9.4 8l-2 1.7c1 2.3 2.6 3.9 4.9 4.9l1.7-2 4.2 2.2-1 3.5c-.3 1-1.2 1.7-2.2 1.5-6-.9-10-4.9-10.9-10.9-.2-1 .5-1.9 1.5-2.2Z'/%3E%3C/svg%3E");
}
.modal-form .field-telegram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='M22 2 15 22l-4-9-9-4Z'/%3E%3C/svg%3E");
}

.modal-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 38px;
  color: #e6dfd2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b64c' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}

.quality-block {
  display: grid !important;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 14px;
  margin: 8px 0 2px;
}
.quality-block img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 190, 40, .3));
}
.quality-block strong {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ffca4d;
}
.quality-block strong .icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #f0b13c;
  transform: scale(.8);
}
.quality-block p {
  margin: 7px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #cdc5b8;
}

/* product modal */
.product-modal {
  display: block;
  padding: 24px 18px 20px;
}
.modal-product-visual { min-height: 0; }
.modal-product-visual .product-image {
  height: auto;
  min-height: 0;
  padding: 10px 0 6px;
  border: 0;
  background: none;
}
.modal-product-visual img {
  height: clamp(180px, 50vw, 220px);
  margin: 0 auto;
}
.modal-float-dust { display: none; }

.modal-content { padding-top: 6px; }
.modal-content .eyebrow {
  margin-bottom: 8px;
  font-size: 11.5px;
  letter-spacing: .12em;
}
.modal-card h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 6.8vw, 30px);
  line-height: 1.14;
  text-transform: uppercase;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f6c256;
}
.price-modal h2 {
  width: 58%;
  margin-bottom: 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #d6cfc2;
  color: #d6cfc2;
}
.modal-content > p {
  font-size: 14.5px;
  line-height: 1.5;
  color: #d6cfc2;
}
.benefit-list { gap: 11px; padding: 10px 0 20px; }
.benefit-list li { gap: 11px; font-size: 14px; color: #ddd5c7; }
.benefit-list .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #f0b13c;
  transform: scale(.7);
}
.product-modal .gold-button { min-height: 56px; width: 100%; }

/* quiz result modal */
.quiz-result-modal { padding: 26px 18px 22px; }
.quiz-result-modal .quiz-result-actions { display: grid; gap: 10px; margin-top: 16px; }
.quiz-result-modal .gold-button,
.quiz-result-modal .ghost-button { width: 100%; min-height: 54px; }

/* forms: shared bits */
.form .error { font-size: 12px; }
.form textarea { font-size: 16px; }
.success-state {
  padding: 18px 4px;
  text-align: center;
}
.success-state .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  color: #ffca4d;
}
.success-state h3 { color: #ffca4d; }
.success-state p { font-size: 14px; color: #cdc5b8; }

/* ---------- icons v2: crisp masked SVG glyphs ---------- */

.icon { position: relative; }
.icon::after { content: none !important; }
.icon::before {
  content: "" !important;
  position: absolute !important;
  inset: 8% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
  scale: none !important;
  top: 8% !important;
  bottom: 8% !important;
  background: currentColor !important;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.icon-target::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.4' fill='none' stroke='%23000' stroke-width='1.9'/%3E%3Ccircle cx='12' cy='12' r='2.7' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.4' fill='none' stroke='%23000' stroke-width='1.9'/%3E%3Ccircle cx='12' cy='12' r='2.7' fill='%23000'/%3E%3C/svg%3E");
}
.icon-bolt::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 2 5.4 13.4h4.9L9.1 22l8.6-11.6h-5.3L13.2 2Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 2 5.4 13.4h4.9L9.1 22l8.6-11.6h-5.3L13.2 2Z' fill='%23000'/%3E%3C/svg%3E");
}
.icon-flame::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.7c.8 3.3-1 5-2.5 6.8C8 11.2 7 12.7 7 14.6a5 5 0 0 0 10 0c0-2-.9-3.4-2-4.9-1.3-1.6-2.5-3.6-3-7Z' fill='none' stroke='%23000' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.7c.8 3.3-1 5-2.5 6.8C8 11.2 7 12.7 7 14.6a5 5 0 0 0 10 0c0-2-.9-3.4-2-4.9-1.3-1.6-2.5-3.6-3-7Z' fill='none' stroke='%23000' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-shield::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2 20 5.1v6.9c0 5.1-3.3 8.6-8 9.8-4.7-1.2-8-4.7-8-9.8V5.1Z' fill='none' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='m8.4 11.7 2.5 2.5 4.7-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2 20 5.1v6.9c0 5.1-3.3 8.6-8 9.8-4.7-1.2-8-4.7-8-9.8V5.1Z' fill='none' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='m8.4 11.7 2.5 2.5 4.7-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-molecule::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6.2' cy='6.8' r='2.3' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Ccircle cx='17.6' cy='5.4' r='1.9' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Ccircle cx='13.4' cy='17.2' r='2.5' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Cpath d='M8.4 6.2l7.3-.6M7.2 8.9l5 6M16.9 7.2l-2.6 7.6' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6.2' cy='6.8' r='2.3' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Ccircle cx='17.6' cy='5.4' r='1.9' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Ccircle cx='13.4' cy='17.2' r='2.5' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Cpath d='M8.4 6.2l7.3-.6M7.2 8.9l5 6M16.9 7.2l-2.6 7.6' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E");
}
.icon-support::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.6 13.6v-2a7.4 7.4 0 0 1 14.8 0v2' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Crect x='3' y='12.6' width='3.6' height='6' rx='1.7' fill='%23000'/%3E%3Crect x='17.4' y='12.6' width='3.6' height='6' rx='1.7' fill='%23000'/%3E%3Cpath d='M19.2 18.8c-.4 1.6-2 2.4-4.6 2.6' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.6 13.6v-2a7.4 7.4 0 0 1 14.8 0v2' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Crect x='3' y='12.6' width='3.6' height='6' rx='1.7' fill='%23000'/%3E%3Crect x='17.4' y='12.6' width='3.6' height='6' rx='1.7' fill='%23000'/%3E%3Cpath d='M19.2 18.8c-.4 1.6-2 2.4-4.6 2.6' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}
.icon-lock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4.8' y='10.4' width='14.4' height='9.6' rx='2.2' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8.2 10.4V7.9a3.8 3.8 0 0 1 7.6 0v2.5' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='15.2' r='1.5' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4.8' y='10.4' width='14.4' height='9.6' rx='2.2' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8.2 10.4V7.9a3.8 3.8 0 0 1 7.6 0v2.5' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='15.2' r='1.5' fill='%23000'/%3E%3C/svg%3E");
}
.icon-flask::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.3 2.8h5.4M10.4 2.8v5.6L5.5 17.1a2.3 2.3 0 0 0 2 3.3h9a2.3 2.3 0 0 0 2-3.3L13.6 8.4V2.8' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.6 14.6h8.8' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.3 2.8h5.4M10.4 2.8v5.6L5.5 17.1a2.3 2.3 0 0 0 2 3.3h9a2.3 2.3 0 0 0 2-3.3L13.6 8.4V2.8' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.6 14.6h8.8' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}
.icon-delivery::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.8 6.8h11.4v8.4H2.8z' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M14.2 9.6h3.9l2.9 3.6v2h-2.4' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='17.6' r='1.9' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Ccircle cx='16.9' cy='17.6' r='1.9' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.8 6.8h11.4v8.4H2.8z' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M14.2 9.6h3.9l2.9 3.6v2h-2.4' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='17.6' r='1.9' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Ccircle cx='16.9' cy='17.6' r='1.9' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3C/svg%3E");
}

.icon-telegram::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.6 3.4 2.9 10.6c-.9.35-.85 1.6.07 1.88l4.6 1.43 1.76 5.62c.27.85 1.35 1.05 1.9.35l2.5-3.2 4.63 3.4c.7.5 1.7.13 1.87-.72l2.5-14.3c.2-1.1-.9-1.98-1.93-1.6ZM8.9 13.2l9.1-6.7c.24-.18.5.14.3.35l-7.3 7.1-.3 3.2-1.8-3.95Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.6 3.4 2.9 10.6c-.9.35-.85 1.6.07 1.88l4.6 1.43 1.76 5.62c.27.85 1.35 1.05 1.9.35l2.5-3.2 4.63 3.4c.7.5 1.7.13 1.87-.72l2.5-14.3c.2-1.1-.9-1.98-1.93-1.6ZM8.9 13.2l9.1-6.7c.24-.18.5.14.3.35l-7.3 7.1-.3 3.2-1.8-3.95Z' fill='%23000'/%3E%3C/svg%3E");
}
.icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.6 9.3 8l-1.9 1.7c1 2.3 2.6 3.9 4.9 4.9l1.7-2 4.4 2.3-1 3.5c-.3 1-1.2 1.7-2.2 1.5-6-.9-10.1-5-11-11-.15-1 .5-1.9 1.5-2.2l1.4-.4Z' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.6 9.3 8l-1.9 1.7c1 2.3 2.6 3.9 4.9 4.9l1.7-2 4.4 2.3-1 3.5c-.3 1-1.2 1.7-2.2 1.5-6-.9-10.1-5-11-11-.15-1 .5-1.9 1.5-2.2l1.4-.4Z' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-person::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7.6' r='3.8' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4.6 20.4c1.5-3.6 4.2-5.3 7.4-5.3s5.9 1.7 7.4 5.3' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7.6' r='3.8' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4.6 20.4c1.5-3.6 4.2-5.3 7.4-5.3s5.9 1.7 7.4 5.3' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* strip leftover circles/backgrounds around glyphs and old scale hacks */
.hero-benefits .icon,
.quiz-options.mquiz-options .icon,
.consultation-features .icon,
.mquiz-feats .icon {
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.privacy-note .icon,
.quality-block strong .icon,
.benefit-list .icon,
.mquiz-feats .icon,
.quiz-options.mquiz-options .icon { transform: none !important; }
.footer-links h4 .icon { transform: none !important; width: 17px; height: 17px; }
.product-icon .icon { transform: none !important; width: 15px !important; height: 15px !important; }
.product-info-grid .info-card .icon::before { inset: 20% !important; top: 20% !important; bottom: 20% !important; }
.privacy-note .icon { width: 16px; height: 16px; }

/* ---------- small phones ---------- */

@media (max-width: 374px) {
  .brand-text small { display: none; }
  .brand-text strong { font-size: 16px; }
  .brand-mark { width: 34px; height: 24px; }
  .header-cta { padding: 0 10px; font-size: 10.5px; }
  .hero h1 { font-size: 27px; }
  .hero-stage .stage-bottle.main { width: 100px; }
  .hero-stage .stage-bottle.mid { width: 78px; }
  .hero-stage .stage-bottle.small { width: 62px; }
  .section-head h2 { font-size: 27px; }
  .product-card h3 { font-size: 12.5px; letter-spacing: .01em; }
  .product-card .outline-button { padding: 0 10px; font-size: 10.5px; }
  .product-short { font-size: 11.5px; }
  .mquiz-count-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mquiz-count-4 button { min-height: 74px; }
  .consultation-copy > p,
  .consultation-panel .form label:nth-of-type(1),
  .consultation-panel .form label:nth-of-type(2),
  .consultation-panel .form label:nth-of-type(3) { width: 60%; }
  .consultation-bottle { width: 42%; }
  .modal-form .field-name,
  .modal-form .field-phone,
  .modal-form .field-telegram,
  .modal-form .field-product { width: 60%; }
  .price-product { width: 40%; }
  .product-info-grid .info-card { grid-template-columns: 68px 1fr auto; }
  .info-bottle { width: 64px; height: 82px; }
}

/* ===== Мобильная полировка: попап, карточки статей, консультация, футер, hero-ДНК ===== */

/* --- 1. Попап продукта: без скроллбара, ровные отступы, анимации --- */

.modal-card {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-card::-webkit-scrollbar { display: none; width: 0; height: 0; }

.product-modal { padding: 22px 18px 26px; }
.modal-content { display: grid; gap: 12px; padding-top: 10px; }
.modal-content .eyebrow { margin: 0; }
.modal-card h2 { margin: 0; }
.benefit-list { gap: 12px; padding: 4px 0 6px; }
.product-modal .useful-know { margin: 2px 0 4px; }
.product-modal .modal-cta-row { margin-top: 2px; }
.product-modal .modal-cta-row .ghost-button { width: 100%; min-height: 52px; }

/* подиум под баночкой */
.product-modal .modal-podium {
  bottom: 0;
  height: 26px;
  width: 72%;
  opacity: .9;
}

/* анимации появления */
.modal-root.open .product-modal {
  animation: mModalIn .42s cubic-bezier(.2, .85, .3, 1.08) both;
}
.modal-root.open .product-modal [data-modal-product-image] {
  animation:
    mBottlePop .55s cubic-bezier(.2, .8, .3, 1.15) both,
    floatBottle 6.5s ease-in-out 1.2s infinite;
}
.modal-root.open .product-modal .benefit-list li { animation: mFadeUp .45s ease both; }
.modal-root.open .product-modal .benefit-list li:nth-child(1) { animation-delay: .16s; }
.modal-root.open .product-modal .benefit-list li:nth-child(2) { animation-delay: .24s; }
.modal-root.open .product-modal .benefit-list li:nth-child(3) { animation-delay: .32s; }
.modal-root.open .product-modal .benefit-list li:nth-child(4) { animation-delay: .40s; }
.modal-root.open .product-modal .useful-know { animation: mFadeUp .5s .48s ease both; }
.modal-root.open .product-modal .modal-cta-row { animation: mFadeUp .5s .58s ease both; }

@keyframes mModalIn {
  from { opacity: 0; transform: translateY(34px) scale(.965); }
  to { opacity: 1; transform: none; }
}
@keyframes mBottlePop {
  from { opacity: 0; transform: translateY(16px) scale(.88); }
  to { opacity: 1; transform: none; }
}
@keyframes mFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .modal-root.open .product-modal,
  .modal-root.open .product-modal [data-modal-product-image],
  .modal-root.open .product-modal .benefit-list li,
  .modal-root.open .product-modal .useful-know,
  .modal-root.open .product-modal .modal-cta-row { animation: none; }
}

/* --- 2. Карточки «Полезная информация»: кнопки одинаковые, ничего не режется --- */

.product-info-grid .info-card {
  grid-template-columns: 86px minmax(0, 1fr) 112px;
  column-gap: 12px;
  align-items: center;
}
.product-info-grid .info-card a {
  width: 112px;
  max-width: none;
  justify-self: end;
}
.info-bottle { width: 74px; height: 94px; }

/* --- 3. Консультация: банка компактнее и выше, печать у её угла --- */

.consultation-bottle {
  top: 76px;
  right: -8px;
  width: 43%;
}
.consultation-bottle img { height: clamp(185px, 51vw, 215px); }
.consultation-bottle::after {
  left: auto;
  right: -2%;
  bottom: 8%;
  width: 50px;
  height: 50px;
}
.consultation-bottle::before { inset: auto 12% 6px; height: 28px; }

/* --- 4. Футер: заголовки и email не вылезают --- */

.footer-links h4 { font-size: 11px; letter-spacing: .02em; gap: 7px; }
.footer-links a[href^="mailto"] { font-size: 10px; letter-spacing: 0; }

/* --- 5. Hero: ДНК в правом верхнем углу --- */

.fx-hero-dna { top: -26px; right: -36px; width: 195px; opacity: .9; }

/* ===== Попап v2: постоянные анимации ===== */

/* дышащее свечение в цвете продукта за баночкой */
.product-modal .modal-product-visual .product-image { position: relative; }
.product-modal .modal-product-visual .product-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 240px;
  translate: -50% -50%;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 30%, transparent), transparent 68%);
  animation: mGlowPulse 3.4s ease-in-out infinite;
  pointer-events: none;
}
/* вращающееся пунктирное кольцо */
.product-modal .modal-product-visual .product-image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 218px;
  height: 218px;
  translate: -50% -50%;
  border: 1px dashed color-mix(in srgb, var(--accent) 55%, transparent);
  border-radius: 50%;
  animation: mSpin 16s linear infinite;
  pointer-events: none;
}
/* мерцающие искры в цвете продукта */
.product-modal .modal-float-dust {
  display: block !important;
  position: absolute;
  inset: 4% 8%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 26%, color-mix(in srgb, var(--accent) 85%, #fff) 0 2px, transparent 4px),
    radial-gradient(circle at 82% 20%, color-mix(in srgb, var(--accent) 70%, #fff) 0 1.6px, transparent 4px),
    radial-gradient(circle at 12% 72%, color-mix(in srgb, var(--accent) 75%, #fff) 0 1.8px, transparent 4px),
    radial-gradient(circle at 88% 64%, color-mix(in srgb, var(--accent) 80%, #fff) 0 2.2px, transparent 5px),
    radial-gradient(circle at 30% 88%, color-mix(in srgb, var(--accent) 65%, #fff) 0 1.4px, transparent 4px),
    radial-gradient(circle at 68% 84%, color-mix(in srgb, var(--accent) 72%, #fff) 0 1.7px, transparent 4px);
  animation: mTwinkle 1.9s ease-in-out infinite alternate;
}
/* пульс подиума */
.product-modal .modal-podium { animation: mPodiumPulse 3.4s ease-in-out infinite; }

/* переливающийся градиент заголовка */
.product-modal h2 {
  background-size: 220% 100%;
  animation: mTitleShimmer 5.5s ease-in-out infinite;
}

/* пульс иконок преимуществ, каскадом */
.modal-root.open .product-modal .benefit-list .icon {
  animation: mIconPulse 2.8s ease-in-out infinite;
}
.modal-root.open .product-modal .benefit-list li:nth-child(1) .icon { animation-delay: 0s; }
.modal-root.open .product-modal .benefit-list li:nth-child(2) .icon { animation-delay: .35s; }
.modal-root.open .product-modal .benefit-list li:nth-child(3) .icon { animation-delay: .7s; }
.modal-root.open .product-modal .benefit-list li:nth-child(4) .icon { animation-delay: 1.05s; }

/* «Полезно знать»: вход + мягкое свечение рамки */
.modal-root.open .product-modal .useful-know {
  animation: mFadeUp .5s .48s ease both, mBorderGlow 4.2s 1.4s ease-in-out infinite;
}

/* CTA: постоянный пробегающий блик */
.product-modal .modal-cta-row .gold-button {
  background-size: 240% 100%, auto;
  animation: ctaShine 4.2s ease-in-out infinite;
}

@keyframes mGlowPulse {
  0%, 100% { opacity: .55; scale: .94; }
  50% { opacity: 1; scale: 1.06; }
}
@keyframes mSpin { to { rotate: 360deg; } }
@keyframes mTwinkle {
  from { opacity: .35; }
  to { opacity: 1; }
}
@keyframes mPodiumPulse {
  0%, 100% { opacity: .6; }
  50% { opacity: 1; }
}
@keyframes mTitleShimmer {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}
@keyframes mIconPulse {
  0%, 100% { transform: scale(.7); filter: none; }
  50% { transform: scale(.8); filter: brightness(1.45) drop-shadow(0 0 8px currentColor); }
}
@keyframes mBorderGlow {
  0%, 100% { box-shadow: none; }
  50% { box-shadow: 0 0 20px color-mix(in srgb, var(--accent) 30%, transparent); }
}

@media (prefers-reduced-motion: reduce) {
  .product-modal .modal-product-visual .product-image::before,
  .product-modal .modal-product-visual .product-image::after,
  .product-modal .modal-float-dust,
  .product-modal .modal-podium,
  .product-modal h2,
  .modal-root.open .product-modal .benefit-list .icon,
  .modal-root.open .product-modal .useful-know,
  .product-modal .modal-cta-row .gold-button { animation: none !important; }
}

/* ===== Карточки «Полезная информация»: кнопка под текстом, без наложений ===== */

.product-info-grid .info-card {
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  row-gap: 6px;
  column-gap: 14px;
  align-items: start;
}
.info-bottle { grid-column: 1; grid-row: 1 / 4; align-self: center; }
.product-info-grid .info-card h3 { grid-column: 2; grid-row: 1; align-self: start; }
.product-info-grid .info-card p { grid-column: 2; grid-row: 2; }
.product-info-grid .info-card a {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  width: auto;
  max-width: none;
  min-height: 40px;
  margin-top: 4px;
  padding: 9px 18px;
}

/* ===== Попап v3: золотой декор + усиленная сцена ===== */

/* молекулы и ДНК из макетов — видны и на мобильном */
.product-modal .modal-fx-molecules {
  display: block;
  left: -26px;
  top: 1%;
  width: 170px;
  opacity: .9;
  filter: brightness(1.25);
}
.product-modal .modal-fx-dna {
  display: block;
  right: -20px;
  top: 3%;
  width: 130px;
  opacity: .9;
  filter: brightness(1.25);
}

/* свечение мощнее */
.product-modal .modal-product-visual .product-image::before {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 46%, transparent), transparent 70%);
}
/* кольцо заметнее + второе тонкое */
.product-modal .modal-product-visual .product-image::after {
  border-color: color-mix(in srgb, var(--accent) 80%, transparent);
  box-shadow: 0 0 0 26px color-mix(in srgb, var(--accent) 8%, transparent) inset;
}
/* искры крупнее */
.product-modal .modal-float-dust {
  background:
    radial-gradient(circle at 18% 26%, color-mix(in srgb, var(--accent) 85%, #fff) 0 3px, transparent 6px),
    radial-gradient(circle at 82% 20%, color-mix(in srgb, var(--accent) 70%, #fff) 0 2.4px, transparent 5px),
    radial-gradient(circle at 12% 72%, color-mix(in srgb, var(--accent) 75%, #fff) 0 2.6px, transparent 5px),
    radial-gradient(circle at 88% 64%, color-mix(in srgb, var(--accent) 80%, #fff) 0 3.2px, transparent 6px),
    radial-gradient(circle at 30% 88%, color-mix(in srgb, var(--accent) 65%, #fff) 0 2.2px, transparent 5px),
    radial-gradient(circle at 68% 84%, color-mix(in srgb, var(--accent) 72%, #fff) 0 2.6px, transparent 5px),
    radial-gradient(circle at 50% 12%, color-mix(in srgb, var(--accent) 78%, #fff) 0 2.4px, transparent 5px),
    radial-gradient(circle at 6% 46%, color-mix(in srgb, var(--accent) 70%, #fff) 0 2px, transparent 5px);
}

/* пере-определение пульса свечения: живее */
@keyframes mGlowPulse {
  0%, 100% { opacity: .7; scale: .92; }
  50% { opacity: 1; scale: 1.1; }
}
@keyframes mTwinkle {
  from { opacity: .45; }
  to { opacity: 1; }
}

/* ===== Консультация: банка в потоке между текстом и формой ===== */

.consultation-copy > p { width: 100%; }

.consultation-bottle {
  position: static;
  width: 100%;
  margin: 16px auto 2px;
}
.consultation-bottle img {
  height: 215px;
  margin: 0 auto;
}
.consultation-bottle::before { inset: auto 30% 4px; height: 34px; }
.consultation-bottle::after {
  left: calc(50% + 42px);
  right: auto;
  bottom: 7%;
  width: 54px;
  height: 54px;
}

/* One compact mobile action row: language, cart, menu. */
.header .header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 12px;
  margin-left: auto;
}

.header .header-tools .language-switcher {
  position: static;
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  min-width: 54px;
  height: 40px;
  margin: 0;
  padding: 0;
  transform: none;
  place-items: center;
  border-radius: 10px;
}

.header .header-tools .language-switcher select {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  text-align: center;
}

.header .header-tools .cart-header-button {
  position: relative;
  display: grid !important;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  min-height: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border-radius: 10px;
}

.header .header-tools .cart-header-button .cart-icon { width: 18px; height: 18px; }

.header .header-tools .cart-header-button .cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 18px;
  width: 18px;
  height: 18px;
  padding: 0;
  font-size: 10px;
  line-height: 1;
}

.header .header-tools .burger {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  min-width: 38px;
  height: 40px;
  margin: 0;
}

@media (max-width: 359px) {
  .header .header-tools { gap: 6px; }
  .header .header-tools .language-switcher { flex-basis: 48px; width: 48px; min-width: 48px; }
  .header .header-tools .cart-header-button { flex-basis: 38px; width: 38px; min-width: 38px; }
  .header .header-tools .cart-header-button .cart-count { top: -6px; right: -5px; }
  .header .header-tools .burger { flex-basis: 34px; width: 34px; min-width: 34px; }
}
