/* ============================================================
   Корпорация Дирижаблей — общие компоненты страниц
   Подключать после tokens.css
   ============================================================ */

/* ---------- ШАПКА ---------- */
.site-header{
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid var(--line-soft);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled{ box-shadow: var(--shadow-sm); background: rgba(255,255,255,.92); }
.header-row{ display: flex; align-items: center; gap: 28px; height: 84px; }

.brand{ display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
.brand img{ width: 98px; height: auto; transform: translateX(-7.4%); } /* компенсация пустого поля слева внутри SVG-знака — выравнивание по краю контента */
.brand .wm{ display: flex; flex-direction: column; line-height: 1.04; }
.brand .wm b{ font-weight: 800; font-size: 16px; letter-spacing: .03em; color: var(--brand); }
.brand .wm span{ font-weight: 800; font-size: 16px; letter-spacing: .03em; color: var(--brand-ink); }

.main-nav{ display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav > a, .nav-item > button{
  font: inherit; font-weight: 600; font-size: 16px; color: var(--brand-ink);
  background: none; border: 0; cursor: pointer;
  padding: 10px 16px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px;
  transition: background .15s ease, color .15s ease;
}
.main-nav > a:hover, .main-nav > a.active, .nav-item > button:hover{ background: var(--paper); color: var(--brand); }
.nav-item{ position: relative; }
.nav-item .chev{ width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nav-item:hover .chev{ transform: rotate(225deg) translateY(-2px); }
.dropdown{
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 248px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); padding: 10px; opacity: 0; visibility: hidden; transition: all .2s ease;
}
.nav-item:hover .dropdown{ opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a{ display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: var(--r-sm); font-weight: 600; font-size: 15px; color: var(--brand-ink); }
.dropdown a:hover{ background: var(--paper); color: var(--brand); }
.dropdown a .mk{ width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; opacity: .5; transition: opacity .15s ease, transform .15s ease; }
.dropdown a:hover .mk{ opacity: 1; transform: scale(1.25); }

.header-phone{ display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; flex-shrink: 0; }
.header-phone a{ font-weight: 800; font-size: 18px; color: var(--brand); letter-spacing: .01em; }
.header-phone span{ font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }

.burger{ display:none; }

/* ---------- ЗАГОЛОВОК СТРАНИЦЫ ---------- */
.page-header{ position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 55%, var(--sky-low) 100%); }
.page-header::after{ content:""; position:absolute; right:-6%; top:-30%; width: 520px; height: 520px;
  border: 1.5px dashed rgba(47,123,255,.3); border-radius: 50%; transform: rotate(-16deg); }
.page-header .ph-inner{ position: relative; padding-block: 54px 64px; }
.breadcrumbs{ display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.breadcrumbs a{ color: var(--muted); }
.breadcrumbs a:hover{ color: var(--brand); }
.breadcrumbs .sep{ color: var(--muted-2); opacity: .6; }
.breadcrumbs span[aria-current]{ color: var(--brand-ink); font-weight: 600; }
.page-header h1{ font-weight: 800; font-size: clamp(32px, 4.6vw, 58px); line-height: 1.04; letter-spacing: -.02em; margin: 0; color: var(--brand-ink); max-width: 900px; }
.page-header .ph-sub{ font-size: clamp(16px,1.4vw,19px); color: var(--muted); margin: 18px 0 0; max-width: 640px; }
.page-header .ph-meta{ display:flex; flex-wrap:wrap; gap: 10px 18px; align-items:center; margin-top: 22px; font-size: 14px; color: var(--muted); }
.page-header .ph-meta .tag{ background:#fff; color: var(--brand); font-weight:700; padding:6px 14px; border-radius:999px; font-size:13px; letter-spacing:.03em; box-shadow: var(--shadow-sm); }
.page-header .ph-meta time{ font-weight:600; }

/* ---------- СЕКЦИЯ ---------- */
.section{ padding: clamp(40px, 5vw, 72px) 0; } /* отступы уменьшены пропорционально (было 56/7vw/96) */
.section.tight{ padding: clamp(40px,5vw,64px) 0; }

/* ---------- ЗАГЛУШКА ИЗОБРАЖЕНИЯ ---------- */
.imgph{ position: relative; overflow: hidden; background: linear-gradient(160deg, var(--sky-top), var(--sky-low)); display: grid; place-items: center; }
.imgph svg{ width: 56%; max-width: 320px; opacity: .55; }
.imgph .cap{ position:absolute; bottom:12px; right:14px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color: var(--muted-2); background: rgba(255,255,255,.7); padding:4px 10px; border-radius:999px; }

/* ---------- КАРТОЧКА НОВОСТИ ---------- */
.news-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card{ border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--line);
  transition: transform .22s ease, box-shadow .22s ease; display: flex; flex-direction: column; }
.news-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-md); }
.news-card .thumb{ aspect-ratio: 16/10; }
.news-card .thumb .tag{ position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.92);
  color: var(--brand); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; letter-spacing: .04em; z-index:2; }
.news-card .body{ padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.news-card .date{ font-size: 13px; color: var(--muted-2); font-weight: 600; }
.news-card h3{ font-size: 19px; font-weight: 800; line-height: 1.25; margin: 10px 0 0; letter-spacing: -.01em; }
.news-card h3 a:hover{ color: var(--brand); }
.news-card p{ color: var(--muted); font-size: 14.5px; margin: 12px 0 0; }
.news-card .read{ margin-top: auto; padding-top: 18px; color: var(--accent); font-weight: 700; font-size: 14.5px; display: inline-flex; gap: 7px; align-items: center; }
.news-card .read svg{ transition: transform .2s ease; }
.news-card:hover .read svg{ transform: translateX(4px); }

/* ---------- ПАГИНАЦИЯ ---------- */
.pagination{ display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 56px; }
.pagination a, .pagination span{ min-width: 46px; height: 46px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--r-sm); font-weight: 700; font-size: 15px; color: var(--brand-ink); background: #fff; transition: all .15s ease; }
.pagination a:hover{ border-color: var(--accent); color: var(--accent); }
.pagination .current{ background: var(--brand); color: #fff; border-color: var(--brand); }
.pagination .dots{ border: 0; background: none; min-width: 24px; }
.pagination .nav-arrow svg{ display:block; }

/* ---------- СТАТЬЯ / PROSE ---------- */
.layout{ display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 56px; align-items: start; }
.prose{ font-size: 17.5px; line-height: 1.75; color: #28364f; max-width: 760px; }
.prose > *:first-child{ margin-top: 0; }
.prose p{ margin: 0 0 20px; }
.prose h2{ font-size: 28px; font-weight: 800; letter-spacing: -.01em; color: var(--brand-ink); margin: 40px 0 14px; }
.prose h3{ font-size: 21px; font-weight: 800; color: var(--brand-ink); margin: 30px 0 10px; }
.prose ul, .prose ol{ margin: 0 0 20px; padding-left: 22px; }
.prose li{ margin-bottom: 8px; }
.prose ul li::marker{ color: var(--accent); }
.prose a{ color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.prose blockquote{ margin: 28px 0; padding: 18px 26px; border-left: 4px solid var(--accent); background: var(--paper); border-radius: 0 var(--r-md) var(--r-md) 0; font-size: 19px; color: var(--brand-ink); }
.prose figure{ margin: 28px 0; }
.prose figure .imgph{ border-radius: var(--r-md); aspect-ratio: 16/9; }
.prose figcaption{ font-size: 13.5px; color: var(--muted-2); margin-top: 10px; }
.prose .lead{ font-size: 20px; color: var(--brand-ink); font-weight: 500; }

/* таблица в тексте */
.prose table{ width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 15.5px; border: 1px solid var(--line); }
/* единая светлая сетка: рамка ячеек var(--line) (заменяет тёмные границы блока Gutenberg) */
.prose th, .prose td{ text-align: left; padding: 13px 16px; border: 1px solid var(--line); vertical-align: top; }
.prose thead th{ background: var(--paper); color: var(--brand-ink); font-weight: 800; border-bottom: 2px solid var(--line); }
.prose tbody tr:last-child td{ border-bottom: 0; }
.prose tbody tr:hover{ background: #fafcfe; }
.prose table caption{ caption-side: bottom; font-size: 13px; color: var(--muted-2); margin-top: 10px; text-align: left; }
/* на узких экранах таблица прокручивается по горизонтали, а не ломает вёрстку */
@media (max-width: 620px){
  .prose table{ display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }
}

/* изображение с обтеканием текстом */
.prose .float-right{ float: right; width: 320px; max-width: 44%; margin: 6px 0 18px 28px; }
.prose .float-right .imgph{ aspect-ratio: 4/3; border-radius: var(--r-md); }
.prose .float-left{ float: left; width: 320px; max-width: 44%; margin: 6px 28px 18px 0; }
.prose .float-left .imgph{ aspect-ratio: 4/3; border-radius: var(--r-md); }

/* центрированная колонка текста + изображение во всю ширину */
.article-narrow{ max-width: 800px; margin-inline: auto; }
.figure-full{ margin: 8px 0 40px; }
.figure-full .imgph{ aspect-ratio: 16/7; border-radius: var(--r-lg); border: 1px solid var(--line); }
@media (max-width: 620px){
  .prose .float-right, .prose .float-left{ float: none; width: 100%; max-width: 100%; margin: 0 0 20px; }
}

.feat-image{ border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/8; margin-bottom: 40px; border: 1px solid var(--line); }

/* боковая колонка */
.aside{ position: sticky; top: 108px; display: flex; flex-direction: column; gap: 24px; }
.aside .card{ background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.aside h4{ font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin: 0 0 16px; font-weight: 700; }
.aside .mini{ display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.aside .mini:last-child{ border-bottom: 0; padding-bottom: 0; }
.aside .mini:first-child{ padding-top: 0; }
.aside .mini .mthumb{ width: 72px; height: 56px; border-radius: 10px; flex-shrink: 0; }
.aside .mini .mdate{ font-size: 12px; color: var(--muted-2); font-weight: 600; }
.aside .mini b{ font-size: 14.5px; font-weight: 700; line-height: 1.3; display: block; margin-top: 3px; }
.aside .mini a:hover b{ color: var(--brand); }
.aside .tags{ display: flex; flex-wrap: wrap; gap: 8px; }
.aside .tags a{ font-size: 13px; font-weight: 600; color: var(--muted); border: 1px solid var(--line); padding: 7px 13px; border-radius: 999px; }
.aside .tags a:hover{ border-color: var(--accent); color: var(--accent); }

/* поделиться / навигация по статье */
.article-foot{ display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.share{ display: flex; align-items: center; gap: 10px; }
.share span{ font-size: 14px; color: var(--muted); font-weight: 600; }
.share a{ width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--brand); transition: all .15s ease; }
.share a:hover{ background: var(--brand); color: #fff; border-color: var(--brand); }

/* ---------- ТЕКСТ + ВРЕЗКИ (статичная страница) ---------- */
.split{ display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.split.rev .col-img{ order: -1; }
.col-img .imgph{ border-radius: var(--r-lg); aspect-ratio: 4/3; border: 1px solid var(--line); }
.kpi-row{ display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.kpi{ background:#fff; border:1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.kpi .num{ font-weight: 800; font-size: 38px; color: var(--brand); letter-spacing: -.02em; }
.kpi .num small{ font-size:.5em; color: var(--accent); vertical-align: super; font-weight: 800; }
.kpi .lbl{ color: var(--muted); font-size: 14.5px; margin-top: 6px; }

/* ---------- ФОРМА КОНТАКТОВ ---------- */
.contact-grid{ display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.info-list{ display: flex; flex-direction: column; gap: 4px; }
.info-item{ display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line-soft); }
.info-item:last-child{ border-bottom: 0; }
.info-item .ii{ width: 48px; height: 48px; border-radius: 13px; background: linear-gradient(150deg,#eaf2ff,#d6e7ff); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.info-item .k{ font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.info-item .v{ font-size: 17px; font-weight: 700; color: var(--brand-ink); margin-top: 3px; }
.info-item .v a{ color: var(--brand-ink); }
.info-item .v a:hover{ color: var(--brand); }
.info-item small{ display:block; color: var(--muted); font-weight: 500; font-size: 14px; margin-top: 2px; }

.form-card{ background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px,3.5vw,42px); box-shadow: var(--shadow-md); }
.form-card h2{ font-size: 26px; font-weight: 800; margin: 0 0 6px; letter-spacing: -.01em; }
.form-card .sub{ color: var(--muted); font-size: 15px; margin: 0 0 26px; }
.field{ margin-bottom: 18px; }
.field.row2{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 0; }
.field label{ display: block; font-size: 13.5px; font-weight: 700; color: var(--brand-ink); margin-bottom: 8px; }
.field label .req{ color: var(--accent); }
.field input, .field textarea, .field select{
  width: 100%; font: inherit; font-size: 15.5px; color: var(--brand-ink); background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px 16px; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.field textarea{ min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus{ outline: 0; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 4px rgba(47,123,255,.12); }
.field input::placeholder, .field textarea::placeholder{ color: var(--muted-2); }
.consent{ display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 22px; font-size: 13.5px; color: var(--muted); }
.consent input{ width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); flex-shrink: 0; }
.consent a{ color: var(--accent); text-decoration: underline; }
.form-card .btn-primary{ width: 100%; justify-content: center; }
.form-note{ text-align:center; font-size:13px; color: var(--muted-2); margin-top: 14px; }
.form-ok{ display:none; background: #eaf7ef; border:1px solid #b7e2c6; color:#1f7a44; border-radius: var(--r-md); padding: 14px 18px; font-size:14.5px; font-weight:600; margin-bottom: 18px; }
.form-ok.show{ display:block; }
.form-err{ background: #fdecec; border:1px solid #f3c2c2; color:#b3261e; border-radius: var(--r-md); padding: 14px 18px; font-size:14.5px; font-weight:600; margin-bottom: 18px; }

/* карта-заглушка */
.map-ph{ margin-top: 28px; border-radius: var(--r-lg); overflow:hidden; border:1px solid var(--line); aspect-ratio: 16/7;
  background:
    linear-gradient(rgba(47,123,255,.06) 1px, transparent 1px) 0 0/40px 40px,
    linear-gradient(90deg, rgba(47,123,255,.06) 1px, transparent 1px) 0 0/40px 40px,
    linear-gradient(160deg, var(--sky-mid), var(--sky-low));
  display:grid; place-items:center; color: var(--muted); position: relative; }
.map-ph .pin{ display:flex; flex-direction:column; align-items:center; gap:8px; color: var(--brand); font-weight:700; }
/* интерактивная карта (iframe) заполняет блок целиком */
.map-ph iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

/* На десктопе левая колонка тянется до низа формы, а карта занимает остаток
   высоты — нижний край карты совпадает с нижним краем формы. */
@media (min-width: 981px){
  .contact-grid{ align-items: stretch; }
  .contact-left{ display: flex; flex-direction: column; }
  .contact-left .map-ph{ flex: 1 1 auto; aspect-ratio: auto; min-height: 280px; }
}

/* ---------- CTA-полоса ---------- */
.cta-band{ position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(40px,6vw,72px);
  background: linear-gradient(120deg, var(--brand-deep), var(--brand) 60%, #29508f);
  color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: center; }
.cta-band::after{ content:""; position:absolute; right:-80px; top:-60px; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(106,166,255,.45), transparent 65%); }
.cta-band h2{ font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; margin: 0; letter-spacing: -.02em; position: relative; }
.cta-band p{ color: rgba(255,255,255,.78); margin: 14px 0 0; font-size: 17px; position: relative; }
.cta-band .actions{ display: flex; gap: 14px; justify-content: flex-end; position: relative; flex-wrap: wrap; }
.btn-white{ background: #fff; color: var(--brand); }
.btn-white:hover{ background: #eef4fb; }
.btn-outline{ background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline:hover{ background: rgba(255,255,255,.12); }

/* ---------- ФУТЕР ---------- */
.site-footer{ background: var(--brand-deep); color: #fff; padding-top: 72px; }
.footer-top{ display: grid; grid-template-columns: 1fr 21.5rem auto; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.12); } /* колонка «Технопарк» (2-й трек) ~на 80% шире содержимого */
.footer-brand .fb{ display: flex; align-items: center; gap: 5px; }
.footer-brand .fb img{ width: 104px; transform: translateX(-7.4%); } /* компенсация пустого поля слева внутри SVG-знака (как в шапке) */
.footer-brand .fb b{ font-weight: 800; font-size: 16px; letter-spacing: .03em; line-height: 1.1; }
.footer-brand p{ color: rgba(255,255,255,.6); font-size: 14.5px; margin: 22px 0 0; max-width: 320px; }
.footer-col h4{ font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-soft); margin: 0 0 18px; font-weight: 700; }
.footer-col a{ display: block; color: rgba(255,255,255,.78); padding: 7px 0; font-size: 15px; }
.footer-col a:hover{ color: #fff; }
.footer-contact .ph{ font-size: 22px; font-weight: 800; }
.footer-contact .ph a{ color: #fff; }
.footer-contact p{ color: rgba(255,255,255,.6); font-size: 14.5px; margin: 14px 0 0; }
.footer-bottom{ display: flex; align-items: center; justify-content: space-between; padding: 24px 0 30px; flex-wrap: wrap; gap: 12px; }
.footer-bottom small{ color: rgba(255,255,255,.5); font-size: 13.5px; }
.footer-bottom .mini-nav{ display: flex; gap: 22px; }
.footer-bottom .mini-nav a{ color: rgba(255,255,255,.6); font-size: 13.5px; }
.footer-bottom .mini-nav a:hover{ color:#fff; }

/* ---------- АДАПТИВ ---------- */
@media (max-width: 980px){
  .header-phone{ display: none; }
  .layout{ grid-template-columns: 1fr; gap: 40px; }
  .aside{ position: static; }
  .contact-grid{ grid-template-columns: 1fr; gap: 36px; }
  .split{ grid-template-columns: 1fr; gap: 32px; }
  .split.rev .col-img{ order: 0; }
}
@media (max-width: 900px){
  .news-grid{ grid-template-columns: 1fr 1fr; }
  .cta-band{ grid-template-columns: 1fr; }
  .cta-band .actions{ justify-content: flex-start; }
  .footer-top{ grid-template-columns: 1fr 1fr; }
  .header-phone{ display: none; }
  .main-nav{ display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 12px; gap: 2px; }
  .site-header.nav-open .main-nav{ display: flex; }
  .main-nav > a, .nav-item > button{ width: 100%; justify-content: space-between; border-radius: var(--r-sm); }
  .nav-item .chev{ display: none; }
  .dropdown{ position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 2px 0 6px 14px; min-width: 0; }
  .nav-item:hover .dropdown{ transform: none; }
  .burger{ display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 0; }
  .burger span{ width: 22px; height: 2px; border-radius: 2px; background: var(--brand-ink); display: block; transition: transform .25s ease, opacity .2s ease; }
  .site-header.nav-open .burger span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .site-header.nav-open .burger span:nth-child(2){ opacity: 0; }
  .site-header.nav-open .burger span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
  .kpi-row{ grid-template-columns: 1fr; }
}
@media (max-width: 620px){
  .news-grid{ grid-template-columns: 1fr; }
  .footer-top{ grid-template-columns: 1fr; }
  /* На мобильных уменьшаем логотип, текст-логотип оставляем справа от него */
  .brand img{ width: 72px; }
  .brand .wm b, .brand .wm span{ font-size: 13px; }
  .field.row2{ grid-template-columns: 1fr; gap: 0; }
  .article-foot{ flex-direction: column; align-items: flex-start; }
}
