:root {
  --vxke-clr-primary: #1258a3;
  --vxke-clr-dark: #1a1a1a;
  --vxke-clr-accent: #b09d2a;
  --vxke-clr-cream: #f5f2e8;
  --vxke-clr-cream-mid: #eeeccb;
  --vxke-clr-white: #ffffff;
  --vxke-clr-text: #2c2c2c;
  --vxke-clr-text-muted: #5a5a5a;
  --vxke-clr-border: #d8d4c0;
  --vxke-ff-head: 'Lora', Georgia, serif;
  --vxke-ff-body: 'Karla', system-ui, sans-serif;
  --vxke-radius: 12px;
  --vxke-shadow-hard: 4px 4px 0 rgba(0,0,0,0.18);
  --vxke-container: 960px;
  --vxke-gap: 1.5rem;
}

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

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

body {
  font-family: var(--vxke-ff-body);
  background: var(--vxke-clr-cream);
  color: var(--vxke-clr-text);
  line-height: 1.7;
}

img { display: block; max-width: 100%; height: auto; }

a { color: var(--vxke-clr-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--vxke-container); margin: 0 auto; padding: 0 1.25rem; }

h1, h2, h3, h4 { font-family: var(--vxke-ff-head); line-height: 1.3; color: var(--vxke-clr-dark); }
h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h2 { font-size: clamp(1.2rem, 3vw, 1.7rem); margin-bottom: 0.9rem; }
h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }

p { margin-bottom: 1rem; }
ul, ol { padding-left: 1.4rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; }

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

.ugwo { background: var(--vxke-clr-dark); color: var(--vxke-clr-white); }
.ugwo h2, .ugwo h3 { color: var(--vxke-clr-white); }
.ugwo a { color: var(--vxke-clr-cream-mid); }

.ulva { background: var(--vxke-clr-primary); color: var(--vxke-clr-white); }

.hard-shadow { box-shadow: var(--vxke-shadow-hard); }

.uljx {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--vxke-clr-dark);
  color: var(--vxke-clr-white);
  z-index: 9999;
  padding: 1rem 1.25rem;
}
.uljx.is-visible { display: block; }
.cookie-inner { max-width: var(--vxke-container); margin: 0 auto; display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.cookie-inner p { margin: 0; font-size: 0.9rem; flex: 1; }
.uqjb { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.btn-cookie-accept { background: var(--vxke-clr-accent); color: var(--vxke-clr-dark); border: none; padding: 0.45rem 1rem; border-radius: var(--vxke-radius); font-family: var(--vxke-ff-body); font-weight: 700; cursor: pointer; font-size: 0.85rem; }
.btn-cookie-reject, .btn-cookie-settings { background: transparent; color: var(--vxke-clr-white); border: 1px solid rgba(255,255,255,0.4); padding: 0.45rem 0.9rem; border-radius: var(--vxke-radius); font-family: var(--vxke-ff-body); cursor: pointer; font-size: 0.85rem; }

.uzcg { background: var(--vxke-clr-white); border-bottom: 2px solid var(--vxke-clr-border); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }
.site-logo { font-family: var(--vxke-ff-head); font-weight: 700; font-size: 1.25rem; color: var(--vxke-clr-dark); white-space: nowrap; }
.site-logo:hover { text-decoration: none; }
.site-nav { display: flex; gap: 1.25rem; flex: 1; flex-wrap: wrap; }
.site-nav a { font-family: var(--vxke-ff-body); font-size: 0.9rem; color: var(--vxke-clr-text-muted); font-weight: 500; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--vxke-clr-primary); text-decoration: none; }
.btn-nav { background: var(--vxke-clr-primary); color: var(--vxke-clr-white); padding: 0.4rem 1rem; border-radius: var(--vxke-radius); font-family: var(--vxke-ff-body); font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.btn-nav:hover { background: var(--vxke-clr-accent); color: var(--vxke-clr-dark); text-decoration: none; }

.breadcrumb-bar { background: var(--vxke-clr-white); border-bottom: 1px solid var(--vxke-clr-border); padding: 0.5rem 0; }
.breadcrumb { list-style: none; padding: 0; margin: 0; display: flex; gap: 0.5rem; font-size: 0.82rem; color: var(--vxke-clr-text-muted); flex-wrap: wrap; }
.breadcrumb li { display: flex; align-items: center; gap: 0.4rem; }
.breadcrumb a { color: var(--vxke-clr-text-muted); }
.breadcrumb a:hover { color: var(--vxke-clr-primary); }

.section-hero { position: relative; background: var(--vxke-clr-dark); color: var(--vxke-clr-white); overflow: hidden; min-height: 480px; }
.hero-bg-wrap { position: absolute; inset: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.18; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding-top: 2.5rem; padding-bottom: 2.5rem; }
.hero-text { flex: 1; }
.article-meta { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; margin-bottom: 1rem; font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.article-rubric { background: var(--vxke-clr-accent); color: var(--vxke-clr-dark); padding: 0.2rem 0.6rem; border-radius: 4px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.hero-h1 { font-size: clamp(1.5rem, 4vw, 2.2rem); color: var(--vxke-clr-white); margin-bottom: 1rem; }
.hero-h1 .outlined-word { -webkit-text-stroke: 2px var(--vxke-clr-accent); color: transparent; }
.hero-intro { font-size: 1.05rem; color: rgba(255,255,255,0.88); margin-bottom: 1.5rem; }
.drop-cap::first-letter { float: left; font-family: var(--vxke-ff-head); font-size: 3.8rem; line-height: 0.8; margin: 0.1rem 0.15rem 0 0; color: var(--vxke-clr-accent); font-weight: 700; }
.hero-pack { flex-shrink: 0; text-align: center; }
.pack-img { width: 220px; height: 220px; object-fit: contain; border-radius: var(--vxke-radius); background: rgba(255,255,255,0.08); padding: 0.5rem; }
.pack-badge { background: var(--vxke-clr-accent); color: var(--vxke-clr-dark); font-weight: 700; font-size: 0.8rem; padding: 0.3rem 0.7rem; border-radius: 20px; margin-top: 0.6rem; display: inline-block; }

.btn-cta-text { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--vxke-clr-accent); font-family: var(--vxke-ff-body); font-weight: 700; font-size: 1rem; text-decoration: none; border-bottom: 2px solid var(--vxke-clr-accent); padding-bottom: 0.1rem; transition: gap 0.2s; }
.btn-cta-text:hover { gap: 0.7rem; text-decoration: none; }
.ugwo .btn-cta-text { color: var(--vxke-clr-cream-mid); border-color: var(--vxke-clr-cream-mid); }

.band-intro { padding: 1.5rem 0; }
.band-inner { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; }
.band-stat { text-align: center; }
.stat-num { display: block; font-family: var(--vxke-ff-head); font-size: 2rem; font-weight: 700; color: var(--vxke-clr-accent); }
.stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.7); }

.article-grid { display: grid; grid-template-columns: 1fr 280px; gap: 2.5rem; padding-top: 2rem; padding-bottom: 2rem; align-items: start; }
.article-main { min-width: 0; }
.article-sidebar { position: sticky; top: 80px; }

.section-block { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--vxke-clr-border); }
.section-block:last-child { border-bottom: none; }
.section-intro { color: var(--vxke-clr-text-muted); font-style: italic; margin-bottom: 1.2rem; }

.score-table-wrap { overflow-x: auto; margin-bottom: 1.2rem; }
.score-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.score-table th { background: var(--vxke-clr-dark); color: var(--vxke-clr-white); padding: 0.6rem 0.8rem; text-align: left; font-family: var(--vxke-ff-body); font-weight: 600; }
.score-table td { padding: 0.55rem 0.8rem; border-bottom: 1px solid var(--vxke-clr-border); vertical-align: middle; }
.score-table tr:nth-child(even) td { background: rgba(0,0,0,0.03); }

.rating-bar { display: inline-block; width: 60px; height: 6px; background: var(--vxke-clr-border); border-radius: 3px; position: relative; vertical-align: middle; margin-right: 0.4rem; }
.rating-bar::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: var(--vxke-r); background: var(--vxke-clr-accent); border-radius: 3px; }

.content-img { width: 100%; border-radius: var(--vxke-radius); margin: 1.2rem 0; box-shadow: var(--vxke-shadow-hard); }
.lifestyle-pull { max-height: 320px; object-fit: cover; }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin-bottom: 1.2rem; }
.testimonial-card { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 1.2rem; position: relative; }
.quote-mark { font-family: var(--vxke-ff-head); font-size: 3rem; color: var(--vxke-clr-accent); line-height: 0.7; margin-bottom: 0.5rem; }
.testimonial-card p { font-size: 0.92rem; margin-bottom: 0.6rem; }
.testimonial-card footer { font-size: 0.8rem; color: var(--vxke-clr-text-muted); font-style: italic; }
.disclaimer-inline { font-size: 0.82rem; color: var(--vxke-clr-text-muted); }

.checklist { list-style: none; padding: 0; }
.checklist li { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.5rem 0; border-bottom: 1px solid var(--vxke-clr-border); }
.check-icon { color: var(--vxke-clr-accent); font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }

.pull-quote { background: var(--vxke-clr-dark); color: var(--vxke-clr-white); border-left: 4px solid var(--vxke-clr-accent); padding: 1.5rem 1.8rem; border-radius: var(--vxke-radius); margin: 2rem 0; }
.pull-quote blockquote { font-family: var(--vxke-ff-head); font-size: 1.2rem; font-style: italic; margin-bottom: 0.6rem; }
.pull-quote cite { font-size: 0.82rem; color: rgba(255,255,255,0.6); }

.steps-list { list-style: none; padding: 0; }
.step-item { display: flex; gap: 1rem; margin-bottom: 1.3rem; align-items: flex-start; }
.step-num { flex-shrink: 0; width: 36px; height: 36px; background: var(--vxke-clr-primary); color: var(--vxke-clr-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--vxke-ff-head); font-weight: 700; font-size: 1rem; box-shadow: var(--vxke-shadow-hard); }
.step-content strong { display: block; margin-bottom: 0.3rem; font-family: var(--vxke-ff-head); }

.routine-card { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 1rem; }
.routine-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.routine-steps { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
.routine-step { font-size: 0.92rem; }
.time-tag { display: inline-block; background: var(--vxke-clr-accent); color: var(--vxke-clr-dark); font-size: 0.72rem; font-weight: 700; padding: 0.15rem 0.45rem; border-radius: 4px; margin-right: 0.4rem; text-transform: uppercase; }

.myths-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }
.myth-card { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 1.2rem; }
.myth-label { font-weight: 700; font-size: 0.82rem; margin-bottom: 0.4rem; }
.myth-label.myth { color: #b00; }
.fact-label { font-weight: 700; font-size: 0.82rem; color: #1a7a2a; margin: 0.8rem 0 0.3rem; }
.myth-card p { font-size: 0.88rem; margin-bottom: 0; }

.uwki { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 1.8rem; border: 2px solid var(--vxke-clr-border); }
.quiz-container { margin-top: 1rem; }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-question { font-family: var(--vxke-ff-head); font-size: 1.05rem; margin-bottom: 1rem; }
.quiz-options { display: flex; flex-direction: column; gap: 0.6rem; }
.quiz-option { background: var(--vxke-clr-cream); border: 2px solid var(--vxke-clr-border); border-radius: var(--vxke-radius); padding: 0.7rem 1rem; text-align: left; cursor: pointer; font-family: var(--vxke-ff-body); font-size: 0.95rem; transition: border-color 0.15s, background 0.15s; }
.quiz-option:hover, .quiz-option.selected { border-color: var(--vxke-clr-primary); background: #e8f0f8; }
.quiz-result { padding: 1.5rem; background: var(--vxke-clr-dark); color: var(--vxke-clr-white); border-radius: var(--vxke-radius); text-align: center; }
.result-title { font-family: var(--vxke-ff-head); font-size: 1.3rem; color: var(--vxke-clr-accent); margin-bottom: 0.8rem; }
.result-text { margin-bottom: 1.2rem; }

.faq-list { display: flex; flex-direction: column; gap: 0.8rem; }
.urwe { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); overflow: hidden; border: 1px solid var(--vxke-clr-border); }
.urwe summary { padding: 1rem 1.2rem; font-family: var(--vxke-ff-head); font-weight: 600; font-size: 0.98rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.urwe summary::-webkit-details-marker { display: none; }
.urwe summary::after { content: '+'; font-size: 1.3rem; color: var(--vxke-clr-accent); flex-shrink: 0; transition: transform 0.2s; }
.urwe[open] summary::after { transform: rotate(45deg); }
.urwe p { padding: 0 1.2rem 1rem; font-size: 0.93rem; color: var(--vxke-clr-text-muted); margin: 0; }

.sidebar-atglance { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 1.2rem; margin-bottom: 1.5rem; }
.atglance-title { font-family: var(--vxke-ff-head); font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--vxke-clr-text-muted); margin-bottom: 0.8rem; }
.atglance-row { display: flex; justify-content: space-between; align-items: center; padding: 0.35rem 0; border-bottom: 1px solid var(--vxke-clr-border); font-size: 0.85rem; gap: 0.5rem; }
.atglance-row span { color: var(--vxke-clr-text-muted); }
.atglance-row strong { text-align: right; }
.sidebar-rating { font-size: 1.1rem; color: var(--vxke-clr-accent); font-weight: 700; margin: 0.8rem 0; text-align: center; }
.btn-sidebar-order { display: block; text-align: center; background: var(--vxke-clr-dark); color: var(--vxke-clr-white); font-family: var(--vxke-ff-body); font-weight: 700; padding: 0.7rem 1rem; border-radius: var(--vxke-radius); box-shadow: var(--vxke-shadow-hard); margin-top: 0.6rem; }
.btn-sidebar-order:hover { background: var(--vxke-clr-primary); text-decoration: none; }

.sidebar-gallery { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 1.2rem; }
.gallery-title { font-family: var(--vxke-ff-head); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--vxke-clr-text-muted); margin-bottom: 0.8rem; }
.gallery-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.gallery-mosaic img { border-radius: 8px; width: 100%; height: 80px; object-fit: cover; box-shadow: var(--vxke-shadow-hard); }
.gallery-mosaic img:first-child { grid-column: 1 / -1; height: 100px; }

.section-order { padding: 3rem 0; }
.order-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.order-info h2 { color: var(--vxke-clr-white); }
.order-info p { color: rgba(255,255,255,0.85); }
.order-benefits { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.order-benefits li { color: rgba(255,255,255,0.9); padding: 0.35rem 0; font-size: 0.95rem; }
.order-pack { border-radius: var(--vxke-radius); background: rgba(255,255,255,0.08); padding: 0.8rem; margin-top: 1rem; }

.order-form-wrap { background: var(--vxke-clr-cream); border-radius: var(--vxke-radius); padding: 2rem; box-shadow: var(--vxke-shadow-hard); }
.ubzu h3 { font-family: var(--vxke-ff-head); margin-bottom: 1.2rem; color: var(--vxke-clr-dark); }
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.35rem; color: var(--vxke-clr-dark); }
.form-field input[type="text"], .form-field input[type="tel"], .form-field input[type="email"], .form-field textarea {
  width: 100%; padding: 0.6rem 0.8rem; border: 2px solid var(--vxke-clr-border); border-radius: var(--vxke-radius); font-family: var(--vxke-ff-body); font-size: 0.95rem; background: var(--vxke-clr-white); color: var(--vxke-clr-dark);
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--vxke-clr-primary); }
.form-consent { display: flex; align-items: flex-start; gap: 0.5rem; }
.consent-label { display: flex; gap: 0.5rem; align-items: flex-start; font-size: 0.82rem; cursor: pointer; }
.consent-label input[type="checkbox"] { margin-top: 0.15rem; flex-shrink: 0; accent-color: var(--vxke-clr-primary); }
.btn-order { display: block; width: 100%; background: var(--vxke-clr-dark); color: var(--vxke-clr-white); font-family: var(--vxke-ff-body); font-weight: 700; font-size: 1rem; padding: 0.9rem 1rem; border: none; border-radius: var(--vxke-radius); cursor: pointer; box-shadow: var(--vxke-shadow-hard); margin-top: 0.8rem; }
.btn-order:hover { background: var(--vxke-clr-primary); }
.form-note { font-size: 0.77rem; color: var(--vxke-clr-text-muted); text-align: center; margin-top: 0.6rem; margin-bottom: 0; }

.site-footer { padding: 2.5rem 0 1rem; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-logo { font-family: var(--vxke-ff-head); font-weight: 700; font-size: 1.1rem; display: block; margin-bottom: 0.5rem; }
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.65); margin-bottom: 0.3rem; }
.footer-company { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.footer-nav { display: flex; gap: 2rem; }
.footer-nav-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav-col strong { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.5); margin-bottom: 0.3rem; }
.footer-nav-col a { font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.footer-nav-col a:hover { color: var(--vxke-clr-white); text-decoration: none; }
.footer-disclaimer { padding-top: 1.2rem; font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.footer-disclaimer p { margin-bottom: 0.3rem; }

.page-hero-simple { background: var(--vxke-clr-white); padding: 2rem 0 1.5rem; border-bottom: 2px solid var(--vxke-clr-border); }
.page-hero-simple h1 { margin-bottom: 0.5rem; }
.page-intro { color: var(--vxke-clr-text-muted); font-size: 1.05rem; max-width: 680px; margin: 0; }

.content-page { padding: 2rem 0 3rem; }
.legal-page h2 { font-size: 1.1rem; margin-top: 1.8rem; margin-bottom: 0.5rem; }
.legal-page p, .legal-page li { font-size: 0.93rem; }
.article-longform h2 { margin-top: 1.8rem; }

.ingredient-list { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
.ingredient-block { display: grid; grid-template-columns: 260px 1fr; gap: 1.5rem; background: var(--vxke-clr-white); border-radius: var(--vxke-radius); overflow: hidden; align-items: start; }
.ingredient-img { width: 100%; height: 180px; object-fit: cover; }
.ingredient-text { padding: 1.2rem; }
.ingredient-text h2 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.ingredient-text p { font-size: 0.88rem; margin-bottom: 0.6rem; }

.disclaimer-box { background: var(--vxke-clr-cream-mid); border-left: 4px solid var(--vxke-clr-accent); border-radius: var(--vxke-radius); padding: 1.2rem 1.5rem; margin-bottom: 1.5rem; }
.disclaimer-box p { font-size: 0.85rem; color: var(--vxke-clr-text-muted); margin: 0; }

.cta-center { text-align: center; padding: 1.5rem 0; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 2rem; padding-bottom: 2rem; }
.contact-info { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 1.8rem; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { font-size: 0.93rem; margin-bottom: 0.8rem; }
.uuqn { background: var(--vxke-clr-cream); border-radius: var(--vxke-radius); padding: 1.8rem; }
.uuqn h2 { margin-bottom: 1.2rem; }
.uuqn textarea { resize: vertical; }

.map-container { padding-bottom: 2rem; }
.map-container iframe { border-radius: var(--vxke-radius); box-shadow: var(--vxke-shadow-hard); }

.thankyou-section { min-height: 60vh; display: flex; align-items: center; padding: 3rem 0; }
.thankyou-inner { width: 100%; }
.thankyou-card { background: var(--vxke-clr-white); border-radius: var(--vxke-radius); padding: 2.5rem; max-width: 560px; margin: 0 auto; text-align: center; }
.thankyou-icon { font-size: 2.5rem; color: var(--vxke-clr-accent); margin-bottom: 1rem; }
.thankyou-card h1 { font-size: 1.6rem; margin-bottom: 1rem; }
.thankyou-card p { font-size: 0.95rem; color: var(--vxke-clr-text-muted); margin-bottom: 0.8rem; }
.thankyou-card .btn-cta-text { margin-top: 1rem; justify-content: center; }

.faq-page { padding-bottom: 2rem; }

@media (max-width: 768px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-pack { display: none; }
  .article-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .order-layout { grid-template-columns: 1fr; }
  .routine-card { grid-template-columns: 1fr; }
  .ingredient-block { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { flex-direction: column; gap: 1rem; }
  .band-inner { gap: 1.2rem; }
  .gallery-mosaic img { height: 60px; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uljx{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}
.uljx.is-visible,.cookie-banner--visible,.uljx.show,.uljx.active{transform:none !important}
.uljx a{color:inherit;text-decoration:underline}
.uljx button{cursor:pointer}
.uohf{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}
.uohf.is-visible,.cookie-modal--visible,.uohf.show,.uohf.active{display:flex !important}
.uurg,.uohf>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.ugwo .uwki,.ugwo .uidp,.ugwo .uwgi,.ugwo .ugar,.ulva .uwki,.ulva .uidp,.ulva .uwgi,.ulva .ugar{background:#fff !important;color:#1a1a1a !important}
.uwki,.uidp{color:#1a1a1a !important}
.uwki label,.uidp label,.uwki p,.uidp p,.uwki .uyhu,.uwki span,.uidp span,.unzi,.uvcu,.uwgi .utnp,.uwgi .utnp *{color:#1a1a1a !important}
.unzi,.uvcu{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uwki .uyyt{color:#1a1a1a !important}
.uwki .uyyt.is-sel{color:#fff !important}
.ubzu .upck{display:none}
.ubzu .upck.is-visible{display:block !important;color:#c0392b}
.ubzu .uxmd,.ubzu [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ubzu{color:#1a1a1a}
.ugwo .ubzu,.ulva .ubzu{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uhav{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uhav img{width:100%;height:100%;object-fit:cover}
.udfq,.uskb{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.udfq img,.uskb img{width:100%;height:100%;object-fit:cover;display:block}
.udfq img{opacity:.28}
.uskb img{opacity:.07}
*:has(> .udfq),*:has(> .uskb){position:relative}
.ukqk{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)}
.ukqk .uzqn{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.ukqk .urdf{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uupm{margin:1.4rem auto;max-width:920px}
.uupm img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uhzd{padding:3rem 0}
.uhcn{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uhcn img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ugar{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uidu{display:flex;overflow:hidden;gap:0 !important}
.uhgj{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.udmm{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}
.uwjy{left:.5rem}.urua{right:.5rem}
.uwgi .utnp{display:none}.uwgi .utnp.is-active{display:block}
.uwki .uthj{display:block !important}
.uwki .umfb{display:flex;flex-wrap:wrap;gap:.5rem}
.uwki .uyyt{cursor:pointer}
