/* ============================================
   NAVIDOG.RU — Редизайн
   Шрифты: Cormorant Garamond + Jost
   Палитра: Navy / Cream / Amber
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600;700&display=swap');

:root {
  --bg:         #F6F2EB;
  --bg-mid:     #EDE8DF;
  --bg-dark:    #0C1D39;
  --white:      #FFFFFF;
  --text:       #1C1915;
  --primary:    #0C1D39;
  --accent:     #B87218;
  --accent-lt:  #D4931E;
  --green:      #2A5438;
  --muted:      #6E6259;
  --border:     #DDD5C6;
  --shadow:     0 4px 32px rgba(12,29,57,0.10);
  --font-d:     'Cormorant Garamond', Georgia, serif;
  --font-b:     'Jost', 'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-b);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--font-d); font-weight: 600; line-height: 1.15; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
h4 { font-size: 1.15rem; }
p { margin-bottom: 1rem; }
a { color: var(--accent); text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .7; }

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
section { padding: 96px 0; }

.section-label {
  font-family: var(--font-b);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 28px; height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.section-title { color: var(--primary); margin-bottom: 20px; }
.section-subtitle { color: var(--muted); font-size: 1.05rem; max-width: 600px; line-height: 1.75; }

/* ── NAVBAR ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(246,242,235,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  color: var(--primary);
  font-family: var(--font-d);
  font-size: 1.55rem; font-weight: 700;
}
.nav-logo .paw { font-size: 1.35rem; }
.nav-logo .accent { color: var(--accent); }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a {
  color: var(--muted);
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.05em;
  padding: 7px 13px;
  transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--primary); background: rgba(12,29,57,.05); opacity: 1; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; background: none; border: none;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--primary); border-radius: 2px; transition: .3s;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: var(--bg-dark);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: 68px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 70% 60% at 80% 40%, rgba(184,114,24,0.11) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 5% 85%, rgba(42,84,56,0.14) 0%, transparent 60%);
}
.hero-particles { display: none; }

.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 400px;
  gap: 80px; align-items: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(246,242,235,.5);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.hero-badge .dot {
  width: 6px; height: 6px;
  background: var(--accent); border-radius: 50%;
  animation: pulse 2.5s ease-in-out infinite;
}

.hero h1 { color: var(--bg); margin-bottom: 24px; font-weight: 600; }
.hero h1 span { color: var(--accent); font-style: italic; }

.hero-desc {
  color: rgba(246,242,235,.62);
  font-size: 1.05rem; line-height: 1.82;
  margin-bottom: 40px; max-width: 500px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  font-family: var(--font-b);
  font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; border: none;
  transition: all .2s;
}
.btn:hover { transform: translateY(-1px); opacity: 1; }
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent-lt); }
.btn-outline {
  background: transparent;
  color: rgba(246,242,235,.75);
  border: 1px solid rgba(246,242,235,.25);
}
.btn-outline:hover { border-color: rgba(246,242,235,.55); color: var(--bg); }

.hero-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 32px;
}
.hero-stat { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: none; }
.hero-stat .num {
  font-family: var(--font-d);
  font-size: 2.6rem; font-weight: 700;
  color: var(--accent); line-height: 1; margin-bottom: 5px;
}
.hero-stat .lbl {
  font-size: 0.76rem;
  color: rgba(246,242,235,.45);
  letter-spacing: 0.03em; line-height: 1.4;
}

.hero-visual { display: flex; flex-direction: column; gap: 10px; }
.hero-card {
  background: rgba(246,242,235,.04);
  border: 1px solid rgba(246,242,235,.09);
  padding: 22px 24px;
  transition: background .25s, border-color .25s;
}
.hero-card:hover { background: rgba(246,242,235,.07); border-color: rgba(246,242,235,.16); }
.hero-card .card-icon { font-size: 1.5rem; margin-bottom: 10px; display: block; }
.hero-card h3 {
  font-family: var(--font-d);
  font-size: 1.05rem; color: rgba(246,242,235,.88);
  margin-bottom: 5px; font-weight: 600;
}
.hero-card p { font-size: 0.83rem; color: rgba(246,242,235,.48); margin: 0; line-height: 1.6; }

/* ── FACTS STRIP ── */
.facts-strip {
  background: var(--accent);
  padding: 52px 0;
}
.facts-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
}
.fact-item {
  text-align: center; padding: 0 36px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.fact-item:last-child { border-right: none; }
.fact-num {
  font-family: var(--font-d);
  font-size: 3.2rem; font-weight: 700;
  color: var(--white); line-height: 1; margin-bottom: 10px;
}
.fact-lbl {
  font-size: 0.8rem; color: rgba(255,255,255,.72);
  line-height: 1.55; letter-spacing: 0.02em;
}

/* ── ABOUT ── */
.about { background: var(--white); padding: 48px 0; max-height: 100vh; box-sizing: border-box; overflow: hidden; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.about-image {
  background: var(--primary);
  min-height: 320px;
  max-height: 60vh;
  display: flex; align-items: stretch; justify-content: stretch;
  position: relative; overflow: hidden;
}
.dogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.guide-dog-single {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.guide-dog-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.guide-dog-single:hover img { transform: scale(1.07); }
.guide-dog-single .dog-name {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(12,29,57,0.72);
  color: #F6F2EB;
  text-align: center;
  font-size: 0.85rem;
  font-family: var(--font-b);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 4px;
  text-transform: uppercase;
}
.dog-photo {
  position: relative;
  overflow: hidden;
}
.dog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.dog-photo:hover img { transform: scale(1.07); }
.dog-name {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(12,29,57,0.72);
  color: #F6F2EB;
  text-align: center;
  font-size: 0.68rem;
  font-family: var(--font-b);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 4px;
  text-transform: uppercase;
}
.about-image::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--accent);
  z-index: 2;
}
.about-illustration { font-size: 9rem; filter: drop-shadow(0 8px 32px rgba(0,0,0,.4)); }
.about-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 6px 14px;
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.04em; color: var(--primary);
}
.badge .icon { font-size: 0.88rem; }
.mission-quote {
  font-family: var(--font-d);
  font-size: 1.22rem; font-style: italic;
  color: var(--primary); font-weight: 400;
  border-left: 3px solid var(--accent);
  padding-left: 20px; margin-bottom: 24px;
  line-height: 1.65;
}

/* ── BREEDS ── */
.breeds { background: var(--bg); }
.breeds-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 18px; margin-top: 56px;
}
.breed-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 32px 26px;
  position: relative;
  transition: transform .25s, box-shadow .25s;
}
.breed-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.breed-card:hover::after { transform: scaleX(1); }
.breed-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.breed-emoji { font-size: 2.2rem; margin-bottom: 16px; display: block; }
.breed-card h3 {
  font-family: var(--font-d);
  color: var(--primary); margin-bottom: 12px;
  font-size: 1.45rem;
}
.breed-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.breed-tag {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--primary); color: var(--white); padding: 3px 10px;
}
.breed-card p { color: var(--muted); font-size: 0.9rem; margin-bottom: 14px; }
.breed-traits {
  list-style: none; padding: 0;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  display: flex; flex-direction: column; gap: 5px;
}
.breed-traits li { font-size: 0.82rem; color: var(--primary); font-weight: 500; }
.breed-cross {
  display: flex; align-items: flex-start; gap: 24px;
  background: var(--primary); color: var(--white);
  padding: 28px 32px; margin-top: 18px;
}
.breed-cross-icon { font-size: 1.8rem; min-width: 36px; margin-top: 4px; }
.breed-cross h4 {
  font-family: var(--font-d);
  color: var(--white); margin-bottom: 8px; font-size: 1.2rem;
}
.breed-cross p { color: rgba(246,242,235,.65); font-size: 0.87rem; margin: 0; }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--white); }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; margin-top: 56px;
}
.testimonial-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 36px 28px;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.testimonial-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.t-quote {
  font-family: var(--font-d);
  font-size: 6rem; line-height: 0.6;
  color: var(--accent); margin-bottom: 16px;
  font-style: italic; font-weight: 700;
}
.t-text {
  font-size: 0.94rem; color: var(--text);
  line-height: 1.82; flex: 1;
  margin-bottom: 28px; font-style: italic;
}
.t-author { display: flex; align-items: center; gap: 14px; }
.t-avatar {
  width: 44px; height: 44px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0;
}
.t-name { font-weight: 700; color: var(--primary); font-size: 0.88rem; }
.t-meta { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }

/* ── INNOVATIONS ── */
.innovations { background: var(--primary); }
.innovations .section-label { color: var(--accent); }
.innovations .section-title { color: var(--bg); }
.innovations .section-subtitle { color: rgba(246,242,235,.58); }
.innovations-grid {
  display: grid; grid-template-columns: 1fr 340px;
  gap: 64px; align-items: start; margin-top: 56px;
}
.ai-features { display: flex; flex-direction: column; }
.ai-feature {
  display: flex; gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.ai-feature:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.ai-feature-icon { font-size: 1.4rem; min-width: 36px; padding-top: 3px; }
.ai-feature-text h4 {
  font-family: var(--font-d);
  color: var(--bg); margin-bottom: 6px;
  font-size: 1.1rem; font-weight: 600;
}
.ai-feature-text p {
  color: rgba(246,242,235,.55);
  font-size: 0.87rem; margin: 0; line-height: 1.72;
}
.ai-visual {
  background: rgba(246,242,235,.04);
  border: 1px solid rgba(246,242,235,.1);
  padding: 32px 26px;
  position: sticky; top: 88px;
}
.ai-visual .brain { font-size: 3.8rem; margin-bottom: 18px; display: block; }
.ai-visual h3 {
  font-family: var(--font-d);
  color: var(--bg); margin-bottom: 10px; font-size: 1.35rem;
}
.ai-visual > p {
  color: rgba(246,242,235,.55);
  font-size: 0.86rem; margin-bottom: 22px;
}
.tech-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tech-tag {
  background: rgba(246,242,235,.06);
  border: 1px solid rgba(246,242,235,.13);
  color: rgba(246,242,235,.7);
  font-size: 0.74rem; font-weight: 500;
  padding: 4px 11px; letter-spacing: 0.05em;
}

/* ── SKOLKOVO ── */
.skolkovo { background: var(--bg); }
.skolkovo-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 52px; align-items: start; margin-top: 56px;
}
.facility-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.facility-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 22px 18px;
  transition: transform .2s, box-shadow .2s;
}
.facility-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.facility-card .fi { font-size: 1.7rem; margin-bottom: 10px; display: block; }
.facility-card h4 {
  font-family: var(--font-d);
  font-size: 1rem; color: var(--primary); margin-bottom: 5px; font-weight: 600;
}
.facility-card p { font-size: 0.81rem; color: var(--muted); margin: 0; }
.skolkovo-info { display: flex; flex-direction: column; gap: 12px; }
.info-row {
  display: flex; gap: 16px;
  background: var(--white); border: 1px solid var(--border); padding: 20px;
}
.info-row .ir-icon { font-size: 1.5rem; min-width: 34px; padding-top: 2px; }
.info-row h4 {
  font-family: var(--font-d);
  color: var(--primary); margin-bottom: 4px; font-size: 1rem; font-weight: 600;
}
.info-row p { color: var(--muted); font-size: 0.85rem; margin: 0; }

/* ── VETERANS ── */
.veterans {
  background: #0E2418;
  position: relative; overflow: hidden;
}
.veterans::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(42,84,56,.35) 0%, transparent 70%);
  pointer-events: none;
}
.veterans::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: rgba(255,255,255,.06);
}
.veterans .container { position: relative; z-index: 1; }
.veterans .section-label { color: var(--accent); }
.veterans .section-title { color: var(--bg); }
.veterans .section-subtitle { color: rgba(246,242,235,.55); }
.veterans-grid {
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 60px; align-items: center; margin-top: 56px;
}
.veterans-content { display: flex; flex-direction: column; gap: 20px; }
.vet-feature {
  padding-left: 20px;
  border-left: 2px solid var(--accent);
}
.vet-feature h4 {
  font-family: var(--font-d);
  color: var(--bg); margin-bottom: 6px; font-size: 1.1rem;
}
.vet-feature p { color: rgba(246,242,235,.62); font-size: 0.87rem; margin: 0; line-height: 1.72; }
.vet-cta-block {
  background: rgba(184,114,24,.09);
  border: 1px solid rgba(184,114,24,.22);
  padding: 36px 28px; text-align: center;
}
.vet-cta-block .shield { font-size: 3.2rem; display: block; margin-bottom: 18px; }
.vet-cta-block h3 {
  font-family: var(--font-d);
  color: var(--bg); margin-bottom: 12px;
  font-size: 1.65rem; line-height: 1.3;
}
.vet-cta-block p { color: rgba(246,242,235,.6); font-size: 0.87rem; margin-bottom: 22px; }
.vet-contacts { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.vet-contact-item {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  padding: 12px 16px;
}
.vc-icon { font-size: 1.2rem; }
.vc-label { font-size: 0.72rem; color: rgba(246,242,235,.42); margin-bottom: 2px; letter-spacing: 0.06em; text-transform: uppercase; }
.vc-value { color: var(--bg); font-weight: 600; font-size: 0.88rem; }
.vc-value:hover { opacity: .75; }

/* ── ADVOCACY ── */
.advocacy { background: var(--white); }
.advocacy-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 18px; margin-top: 56px;
}
.advocacy-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 28px 22px;
}
.advocacy-card--main { grid-row: span 2; border-top: 3px solid var(--primary); }
.adv-icon { font-size: 1.9rem; margin-bottom: 14px; display: block; }
.advocacy-card h3 {
  font-family: var(--font-d);
  color: var(--primary); margin-bottom: 12px; font-size: 1.25rem;
}
.advocacy-card p { color: var(--muted); font-size: 0.87rem; line-height: 1.72; }
.adv-list {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: flex; flex-direction: column; gap: 7px;
}
.adv-list li {
  font-size: 0.84rem; color: var(--text);
  padding-left: 18px; position: relative; line-height: 1.5;
}
.adv-list li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--accent); font-weight: 700;
}
.advocacy-note {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--bg); border: 1px solid var(--border);
  padding: 20px 22px; margin-top: 18px;
}
.adv-note-icon { font-size: 1.4rem; min-width: 26px; }
.advocacy-note p { color: var(--muted); font-size: 0.87rem; margin: 0; line-height: 1.72; }

/* ── GALLERY ── */
.gallery { background: var(--bg-mid); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 10px; margin-top: 40px;
}
.gallery-item {
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  min-height: 180px; position: relative;
  cursor: pointer; transition: transform .35s;
}
.gallery-item::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(12,29,57,.32);
  transition: background .35s;
  z-index: 1;
}
.gallery-item:hover::before { background: rgba(12,29,57,.12); }
.gallery-item:hover { transform: scale(1.015); }
.gallery-item.large { grid-column: span 2; grid-row: span 2; min-height: 370px; }
.gallery-item .gi-emoji {
  font-size: 3.2rem; position: relative; z-index: 2;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
  transition: transform .35s;
}
.gallery-item:hover .gi-emoji { transform: scale(1.1); }
.gallery-item .gi-caption {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  color: rgba(246,242,235,.9);
  padding: 14px 16px; font-size: 0.8rem;
  font-weight: 500; letter-spacing: 0.03em;
}

/* ── PARTNERS ── */
.partners { background: var(--white); }
.partners-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 56px;
}
.partner-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 32px 22px; text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.partner-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.partner-logo { font-size: 2.4rem; margin-bottom: 14px; display: block; }
.partner-card h4 {
  font-family: var(--font-d);
  color: var(--primary); font-size: 1.1rem; margin-bottom: 8px; font-weight: 600;
}
.partner-card p { color: var(--muted); font-size: 0.82rem; margin: 0; line-height: 1.65; }

/* ── CONTACT ── */
.contact { background: var(--primary); }
.contact .section-label { color: var(--accent); }
.contact .section-title { color: var(--bg); }
.contact .section-subtitle { color: rgba(246,242,235,.55); }
.contacts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.contact-info-card {
  background: rgba(246,242,235,.04);
  border: 1px solid rgba(246,242,235,.09);
  padding: 26px 22px;
  transition: background .2s;
}
.contact-info-card:hover { background: rgba(246,242,235,.07); }
.cic-icon { font-size: 1.5rem; margin-bottom: 12px; display: block; }
.contact-info-card h4 {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(246,242,235,.4); margin-bottom: 8px;
}
.contact-info-card p { color: var(--bg); font-weight: 500; margin: 0; line-height: 1.65; }
.contact-info-card a { color: var(--bg); }
.contact-info-card a:hover { color: var(--accent); opacity: 1; }

/* ── FOOTER ── */
footer {
  background: #07111D;
  color: rgba(246,242,235,.38);
  padding: 36px 0; font-size: 0.8rem;
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-logo {
  font-family: var(--font-d);
  color: var(--bg); font-weight: 600; font-size: 1.3rem;
}
.footer-logo span { color: var(--accent); }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: rgba(246,242,235,.35); font-size: 0.78rem; letter-spacing: 0.04em; }
.footer-links a:hover { color: var(--bg); opacity: 1; }

/* ── SCROLL TO TOP ── */
.scroll-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 42px; height: 42px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1rem; cursor: pointer;
  opacity: 0; transform: translateY(10px);
  transition: opacity .3s, transform .3s;
  border: none;
}
.scroll-top.visible { opacity: 1; transform: translateY(0); }

/* ── ANIMATIONS ── */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .45; transform: scale(.8); }
}
.float { animation: none; }
.fade-in { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr 320px; gap: 48px; }
  .contacts-grid { grid-template-columns: repeat(2,1fr); }
  .facts-grid { grid-template-columns: repeat(2,1fr); gap: 0; }
  .fact-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.18); padding: 28px 24px; }
  .fact-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
  .fact-item:nth-last-child(-n+2) { border-bottom: none; }
  .breeds-grid { grid-template-columns: repeat(2,1fr); }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .advocacy-grid { grid-template-columns: 1fr 1fr; }
  .advocacy-card--main { grid-row: span 1; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-item.large { grid-column: span 1; grid-row: span 1; min-height: 180px; }
  .partners-grid { grid-template-columns: repeat(2,1fr); }
  .innovations-grid { grid-template-columns: 1fr; }
  .ai-visual { position: static; }
}
@media (max-width: 768px) {
  section { padding: 64px 0; }
  .container { padding: 0 20px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .about-grid, .skolkovo-grid, .veterans-grid { grid-template-columns: 1fr; }
  .breeds-grid, .testimonials-grid, .partners-grid { grid-template-columns: 1fr; }
  .advocacy-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact-item { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.18); padding: 22px 16px; }
  .fact-item:nth-last-child(-n+2) { border-bottom: none; }
  .facility-cards { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 0; }
  .hero-stat { padding: 0 16px; }
  .nav-links {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    background: var(--bg); border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    flex-direction: column; padding: 12px; gap: 2px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { color: var(--muted); padding: 10px 14px; }
  .hamburger { display: flex; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .contacts-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.5rem; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stat:last-child { grid-column: span 2; border-top: 1px solid rgba(255,255,255,.1); border-right: none; margin-top: 16px; padding-top: 16px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact-item:nth-child(odd) { border-right: none; }
}
