/* ============ Мы должны быть воображаемы — дизайн-система на основе вёрстки Риты ============ */
:root {
  --cream: #F3ECDF;
  --cream-2: #EFE5D2;
  --ink: #17181A;
  --terra: #D2401E;
  --terra-dark: #B23315;
  --mustard: #BF8A0D;
  --teal: #2A555A;
  --teal-dark: #214448;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.55; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
mark { background: none; color: var(--terra); font-weight: 600; }

/* появление при скролле */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 32px; mix-blend-mode: normal;
  transition: background .3s ease, box-shadow .3s ease;
}
.nav.is-scrolled { background: rgba(243,236,223,.92); backdrop-filter: blur(8px); box-shadow: 0 1px 0 rgba(23,24,26,.08); }
.nav__logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cream); transition: color .3s; }
.nav__mark { font-family: var(--serif); font-size: 22px; font-weight: 700; color: currentColor; letter-spacing: .01em; white-space: nowrap; }
.nav__amp { color: var(--terra); margin: 0 3px; }
.nav__name { font-family: var(--serif); font-size: 12px; line-height: 1.15; letter-spacing: .03em; padding-left: 12px; border-left: 1px solid currentColor; opacity: .85; }
.nav.is-scrolled .nav__logo { color: var(--ink); }
.nav__links { display: flex; gap: 28px; align-items: center; }
.nav__links a { text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--cream); transition: color .3s; }
.nav.is-scrolled .nav__links a { color: var(--ink); }
.nav__cta { background: var(--terra); color: var(--cream) !important; padding: 10px 20px; border-radius: 999px; text-decoration: none; }
.nav__cta--teal { background: var(--teal); }
.nav__cta--teal:hover { background: var(--teal-dark); }

/* ============ HERO ============ */
.hero { position: relative; height: 100svh; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--teal-dark); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,30,32,.55) 0%, rgba(23,30,32,.35) 45%, rgba(23,30,32,.65) 100%); }
.hero__content { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 900px; }
.hero__title { font-family: var(--serif); font-weight: 800; font-size: clamp(48px, 9vw, 108px); line-height: .98; color: var(--cream); letter-spacing: -.01em; }
.hero__title em { font-style: italic; font-weight: 400; }
.hero__slogan { margin-top: 28px; font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2.6vw, 26px); color: var(--cream); }
.hero__sub { margin-top: 10px; font-size: 14px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: rgba(243,236,223,.75); }
.btn { display: inline-block; margin-top: 36px; padding: 16px 36px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 15px; letter-spacing: .04em; transition: transform .25s ease, background .25s ease; }
.btn--terra { background: var(--terra); color: var(--cream); }
.btn--terra:hover { background: var(--terra-dark); transform: translateY(-2px); }
.btn--teal { background: var(--teal); color: var(--cream); }
.btn--teal:hover { background: var(--teal-dark); transform: translateY(-2px); }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(243,236,223,.7); font-size: 13px; letter-spacing: .12em; }

/* ============ ПОЧЕМУ СЕЙЧАС ============ */
.why { padding: 130px 0 110px; background:
  radial-gradient(600px 400px at 12% 18%, rgba(191,138,13,.16), transparent 70%),
  radial-gradient(520px 380px at 85% 30%, rgba(42,85,90,.14), transparent 70%),
  radial-gradient(500px 420px at 70% 85%, rgba(210,64,30,.10), transparent 70%),
  var(--cream); }
.why__lead { font-size: clamp(19px, 2.4vw, 25px); line-height: 1.5; max-width: 800px; margin-bottom: 26px; }
.why__big { font-family: var(--serif); font-weight: 800; font-size: clamp(38px, 6.4vw, 76px); line-height: 1.04; color: var(--terra); margin: 48px 0 10px; }
.why__attr { font-family: var(--serif); font-style: italic; font-size: clamp(17px, 2vw, 22px); color: rgba(23,24,26,.6); margin-bottom: 22px; }
.why__note { max-width: 680px; font-size: 17px; color: rgba(23,24,26,.75); }
.badge { display: inline-block; margin-top: 42px; padding: 10px 22px; border: 1.5px solid var(--ink); border-radius: 999px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }

/* ============ ДВА ТАКТА ============ */
.beats { padding: 110px 0; background: var(--teal); color: var(--cream); }
.section-title { font-family: var(--serif); font-weight: 800; font-size: clamp(34px, 5vw, 58px); margin-bottom: 46px; }
.section-title--cream { color: var(--cream); }
.beats__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.beat { background: var(--cream); color: var(--ink); border-radius: 18px; padding: 38px 34px; }
.beat__num { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--terra); margin-bottom: 14px; }
.beat h3 { font-family: var(--serif); font-size: 27px; margin-bottom: 14px; }
.beats__line { margin-top: 52px; text-align: center; font-family: var(--serif); font-style: italic; font-size: clamp(20px, 3vw, 28px); line-height: 1.45; }

/* ============ 5 ГРАНЕЙ ============ */
.facets { padding: 120px 0; background: var(--cream); }
.facets__intro { max-width: 640px; font-size: 18px; margin-top: -18px; }
.facets__track { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; max-width: 1360px; margin: 56px auto 0; padding: 0 24px; }
.facet { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 18px rgba(23,24,26,.07); transition: transform .3s ease; }
.facet:hover { transform: translateY(-6px); }
.facet__media { aspect-ratio: 3/4; background: var(--teal-dark); position: relative; }
.facet__media video { width: 100%; height: 100%; object-fit: cover; }
.facet h3 { font-family: var(--serif); font-size: 20px; padding: 18px 18px 2px; }
.facet__tech { padding: 0 18px; color: var(--terra); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.facet p:last-child { padding: 10px 18px 22px; font-size: 14px; color: rgba(23,24,26,.8); }

/* ============ КАК ПРОХОДИТ ============ */
.how { padding: 110px 0; background: var(--terra); color: var(--cream); }
.how__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 54px; }
.stat__num { font-family: var(--serif); font-weight: 800; font-size: clamp(54px, 7vw, 92px); line-height: 1; color: rgba(243,236,223,.92); }
.stat__label { margin-top: 8px; font-size: 15px; color: rgba(243,236,223,.85); max-width: 220px; }
.how__note { max-width: 760px; font-size: 18px; line-height: 1.6; }
.how__place { margin-top: 30px; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: rgba(243,236,223,.8); }

/* ============ ДВЕРЬ ============ */
.door { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: center; background: var(--cream-2); }
.door__img img { width: 100%; height: 100%; object-fit: cover; max-height: 760px; }
.door__text { padding: 70px clamp(28px, 6vw, 90px); }
.door__text h2 { font-family: var(--serif); font-weight: 800; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; margin-bottom: 22px; }
.door__text p { font-size: 18px; margin-bottom: 18px; max-width: 520px; }
.door__em { font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--terra); }

/* ============ ВЕДУЩИЕ ============ */
.authors { padding: 120px 0; background: var(--cream); }
.authors__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.author { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 2px 18px rgba(23,24,26,.07); }
.author img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.author h3 { font-family: var(--serif); font-size: 26px; padding: 24px 28px 4px; }
.author__role { padding: 0 28px; color: var(--terra); font-style: italic; }
.author p:last-child { padding: 14px 28px 30px; font-size: 15px; color: rgba(23,24,26,.82); }

/* ============ ФОРМАТЫ ============ */
.formats { padding: 110px 0; background: var(--mustard); color: var(--ink); }
.formats .section-title--cream { color: var(--cream); }
.formats__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.format { background: var(--cream); border-radius: 16px; padding: 34px 30px; transform: rotate(-.6deg); }
.format:nth-child(2) { transform: rotate(.5deg); }
.format:nth-child(3) { transform: rotate(-.3deg); }
.format h3 { font-family: var(--serif); font-size: 24px; margin-bottom: 6px; }
.format__price { color: var(--terra); font-weight: 600; margin-bottom: 14px; }
.format__next { color: var(--teal); font-weight: 600; font-size: 15px; margin: -4px 0 12px; }
.format__book { margin-top: 18px; }
.format__book > a { display: inline-block; background: var(--terra); color: var(--cream); padding: 11px 24px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.format__book > a:hover { background: var(--terra-dark); transform: translateY(-2px); }
.format__book span { display: block; margin-top: 10px; font-size: 13px; color: rgba(23,24,26,.6); }
.format__book span a { color: var(--teal); }
.format__download { margin-top: 16px; }
.format__download a { display: inline-block; color: var(--terra); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(210,64,30,.4); padding-bottom: 1px; }
.format__download a:hover { border-bottom-color: var(--terra); }

/* ============ ВРЕМЕННЫЙ АНОНС «ЗЕРКАЛЬЦЕ» ============ */
/* выплывает после первого скролла, закрывается крестиком, показывается один раз */
.mirror-note {
  position: fixed; right: 32px; bottom: 28px; z-index: 60;
  width: 290px; height: 372px;
  border-radius: 50% 50% 50% 50% / 44% 44% 56% 56%;
  background: linear-gradient(150deg, var(--terra) 0%, var(--terra-dark) 100%);
  padding: 10px; box-shadow: 0 22px 50px rgba(23,24,26,.30);
  opacity: 0; transform: translateY(24px) scale(.96); pointer-events: none;
  transition: opacity .5s ease, transform .5s ease;
}
.mirror-note.is-open { opacity: 1; transform: none; pointer-events: auto; }
.mirror-note__glass {
  position: relative; width: 100%; height: 100%; border-radius: inherit;
  background: var(--cream-2); border: 2px solid rgba(255,255,255,.7); overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 44px 34px;
}
.mirror-note__glare {
  position: absolute; top: -6%; left: -18%; width: 72%; height: 58%;
  background: linear-gradient(120deg, rgba(255,255,255,.55), rgba(255,255,255,0) 70%);
  transform: rotate(-16deg); pointer-events: none;
}
.mirror-note__kicker { font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--terra); font-weight: 700; }
.mirror-note__title { font-family: var(--serif); font-size: 23px; line-height: 1.2; color: var(--teal-dark); margin-top: 7px; }
.mirror-note__text { font-size: 12.5px; line-height: 1.45; color: rgba(23,24,26,.72); margin-top: 9px; }
.mirror-note__dates { font-size: 12px; line-height: 1.4; color: var(--teal); font-weight: 700; margin-top: 7px; }
.mirror-note__small { font-size: 10.5px; color: rgba(23,24,26,.5); margin-top: 6px; }
.mirror-note__btn {
  display: inline-block; margin-top: 12px; background: var(--terra); color: var(--cream) !important;
  padding: 8px 20px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 12.5px;
  transition: background .25s ease;
}
.mirror-note__btn:hover { background: var(--terra-dark); }
.mirror-note__close {
  position: absolute; top: 0; right: 8px; z-index: 3; width: 26px; height: 26px;
  border: 0; border-radius: 50%; background: var(--cream); color: rgba(23,24,26,.55);
  font-size: 12px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.22);
}
.mirror-note__close:hover { color: var(--ink); }
/* мобильные: компактнее, строку про группу прячем */
@media (max-width: 640px) {
  .mirror-note { right: 14px; bottom: 14px; width: 208px; height: 268px; padding: 8px; }
  .mirror-note__glass { padding: 28px 18px; }
  .mirror-note__title { font-size: 17px; margin-top: 5px; }
  .mirror-note__text { font-size: 10.5px; line-height: 1.35; margin-top: 6px; }
  .mirror-note__dates { font-size: 10px; margin-top: 6px; }
  .mirror-note__small { display: none; }
  .mirror-note__btn { margin-top: 9px; font-size: 11px; padding: 7px 16px; }
}
@media (prefers-reduced-motion: reduce) { .mirror-note { transition: none; } }

/* ============ FAQ ============ */
.faq { padding: 110px 0; background: var(--cream); }
.faq details { border-bottom: 1px solid rgba(23,24,26,.15); padding: 22px 0; max-width: 820px; }
.faq summary { font-family: var(--serif); font-size: 21px; cursor: pointer; list-style: none; position: relative; padding-right: 40px; }
.faq summary::after { content: '+'; position: absolute; right: 8px; top: 0; font-size: 26px; color: var(--terra); transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: 14px; max-width: 700px; color: rgba(23,24,26,.82); }

/* ОТЗЫВЫ */
.reviews { padding: 110px 0; background: var(--cream-2); }
.reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.review { background: #fff; border-radius: 18px; padding: 42px 34px 30px; box-shadow: 0 2px 18px rgba(23,24,26,.07); position: relative; margin: 0; }
.review::before { content: '\201C'; position: absolute; top: 8px; left: 22px; font-family: var(--serif); font-size: 92px; line-height: 1; color: var(--terra); opacity: .16; }
.review blockquote { font-family: var(--serif); font-size: 20px; line-height: 1.5; color: var(--ink); margin: 0 0 22px; position: relative; }
.review figcaption { display: flex; flex-direction: column; gap: 3px; }
.review__name { font-family: var(--serif); font-weight: 600; font-size: 18px; color: var(--terra); }
.review__role { font-size: 14px; color: rgba(23,24,26,.6); }

/* ============ КОНТАКТЫ ============ */
.contacts { padding: 120px 0; background: var(--teal); color: var(--cream); }
.contacts h2 { font-family: var(--serif); font-weight: 800; font-size: clamp(40px, 6vw, 68px); margin-bottom: 16px; }
.contacts > .container > p { font-size: 18px; max-width: 560px; }
.contacts__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 34px; margin-top: 50px; }
.contacts h3 { font-family: var(--serif); font-size: 23px; color: #F0895A; margin-bottom: 10px; }
.contacts a { color: var(--cream); text-decoration: none; border-bottom: 1px solid rgba(243,236,223,.35); }
.contacts a:hover { border-color: var(--cream); }

.contacts__channel { margin-top: 46px; font-size: 16px; }

/* ============ FOOTER ============ */
.footer { padding: 30px 24px 40px; background: var(--teal-dark); color: rgba(243,236,223,.65); font-size: 13px; text-align: center; }
.footer a { color: rgba(243,236,223,.85); }
.footer__req { margin-top: 8px; font-size: 11px; opacity: .8; }
.footer__genre { margin-top: 6px; letter-spacing: .14em; text-transform: uppercase; font-size: 11px; }

/* ============ ЖУРНАЛ (лента + статьи) ============ */
/* внутренние страницы: навигация всегда на плашке */
.nav--solid { background: rgba(243,236,223,.94); backdrop-filter: blur(8px); box-shadow: 0 1px 0 rgba(23,24,26,.08); }
.nav--solid .nav__logo { color: var(--ink); }
.nav--solid .nav__links a { color: var(--ink); }
.nav--solid .nav__cta { color: var(--cream) !important; }
body.page--interior { padding-top: 74px; }

/* шапка раздела */
.jhead { padding: 64px 0 40px; background:
  radial-gradient(600px 400px at 15% 20%, rgba(191,138,13,.14), transparent 70%),
  radial-gradient(520px 380px at 85% 40%, rgba(42,85,90,.12), transparent 70%),
  var(--cream); }
.jhead__kicker { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--terra); margin-bottom: 14px; }
.jhead h1 { font-family: var(--serif); font-weight: 800; font-size: clamp(38px, 6vw, 68px); line-height: 1.04; margin-bottom: 18px; }
.jhead p { max-width: 620px; font-size: 18px; color: rgba(23,24,26,.78); }

/* лента карточек */
.jfeed { padding: 40px 0 110px; background: var(--cream); }
.jfeed__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; }
.jcard { display: flex; flex-direction: column; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 18px rgba(23,24,26,.07); text-decoration: none; color: var(--ink); transition: transform .3s ease, box-shadow .3s ease; }
.jcard:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(23,24,26,.12); }
.jcard__media { aspect-ratio: 16/10; overflow: hidden; background: var(--cream-2); }
.jcard__media img { width: 100%; height: 100%; object-fit: cover; }
.jcard__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.jcard__tag { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--terra); margin-bottom: 10px; }
.jcard__title { font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.2; margin-bottom: 10px; }
.jcard__excerpt { font-size: 15px; color: rgba(23,24,26,.78); margin-bottom: 16px; }
.jcard__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.jcard__more { font-size: 14px; font-weight: 600; color: var(--terra); }
.like-ctl { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; font-size: 14px; color: rgba(23,24,26,.55); line-height: 1; -webkit-tap-highlight-color: transparent; }
.like-ctl .like-heart { font-size: 20px; color: var(--terra); transition: transform .15s ease; }
.like-ctl:hover .like-heart { transform: scale(1.15); }
.like-ctl.is-liked .like-heart { color: #D2401E; }
.like-ctl .like-count { min-width: 8px; font-variant-numeric: tabular-nums; }
.article__like { margin: 8px 0 0; padding: 30px 0 6px; display: flex; align-items: center; justify-content: center; gap: 14px; border-top: 1px solid rgba(23,24,26,.12); }
.like-ctl--lg { gap: 12px; }
.like-ctl--lg .like-heart { font-size: 44px; }
.like-ctl--lg .like-count { font-size: 24px; font-weight: 600; color: var(--terra); }
.like-hint { font-size: 16px; color: rgba(23,24,26,.6); }

/* статья */
.article { background: var(--cream); }
.article__hero { padding: 60px 0 30px; }
.article__wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.article__tag { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--terra); margin-bottom: 16px; }
.article__title { font-family: var(--serif); font-weight: 800; font-size: clamp(32px, 5.2vw, 56px); line-height: 1.06; margin-bottom: 18px; }
.article__meta { font-size: 14px; color: rgba(23,24,26,.6); letter-spacing: .02em; }
.article__meta a { color: var(--terra); text-decoration: none; }
.article__figure { max-width: 1000px; margin: 20px auto 0; padding: 0 24px; }
.article__figure img { width: 100%; border-radius: 14px; }
.article__figure figcaption { margin-top: 10px; font-size: 13px; color: rgba(23,24,26,.55); text-align: center; }
.article__body { padding: 44px 0 20px; }
.article__body p { font-size: 18.5px; line-height: 1.62; margin-bottom: 22px; color: #26262a; }
.article__body h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(24px, 3.4vw, 32px); line-height: 1.2; margin: 40px 0 16px; }
.article__body h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; margin: 28px 0 12px; }
.article__body ul, .article__body ol { margin: 0 0 22px 22px; }
.article__body li { font-size: 18.5px; line-height: 1.6; margin-bottom: 10px; }
.article__body ul.doors-list { list-style: none; margin-left: 0; }
.article__body ul.doors-list li { position: relative; padding-left: 44px; min-height: 34px; margin-bottom: 14px; }
.article__body ul.doors-list .door-ico { position: absolute; left: 0; top: 4px; width: 24px; height: auto; }
.article__body .article__softcta { margin-top: 34px; padding: 20px 24px; background: var(--cream-2); border-left: 3px solid var(--terra); border-radius: 0 12px 12px 0; font-size: 18px; }
.article__body .classics-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; margin: 12px 0 22px; }
.article__body .classics-grid figure { margin: 0; }
.article__body .classics-grid a { display: block; }
.article__body .classics-grid img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; box-shadow: 0 2px 12px rgba(23,24,26,.12); transition: transform .25s ease; }
.article__body .classics-grid a:hover img { transform: translateY(-3px); }
.article__body .classics-grid figcaption { margin-top: 7px; font-size: 13.5px; color: rgba(23,24,26,.6); }
.article__body blockquote { margin: 30px 0; padding: 6px 0 6px 26px; border-left: 3px solid var(--terra); font-family: var(--serif); font-style: italic; font-size: 23px; line-height: 1.4; color: var(--teal); }
.article__body strong { font-weight: 600; }

/* CTA в конце статьи */
.article__cta { max-width: 760px; margin: 30px auto 0; padding: 34px 32px; background: var(--teal); color: var(--cream); border-radius: 18px; }
.article__cta h3 { font-family: var(--serif); font-size: 26px; margin-bottom: 10px; }
.article__cta p { font-size: 16px; color: rgba(243,236,223,.9); margin-bottom: 20px; }
.article__cta .btn { margin-top: 0; }
.article__cta a.link { color: var(--cream); border-bottom: 1px solid rgba(243,236,223,.4); text-decoration: none; }

/* низ статьи: назад + читать ещё */
.article__foot { max-width: 760px; margin: 0 auto; padding: 40px 24px 100px; }
.article__back { display: inline-block; font-size: 14px; font-weight: 600; color: var(--terra); text-decoration: none; margin-bottom: 34px; }
.article__more h4 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: rgba(23,24,26,.5); margin-bottom: 16px; }
.article__more ul { list-style: none; margin: 0; }
.article__more li { border-top: 1px solid rgba(23,24,26,.12); padding: 14px 0; }
.article__more a { font-family: var(--serif); font-size: 20px; text-decoration: none; color: var(--ink); }
.article__more a:hover { color: var(--terra); }

@media (max-width: 720px) {
  .nav__links a:not(.nav__cta) { display: none; }
  .door__img img { max-height: 420px; }
  .article__body p, .article__body li { font-size: 17px; }
}

/* ===== гамбургер-навигация (общая) ===== */
.nav__right { display: flex; align-items: center; gap: 14px; }
.burger { width: 44px; height: 44px; border: none; background: transparent; cursor: pointer; display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: .25s; }
.nav--solid .burger span { background: var(--ink); }
.menu { position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 84vw); background: rgba(42,85,90,.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: var(--cream); z-index: 200; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 40px 42px; box-shadow: -20px 0 60px rgba(0,0,0,.22); transform: translateX(100%); opacity: 0; pointer-events: none; transition: transform .32s ease, opacity .32s ease; }
.menu.is-open { transform: translateX(0); opacity: 1; pointer-events: auto; }
.menu a { font-family: var(--serif); font-size: clamp(22px, 3.4vw, 30px); color: var(--cream); text-decoration: none; padding: 8px 0; opacity: .95; transition: .2s; }
.menu a:hover { color: var(--terra); padding-left: 6px; }
.menu a.soon { opacity: .45; pointer-events: none; }
.menu a.soon::after { content: " · скоро"; font-family: var(--sans); font-size: 12px; letter-spacing: .05em; vertical-align: middle; }
.menu__close { position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; border: none; background: transparent; color: var(--cream); font-size: 32px; cursor: pointer; line-height: 1; opacity: .85; }
.menu__close:hover { opacity: 1; }
body.menu-open { overflow: hidden; }
.nav.is-scrolled .burger span { background: var(--ink); }
