/* ============================================================
   VATSAK Benelux — stylesheet
   Operated by UP Trade B.V. | KvK 42048310 | BTW NL869469265B01
   Brand palette: berry red + warm gold on cream.
   ============================================================ */

:root {
  /* Фирменные токены VATSAK (источник: тема vatsak.eu, style.css v0.0.707) */
  --berry: #5C3D32;          /* базовый тёплый коричневый — было бордо */
  --berry-dark: #452B22;
  --berry-soft: #9B7857;
  --accent: #FFE20C;         /* главный фирменный жёлтый */
  --accent-hover: #FFC60C;
  --gold: #C59600;           /* жёлтый для текста на светлом (контраст) */
  --gold-soft: #E4CFA5;      /* бисквит */
  --gold-lightest: #F6E9CD;
  --alert: #FF460C;
  --cream: #F7F3E8;          /* фон страницы */
  --cream-2: #EBE7DD;        /* чередующиеся секции */
  --ink: #5C3D32;
  --ink-soft: #9B7857;
  --line: rgba(92, 61, 50, .14);
  --white: #FFFFFF;
  --shadow: 0 18px 40px -24px rgba(107, 85, 62, .45);
  --shadow-sm: 0 8px 20px -14px rgba(107, 85, 62, .5);
  --radius: 16px;
  --radius-sm: 8px;
  --maxw: 1180px;
  --serif: "Alumni Sans", "Oswald", "Arial Narrow", sans-serif;
  --sans: "Roboto", system-ui, -apple-system, sans-serif;

  --footer-muted: #BEB1AD;   /* приглушённый текст на тёмном футере */
  --alert-bg: #FFEDE6;      /* плашка аллергенов: фон */
  --alert-ink: #C43503;     /* плашка аллергенов: текст */
  --alert-line: #FFD3C4;    /* плашка аллергенов: рамка */
  --error-bg: #FFF1EC;      /* сообщение об ошибке формы: фон */
  --error-ink: #8A2A08;     /* сообщение об ошибке формы: текст */
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; color: var(--ink-soft); }
a { color: var(--berry); text-decoration: none; }
a:hover { color: var(--berry-dark); }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.center { text-align: center; }
.lead { font-size: 1.2rem; color: var(--ink-soft); max-width: 60ch; }
.center .lead { margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-block; font-family: var(--sans); font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; font-size: .74rem;
  color: var(--gold); margin-bottom: 14px;
}
.muted { color: var(--ink-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: .98rem; padding: 14px 26px;
  border-radius: 50px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn--primary { background: var(--berry); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--berry-dark); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--berry); border-color: var(--berry); }
.btn--ghost:hover { background: var(--berry); color: #fff; }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-soft); color: var(--ink); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--berry); }
.btn--light:hover { background: var(--cream-2); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 232, .92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); }
.brand__mark {
  width: 42px; height: 42px; border-radius: 10px; background: var(--berry);
  color: var(--gold-soft); display: grid; place-items: center;
  font-weight: 700; font-size: 1.25rem; letter-spacing: .02em;
}
.brand__name { font-size: 1.32rem; font-weight: 700; color: var(--ink); line-height: 1; }
.brand__name small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
.nav__links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav__links a { color: var(--ink); font-weight: 500; font-size: .98rem; }
.nav__links a:hover, .nav__links a.is-active { color: var(--berry); }
.nav__right { display: flex; align-items: center; gap: 16px; }

.lang { display: flex; gap: 2px; background: var(--cream-2); border: 1px solid var(--line); border-radius: 50px; padding: 3px; }
.lang button {
  border: 0; background: transparent; cursor: pointer; font-weight: 600;
  font-size: .8rem; padding: 5px 11px; border-radius: 50px; color: var(--ink-soft);
}
.lang button.is-active { background: var(--berry); color: #fff; }

.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 480px at 78% -8%, rgba(255,226,12,.22), transparent 60%),
    linear-gradient(160deg, #fff 0%, var(--cream) 46%, var(--cream-2) 100%);
}
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 86px 0 96px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 .accent { color: var(--berry); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero__stats { display: flex; gap: 34px; margin-top: 44px; flex-wrap: wrap; }
.hero__stat strong { display: block; font-family: var(--serif); font-size: 1.9rem; color: var(--berry); line-height: 1; }
.hero__stat span { font-size: .86rem; color: var(--ink-soft); }
.hero__art {
  position: relative; aspect-ratio: 4 / 5; border-radius: 24px;
  background:
    radial-gradient(120% 90% at 30% 20%, var(--berry-soft), var(--berry) 55%, var(--berry-dark) 100%);
  box-shadow: var(--shadow); display: grid; place-items: center; color: #fff; overflow: hidden;
}
.hero__art::after {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 14px, transparent 14px 28px);
}
.hero__art-label { position: relative; text-align: center; padding: 28px; }
.hero__art-label span { font-family: var(--serif); font-size: 2.6rem; display: block; }
.hero__art-label small { letter-spacing: .3em; text-transform: uppercase; font-size: .72rem; color: var(--gold-soft); }

/* ---------- Marquee / trust bar ---------- */
.trustbar { background: var(--berry); color: #fff; }
.trustbar .container { display: flex; flex-wrap: wrap; gap: 14px 40px; justify-content: center; padding-top: 18px; padding-bottom: 18px; }
.trustbar span { font-size: .9rem; letter-spacing: .04em; opacity: .94; display: inline-flex; gap: 9px; align-items: center; }
.trustbar span::before { content: "✦"; color: var(--gold-soft); }

/* ---------- Feature grid ---------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
}
.card__icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--cream-2); color: var(--berry); font-size: 1.5rem; margin-bottom: 16px;
}
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; font-size: .98rem; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split__art {
  aspect-ratio: 5/4; border-radius: 20px; box-shadow: var(--shadow);
  background: linear-gradient(155deg, var(--cream-2), #fff);
  border: 1px solid var(--line); display: grid; place-items: center; padding: 30px; text-align: center;
}
.split__art .big { font-family: var(--serif); font-size: 3.4rem; color: var(--berry); line-height: .9; }
.split__art .cap { letter-spacing: .22em; text-transform: uppercase; font-size: .72rem; color: var(--gold); }

/* ---------- Product cards ---------- */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease;
}
.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product__img {
  aspect-ratio: 4/3; background: linear-gradient(150deg, var(--berry-soft), var(--berry-dark));
  display: grid; place-items: center; color: var(--gold-soft); font-family: var(--serif);
  font-size: 1.5rem; text-align: center; padding: 14px; position: relative;
}
.product__tag {
  position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--ink);
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 50px;
}
.product__body { padding: 18px 20px 22px; }
.product__body h3 { font-size: 1.18rem; margin-bottom: 4px; }
.product__body p { font-size: .9rem; margin-bottom: 12px; }
.product__meta { display: flex; gap: 14px; font-size: .78rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 10px; }
.product__meta b { color: var(--ink); }

/* ---------- Category nav ---------- */
.cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.cats a { background: #fff; border: 1px solid var(--line); padding: 9px 18px; border-radius: 50px; font-weight: 600; font-size: .9rem; color: var(--ink); }
.cats a:hover { background: var(--berry); color: #fff; border-color: var(--berry); }

/* ---------- Band / CTA ---------- */
.band {
  background:
    radial-gradient(900px 400px at 85% 120%, rgba(255,226,12,.30), transparent 60%),
    linear-gradient(150deg, var(--berry) 0%, var(--berry-dark) 100%);
  color: #fff; border-radius: 22px; padding: 60px; text-align: center; box-shadow: var(--shadow);
}
.band h2 { color: #fff; }
.band p { color: rgba(255,255,255,.86); }
.band .btn--ghost { color: #fff; border-color: rgba(255,255,255,.6); }
.band .btn--ghost:hover { background: #fff; color: var(--berry); }

/* ---------- Logos / certs ---------- */
.certs { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.cert {
  border: 1px solid var(--line); background: #fff; border-radius: 12px;
  padding: 16px 22px; font-weight: 700; color: var(--berry); letter-spacing: .04em;
  display: flex; flex-direction: column; align-items: center; min-width: 130px;
}
.cert small { font-weight: 500; color: var(--ink-soft); font-size: .72rem; letter-spacing: 0; text-transform: none; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; padding-top: 18px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--serif); font-size: 1.5rem; color: var(--gold); font-weight: 700;
}
.step h3 { font-size: 1.1rem; margin: 8px 0 6px; }
.step p { font-size: .92rem; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 16px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; background: #fff; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--berry); }
.form .consent { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; color: var(--ink-soft); }
.form .consent input { width: auto; margin-top: 4px; }

/* ---------- Info / contact cards ---------- */
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; }
.info-list .ic { color: var(--berry); font-size: 1.2rem; }
.info-list strong { display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--gold-soft); padding: 64px 0 28px; margin-top: 10px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer a { color: var(--gold-soft); }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: .95rem; }
.footer-brand .brand__name { color: #fff; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between;
  font-size: .82rem; color: var(--footer-muted);
}
.footer-legal .legal-id { display: flex; flex-wrap: wrap; gap: 4px 18px; }

/* ---------- Cookie banner ---------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 760px;
  margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 20px 22px; display: none;
  grid-template-columns: 1fr auto; gap: 18px; align-items: center;
}
.cookie.is-visible { display: grid; }
.cookie p { margin: 0; font-size: .88rem; }
.cookie__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Page hero (inner) ---------- */
.page-hero { background: linear-gradient(160deg, #fff, var(--cream-2)); padding: 64px 0 48px; border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-top: 6px; }
.breadcrumb { font-size: .82rem; color: var(--ink-soft); margin-bottom: 12px; }
.breadcrumb a { color: var(--ink-soft); }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.stack > * + * { margin-top: 18px; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Product card affordance ---------- */
.product__more {
  display: inline-block; margin-top: 10px; font-size: .82rem; font-weight: 600;
  color: var(--berry); border-bottom: 1px dashed var(--gold);
}
.product:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ---------- Chips ---------- */
.chips-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; font-size: .8rem; font-weight: 600;
  padding: 5px 12px; border-radius: 50px; border: 1px solid var(--line);
}
.chip--alg { background: var(--alert-bg); color: var(--alert-ink); border-color: var(--alert-line); }
.chip--ben { background: var(--gold-lightest); color: var(--ink); border-color: var(--gold-soft); }

/* ---------- Modal ---------- */
.modal {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(69, 43, 34, .55); backdrop-filter: blur(3px);
}
.modal.is-open { display: flex; }
.modal__dialog {
  background: #fff; border-radius: 18px; max-width: 640px; width: 100%;
  max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow); position: relative;
}
.modal__head {
  background: linear-gradient(150deg, var(--berry-soft), var(--berry-dark));
  color: #fff; padding: 28px 30px; border-radius: 18px 18px 0 0;
}
.modal__head h3 { color: #fff; margin: 0; font-size: 1.7rem; }
.modal__body { padding: 26px 30px 30px; }
.modal__row { padding: 16px 0; border-bottom: 1px solid var(--line); }
.modal__row:last-of-type { border-bottom: 0; }
.modal__label { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.modal__row p { margin: 0; color: var(--ink); }
.modal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modal__note { font-size: .82rem; color: var(--ink-soft); margin: 0 0 10px; }
.modal__close {
  position: absolute; top: 16px; right: 18px; width: 38px; height: 38px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.2); color: #fff; font-size: 1.4rem; cursor: pointer; line-height: 1;
}
.modal__close:hover { background: rgba(255,255,255,.35); }
.modal__foot { margin-top: 22px; }
.modal__foot .btn { width: 100%; justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__inner, .split { grid-template-columns: 1fr; }
  .hero__art { order: -1; aspect-ratio: 16/10; }
  .grid--4, .products, .steps { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav__links, .nav__right .lang { display: none; }
  .nav__toggle { display: block; }
  .nav.is-open .nav__links {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px;
  }
  .nav.is-open .nav__right .lang { display: flex; }
  .section { padding: 60px 0; }
  .grid--3, .grid--4, .products, .steps, .form .row { grid-template-columns: 1fr; }
  .band { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__stats { gap: 22px; }
}

.page{display:none}
.page.is-active{display:block}

/* ============================================================
   VATSAK BRAND OVERRIDES — приведение к фирменному стилю vatsak.eu
   ============================================================ */

body { font-size: 15px; line-height: 1.45; }

h1, h2, .band h2 {
  font-family: var(--serif);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .005em;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(46px, 7vw, 88px); line-height: .96; }
h2 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.04; }
h3 {
  font-family: var(--serif); font-weight: 700; text-transform: uppercase;
  font-size: clamp(19px, 1.5vw, 24px); line-height: 1.1; letter-spacing: .01em;
}
.hero h1 .accent { color: var(--berry-soft); }
.lead { font-size: 1.08rem; line-height: 1.5; }
.eyebrow { color: var(--gold); }

/* --- Кнопки: радиус 8px, primary — фирменный жёлтый --- */
.btn {
  border-radius: var(--radius-sm);
  font-family: var(--serif); font-weight: 700; text-transform: uppercase;
  font-size: 1.02rem; letter-spacing: .04em; padding: 13px 26px;
}
.btn--primary { background: var(--accent); color: var(--ink); }
.btn--primary:hover { background: var(--accent-hover); color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--berry-soft); }
.btn--ghost:hover { background: var(--berry); color: var(--white); border-color: var(--berry); }
.btn--gold { background: var(--gold-soft); color: var(--ink); }
.btn--gold:hover { background: var(--gold-lightest); color: var(--ink); }
.btn--light { background: var(--white); color: var(--ink); }

/* --- Шапка / логотип --- */
.brand__mark { background: var(--accent); color: var(--ink); border-radius: var(--radius-sm); }
.brand__name small { color: var(--gold); }
.nav__links a:hover, .nav__links a.is-active { color: var(--gold); }
.lang { border-radius: var(--radius-sm); }
.lang button { border-radius: 5px; }
.lang button.is-active { background: var(--accent); color: var(--ink); }

/* --- Hero: плоский кремовый фон вместо белого градиента --- */
.hero {
  background:
    radial-gradient(1100px 480px at 80% -10%, rgba(255, 226, 12, .24), transparent 62%),
    var(--cream);
}
.hero__art {
  border-radius: var(--radius);
  background: radial-gradient(120% 90% at 30% 20%, var(--berry-soft), var(--berry) 58%, var(--berry-dark) 100%);
}
.hero__art-label span { font-family: var(--serif); text-transform: uppercase; letter-spacing: .02em; }
.hero__stat strong { color: var(--berry); font-family: var(--serif); font-size: 2.4rem; }

/* --- Плашка доверия: жёлтая полоса, тёмный текст --- */
.trustbar { background: var(--accent); color: var(--ink); }
.trustbar span::before { color: var(--berry); }

/* --- Радиусы по всей странице к 16/8 --- */
.band, .split__art, .modal__dialog, .cookie { border-radius: var(--radius); }
.modal__head { border-radius: var(--radius) var(--radius) 0 0; }
.card__icon, .cert, .field input, .field select, .field textarea { border-radius: var(--radius-sm); }
.cats a, .chip, .product__tag { border-radius: var(--radius-sm); }
.card__icon { background: var(--gold-lightest); color: var(--berry); }
.cats a:hover { background: var(--berry); color: var(--white); border-color: var(--berry); }
.product__tag { background: var(--accent); color: var(--ink); }
.product__img { background: linear-gradient(150deg, var(--berry-soft), var(--berry-dark)); }
.product__more { color: var(--berry); border-bottom-color: var(--gold); }
.cert { color: var(--berry); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--berry-soft); }
.page-hero { background: linear-gradient(160deg, var(--cream), var(--cream-2)); }
.split__art {
  background: linear-gradient(155deg, var(--gold-lightest), var(--cream-2));
  border: 1px solid var(--gold-soft);
}
.split__art .big { color: var(--berry); text-transform: uppercase; font-size: clamp(64px, 8vw, 110px); }
.split__art .cap { color: var(--gold); }
.step::before { color: var(--gold); font-family: var(--serif); font-size: 1.8rem; }
.modal__label { color: var(--gold); }
.modal__head { background: linear-gradient(150deg, var(--berry-soft), var(--berry-dark)); }
a { color: var(--berry); }
a:hover { color: var(--gold); }
.site-footer { background: var(--berry-dark); }


/* ---------- Реальные изображения ---------- */
.brand__mark { background: transparent; border-radius: 0; width: 42px; height: 42px; object-fit: contain; }
.hero__art {
  background: var(--cream-2);
  border: 1px solid var(--gold-soft);
  display: block; padding: 0; aspect-ratio: 4 / 5;
}
.hero__art::after { content: none; display: none; }
.hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.split__art { padding: 0; overflow: hidden; display: block; }
.split__art img { width: 100%; height: 100%; object-fit: cover; }
.product__img { padding: 0; display: block; background: var(--white); }
.product__img img { width: 100%; height: 100%; object-fit: contain; background: var(--white); }
.product__img .product__tag { z-index: 2; }
.site-footer .brand__mark { filter: brightness(0) invert(1); }

/* --- формы: honeypot и ошибки --------------------------------------- */
.field--hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-error{margin:14px 0 0;padding:12px 14px;border:1px solid var(--alert);border-radius:8px;
  background:var(--error-bg);color:var(--error-ink);font-size:14px;line-height:1.5}
.form-error a{color:inherit;font-weight:600}
[data-turnstile]{margin-top:16px}
button[aria-busy="true"]{opacity:.65;pointer-events:none}
.form .consent a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.form .consent a:hover{color:var(--dark-yellow)}

/* ---------- Реестр сертификатов ---------- */
.card:has(.cert-meta) { display: flex; flex-direction: column; }
.cert-meta {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line);
  font-size: .8rem; line-height: 1.5; color: var(--ink-soft);
}
.cert-meta b { color: var(--berry); font-weight: 500; }
.reg-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.reg-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 720px; }
.reg-table th, .reg-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.reg-table th {
  background: var(--cream-2); font-family: var(--serif); text-transform: uppercase;
  letter-spacing: .1em; font-size: .8rem; font-weight: 700; color: var(--berry);
}
.reg-table tr:last-child td { border-bottom: 0; }
.reg-table td:first-child { font-weight: 500; color: var(--berry); white-space: nowrap; }
.badge-ok {
  display: inline-block; padding: 3px 10px; border-radius: 999px; white-space: nowrap;
  background: var(--gold-lightest); border: 1px solid var(--gold-soft);
  color: var(--berry-dark); font-size: .78rem; font-weight: 500;
}
@media (max-width: 720px) { .reg-table th, .reg-table td { padding: 11px 13px; } }
