:root{
  --bg:#f7f7f2;
  --paper:#fff;
  --text:#16212a;
  --muted:#4f5a58;
  --line:#d9ddd6;
  --accent:#e67a00;
  --accent-dark:#cc6800;
  --accent-soft:#fbefe1;
  --green:#2f6d49;
  --green-soft:#e8eee4;
  --warm:#ede2d4;
  --shadow:0 18px 60px rgba(22,33,42,.08);
  --radius:26px;
  --max:1560px;
  --font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{font-size:17px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.58}
a{color:var(--green);text-underline-offset:.16em}
a:hover{color:var(--accent-dark)}
img{max-width:100%;display:block;height:auto}
.wide{max-width:var(--max);margin:0 auto;padding:0 34px}
.skip{position:absolute;left:-999px}.skip:focus{left:8px;top:8px;background:#fff;padding:8px 10px;z-index:30}
.site-header{position:sticky;top:0;z-index:15;background:rgba(247,247,242,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:185px;background:transparent}
.nav{display:flex;gap:8px;white-space:nowrap}.nav a{text-decoration:none;color:var(--text);padding:8px 12px;border-radius:999px}.nav a:hover{background:var(--accent-soft);color:var(--accent-dark)}

.hero{padding:28px 0 22px;background:radial-gradient(circle at 86% 8%, rgba(251,239,225,.98) 0, rgba(251,239,225,0) 23%),linear-gradient(180deg,#fffefb 0,var(--bg) 100%)}
.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:16px;align-items:center}
.hero-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:var(--accent);color:#fff;font-weight:800;font-size:.92rem;letter-spacing:.03em}
.subtags{display:flex;gap:8px;flex-wrap:wrap}.subtag{display:inline-flex;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted);text-decoration:none;font-weight:700}.subtag:hover{background:var(--accent-soft);border-color:#efc796;color:var(--accent-dark)}
h1{margin:10px 0 14px;font-size:clamp(2.35rem,4vw,4.3rem);line-height:1.04;letter-spacing:-.05em;max-width:860px}
.lead{margin:0;max-width:940px;font-size:1.13rem;color:#27312e}
.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}
.quick div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 15px}.quick b{display:block;font-size:1rem}.quick span{display:block;margin-top:4px;color:var(--muted);font-size:.94rem}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;border:1px solid var(--accent);font-weight:800;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);color:#fff}.btn-secondary{background:#fff;color:var(--accent-dark)}
.hero-visual{display:flex;justify-content:flex-end;align-items:flex-start;min-height:340px}
.hero-emblem{position:relative;display:inline-block;padding-top:8px;padding-right:8px}
.hero-emblem .glow{position:absolute;right:-10px;top:-26px;width:255px;height:145px;border-radius:50%;background:radial-gradient(ellipse at center, rgba(230,122,0,.20) 0, rgba(230,122,0,.11) 48%, rgba(230,122,0,0) 76%);filter:blur(6px);z-index:0}
.hero-emblem img{position:relative;z-index:1;width:min(360px,100%)}

.section{padding:34px 0}
.section-head{margin-bottom:18px}.section-head h2,.sync-head h2,.card h2,.docs h2{margin:0;font-size:clamp(1.75rem,2.5vw,2.55rem);line-height:1.1;letter-spacing:-.04em}

.reason-stack{display:grid;gap:20px}
.reason-panel{position:relative;background:#fff;border:1px solid #d8ddd4;border-radius:28px;padding:28px 24px 22px;box-shadow:0 8px 30px rgba(22,33,42,.03)}
.reason-panel.highlight{background:var(--warm);border-color:#ebc69a}
.reason-panel .num{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;font-weight:900;margin-bottom:16px}
.reason-panel h3{margin:0 0 12px;font-size:1.55rem;line-height:1.15}.reason-panel p{margin:0;font-size:1.06rem;color:#27312e}

.sync-head{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:end;margin-bottom:18px}
.sync-head h2:last-child{color:var(--green)}
.sync-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 10px 36px rgba(22,33,42,.04)}
.card h3{margin:0 0 10px;font-size:1.36rem;line-height:1.16}.card p{margin:.4rem 0 0;color:#27312e}.card ul{margin:.2rem 0 0 1.1rem;padding:0;color:#27312e}.card li+li{margin-top:.5rem}
.product-side{border-left:6px solid var(--accent)}
.science-side{border-left:6px solid var(--green);background:var(--green-soft)}
.science-footnote{margin:18px 0 0;color:var(--muted);font-size:1rem}

.dose-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:stretch}
.equal-card{height:100%;display:flex;flex-direction:column}
.dose-main,.dose-side{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}
.compact p{margin:.5rem 0 0;color:var(--muted)}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:16px}.dose-table{width:100%;min-width:780px;border-collapse:collapse}.dose-table th,.dose-table td{padding:14px 15px;border-top:1px solid var(--line);text-align:left;vertical-align:top}.dose-table th{background:var(--accent-soft);font-size:.9rem;color:#5d3716}.dose-table td:nth-child(2){white-space:nowrap;color:var(--accent-dark);font-weight:900}
.measure{margin:16px 0 0;padding:14px 15px;background:var(--accent-soft);border:1px solid #efc796;border-radius:16px}
.dose-side h3{margin:0 0 14px;font-size:1.35rem}.steps-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.steps-list li{display:flex;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--line)}.steps-list b{color:var(--accent-dark)}.steps-list span{text-align:right;color:var(--muted)}
.dose-pack{margin:18px auto 14px;max-width:220px}.dose-pack img{width:100%;border-radius:16px}
.side-note{margin-top:auto}.side-note p{margin:.6rem 0 0;color:var(--muted)}

.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.warm{background:#fff7e8;border-color:#ebc89b}.soft-limit{background:#fff}

.docs{background:#fffdf7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.docs-layout{display:grid;grid-template-columns:minmax(0,1fr) 720px;gap:24px;align-items:center}
.docs p{margin:.55rem 0 0;color:var(--muted);max-width:760px}
.doc-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.doc-links a{display:flex;align-items:center;min-height:74px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;color:var(--text);font-weight:700;font-size:.94rem;text-decoration:none;line-height:1.18}.doc-links a:hover{background:var(--accent-soft);border-color:#efc796;color:var(--accent-dark)}

.site-footer{padding:24px 0 36px}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:20px}.producer{display:flex;align-items:center;gap:14px}.producer img{width:78px}.producer-meta strong{display:block;font-size:1.03rem}.producer-meta a{display:block;margin-top:4px;text-decoration:none}
.footer-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.footer-links a{text-decoration:none;color:var(--muted)}.footer-links a:hover{color:var(--accent-dark)}

@media (max-width:1180px){
  .hero-layout{grid-template-columns:minmax(0,1fr) 390px}
  .docs-layout,.dose-layout{grid-template-columns:1fr}
  .docs-layout{gap:18px}
}
@media (max-width:900px){
  .wide{padding:0 20px}
  .site-header{position:static}
  .header-inner{min-height:auto;padding:12px 0;flex-wrap:wrap}
  .nav{flex-wrap:wrap}
  .hero-layout,.sync-head,.sync-row,.split{grid-template-columns:1fr}
  .hero-visual{justify-content:flex-start;min-height:0;padding-top:8px}
  .hero-emblem img{width:260px}
  .hero-emblem .glow{right:-6px;top:-18px;width:190px;height:110px}
}
@media (max-width:680px){
  html{font-size:16px}
  .wide{padding:0 16px}
  .brand img{width:168px}
  .nav{display:none}
  .quick{grid-template-columns:1fr}
  .hero-actions .btn{flex:1 1 auto}
  .doc-links{grid-template-columns:1fr}
  .footer-grid{flex-direction:column;align-items:flex-start}
  .footer-links{justify-content:flex-start}
}

.quiet-card{background:#fffdf8;border-style:dashed}
.important-note{margin:22px 0 0;background:#fff7e8;border:1px solid #ebc89b;border-radius:22px;padding:18px 20px;color:#27312e}
.important-note h3{margin:0 0 8px;font-size:1.28rem}
.important-note p{margin:0}
.footer-sep{display:inline-block;width:28px;min-width:28px}
@media (max-width:680px){.footer-sep{display:none}.brand img{width:168px}}


    :root {
      --bg: #fffaf0; --surface: #ffffff; --surface-2: #fbf3df; --soft: #f5ecd7;
      --ink: #243026; --muted: #66715f; --line: rgba(58, 78, 52, 0.16);
      --green: #4f6f38; --green-dark: #315026; --green-soft: #e8f0da;
      --gold: #fcd34d; --gold-dark: #f59e0b; --accent: #8c5a22; 
      --danger-soft: #fff1df;
      --shadow: 0 18px 50px rgba(52, 57, 35, 0.12); --shadow-soft: 0 10px 26px rgba(52, 57, 35, 0.06);
      --font: Arial, Helvetica, sans-serif;
    }
    
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body { margin: 0; background: linear-gradient(180deg, #fff8ea 0%, #fffaf0 34%, #ffffff 100%); color: var(--ink); font-family: var(--font); line-height: 1.5; }
    *, *::before, *::after { box-sizing: border-box; }
    a { color: inherit; }
    p { margin: 0 0 0.85rem; }
    h1, h2, h3 { line-height: 1.1; margin: 0 0 0.8rem; }
    h1 { font-size: clamp(2rem, 4.1vw, 4.15rem); letter-spacing: -0.052em; max-width: 920px; }
    h2 { font-size: clamp(1.45rem, 2.3vw, 2.45rem); letter-spacing: -0.035em; }
    h3 { font-size: 1.1rem; letter-spacing: -0.02em; }
    
    .home-container { margin: 0 auto; max-width: 1480px; padding: 0 clamp(1rem, 2.3vw, 2rem); width: 100%; }
    .text-link { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 0.18em; }
    .text-link:hover { color: var(--accent); }

    /* --- ШАПКА --- */
    .home-header { background: rgba(255, 250, 240, 0.92); border-bottom: 1px solid rgba(58, 78, 52, 0.10); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); }
    .header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 70px; padding: 0.5rem 0; }
    
    .brand { display: inline-flex; text-decoration: none; align-items: center; }
    .brand img { display: block; max-width: min(280px, 50vw); width: 280px; height: auto; }
    
    .top-nav-right { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; justify-content: flex-end; }
    
    .btn-buy-floating {
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
      color: #78350f; font-weight: 700; text-decoration: none;
      padding: 0.45rem 1.8rem; border-radius: 999px; font-size: 0.95rem;
      box-shadow: 4px 6px 16px rgba(245, 158, 11, 0.3);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-buy-floating:hover { transform: translateY(-2px); box-shadow: 6px 8px 20px rgba(245, 158, 11, 0.4); }
    
    .nav-phone { color: var(--ink); text-decoration: none; font-size: 1.05rem; letter-spacing: -0.02em; white-space: nowrap; margin: 0 0.5rem; }
    .nav-phone:hover { color: var(--accent); }

    .top-nav-links { display: flex; gap: 0.2rem; }
    .top-nav-links a { color: var(--muted); font-weight: 700; font-size: 0.95rem; text-decoration: none; padding: 0.4rem 0.8rem; border-radius: 999px; transition: background 0.15s, color 0.15s; }
    .top-nav-links a:hover { background: var(--green-soft); color: var(--green-dark); }

    /* --- ГЛАВНЫЙ ЭКРАН --- */
    .hero { background: radial-gradient(circle at 78% 18%, rgba(79, 111, 56, 0.08), transparent 28%); }
    .hero-grid { display: grid; gap: clamp(1.4rem, 3.2vw, 3rem); grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.68fr); align-items: center; padding: clamp(1.4rem, 3.8vw, 3.2rem) 0 clamp(1.2rem, 3.2vw, 2.4rem); }
    .lead, .sublead { color: #3e493d; font-size: clamp(1.05rem, 1.36vw, 1.25rem); max-width: 850px; font-weight: 500; }
    
    .hero-visual { min-height: 390px; position: relative; }
    .hero-visual::before { content: ""; position: absolute; right: -2.5rem; top: -2rem; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(102, 148, 68, 0.24) 0%, rgba(102, 148, 68, 0.12) 38%, transparent 70%); filter: blur(3px); pointer-events: none; }
    .photo-card { background: rgba(255,255,255,0.76); border: 1px solid rgba(79, 111, 56, 0.16); border-radius: 28px; box-shadow: var(--shadow); padding: 0.65rem; position: relative; z-index: 1; }
    .photo-card-large { height: min(40vw, 350px); min-height: 310px; }
    .photo-card-small { bottom: 0.35rem; height: 150px; position: absolute; right: 0; width: min(70%, 270px); z-index: 2; }
    .photo-card-small.product-photo { background: transparent; border: 0; box-shadow: none; padding: 0; }
    .photo-card-small.product-photo img { filter: drop-shadow(0 12px 18px rgba(68, 46, 21, 0.2)); }
    .photo-placeholder { align-items: center; background: radial-gradient(circle at 70% 10%, rgba(79, 111, 56, 0.16), transparent 30%), linear-gradient(135deg, #f7edda, #ffffff 58%, #e9f0dc); border: 2px dashed rgba(79, 111, 56, 0.28); border-radius: 22px; color: var(--muted); display: flex; flex-direction: column; gap: 0.3rem; height: 100%; justify-content: center; min-height: 150px; padding: 1.2rem; text-align: center; }
    .photo-placeholder strong { color: var(--green-dark); font-size: 1rem; letter-spacing: 0.08em; }
    .photo-placeholder span { font-size: 0.92rem; }

    /* --- БЛОК 1: Карточки --- */
    .compact-section { padding: clamp(2rem, 4.6vw, 3.7rem) 0; }
    .soft-bg { background: linear-gradient(135deg, rgba(245, 236, 215, 0.4), rgba(232, 240, 218, 0.3)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .section-head { max-width: 1000px; margin-bottom: 2rem; }
    
    .cards-3 { display: grid; gap: 1.2rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .info-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-soft); padding: clamp(1.2rem, 2vw, 1.8rem); display: flex; flex-direction: column; }
    .info-card h3 { color: var(--green-dark); font-size: 1.2rem; margin-bottom: 0.8rem; }
    .info-card p { color: #4d584b; font-size: 0.98rem; margin: 0; }

    /* --- БЛОК 2: Модульная Навигация (Логотип сверху) --- */
    .directions { padding: 2.5rem 0; background: transparent; }
    .directions-head { text-align: center; margin-bottom: 2rem; }
    .directions-head h2 { font-size: 1.25rem; color: var(--ink); margin: 0; font-weight: normal; }
    
    .catalog-container { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
    
    .group-bird { --grp-color: #d97706; --grp-bg: rgba(217, 119, 6, 0.08); --grp-hover: rgba(217, 119, 6, 0.15); }
    .group-cattle { --grp-color: #2563eb; --grp-bg: rgba(37, 99, 235, 0.08); --grp-hover: rgba(37, 99, 235, 0.15); }
    .group-pig { --grp-color: #db2777; --grp-bg: rgba(219, 39, 119, 0.08); --grp-hover: rgba(219, 39, 119, 0.15); }
    .group-rabbit { --grp-color: #16a34a; --grp-bg: rgba(22, 163, 74, 0.08); --grp-hover: rgba(22, 163, 74, 0.15); }
    .group-smallruminant { --grp-color: #9333ea; --grp-bg: rgba(147, 51, 234, 0.08); --grp-hover: rgba(147, 51, 234, 0.15); }
    
    .catalog-module {
      background: #ffffff; border: 1px solid var(--line); border-radius: 20px;
      padding: 1.2rem 1rem; display: flex; flex-direction: column; align-items: center; gap: 1rem;
      flex: 1 1 200px; max-width: 300px; box-shadow: var(--shadow-soft); transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .catalog-module:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--grp-color); }
    
    .grp-header { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
    .grp-icon { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.06)); }
    .catalog-label { font-size: 1.05rem; font-weight: 850; color: var(--ink); white-space: nowrap; margin: 0; }
    
    .catalog-links { display: flex; gap: 0.4rem; justify-content: center; flex-wrap: wrap; width: 100%; }
    .catalog-btn {
      flex: 1 1 auto; text-align: center; background: var(--grp-bg); border: 1px solid transparent;
      border-radius: 8px; color: var(--ink); padding: 0.4rem 0.6rem; font-size: 0.85rem; font-weight: 750;
      text-decoration: none; transition: all 0.15s ease;
    }
    .catalog-btn:hover { background: var(--grp-hover); color: var(--grp-color); border-color: var(--grp-color); }

    /* --- БЛОК 3: Что это и зачем --- */
    .content-narrow { max-width: 960px; margin: 0 auto; }
    .content-narrow p { font-size: 1.05rem; color: #3e493d; margin-bottom: 1.2rem; }
    
    .stress-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; list-style: none; padding: 0; margin: 2rem 0; }
    .stress-list li { position: relative; padding-left: 2.2rem; color: var(--ink); font-weight: 600; font-size: 1.05rem; display: flex; align-items: center; min-height: 28px; }
    .stress-list li::before {
      content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-dark); font-weight: 900; font-size: 1.1rem;
      background: var(--green-soft); width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
    }

    /* --- БЛОК 4: Производство --- */
    .two-col { display: grid; gap: clamp(2rem, 4vw, 4rem); grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); align-items: stretch; }
    .two-col-reverse { grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr); }
    .image-panel { background: rgba(255,255,255,0.62); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-soft); padding: 0.65rem; display: flex; }
    .rect-photo { width: 100%; height: 100%; aspect-ratio: 4/3; }
    
    .section-copy { display: flex; flex-direction: column; justify-content: center; }
    .section-copy p { color: #4d584b; font-size: 1.05rem; }
    
    .feature-list { list-style: none; padding: 0; margin: 1.5rem 0; }
    .feature-list li { position: relative; padding-left: 1.5rem; margin-bottom: 1rem; color: var(--ink); font-size: 1rem; }
    .feature-list li::before { content: "•"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 900; font-size: 1.4rem; line-height: 1; }

    /* --- БЛОК 5: Ссылки и Карта --- */
    .map-banner {
      position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
      background: #e7e5df; border: 1px solid var(--line); border-radius: 24px; margin-top: 2rem;
      color: var(--ink); box-shadow: var(--shadow-soft); transition: all 0.2s ease;
      text-align: center; min-height: 180px; max-height: 220px; overflow: hidden;
    }
    .map-banner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; pointer-events: none; filter: saturate(0.78) contrast(0.94); }
    .map-banner::before { content: ''; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at center, rgba(255,255,255,0.04) 0%, rgba(255,250,240,0.42) 100%); pointer-events: none; }
    .map-banner:hover { border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-2px); }
    .map-banner-link { position: relative; z-index: 2; width: 100%; min-height: 180px; padding: 2.5rem 1rem; display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--ink); }
    .map-banner-content { position: relative; z-index: 1; background: rgba(255,255,255,0.85); padding: 1.2rem 2.5rem; border-radius: 16px; border: 1px solid rgba(79, 111, 56, 0.1); backdrop-filter: blur(4px); }
    .map-banner-icon { font-size: 2rem; margin-bottom: 0.2rem; display: block; }
    .map-banner h2 { margin: 0 0 0.3rem; color: var(--green-dark); font-size: 1.3rem; }
    .map-banner span { color: var(--accent); font-weight: 800; text-decoration: underline; text-underline-offset: 0.2em; font-size: 1rem; }

    /* --- ПОДВАЛ (ЭТАЛОННЫЙ С ГРАНИЦЕЙ) --- */
    .site-footer { padding: 24px 0 36px; border-top: 3px solid var(--green); background: transparent; margin-top: 3rem; }
    .footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
    .producer { display: flex; align-items: center; gap: 14px; }
    .producer img { width: 95px; height: auto; }
    .producer-meta { display: flex; flex-direction: column; }
    .producer-meta strong { font-size: 1.03rem; color: var(--ink); }
    .producer-meta a { margin-top: 4px; text-decoration: none; color: var(--ink); }
    
    .footer-links-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; font-weight: 500; }
    .footer-links a { text-decoration: none; color: var(--muted); }
    .footer-links a:hover { color: var(--green-dark); }
    
    .footer-sublinks { font-size: 0.85rem; opacity: 0.7; gap: 10px; display: flex; flex-wrap: wrap; justify-content: flex-end; }
    .footer-sublinks a { text-decoration: none; color: var(--muted); }
    .footer-sublinks a:hover { color: var(--ink); }

    /* --- АДАПТИВНОСТЬ --- */
    @media (min-width: 1500px) { .home-container, .wide { max-width: 1560px; } }
    @media (max-width: 1180px) { 
      .cards-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    }
    @media (max-width: 960px) {
      .header-inner { flex-direction: column; align-items: center; gap: 1rem; padding: 1rem 0; }
      .top-nav-right { width: 100%; justify-content: center; }
    }
    @media (max-width: 880px) {
      .hero-grid, .two-col, .two-col-reverse { grid-template-columns: 1fr; }
      .photo-card-large { height: 330px; } .photo-card-small { margin: -3.2rem 1rem 0 auto; position: relative; right: auto; width: min(92%, 320px); }
      .stress-list { grid-template-columns: 1fr; }
      .footer-grid { flex-direction: column; align-items: flex-start; }
      .footer-links-wrap, .footer-links, .footer-sublinks { align-items: flex-start; justify-content: flex-start; }
    }
    @media (max-width: 680px) {
      .home-page h1 { font-size: clamp(2rem, 10.5vw, 2.6rem); }
      .catalog-container { flex-direction: column; }
      .catalog-module { max-width: 100%; width: 100%; }
      .top-nav-right { flex-direction: column; gap: 0.8rem; }
    }
  

/* Shared production additions */
:root{--common-dark:#214d4c;--common:#2f827c;--common-accent:#3ebc99;--focus:#0b63ce}
body{overflow-wrap:anywhere}.skip:focus{left:8px;top:8px;position:fixed;border:2px solid var(--focus);border-radius:8px;color:#111}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.theme-common{--accent:#2f827c;--accent-dark:#214d4c;--accent-soft:#e7f4f2;--green:#2f827c;--green-soft:#e7f4f2;--warm:#eaf7f3}
.theme-bird{--accent:#e27131;--accent-dark:#9d4717;--accent-soft:#fff1e7;--warm:#fff4eb}
.theme-cattle{--accent:#6362d6;--accent-dark:#403fa2;--accent-soft:#eeeeff;--warm:#f3f2ff}
.theme-pig{--accent:#d33a69;--accent-dark:#9e2149;--accent-soft:#fff0f5;--warm:#fff3f7}
.theme-rabbit{--accent:#739544;--accent-dark:#4e6e28;--accent-soft:#f0f6e7;--warm:#f5f8ef}
.theme-goat{--accent:#4f2564;--accent-dark:#351642;--accent-soft:#f4edf7;--warm:#f7f1fa}
.page-hero{padding:clamp(2.2rem,5vw,5rem) 0 2.4rem;background:radial-gradient(circle at 85% 10%,var(--accent-soft),transparent 30%)}
.page-hero .eyebrow{color:var(--accent-dark);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.page-hero h1{max-width:980px}.page-lead{font-size:1.12rem;max-width:900px;color:#34423e}
.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.content-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-hero-image{width:min(520px,100%);max-height:470px;object-fit:contain;border-radius:24px}
.dose-callout{font-size:clamp(1.55rem,3vw,2.4rem);font-weight:900;color:var(--accent-dark);line-height:1.15;margin:.4rem 0 1rem}
.plain-list{padding-left:1.2rem}.plain-list li+li{margin-top:.5rem}.meta-note{color:var(--muted);font-size:.94rem}
.source-card{display:flex;flex-direction:column}.source-card h3{margin:.25rem 0 .65rem}.source-card p{margin:.35rem 0}.source-card p:last-child{margin-top:auto;padding-top:.65rem}.source-card a{font-weight:700}.science-group+.science-group{margin-top:clamp(2.8rem,6vw,5rem)}.science-group-head{max-width:850px;margin-bottom:1.25rem}.science-group-head h2{margin-bottom:.45rem}.science-source-meta{color:var(--accent-dark);font-weight:800;font-size:.86rem;letter-spacing:.02em}.science-notes{max-width:900px;border-top:1px solid var(--line);padding-top:1.5rem}.science-notes p{color:#34423e}.source-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.7rem}.badge{display:inline-flex;padding:.25rem .6rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-weight:800;font-size:.78rem}
.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 18px}.faq-list summary{cursor:pointer;font-weight:800;padding:18px 0}.faq-list details p{margin:0 0 18px;color:#34423e}.faq-list details a{color:var(--accent-dark);font-weight:800;text-underline-offset:.18em}.faq-list .answer-list{margin:-6px 0 18px;padding-left:1.3rem;color:#34423e}.faq-list .answer-list li+li{margin-top:5px}
.contact-hero{padding:clamp(1rem,2.4vw,1.65rem) 0;background:radial-gradient(circle at 88% 0,var(--accent-soft),transparent 36%);border-bottom:1px solid var(--line)}.contact-title{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:14px}.contact-title h1{font-size:clamp(1.85rem,3vw,2.65rem);margin:0}.contact-title p{margin:0;color:#52605c;font-size:.94rem}.contact-actions{display:grid;grid-template-columns:1.55fr 1fr 1.65fr;gap:10px}.contact-quick{min-height:58px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:9px 12px;display:flex;align-items:center;gap:11px;box-shadow:0 8px 22px rgba(33,77,76,.06)}.contact-quick a{text-decoration:none}.contact-quick a:hover{color:var(--accent-dark)}.contact-icon,.channel-icon{flex:0 0 auto;width:34px;height:34px;border-radius:11px;background:var(--accent-soft);color:var(--accent-dark);display:inline-flex;align-items:center;justify-content:center}.contact-icon svg,.channel-icon svg{width:19px;height:19px}.channel-icons{display:flex;gap:5px}.channel-icon{width:32px;height:32px}.channel-icon.max-icon{font-size:.56rem;font-weight:900;letter-spacing:-.04em}.contact-label{display:block;color:#687571;font-size:.78rem;line-height:1.15;margin-bottom:2px}.contact-value{display:block;font-size:.95rem;font-weight:850;line-height:1.2;user-select:text}.contact-address .contact-value{font-size:.87rem}.stores-section{padding-top:clamp(1.8rem,4vw,3rem)}.stores-head{display:flex;align-items:end;justify-content:space-between;gap:20px;flex-wrap:wrap}.stores-head h2{margin-bottom:0}.stores-map{width:100%;height:clamp(330px,42vw,480px);border:1px solid var(--line);border-radius:22px;margin:20px 0 24px;background:var(--accent-soft);box-shadow:var(--shadow-soft)}.store-regions{display:grid;gap:22px}.region-block{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.region-block h3{margin-top:0}.store-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.store{border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff}.store h4{margin:0 0 6px;font-size:1.05rem}.store p{margin:.25rem 0;color:#3d4946}.store-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:9px}.store-links a{font-weight:750}
.ai-content{max-width:1020px}.ai-content h2{margin-top:2.5rem}.ai-content h3{margin-top:2rem}.ai-content p{margin:.6rem 0}.ai-content .raw-row{padding:.45rem .7rem;border-left:3px solid var(--accent-soft)}
.home-page .photo-card img,.home-page .image-panel img{width:100%;height:100%;object-fit:contain;border-radius:22px}.home-page .image-panel img{object-fit:cover}.home-page .skip{position:absolute;left:-999px}.home-page .skip:focus{left:8px}
.theme-bird img[src*="/packs/"],.theme-cattle img[src*="/packs/"],.theme-pig img[src*="/packs/"],.theme-rabbit img[src*="/packs/"],.theme-goat img[src*="/packs/"]{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 24%,#000 76%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 4%,#000 96%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 24%,#000 76%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 4%,#000 96%,transparent 100%);mask-composite:intersect;filter:drop-shadow(0 18px 22px rgba(93,55,24,.12))}
.footer-navs{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.footer-sub{font-size:.86rem;opacity:.8}
@media(max-width:900px){.content-grid,.content-grid.three,.store-list{grid-template-columns:1fr}.contact-title{align-items:flex-start;flex-direction:column;gap:4px}.contact-actions{grid-template-columns:1fr 1fr}.contact-phone{grid-column:1/-1}.footer-navs{align-items:flex-start}.page-hero{padding-top:2rem}}
@media(max-width:680px){.nav{display:flex;width:100%;overflow-x:auto;padding-bottom:4px}.nav a{min-height:44px;display:inline-flex;align-items:center}.contact-quick{padding:8px}.contact-address .contact-value{font-size:.8rem}.home-header{position:static}.home-page .top-nav-links{overflow-x:auto;width:100%;justify-content:flex-start}.home-page .photo-card-large{height:auto;min-height:0}.home-page .hero-visual{min-height:0}.home-page .photo-card-small{position:relative;width:82%;margin:-2rem 0 0 auto}.footer-grid{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}


/* === Продажи и социальное доказательство: редакция 2026-09-06 === */
.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.72)}
.proof-strip-inner{display:flex;gap:10px 22px;align-items:center;justify-content:center;flex-wrap:wrap;padding:12px 0;color:#42504b;font-size:.94rem}
.proof-strip a{color:var(--accent-dark,var(--green-dark));font-weight:750;text-decoration:none}.proof-strip a:hover{text-decoration:underline;text-underline-offset:.2em}
.proof-dot{width:5px;height:5px;border-radius:50%;background:var(--accent,var(--green));display:inline-block;opacity:.75}
.review-showcase{padding:clamp(2.8rem,6vw,5.5rem) 0;background:linear-gradient(180deg,rgba(231,244,242,.58),rgba(255,255,255,.65))}
.review-showcase-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(1.6rem,4vw,3.5rem);align-items:center}
.review-video-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:12px;box-shadow:var(--shadow);overflow:hidden}
.review-video-card video{width:100%;max-height:560px;display:block;border-radius:18px;background:#111;object-fit:cover}
.review-copy .eyebrow,.reviews-hero .eyebrow{font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-dark,var(--green-dark));font-size:.8rem}
.review-copy h2{font-size:clamp(1.9rem,4vw,3.25rem);margin:.45rem 0 1rem;line-height:1.05}
.review-quote{margin:1.35rem 0;padding:1.3rem 1.35rem;border-left:4px solid var(--accent,var(--green));background:#fff;border-radius:0 16px 16px 0;box-shadow:var(--shadow-soft)}
.review-quote blockquote{margin:0;font-size:1.12rem;line-height:1.55;font-weight:650;color:#26332e}
.review-source{margin-top:.7rem;font-size:.9rem;color:var(--muted)}
.review-source a{color:var(--accent-dark,var(--green-dark));font-weight:750}
.proof-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.4rem}
.press-note{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--line);font-size:.95rem;color:#48544f}.press-note strong{color:var(--ink)}
.review-mini{margin:2.2rem 0 0;padding:1.15rem 1.25rem;background:var(--accent-soft,#eef7f5);border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.review-mini p{margin:0;color:#34423e}.review-mini a{white-space:nowrap;font-weight:800;color:var(--accent-dark,var(--green-dark));text-decoration:none}.review-mini a:hover{text-decoration:underline;text-underline-offset:.2em}

/* Страница отзывов */
.reviews-hero{padding:clamp(2.8rem,7vw,6rem) 0 2.3rem;background:radial-gradient(circle at 80% 10%,var(--accent-soft,#e7f4f2),transparent 35%)}
.reviews-hero h1{max-width:920px;margin:.5rem 0 1rem}.reviews-hero p{max-width:850px;font-size:1.08rem;color:#43504b}
.review-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.evidence-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.25rem;box-shadow:var(--shadow-soft)}
.evidence-card h3{margin-top:0;color:var(--accent-dark,var(--green-dark))}.evidence-card p:last-child{margin-bottom:0}
.evidence-card img{width:100%;height:auto;border-radius:14px;border:1px solid var(--line)}
.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.media-review{background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:var(--shadow-soft)}
.media-review video{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:13px;background:#111}.media-review h3{font-size:1rem;margin:.8rem .25rem .3rem}.media-review p{font-size:.9rem;color:var(--muted);margin:.25rem}
.review-disclaimer{font-size:.9rem;color:#5c6863;background:#f6f7f5;border:1px solid var(--line);padding:1rem 1.1rem;border-radius:14px;margin-top:1.5rem}

/* Покупка и доставка */
.purchase-panel{margin:0 0 2.2rem;background:linear-gradient(135deg,#fff,var(--accent-soft,#e7f4f2));border:1px solid var(--line);border-radius:26px;padding:clamp(1.3rem,3vw,2.2rem);box-shadow:var(--shadow-soft)}
.purchase-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:1.3rem}.purchase-panel-head h2{margin:0}.purchase-panel-head p{margin:0;color:var(--muted);max-width:620px}
.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:1rem 0 1.4rem}
.price-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.15rem}.price-card .price-label{display:block;color:var(--muted);font-size:.9rem}.price-card strong{display:block;font-size:clamp(1.65rem,4vw,2.4rem);color:var(--accent-dark,var(--green-dark));margin:.2rem 0}.price-card small{color:#65716c}
.delivery-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:1.2rem 0}.delivery-chip{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:14px;padding:.8rem;text-align:center;font-weight:750;color:#34423e}
.purchase-note{color:#4c5954;font-size:.94rem;margin:.75rem 0 0}.purchase-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}

@media(max-width:880px){.review-showcase-grid{grid-template-columns:1fr}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-list{grid-template-columns:repeat(2,minmax(0,1fr))}.review-evidence-grid{grid-template-columns:1fr}}
@media(max-width:620px){.media-grid,.price-grid{grid-template-columns:1fr}.purchase-panel-head{align-items:flex-start;flex-direction:column}.review-mini{align-items:flex-start;flex-direction:column}.delivery-list{grid-template-columns:1fr 1fr}}

/* === Компактная редакция новых продающих блоков: 2026-09-06 === */
/* Страницы про животных используют .review-mini и намеренно не затрагиваются. */

/* Главная: блок отзывов — компактная горизонтальная полоса, а не отдельный экран */
.review-showcase{padding:18px 0;background:linear-gradient(180deg,rgba(231,244,242,.38),rgba(255,255,255,.55))}
.review-showcase-grid{grid-template-columns:150px minmax(0,1fr);gap:18px;align-items:center}
.review-video-card{border-radius:16px;padding:5px;box-shadow:var(--shadow-soft)}
.review-video-card video{width:100%;height:150px;max-height:150px;border-radius:11px;object-fit:cover}
.review-copy{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);column-gap:18px;align-items:center}
.review-copy .eyebrow{grid-column:1;align-self:end;font-size:.68rem}
.review-copy h2{grid-column:1;font-size:clamp(1.25rem,2vw,1.7rem);margin:.15rem 0 .35rem;line-height:1.12}
.review-copy>p:not(.press-note){grid-column:1;margin:.2rem 0;font-size:.88rem;line-height:1.4;color:#43504b}
.review-copy .review-quote{grid-column:2;grid-row:1/4;margin:0;padding:.65rem .8rem;border-left-width:3px;border-radius:0 11px 11px 0;box-shadow:none}
.review-copy .review-quote blockquote{font-size:.86rem;line-height:1.35;font-weight:650}
.review-copy .review-source{margin-top:.35rem;font-size:.75rem;line-height:1.25}
.review-copy .proof-actions{grid-column:1;display:flex;gap:.45rem;margin-top:.45rem}
.review-showcase .btn{padding:7px 11px;font-size:.82rem}
.review-copy .press-note{grid-column:1/-1;margin:.55rem 0 0;padding:.5rem 0 0;font-size:.78rem;line-height:1.35}

/* Страница отзывов: плотная галерея */
.reviews-hero{padding:22px 0 14px}
.reviews-hero h1{margin:.2rem 0 .35rem;font-size:clamp(1.75rem,3.2vw,2.7rem)}
.reviews-hero p{margin:.2rem 0;font-size:.94rem;line-height:1.45;max-width:900px}
.reviews-hero .eyebrow{font-size:.7rem}
.reviews-hero+.proof-strip .proof-strip-inner{padding:7px 0;font-size:.82rem;gap:7px 16px}
.reviews-hero~.section{padding:18px 0}
.review-evidence-grid{gap:10px}
.evidence-card{border-radius:15px;padding:.8rem;box-shadow:none}
.evidence-card h3{font-size:1rem;margin:0 0 .45rem}
.evidence-card p{font-size:.84rem;line-height:1.4;margin:.4rem 0}
.review-evidence-grid .review-quote{margin:.45rem 0;padding:.65rem .75rem;box-shadow:none}
.review-evidence-grid .review-quote blockquote{font-size:.88rem;line-height:1.4}
.review-evidence-grid .review-source{font-size:.76rem;margin-top:.35rem}
.evidence-card img{display:block;max-height:150px;width:100%;object-fit:contain;border-radius:9px}
.media-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.media-review{border-radius:14px;padding:5px;box-shadow:none}
.media-review video{height:190px;aspect-ratio:auto;object-fit:contain;border-radius:9px}
.media-review h3{font-size:.84rem;margin:.4rem .18rem .12rem;line-height:1.2}
.media-review p{font-size:.75rem;line-height:1.25;margin:.1rem .18rem .3rem}
.review-disclaimer{font-size:.78rem;line-height:1.35;padding:.6rem .7rem;border-radius:10px;margin-top:.7rem}
.reviews-hero~.section .section-head{margin-bottom:10px}
.reviews-hero~.section .section-head h2{font-size:clamp(1.25rem,2vw,1.7rem);margin-bottom:.25rem}
.reviews-hero~.section .section-head p{font-size:.84rem;margin:.15rem 0}
.reviews-hero~.section .evidence-card .btn{padding:7px 11px;font-size:.82rem}

/* Покупка: цены и доставка занимают минимум вертикального места */
#order-direct.section{padding:12px 0}
.purchase-panel{margin:0 0 10px;border-radius:16px;padding:.85rem 1rem;box-shadow:none}
.purchase-panel-head{margin-bottom:.55rem;gap:12px}
.purchase-panel-head h2{font-size:clamp(1.25rem,2vw,1.65rem)}
.purchase-panel-head p{font-size:.83rem;line-height:1.35;max-width:760px}
.price-grid{gap:8px;margin:.55rem 0 .65rem}
.price-card{border-radius:12px;padding:.55rem .7rem}
.price-card .price-label{font-size:.76rem}
.price-card strong{font-size:1.35rem;margin:.05rem 0}
.price-card small{font-size:.74rem}
.purchase-panel h3{font-size:.95rem;margin:.4rem 0 .2rem}
.delivery-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:.35rem 0}
.delivery-chip{border-radius:9px;padding:.42rem .5rem;font-size:.8rem}
.purchase-note{font-size:.76rem;line-height:1.35;margin:.35rem 0 0}
.purchase-actions{gap:.45rem;margin-top:.55rem}
.purchase-actions .btn{padding:7px 11px;font-size:.8rem}

@media(max-width:880px){
  .review-showcase-grid{grid-template-columns:110px minmax(0,1fr);gap:12px}
  .review-video-card video{height:110px;max-height:110px}
  .review-copy{display:block}
  .review-copy .review-quote{margin:.45rem 0}
  .review-copy .press-note{margin-top:.4rem}
  .media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .media-review video{height:170px}
}
@media(max-width:620px){
  .review-showcase{padding:12px 0}
  .review-showcase-grid{grid-template-columns:82px minmax(0,1fr);gap:9px;align-items:start}
  .review-video-card{padding:3px;border-radius:11px}
  .review-video-card video{height:104px;max-height:104px;border-radius:8px}
  .review-copy .eyebrow{font-size:.6rem}
  .review-copy h2{font-size:1.05rem;margin:.1rem 0 .25rem}
  .review-copy>p:not(.press-note){font-size:.78rem;line-height:1.3}
  .review-copy .review-quote{padding:.45rem .55rem;margin:.35rem 0}
  .review-copy .review-quote blockquote{font-size:.76rem}
  .review-copy .review-source{font-size:.68rem}
  .review-copy .proof-actions{gap:.3rem}
  .review-showcase .btn{padding:6px 9px;font-size:.72rem}
  .review-copy .press-note{font-size:.7rem;line-height:1.3;padding-top:.35rem}
  .media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .media-review video{height:145px}
  .delivery-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .price-card strong{font-size:1.12rem}
  .purchase-panel{padding:.7rem}
}

/* HERMETIAVIT-IPHONE-FIX:START */
@media (max-width: 680px) {
  /* Не позволяем декоративным элементам расширять страницу за экран iPhone. */
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Позднее правило header-inner раньше обнуляло поля контейнера. */
  .site-header .header-inner,
  .home-header .header-inner {
    width: 100%;
    padding-top: 0.85rem;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-bottom: 0.85rem;
    padding-left: max(18px, env(safe-area-inset-left));
  }

  .home-page .header-inner {
    gap: 0.8rem;
  }

  .home-page .top-nav-right {
    width: 100%;
    min-width: 0;
    align-items: center;
  }

  /* Сохраняем меню одной строкой и запрещаем разрывы внутри слов. */
  .home-page .top-nav-links {
    display: flex;
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 0.12rem;
    overflow: visible;
    padding: 0;
  }

  .home-page .top-nav-links a {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0.35rem 0.25rem;
    font-size: clamp(0.72rem, 3.25vw, 0.84rem);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  /* Hero-grid раньше заменял боковые поля home-container на ноль. */
  .home-page .home-container.hero-grid {
    width: 100%;
    min-width: 0;
    padding-top: clamp(1.35rem, 5vw, 1.8rem);
    padding-right: max(18px, env(safe-area-inset-right));
    padding-bottom: 1.35rem;
    padding-left: max(18px, env(safe-area-inset-left));
  }

  .home-page .hero-content,
  .home-page .hero-visual {
    width: 100%;
    min-width: 0;
  }

  .home-page h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.4rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home-page .lead,
  .home-page .sublead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.52;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home-page .hero-visual {
    overflow: hidden;
  }

  .home-page .photo-card-large {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
  }

  .home-page .photo-card-large img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* На узком экране прозрачное декоративное наложение распадалось на части. */
  .home-page .photo-card-small.product-photo {
    display: none;
  }

  /* Proof-strip-inner также обнулял горизонтальные поля элемента wide. */
  .home-page .proof-strip-inner {
    padding-top: 0.75rem;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-bottom: 0.75rem;
    padding-left: max(18px, env(safe-area-inset-left));
  }
}

@media (max-width: 360px) {
  .home-page .top-nav-links a {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
    font-size: 0.7rem;
  }
}
/* HERMETIAVIT-IPHONE-FIX:END */

/* ГерметияВит: диалог заказа на странице контактов */
.purchase-panel-interactive{
  position:relative;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
@media (hover:hover){
  .purchase-panel-interactive:hover{
    border-color:rgba(33,77,76,.42);
    box-shadow:0 10px 26px rgba(33,77,76,.11);
  }
}
.purchase-panel-order-button{
  flex:0 0 auto;
  min-height:42px;
  padding:.62rem 1rem;
  border:1px solid var(--accent);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--accent-dark);
  font:inherit;
  font-size:.86rem;
  font-weight:800;
  line-height:1.15;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.purchase-panel-order-button:hover,
.purchase-panel-order-button:focus-visible{
  background:var(--accent);
  color:#fff;
  outline:none;
}
.purchase-panel-order-button:active{transform:translateY(1px)}
.order-dialog{
  width:min(560px,calc(100% - 28px));
  max-height:calc(100dvh - 28px);
  margin:auto;
  padding:0;
  overflow:visible;
  border:0;
  border-radius:24px;
  background:transparent;
  color:var(--text);
}
.order-dialog::backdrop{
  background:rgba(19,35,32,.58);
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
}
.order-dialog-card{
  position:relative;
  overflow:auto;
  max-height:calc(100dvh - 28px);
  padding:clamp(1.25rem,4vw,2rem);
  border:1px solid rgba(33,77,76,.18);
  border-radius:24px;
  background:#fffdf8;
  box-shadow:0 24px 70px rgba(15,38,34,.28);
}
.order-dialog-eyebrow{
  display:block;
  margin:0 2.75rem .45rem 0;
  color:var(--accent-dark);
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.order-dialog h2{margin:0 2.75rem .75rem 0;font-size:clamp(1.55rem,5vw,2.15rem)}
.order-dialog p{margin:0;color:#3d4946}
.order-dialog-close{
  position:absolute;
  top:.8rem;
  right:.8rem;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--text);
  font:inherit;
  font-size:1.55rem;
  line-height:1;
  cursor:pointer;
}
.order-dialog-close:hover,.order-dialog-close:focus-visible{
  border-color:var(--accent);
  color:var(--accent-dark);
  outline:none;
}
.order-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:1.25rem 0 .9rem}
.order-dialog-actions .btn{min-height:48px;padding:.75rem 1rem;text-align:center}
.order-dialog-note{padding-top:.85rem;border-top:1px solid var(--line);font-size:.82rem;line-height:1.4}
html.order-dialog-open{overflow:hidden}
@media(max-width:620px){
  .purchase-panel-order-button{width:100%;min-height:44px}
  .order-dialog-actions{grid-template-columns:1fr}
  .order-dialog-card{border-radius:20px}
}
@media(prefers-reduced-motion:reduce){
  .purchase-panel-interactive,.purchase-panel-order-button{transition:none}
}

