/* ============================================================
   Любовь в ДНК — стили лендинга
   Палитра и типографика — по брендбуку v1-8
   ============================================================ */

:root {
  /* Брендовые цвета */
  --red: #A31A16;        /* цвет логотипа */
  --red-deep: #931A17;   /* градиент 01, конец */
  --red-dark: #6E120F;
  --orange: #E05511;
  --orange-2: #E8530F;   /* градиент 01, начало */
  --orange-3: #EC5101;   /* градиент 02, конец */
  --amber: #F59D1C;
  --yellow: #FFD000;
  --yellow-2: #FFCF01;   /* градиент 02, начало */

  --cream: #FFF1DF;      /* фон брендбука */
  --cream-2: #F8E7CF;
  --cream-3: #F1DBBF;
  --navy: #24466B;
  --navy-deep: #1A344F;
  --ink: #1F1512;
  --ink-soft: #4A3B36;
  --muted: #8A7A73;
  --white: #FFFFFF;

  --grad-1: linear-gradient(90deg, var(--orange-2) 0%, var(--red-deep) 100%);
  --grad-2: linear-gradient(90deg, var(--yellow-2) 0%, var(--orange-3) 100%);
  --grad-hero: radial-gradient(1200px 700px at 85% 20%, rgba(245,157,28,.18), transparent 60%),
               radial-gradient(900px 600px at 10% 90%, rgba(224,85,17,.14), transparent 60%);

  --font-head: 'Russo One', 'Tektur', system-ui, sans-serif;
  --font-alt: 'Tektur', 'Russo One', system-ui, sans-serif;
  --font-body: 'Tilda Sans', 'Onest', system-ui, -apple-system, sans-serif;

  --radius: 20px;
  --radius-s: 12px;
  --container: 1240px;
  --gutter: 24px;
  --shadow: 0 20px 60px -20px rgba(110, 18, 15, .35);
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-head); font-weight: 400; line-height: 1.1; letter-spacing: .01em; }
h2 { font-size: clamp(30px, 4.2vw, 52px); color: var(--red); margin-bottom: 20px; }
h3 { font-size: clamp(20px, 2vw, 24px); }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.center { text-align: center; }
.narrow { max-width: 820px; margin-inline: auto; }
.rounded { border-radius: var(--radius); }

.eyebrow {
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.eyebrow--light { color: var(--yellow); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--font-alt); font-weight: 600; font-size: 15px; letter-spacing: .04em;
  color: var(--white);
  background: var(--grad-1);
  box-shadow: 0 12px 30px -12px rgba(147,26,23,.6);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(147,26,23,.7); }
.btn--small { padding: 10px 20px; font-size: 13px; }
.btn--ghost { background: transparent; color: var(--red); border-color: var(--red); box-shadow: none; }
.btn--ghost:hover { background: rgba(163,26,22,.06); box-shadow: none; }
.btn--light { background: var(--white); color: var(--red); box-shadow: 0 12px 30px -12px rgba(0,0,0,.35); }
.btn--ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); box-shadow: none; }
.btn--ghost-light:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.btn--block { width: 100%; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding: 14px 0;
  transition: background .4s, box-shadow .4s, padding .4s;
}
.nav.is-scrolled { background: rgba(255,241,223,.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 8px 30px -20px rgba(110,18,15,.4); padding: 8px 0; }
.nav__inner { display: flex; align-items: center; gap: 28px; }
.nav__logo img { height: 34px; width: auto; }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { font-family: var(--font-alt); font-weight: 500; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); position: relative; padding: 4px 0; }
.nav__links a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--grad-2); transition: width .3s var(--ease); }
.nav__links a:hover::after, .nav__links a.is-active::after { width: 100%; }
.nav__burger { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 8px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; margin-left: auto; }
.nav__burger span { display: block; height: 2px; background: var(--red); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 0 90px;
  background: var(--grad-hero), var(--cream);
  overflow: hidden;
}
.hero__spiral {
  position: absolute; right: -14vw; top: -12vw; width: 62vw; height: 62vw; max-width: 900px; max-height: 900px;
  background: url('../assets/img/spiral.webp') center/contain no-repeat;
  opacity: .07; pointer-events: none;
  animation: spin 240s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; position: relative; }
.hero__title { display: flex; flex-direction: column; gap: 6px; margin-bottom: 26px; }
.hero__logo { width: min(100%, 560px); height: auto; }
.hero__title-sub { font-family: var(--font-head); font-size: clamp(34px, 4.6vw, 64px); color: var(--red); padding-left: 6px; }
.hero__lead { font-size: clamp(17px, 1.35vw, 20px); color: var(--ink-soft); max-width: 560px; margin-bottom: 32px; font-weight: 300; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 30px; border-top: 1px solid rgba(163,26,22,.18); }
.hero__facts li { display: flex; flex-direction: column; gap: 4px; }
.hero__facts strong { font-family: var(--font-head); font-size: 22px; color: var(--red); line-height: 1.1; }
.hero__facts span { font-size: 13px; color: var(--muted); line-height: 1.35; }

.hero__visual { position: relative; height: 620px; }
.hero__card {
  position: absolute; margin: 0; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow); background: var(--cream-2);
  transition: transform .8s var(--ease);
}
.hero__card img { width: 100%; height: 100%; object-fit: cover; }
.hero__card--1 { width: 62%; height: 74%; left: 0; top: 4%; transform: rotate(-3deg); }
.hero__card--2 { width: 46%; height: 52%; right: 0; top: 0; transform: rotate(4deg); z-index: 2; }
.hero__card--3 { width: 50%; height: 44%; right: 6%; bottom: 0; transform: rotate(-2deg); z-index: 3; }
.hero__visual:hover .hero__card { transform: rotate(0); }
.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(163,26,22,.4); border-radius: 14px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--red); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }

/* ============================================================
   MARQUEE (лента логотипов)
   ============================================================ */
.marquee { background: var(--grad-2); overflow: hidden; padding: 22px 0; }
.marquee__track { display: flex; gap: 70px; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track img { height: 40px; width: auto; filter: brightness(0) invert(1); opacity: .95; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: clamp(70px, 9vw, 130px) 0; position: relative; }
.section--tight { padding-bottom: clamp(40px, 5vw, 70px); }
.section--cream { background: var(--cream-2); }
.section--dark { background: var(--ink); color: rgba(255,241,223,.88); overflow: hidden; }
.section--dark h2 { color: var(--cream); }
.section--dark__spiral { position: absolute; left: -20vw; bottom: -30vw; width: 70vw; height: 70vw; background: url('../assets/img/spiral-white.webp') center/contain no-repeat; opacity: .05; pointer-events: none; }
.section--navy { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: rgba(255,255,255,.88); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--gradient { background: linear-gradient(135deg, var(--orange-2) 0%, var(--red) 55%, var(--red-deep) 100%); color: var(--white); }
.section--gradient h2 { color: var(--white); }

.section__head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.section__desc { color: var(--ink-soft); font-size: 18px; font-weight: 300; margin: 0; }
.section--dark .section__desc { color: rgba(255,241,223,.7); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.split--rev .split__text { order: 1; }
.split--rev .split__media { order: 2; }
.split__media img { width: 100%; height: auto; box-shadow: var(--shadow); }
.split__text p { color: var(--ink-soft); }
.section--navy .split__text p { color: rgba(255,255,255,.8); }

.quote { margin: 30px 0 0; padding: 26px 30px; border-left: 4px solid var(--amber); background: rgba(245,157,28,.08); border-radius: 0 var(--radius-s) var(--radius-s) 0; }
.quote p { font-family: var(--font-alt); font-weight: 500; font-size: 20px; line-height: 1.4; color: var(--red); margin-bottom: 10px; }
.quote cite { font-style: normal; font-size: 14px; color: var(--muted); }
.quote--light { border-left-color: var(--yellow); background: rgba(255,208,0,.08); margin-top: 50px; max-width: 900px; }
.quote--light p { color: var(--cream); font-size: 19px; font-weight: 400; }
.quote--light cite { color: rgba(255,241,223,.6); }

/* ---------- Symbol ---------- */
.pairs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 50px 0; }
.pair { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 18px 22px; background: var(--white); border-radius: var(--radius-s); font-family: var(--font-alt); font-weight: 600; font-size: 16px; color: var(--red); box-shadow: 0 10px 30px -18px rgba(110,18,15,.3); }
.pair i { flex: 1; height: 2px; background: var(--grad-2); border-radius: 2px; position: relative; }
.pair i::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--red); }

.logo-showcase { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-bottom: 60px; }
.logo-showcase__main { background: var(--white); border-radius: var(--radius); padding: clamp(30px, 6vw, 90px) clamp(20px, 5vw, 70px); display: flex; align-items: center; justify-content: center; color: var(--red); box-shadow: 0 20px 50px -30px rgba(110,18,15,.4); position: relative; overflow: hidden; }
.logo-showcase__main::before { content: ''; position: absolute; inset: 0; background: url('../assets/img/spiral.webp') center/120% no-repeat; opacity: .04; }
.logo-showcase__main img { width: 100%; max-width: 620px; position: relative; }
.logo-showcase__variants { display: grid; gap: 16px; }
.logo-showcase__variants figure { margin: 0; background: var(--white); border-radius: var(--radius-s); padding: 22px 26px 14px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.logo-showcase__variants figure img { height: 70px; width: auto; max-width: 100%; }
.logo-showcase__variants figure.dark { background: var(--ink); }
.logo-showcase__variants figure.dark img { filter: brightness(0) invert(1); }
.logo-showcase__variants figcaption { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-family: var(--font-alt); }
.logo-showcase__variants figure.dark figcaption { color: rgba(255,241,223,.55); }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 60px; }
.pillar { background: var(--white); border-radius: var(--radius); padding: 34px 30px; position: relative; overflow: hidden; }
.pillar::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--grad-1); }
.pillar__num { font-family: var(--font-head); font-size: 44px; color: var(--cream-3); line-height: 1; display: block; margin-bottom: 14px; }
.pillar h3 { color: var(--red); margin-bottom: 12px; }
.pillar p { color: var(--ink-soft); font-size: 16px; }

.fractal { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: center; background: var(--ink); color: var(--cream); border-radius: var(--radius); overflow: hidden; }
.fractal__img { height: 100%; min-height: 320px; }
.fractal__img img { width: 100%; height: 100%; object-fit: cover; }
.fractal__text { padding: clamp(30px, 4vw, 60px) clamp(24px, 4vw, 60px) clamp(30px, 4vw, 60px) 0; }
.fractal__text h3 { color: var(--yellow); margin-bottom: 14px; }
.fractal__text p { color: rgba(255,241,223,.8); }

/* ---------- Manifest ---------- */
.manifest { position: relative; background: var(--grad-1); color: var(--cream); padding: clamp(90px, 12vw, 170px) 0; overflow: hidden; text-align: center; }
.manifest__wreath { position: absolute; right: -6%; top: 50%; transform: translateY(-50%); width: min(60vw, 640px); opacity: .12; pointer-events: none; }
.manifest__wreath img { width: 100%; filter: brightness(0) invert(1); }
.manifest__inner { position: relative; }
.manifest__text { font-family: var(--font-head); font-size: clamp(22px, 3.2vw, 40px); line-height: 1.35; max-width: 980px; margin: 0 auto; }
.manifest__logo { display: inline-block; height: 1.15em; width: auto; vertical-align: -.12em; filter: brightness(0) invert(1); margin-right: .2em; }

/* ---------- Platform ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }
.card { background: var(--white); border-radius: var(--radius); padding: 36px 32px; box-shadow: 0 20px 40px -30px rgba(110,18,15,.3); border-top: 4px solid transparent; border-image: var(--grad-2) 1; }
.card h3 { color: var(--red); margin-bottom: 14px; }
.card p { color: var(--ink-soft); font-size: 16px; }

.values { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding: 26px 30px; background: var(--grad-1); color: var(--cream); border-radius: var(--radius); margin-bottom: 70px; }
.values__label { font-family: var(--font-alt); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; font-size: 13px; color: var(--yellow); }
.values ul { display: flex; flex-wrap: wrap; gap: 8px 0; }
.values li { font-family: var(--font-head); font-size: 17px; }
.values li:not(:last-child)::after { content: '•'; margin: 0 14px; color: var(--yellow); }

.levels { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: center; }
.levels__head h3 { color: var(--red); font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 14px; }
.levels__head p { color: var(--ink-soft); }
.levels__list { counter-reset: lvl; display: grid; gap: 14px; }
.levels__list li { counter-increment: lvl; display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 6px 18px; padding: 20px 24px; background: var(--white); border-radius: var(--radius-s); }
.levels__list li::before { content: counter(lvl, decimal-leading-zero); grid-row: span 2; font-family: var(--font-head); font-size: 30px; background: var(--grad-2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.levels__list strong { font-family: var(--font-head); font-weight: 400; font-size: 20px; color: var(--red); }
.levels__list span { color: var(--muted); font-size: 15px; }

/* ---------- Products (bento) ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 18px; margin-bottom: 70px; }
.bento__item { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--cream-3); display: block; }
.bento__item--tall { grid-row: span 2; }
.bento__item--wide { grid-column: span 2; }
.bento__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.bento__item:hover img { transform: scale(1.06); }
.bento__label { position: absolute; inset: auto 0 0 0; padding: 60px 22px 20px; background: linear-gradient(to top, rgba(31,21,18,.85), transparent); color: var(--cream); }
.bento__label h3 { font-size: 20px; margin-bottom: 4px; }
.bento__label p { font-size: 13px; opacity: .8; margin: 0; }

.city-note { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.city-note h3 { color: var(--red); font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 14px; }
.city-note p { color: var(--ink-soft); }
.city-note__imgs { display: grid; gap: 16px; }
.city-note__imgs img { width: 100%; height: 240px; object-fit: cover; box-shadow: var(--shadow); }
.ticks { display: grid; gap: 10px; margin-top: 20px; }
.ticks li { position: relative; padding-left: 30px; color: var(--ink-soft); }
.ticks li::before { content: ''; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: var(--grad-2); }
.ticks li::after { content: ''; position: absolute; left: 5px; top: 11px; width: 6px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.ticks--light li { color: rgba(255,255,255,.85); }

/* ---------- Timeline ---------- */
.timeline { position: relative; display: grid; gap: 40px; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, transparent, var(--amber) 8%, var(--red) 92%, transparent); transform: translateX(-50%); }
.tl { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
.tl::before { content: ''; position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; background: var(--cream); border: 4px solid var(--red); z-index: 1; }
.tl:nth-child(even) .tl__media { order: 2; }
.tl:nth-child(even) .tl__body { order: 1; text-align: right; }
.tl__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.tl__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.tl:hover .tl__media img { transform: scale(1.04); }
.tl__body time { display: inline-block; font-family: var(--font-alt); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.tl__body h3 { color: var(--red); margin-bottom: 12px; font-size: clamp(22px, 2.2vw, 28px); }
.tl__body p { color: var(--ink-soft); font-size: 16px; }

/* ---------- Gallery ---------- */
.gallery { columns: 4; column-gap: 14px; width: min(100% - 2 * var(--gutter), 1400px); margin: 40px auto 0; }
.gallery a { display: block; margin-bottom: 14px; border-radius: var(--radius-s); overflow: hidden; break-inside: avoid; background: var(--cream-3); }
.gallery img { width: 100%; height: auto; transition: transform .8s var(--ease), filter .4s; }
.gallery a:hover img { transform: scale(1.04); }

/* ---------- Books ---------- */
.books { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.book { background: rgba(255,241,223,.05); border: 1px solid rgba(255,241,223,.12); border-radius: var(--radius); padding: 30px 28px; transition: background .3s, border-color .3s; }
.book:hover { background: rgba(255,241,223,.08); border-color: rgba(245,157,28,.4); }
.book__author { display: block; font-family: var(--font-alt); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.book h3 { color: var(--cream); font-size: 19px; margin-bottom: 12px; }
.book p { color: rgba(255,241,223,.72); font-size: 15px; }
.book--accent { background: var(--grad-1); border-color: transparent; }
.book--accent h3 { color: var(--yellow); }
.book--accent p { color: rgba(255,241,223,.9); }
.book--accent strong { color: var(--cream); }

/* ---------- Idea / State ---------- */
.goal { margin-top: 34px; padding: 26px 28px; background: rgba(255,255,255,.06); border-radius: var(--radius); border: 1px solid rgba(255,255,255,.12); }
.goal h3 { color: var(--yellow); margin-bottom: 6px; }
.goal .ticks { margin-top: 10px; }

.state { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 70px; }
.state__col { padding: 36px 34px; background: rgba(255,255,255,.06); border-radius: var(--radius); border: 1px solid rgba(255,255,255,.12); }
.state__col h3 { margin-bottom: 12px; }
.state__col p { color: rgba(255,255,255,.75); }
.state__col--pilot { background: var(--grad-1); border-color: transparent; }
.tag { display: inline-block; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.18); font-family: var(--font-alt); font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); margin-bottom: 14px; }
.state__col dl { display: grid; grid-template-columns: 90px 1fr; gap: 12px 16px; margin: 18px 0 0; }
.state__col dt { font-family: var(--font-alt); font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow); padding-top: 2px; }
.state__col dd { margin: 0; color: rgba(255,255,255,.88); }

.audience { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,.14); }
.audience h3 { margin-bottom: 10px; font-size: 20px; }
.audience p { color: rgba(255,255,255,.75); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips li { padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); font-size: 14px; }

/* ---------- Voices ---------- */
.voices { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 22px; margin-top: 50px; }
.voice { margin: 0; padding: 34px 30px; background: var(--white); border-radius: var(--radius); box-shadow: 0 20px 40px -30px rgba(110,18,15,.3); position: relative; }
.voice::before { content: '“'; position: absolute; left: 24px; top: 4px; font-family: var(--font-head); font-size: 70px; color: var(--cream-3); line-height: 1; }
.voice p { position: relative; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.voice cite { display: block; margin-top: 16px; font-style: normal; font-family: var(--font-alt); font-weight: 600; font-size: 13px; color: var(--orange); letter-spacing: .04em; }
.voice--img { padding: 0; overflow: hidden; background: var(--ink); color: var(--cream); display: flex; flex-direction: column; }
.voice--img::before { display: none; }
.voice--img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.voice--img p { padding: 24px 26px; color: var(--cream); font-family: var(--font-alt); font-weight: 500; }

/* ---------- Author ---------- */
.author { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.author__photo { position: sticky; top: 100px; }
.author__photo img { width: 100%; border-radius: 50%; aspect-ratio: 1; object-fit: cover; box-shadow: var(--shadow); }
.author__role { font-family: var(--font-alt); font-weight: 500; font-size: 19px; color: var(--orange); margin-bottom: 20px; }
.author__text > p { color: var(--ink-soft); }
.author__team { margin-top: 36px; padding: 30px; background: var(--white); border-radius: var(--radius); }
.author__team h3 { color: var(--red); margin-bottom: 10px; font-size: 20px; }
.author__team p { font-size: 15px; color: var(--ink-soft); }
.team { display: grid; gap: 12px; margin-top: 20px; }
.team li { display: flex; flex-direction: column; padding: 12px 0; border-top: 1px solid var(--cream-2); }
.team strong { font-family: var(--font-alt); font-weight: 600; color: var(--red); }
.team span { font-size: 14px; color: var(--muted); }
.archetype { display: grid; grid-template-columns: auto 1fr; gap: 8px 22px; align-items: center; margin-top: 26px; padding: 22px 26px; border-radius: var(--radius-s); background: var(--grad-1); color: var(--cream); }
.archetype span { font-family: var(--font-alt); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); }
.archetype strong { font-family: var(--font-head); font-weight: 400; font-size: 17px; }

/* ---------- Join ---------- */
.join { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.join__text h2 { font-size: clamp(28px, 3.6vw, 44px); }
.join__text p { color: rgba(255,255,255,.85); }
.join__list { display: grid; gap: 12px; margin-top: 24px; }
.join__list li { position: relative; padding-left: 28px; color: rgba(255,255,255,.9); }
.join__list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 14px; height: 2px; background: var(--yellow); }
.join__card { background: rgba(255,255,255,.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); padding: 40px 34px; display: grid; gap: 14px; text-align: center; }
.join__logo { height: 44px; width: auto; margin: 0 auto 6px; filter: brightness(0) invert(1); }
.join__card > p { font-family: var(--font-alt); font-weight: 500; font-size: 18px; margin-bottom: 8px; }
.join__contacts { display: grid; gap: 6px; margin-top: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); font-size: 15px; }
.join__contacts a { color: rgba(255,255,255,.9); }
.join__contacts a:hover { color: var(--yellow); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,241,223,.7); padding: 60px 0 40px; }
.footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px 60px; align-items: start; }
.footer__brand img { height: 36px; width: auto; filter: brightness(0) invert(1); opacity: .9; margin-bottom: 14px; }
.footer__brand p { font-size: 14px; max-width: 360px; }
.footer__links { display: grid; gap: 10px; font-size: 15px; }
.footer__links a:hover { color: var(--yellow); }
.footer__copy { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255,241,223,.12); font-size: 13px; color: rgba(255,241,223,.45); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(31,21,18,.94); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 1200px); max-height: 88vh; border-radius: var(--radius-s); box-shadow: 0 30px 80px rgba(0,0,0,.6); object-fit: contain; }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,241,223,.1); border: 0; color: var(--cream); font-size: 34px; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; transition: background .3s; }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,241,223,.25); }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 20px; }
.lightbox__nav--next { right: 20px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .bento { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; }
  .books { grid-template-columns: repeat(2, 1fr); }
  .voices { grid-template-columns: 1fr 1fr; }
  .voice--img { grid-column: span 2; flex-direction: row; }
  .voice--img img { width: 40%; aspect-ratio: auto; }
  .gallery { columns: 3; }
}

@media (max-width: 900px) {
  .nav__links { position: fixed; inset: 0; background: var(--cream); flex-direction: column; justify-content: center; align-items: center; gap: 26px; transform: translateY(-100%); opacity: 0; transition: transform .4s var(--ease), opacity .4s; z-index: -1; }
  .nav__links.is-open { transform: none; opacity: 1; }
  .nav__links a { font-size: 20px; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav { z-index: 60; }

  .hero { padding: 110px 0 70px; }
  .hero__inner { grid-template-columns: 1fr; gap: 50px; }
  .hero__visual { height: 440px; }
  .hero__scroll { display: none; }
  .split, .split--rev { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 1; }
  .split--rev .split__text { order: 2; }
  .section__head { grid-template-columns: 1fr; gap: 12px; }
  .pairs { grid-template-columns: repeat(2, 1fr); }
  .logo-showcase { grid-template-columns: 1fr; }
  .logo-showcase__variants { grid-template-columns: repeat(3, 1fr); }
  .pillars, .cards-3 { grid-template-columns: 1fr; }
  .fractal { grid-template-columns: 1fr; }
  .fractal__text { padding: 30px 26px; }
  .levels { grid-template-columns: 1fr; }
  .city-note { grid-template-columns: 1fr; }
  .city-note__imgs { grid-template-columns: 1fr 1fr; }
  .timeline::before { left: 20px; }
  .tl { grid-template-columns: 1fr; gap: 20px; padding-left: 52px; }
  .tl::before { left: 20px; top: 24px; }
  .tl:nth-child(even) .tl__media { order: 1; }
  .tl:nth-child(even) .tl__body { order: 2; text-align: left; }
  .state, .audience { grid-template-columns: 1fr; }
  .voices { grid-template-columns: 1fr; }
  .voice--img { grid-column: auto; flex-direction: column; }
  .voice--img img { width: 100%; aspect-ratio: 4/3; }
  .author { grid-template-columns: 1fr; }
  .author__photo { position: static; max-width: 320px; }
  .join { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .hero__visual { height: 340px; }
  .hero__facts { grid-template-columns: 1fr; gap: 18px; }
  .pairs { grid-template-columns: 1fr; }
  .logo-showcase__variants { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .bento__item--wide { grid-column: span 2; }
  .city-note__imgs { grid-template-columns: 1fr; }
  .gallery { columns: 2; column-gap: 10px; }
  .books { grid-template-columns: 1fr; }
  .values { padding: 22px; }
  .values li { font-size: 15px; }
  .values li:not(:last-child)::after { margin: 0 8px; }
  .archetype { grid-template-columns: 1fr; gap: 4px; }
  .archetype strong { margin-bottom: 10px; }
  .state__col dl { grid-template-columns: 1fr; gap: 4px 0; }
  .state__col dd { margin-bottom: 12px; }
  .lightbox__nav { display: none; }
}
