:root {
  --vkhm-clr-primary: #1259a3;
  --vkhm-clr-accent: #c91620;
  --vkhm-clr-gold: #a99428;
  --vkhm-clr-dark: #0d0d0d;
  --vkhm-clr-bg: #f4f4f2;
  --vkhm-clr-surface: #ffffff;
  --vkhm-clr-text: #1a1a1a;
  --vkhm-clr-muted: #5a5a5a;
  --vkhm-clr-border: #dcdcda;
  --vkhm-clr-dark-band: #0f1f35;
  --vkhm-clr-dark-band-alt: #1a1a1a;
  --vkhm-radius: 12px;
  --vkhm-radius-btn: 6px;
  --vkhm-container: 1080px;
  --vkhm-font-head: 'Cormorant Garamond', Georgia, serif;
  --vkhm-font-body: 'Source Sans 3', system-ui, sans-serif;
  --vkhm-space-xs: 0.5rem;
  --vkhm-space-sm: 1rem;
  --vkhm-space-md: 2rem;
  --vkhm-space-lg: 4rem;
  --vkhm-space-xl: 6rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--vkhm-font-body);
  background: var(--vkhm-clr-bg);
  color: var(--vkhm-clr-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: var(--vkhm-clr-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: var(--vkhm-container);
  margin-inline: auto;
  padding-inline: var(--vkhm-space-md);
}

h1, h2, h3, h4, h5 {
  font-family: var(--vkhm-font-head);
  line-height: 1.2;
  color: var(--vkhm-clr-text);
}

h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 600; }
h4 { font-size: 1.2rem; font-weight: 600; }

p { margin-block: 0.75rem; }
ul, ol { padding-left: 1.5rem; }
li { margin-block: 0.35rem; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.section { padding-block: var(--vkhm-space-lg); }
.section-light { background: var(--vkhm-clr-surface); }
.section-grey { background: var(--vkhm-clr-bg); }
.urub {
  background: var(--vkhm-clr-dark-band);
  color: #e8edf3;
}
.urub h1,
.urub h2,
.urub h3,
.urub h4 { color: #e8edf3; }
.urub p,
.urub li { color: #c5cfd9; }

.uymc {
  background: var(--vkhm-clr-dark-band-alt);
  color: #e8e8e8;
}
.uymc h2,
.uymc h3 { color: #ffffff; }
.uymc p { color: #c8c8c8; }

.thin-band {
  height: 6px;
  background: linear-gradient(90deg, var(--vkhm-clr-dark-band) 0%, var(--vkhm-clr-primary) 50%, var(--vkhm-clr-dark-band) 100%);
}

.btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: var(--vkhm-radius-btn);
  font-family: var(--vkhm-font-body);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
}
.btn:hover { opacity: 0.88; text-decoration: none; }
.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--vkhm-clr-dark-band);
  color: #ffffff;
  border-color: var(--vkhm-clr-dark-band);
}

.btn-ghost {
  background: transparent;
  color: var(--vkhm-clr-dark-band);
  border-color: var(--vkhm-clr-dark-band);
}

.urub .btn-ghost {
  color: #e8edf3;
  border-color: #e8edf3;
}

.card-flat {
  background: var(--vkhm-clr-bg);
  padding: var(--vkhm-space-md);
  border-radius: var(--vkhm-radius);
}

.urub .card-flat {
  background: rgba(255,255,255,0.06);
}

.stars {
  color: var(--vkhm-clr-gold);
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.tag {
  display: inline-block;
  background: var(--vkhm-clr-primary);
  color: #fff;
  padding: 0.2rem 0.75rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.drop-cap::first-letter {
  font-family: var(--vkhm-font-head);
  font-size: 4.5rem;
  font-weight: 700;
  float: left;
  line-height: 0.8;
  padding-right: 0.15em;
  padding-top: 0.08em;
  color: var(--vkhm-clr-primary);
}

.pull-quote {
  border-left: 4px solid var(--vkhm-clr-primary);
  padding: 1rem 1.5rem;
  margin-block: 2rem;
  font-family: var(--vkhm-font-head);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--vkhm-clr-muted);
}

.outlined-word {
  -webkit-text-stroke: 2px var(--vkhm-clr-primary);
  color: transparent;
}

.ubqw {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--vkhm-clr-surface);
  border-bottom: 1px solid var(--vkhm-clr-border);
  padding-block: 0.85rem;
}

.ubqw .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vkhm-space-sm);
}

.site-logo {
  font-family: var(--vkhm-font-head);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--vkhm-clr-primary);
  text-decoration: none;
}
.site-logo span { color: var(--vkhm-clr-accent); }

.site-nav { display: flex; gap: 1.75rem; list-style: none; padding: 0; align-items: center; }
.site-nav a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--vkhm-clr-text);
  text-decoration: none;
  transition: color 0.2s;
}
.site-nav a:hover { color: var(--vkhm-clr-primary); }

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--vkhm-clr-text);
  transition: transform 0.2s, opacity 0.2s;
}

.site-footer {
  background: var(--vkhm-clr-dark-band);
  color: #c5cfd9;
  padding-block: var(--vkhm-space-lg);
}
.site-footer h4 { color: #e8edf3; margin-bottom: var(--vkhm-space-sm); }
.site-footer a { color: #c5cfd9; font-size: 0.9rem; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--vkhm-space-md);
}
.footer-brand p { font-size: 0.88rem; margin-top: var(--vkhm-space-xs); }
.footer-links ul { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.4rem; }
.footer-bottom {
  margin-top: var(--vkhm-space-md);
  padding-top: var(--vkhm-space-sm);
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.82rem;
  color: #8fa3b5;
}
.footer-bottom a { color: #8fa3b5; }

.disclaimer-footer {
  font-size: 0.78rem;
  color: #7a8d9c;
  margin-top: var(--vkhm-space-sm);
  line-height: 1.6;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: var(--vkhm-clr-dark-band);
  padding-block: var(--vkhm-space-xl);
}

.uhvt {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.uhvt img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--vkhm-space-lg);
  align-items: center;
}

.hero-text {}
.hero-text .tag { margin-bottom: 1rem; }

.hero-text h1 {
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.hero-bigstat {
  font-family: var(--vkhm-font-head);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 700;
  line-height: 1;
  color: var(--vkhm-clr-gold);
  display: block;
}

.hero-stat-label {
  font-family: var(--vkhm-font-body);
  font-size: 1.1rem;
  color: #c5cfd9;
  max-width: 480px;
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.hero-trust {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-trust .stars { font-size: 1rem; }
.hero-trust span { font-size: 0.88rem; color: #c5cfd9; }

.hero-pack {
  flex-shrink: 0;
  width: clamp(160px, 20vw, 240px);
}
.hero-pack img {
  width: 100%;
  border-radius: var(--vkhm-radius);
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.45));
}

.ingredients-section {}
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--vkhm-space-md);
  margin-top: var(--vkhm-space-md);
}

.ingredient-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ingredient-card .icon-duo {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: var(--vkhm-clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ingredient-card .icon-duo svg { fill: none; stroke: #fff; width: 22px; height: 22px; }

.ingredient-card h4 { margin-top: 0.25rem; }
.ingredient-card p { font-size: 0.92rem; color: var(--vkhm-clr-muted); }
.ingredient-card .efsa-badge {
  font-size: 0.75rem;
  color: var(--vkhm-clr-primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ingredients-photo {
  margin-top: var(--vkhm-space-md);
  border-radius: var(--vkhm-radius);
  overflow: hidden;
  max-height: 340px;
  object-fit: cover;
  width: 100%;
}

.about-section {}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--vkhm-space-lg);
  align-items: start;
}
.about-photo {
  border-radius: var(--vkhm-radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--vkhm-clr-border);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

.about-text .byline {
  font-size: 0.85rem;
  color: var(--vkhm-clr-muted);
  margin-bottom: 1rem;
}
.about-text .byline strong { color: var(--vkhm-clr-text); }

.sources-section {}
.sources-list {
  list-style: none;
  padding: 0;
  margin-top: var(--vkhm-space-md);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sources-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--vkhm-clr-muted);
  background: var(--vkhm-clr-surface);
  padding: 1rem;
  border-radius: var(--vkhm-radius);
}
.sources-list li .src-num {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--vkhm-clr-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.myths-section {}
.myths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--vkhm-space-md);
  margin-top: var(--vkhm-space-md);
}
.myth-card {}
.myth-card .myth-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
.myth-card.myth { }
.myth-card.myth .myth-label { color: var(--vkhm-clr-accent); }
.myth-card.fact .myth-label { color: #2a8a3e; }
.myth-card h4 { margin-bottom: 0.4rem; }
.myth-card p { font-size: 0.92rem; color: var(--vkhm-clr-muted); }

.compare-section {}
.compare-table-wrap { overflow-x: auto; margin-top: var(--vkhm-space-md); }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.compare-table th, .compare-table td {
  padding: 0.9rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--vkhm-clr-border);
}
.compare-table thead th {
  background: var(--vkhm-clr-dark-band);
  color: #e8edf3;
  font-family: var(--vkhm-font-head);
  font-size: 1rem;
}
.compare-table tbody tr:nth-child(even) { background: var(--vkhm-clr-bg); }
.compare-table tbody tr.highlight-row { background: #e8f0fb; }
.compare-table .check { color: #2a8a3e; font-weight: 700; }
.compare-table .cross { color: var(--vkhm-clr-accent); font-weight: 700; }
.compare-table .neutral { color: var(--vkhm-clr-muted); }

.stat-band { padding-block: var(--vkhm-space-lg); }
.stat-band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--vkhm-space-md);
  text-align: center;
}
.stat-item .stat-num {
  font-family: var(--vkhm-font-head);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 700;
  color: var(--vkhm-clr-gold);
  line-height: 1;
}
.stat-item .stat-label {
  font-size: 0.95rem;
  margin-top: 0.4rem;
  color: #c5cfd9;
}

.stat-lifestyle-photo {
  margin-top: var(--vkhm-space-md);
  border-radius: var(--vkhm-radius);
  overflow: hidden;
  max-height: 320px;
}
.stat-lifestyle-photo img { width: 100%; height: 100%; object-fit: cover; }

.order-section { padding-block: var(--vkhm-space-xl); }
.order-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--vkhm-space-lg);
  align-items: start;
}

.order-left h2 { color: #ffffff; }
.order-left p { color: #c5cfd9; }

.order-features {
  list-style: none;
  padding: 0;
  margin-block: 1.25rem;
}
.order-features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: #c5cfd9;
  margin-bottom: 0.6rem;
}
.order-features li::before {
  content: "✓";
  color: var(--vkhm-clr-gold);
  font-weight: 700;
  flex-shrink: 0;
}

.order-price-block {
  margin-top: 1rem;
}
.order-price-block .price-main {
  font-family: var(--vkhm-font-head);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--vkhm-clr-gold);
}
.order-price-block .price-sub {
  font-size: 0.88rem;
  color: #8fa3b5;
  margin-top: 0.15rem;
}

.order-form-card {
  background: var(--vkhm-clr-surface);
  border-radius: var(--vkhm-radius);
  padding: var(--vkhm-space-md);
}
.order-form-card h3 {
  color: var(--vkhm-clr-text);
  margin-bottom: var(--vkhm-space-sm);
}

.ukza .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
.ukza label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vkhm-clr-muted);
}
.ukza input[type="text"],
.ukza input[type="tel"] {
  padding: 0.7rem 1rem;
  border: 1px solid var(--vkhm-clr-border);
  border-radius: var(--vkhm-radius-btn);
  font-family: var(--vkhm-font-body);
  font-size: 1rem;
  color: var(--vkhm-clr-text);
  background: var(--vkhm-clr-bg);
  transition: border-color 0.2s;
}
.ukza input:focus {
  outline: none;
  border-color: var(--vkhm-clr-primary);
}

.ukza .consent-group {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.ukza .consent-group input[type="checkbox"] { margin-top: 0.2rem; flex-shrink: 0; }
.ukza .consent-group label { font-size: 0.82rem; color: var(--vkhm-clr-muted); }

.ukza .ulfl { display: none; }

.ukza .btn-primary { width: 100%; padding: 0.9rem; font-size: 1.05rem; }

.faq-section {}
.faq-list { margin-top: var(--vkhm-space-md); }
.uygq {
  border-bottom: 1px solid var(--vkhm-clr-border);
}
.uygq button {
  width: 100%;
  background: none;
  border: none;
  padding: 1.1rem 0;
  text-align: left;
  font-family: var(--vkhm-font-head);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--vkhm-clr-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.uygq button .faq-arrow {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--vkhm-clr-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  transition: transform 0.25s;
}
.uygq.open button .faq-arrow { transform: rotate(45deg); }
.uzmv {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-answer-inner {
  padding-bottom: 1.1rem;
  font-size: 0.95rem;
  color: var(--vkhm-clr-muted);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  margin-top: var(--vkhm-space-md);
}
.bento-cell {
  background: rgba(255,255,255,0.07);
  border-radius: var(--vkhm-radius);
  padding: 1.25rem;
}
.bento-cell.span-2 { grid-column: span 2; }
.bento-cell.span-3 { grid-column: span 3; }
.bento-cell.span-4 { grid-column: span 4; }
.bento-cell.span-6 { grid-column: span 6; }

.bento-cell h4 { color: var(--vkhm-clr-gold); margin-bottom: 0.4rem; }
.bento-cell p { font-size: 0.88rem; color: #c5cfd9; }

.uoum { margin-top: var(--vkhm-space-md); }

.quiz-progress {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}
.quiz-progress-dot {
  height: 4px;
  flex: 1;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  transition: background 0.3s;
}
.quiz-progress-dot.active { background: var(--vkhm-clr-gold); }

.quiz-question { display: none; }
.quiz-question.visible { display: block; }
.quiz-question h4 {
  font-family: var(--vkhm-font-head);
  font-size: 1.35rem;
  color: #e8edf3;
  margin-bottom: 1rem;
}
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.quiz-option {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--vkhm-radius-btn);
  padding: 0.75rem 1rem;
  color: #e8edf3;
  font-family: var(--vkhm-font-body);
  font-size: 0.95rem;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s, border-color 0.2s;
}
.quiz-option:hover, .quiz-option.selected {
  background: rgba(18,89,163,0.4);
  border-color: var(--vkhm-clr-primary);
}

.quiz-result { display: none; }
.quiz-result.visible { display: block; }
.quiz-result h4 {
  font-family: var(--vkhm-font-head);
  font-size: 1.5rem;
  color: var(--vkhm-clr-gold);
  margin-bottom: 0.6rem;
}
.quiz-result p { color: #c5cfd9; font-size: 0.95rem; }

.quiz-nav { margin-top: 1.25rem; display: flex; gap: 0.75rem; }
.quiz-nav .btn { padding: 0.6rem 1.5rem; font-size: 0.9rem; }

.reviews-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--vkhm-space-md);
  margin-top: var(--vkhm-space-md);
}
.review-card {}
.review-card .reviewer-name { font-weight: 700; font-size: 0.9rem; }
.review-card .review-meta { font-size: 0.8rem; color: var(--vkhm-clr-muted); margin-bottom: 0.5rem; }
.review-card blockquote {
  font-size: 0.92rem;
  color: var(--vkhm-clr-muted);
  font-style: italic;
}
.review-disclaimer { font-size: 0.78rem; color: var(--vkhm-clr-muted); margin-top: 1.5rem; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--vkhm-clr-muted);
  margin-bottom: 0.75rem;
}
.breadcrumb a { color: var(--vkhm-clr-muted); }
.breadcrumb span { color: var(--vkhm-clr-border); }

.uaox {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: #0f1f35ee;
  backdrop-filter: blur(8px);
  color: #e8edf3;
  padding: 1.25rem var(--vkhm-space-md);
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 2px solid var(--vkhm-clr-primary);
}
.uaox.is-visible { display: flex; }
.uaox p { font-size: 0.88rem; max-width: 640px; color: #c5cfd9; }
.uaox a { color: var(--vkhm-clr-gold); }
.utru { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.utru button {
  padding: 0.5rem 1.25rem;
  border-radius: var(--vkhm-radius-btn);
  font-family: var(--vkhm-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity 0.2s;
}
.utru button:hover { opacity: 0.85; }
[data-cookie-accept] { background: var(--vkhm-clr-primary); color: #fff; border-color: var(--vkhm-clr-primary); }
[data-cookie-reject] { background: transparent; color: #c5cfd9; border-color: rgba(255,255,255,0.3); }
[data-cookie-settings] { background: transparent; color: var(--vkhm-clr-gold); border-color: var(--vkhm-clr-gold); }

.cookie-settings-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.7);
  align-items: center;
  justify-content: center;
}
.cookie-settings-modal.is-visible { display: flex; }
.ulyk {
  background: var(--vkhm-clr-surface);
  border-radius: var(--vkhm-radius);
  padding: var(--vkhm-space-md);
  max-width: 480px;
  width: 90%;
}
.ulyk h3 { margin-bottom: 1rem; }
.cookie-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.75rem;
  border-bottom: 1px solid var(--vkhm-clr-border);
  font-size: 0.9rem;
}
.cookie-toggle-row:last-of-type { border-bottom: none; }
.cookie-toggle-row input[type="checkbox"] { width: 18px; height: 18px; }
.cookie-modal-actions { margin-top: 1.25rem; display: flex; gap: 0.75rem; }

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--vkhm-clr-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  border-radius: 0 0 var(--vkhm-radius-btn) 0;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-pack { width: 160px; margin-top: var(--vkhm-space-md); }
  .about-inner { grid-template-columns: 1fr; }
  .order-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-cell.span-2, .bento-cell.span-3, .bento-cell.span-4, .bento-cell.span-6 { grid-column: span 2; }
}

@media (max-width: 600px) {
  :root { --vkhm-space-lg: 2.5rem; --vkhm-space-xl: 3.5rem; }
  .site-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--vkhm-clr-surface); border-bottom: 1px solid var(--vkhm-clr-border); padding: 1rem var(--vkhm-space-md); }
  .site-nav.open { display: flex; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-cell.span-2, .bento-cell.span-3, .bento-cell.span-4, .bento-cell.span-6 { grid-column: span 1; }
  .hero-pack { display: none; }
  .compare-table { font-size: 0.82rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uaox{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.uaox.is-visible,.cookie-banner--visible,.uaox.show,.uaox.active{transform:none !important}
.uaox a{color:inherit;text-decoration:underline}
.uaox button{cursor:pointer}
.ueyj{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.ueyj.is-visible,.cookie-modal--visible,.ueyj.show,.ueyj.active{display:flex !important}
.uono,.ueyj>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.reveal.is-visible,.reveal.is-in,.reveal.in-view,.reveal.visible,.reveal.show,.reveal.active{opacity:1 !important;transform:none !important}
.urub .uoum,.urub .ueyi,.urub .umfi,.urub .uney,.uymc .uoum,.uymc .ueyi,.uymc .umfi,.uymc .uney{background:#fff !important;color:#1a1a1a !important}
.uoum,.ueyi{color:#1a1a1a !important}
.uoum label,.ueyi label,.uoum p,.ueyi p,.uoum .ulcf,.uoum span,.ueyi span,.uanp,.upze,.umfi .ueip,.umfi .ueip *{color:#1a1a1a !important}
.uanp,.upze{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uoum .uvma{color:#1a1a1a !important}
.uoum .uvma.is-sel{color:#fff !important}
.ukza .uusm{display:none}
.ukza .uusm.is-visible{display:block !important;color:#c0392b}
.ukza .ulfl,.ukza [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ukza{color:#1a1a1a}
.urub .ukza,.uymc .ukza{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uema{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uema img{width:100%;height:100%;object-fit:cover}
.uhvt,.uykt{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uhvt img,.uykt img{width:100%;height:100%;object-fit:cover;display:block}
.uhvt img{opacity:.28}
.uykt img{opacity:.07}
*:has(> .uhvt),*:has(> .uykt){position:relative}
.uctn{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.uctn .uqky{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uctn .upar{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ueum{margin:1.4rem auto;max-width:920px}
.ueum img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uwqy{padding:3rem 0}
.uuvb{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uuvb img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uney{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uhpn{display:flex;overflow:hidden;gap:0 !important}
.ueoy{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uinf{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.ukly{left:.5rem}.ukbs{right:.5rem}
.umfi .ueip{display:none}.umfi .ueip.is-active{display:block}
.uoum .uwvz{display:block !important}
.uoum .uimk{display:flex;flex-wrap:wrap;gap:.5rem}
.uoum .uvma{cursor:pointer}
