/* Inter Variable, локально. Вес переменный: в макете используются 500–750. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/inter-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/inter-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f1eee6;
  --paper-2: #e8e3d8;
  --ink: #11110f;
  /* затемнён с #6f6b63: на бумажном фоне прежний оттенок не добирал
     до контраста 4.5:1 и мелкий текст читался тяжело */
  --muted: #5d5a53;
  --muted-dark: #b0aca3;
  --line: rgba(17,17,15,.18);
  --line-light: rgba(247,244,237,.24);
  --accent: #ec4b2c;
  --light: #f7f4ed;
  --shell: min(1380px, calc(100vw - 52px));
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  /* Типографическая шкала. Раньше подписи жили на 8–11px и не читались,
     а заголовки уходили под 168px — разрыв был слишком резким. */
  --fs-label: 12px;   /* моношрифтовые метки и рубрики */
  --fs-small: 15px;   /* подписи под цифрами, мелкие ссылки */
  --fs-body: 17px;    /* основной текст карточек */
  --fs-body-lg: 19px; /* текст статейных полос */
  --fs-lead: clamp(19px, 1.45vw, 24px);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: var(--paper); }
body {
  width: 100%; max-width: 100%; margin: 0;
  overflow-x: hidden;
  color: var(--ink); background: var(--paper);
  font-family: var(--sans); font-size: var(--fs-body);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@supports (overflow: clip) { html, body { overflow-x: clip; } }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
main, header, footer, section { max-width: 100%; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
img { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
figure { margin: 0; }
button { color: inherit; font: inherit; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
section[id] { scroll-margin-top: 96px; }
@supports (text-wrap: balance) {
  h1, h2, h3, .section-title, .footer-title { text-wrap: balance; }
  p { text-wrap: pretty; }
}

.shell { width: var(--shell); margin-inline: auto; }
.hero__grid > *,
.hero__facts > *,
.section-head > *,
.identity-grid > *,
.identity-list article > *,
.proof-grid > *,
.article-grid > *,
.operate-panel > *,
.content-grid > *,
.principles > *,
.media-entry > *,
.faq__item > *,
.footer-grid > * { min-width: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: var(--ink); color: var(--light); font-size: var(--fs-small); font-weight: 600; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow, .section-index, .meta, .fact span { font: 500 var(--fs-label)/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.accent { color: var(--accent); font-style: normal; }
.arrow { color: var(--accent); }

/* Шапка */
.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; border-bottom: 1px solid var(--line); background: rgba(241,238,230,.92); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 750; letter-spacing: -.03em; }
.brand i { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--accent); transition: right .25s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav .operate-link { padding: 13px 17px; border: 1px solid var(--ink); font-size: 13px; transition: background .25s, color .25s; }
.site-nav .operate-link:hover { background: var(--ink); color: var(--light); }
.site-nav .operate-link:hover .arrow { color: var(--accent); }
.site-nav .operate-link::after { display: none; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 19px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .25s, opacity .25s; }

/* Первый экран */
.hero { min-height: 100svh; padding: 118px 0 30px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 18%, rgba(236,75,44,.1), transparent 28%); }
.hero__topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); }
.hero__grid { flex: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.65fr); gap: clamp(45px,7vw,110px); align-items: center; padding: 36px 0; }
/* Прежние -.095em и line-height .75 сжимали кириллицу до слипания букв */
.hero h1 { margin: 24px 0 0; font-size: clamp(76px,9.6vw,150px); line-height: .84; letter-spacing: -.055em; font-weight: 560; }
.hero__role { max-width: 22em; margin: 34px 0 0; color: var(--muted); font-size: clamp(18px,1.35vw,23px); line-height: 1.55; }
.hero__actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 22px; border: 1px solid var(--ink); font-size: 14px; font-weight: 650; letter-spacing: -.01em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button--dark { background: var(--ink); color: var(--light); }
.button--accent { border-color: var(--accent); background: var(--accent); color: #fff; }
.button--accent .arrow { color: #fff; }
.section--dark .button { border-color: var(--light); }
.hero__portrait { position: relative; justify-self: end; width: min(100%,520px); height: min(69vh,690px); min-height: 470px; overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); }
.hero__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero__portrait figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; gap: 12px; padding: 11px 13px; color: #fff; background: rgba(17,17,15,.78); font: 500 11px var(--mono); letter-spacing: .07em; }
.hero__facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.fact { min-height: 92px; display: grid; grid-template-columns: 34px 86px 1fr; align-items: center; gap: 14px; padding: 0 22px; border-right: 1px solid var(--line); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact span { color: var(--accent); }
.fact strong { font-size: 31px; font-weight: 600; letter-spacing: -.045em; }
.fact small { color: var(--muted); font-size: 14px; line-height: 1.35; }

/* Бегущая строка. Полосу составляют две одинаковые группы, сдвиг на -50%
   стыкует их без шва — но только если каждая группа шире экрана.
   Раньше в группе была одна фраза на 520px, и на широком мониторе
   за ней тянулась пустота. Отсюда повторы внутри группы и min-width. */
.marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--accent); color: #fff; }
.marquee__track { width: max-content; display: flex; animation: marquee 42s linear infinite; will-change: transform; }
.marquee__group { display: flex; flex: 0 0 auto; min-width: 100vw; justify-content: space-around; }
.marquee__group span { padding: 19px 26px; font: 500 13px var(--mono); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Секции */
.section { padding: clamp(84px,9vw,138px) 0; }
.section--dark { color: var(--light); background: var(--ink); }
.section--soft { background: var(--paper-2); }
.section-head { display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 48px; margin-bottom: clamp(48px,6vw,86px); }
.section-index { color: var(--muted); }
.section--dark .section-index { color: var(--muted-dark); }
.section-title { max-width: 1100px; margin: 0; font-size: clamp(52px,6.8vw,106px); line-height: .9; letter-spacing: -.05em; font-weight: 550; }
.section-lead { max-width: 30em; margin: 30px 0 0; color: var(--muted); font-size: var(--fs-lead); line-height: 1.55; }
.section--dark .section-lead { color: var(--muted-dark); }

.identity-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px,8vw,130px); align-items: start; }
.identity-copy p { margin: 0; font-size: clamp(25px,2.7vw,42px); line-height: 1.16; letter-spacing: -.035em; font-weight: 500; }
.identity-copy p + p { margin-top: 28px; color: var(--muted); font-size: var(--fs-body-lg); line-height: 1.65; letter-spacing: 0; font-weight: 400; }
.identity-list { border-top: 1px solid var(--line); }
.identity-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.identity-list span { color: var(--accent); font: 500 var(--fs-label) var(--mono); letter-spacing: .08em; }
.identity-list h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; font-weight: 620; }
.identity-list p { margin: 10px 0 0; color: var(--muted); font-size: var(--fs-small); line-height: 1.6; }

.proof-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); grid-template-rows: repeat(2,1fr); gap: 18px; }
.proof-card { min-width: 0; min-height: 310px; display: flex; flex-direction: column; padding: clamp(24px,3vw,42px); border: 1px solid var(--line-light); background: rgba(255,255,255,.035); transition: transform .3s, border-color .3s, background .3s; }
.proof-card:hover { transform: translateY(-5px); border-color: rgba(247,244,237,.7); background: rgba(255,255,255,.06); }
.proof-card--feature { grid-row: 1 / 3; padding: 0; }
.proof-card__image { aspect-ratio: 1.45; overflow: hidden; border-bottom: 1px solid var(--line-light); }
.proof-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 39%; transition: transform .5s; }
.proof-card--feature:hover .proof-card__image img { transform: scale(1.03); }
.proof-card__copy { flex: 1; display: flex; flex-direction: column; padding: clamp(24px,3vw,42px); }
.proof-card .meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; color: var(--muted-dark); }
.proof-card h3 { margin: auto 0 0; font-size: clamp(27px,2.35vw,39px); line-height: 1.02; letter-spacing: -.04em; font-weight: 560; }
.proof-card--feature h3 { margin-top: 40px; }
.proof-card p { margin: 18px 0 0; color: var(--muted-dark); font-size: var(--fs-small); line-height: 1.62; }
.text-link { width: max-content; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font: 500 var(--fs-label) var(--mono); letter-spacing: .07em; transition: color .25s; }
.proof-card:hover .text-link, .article-card:hover .text-link { color: var(--accent); }

.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.article-card { min-height: 470px; display: flex; flex-direction: column; padding: clamp(26px,3.2vw,48px); border: 1px solid var(--line); background: var(--paper); transition: transform .3s, box-shadow .3s; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(30,25,18,.1); }
.article-card .meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; color: var(--muted); }
.article-card h3 { margin: auto 0 0; font-size: clamp(34px,3.4vw,56px); line-height: .98; letter-spacing: -.045em; font-weight: 550; }
.article-card p { max-width: 40em; margin: 24px 0 0; color: var(--muted); font-size: var(--fs-body); line-height: 1.6; }

/* Частые вопросы */
.faq { display: grid; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; padding: 28px 0; cursor: pointer; list-style: none; font-size: clamp(21px,2vw,29px); line-height: 1.25; letter-spacing: -.03em; font-weight: 600; transition: color .2s; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--accent); }
.faq__item summary i { position: relative; flex: 0 0 auto; width: 18px; height: 18px; align-self: center; }
.faq__item summary i::before, .faq__item summary i::after { content: ""; position: absolute; top: 50%; left: 0; width: 18px; height: 1.5px; background: var(--accent); transition: transform .25s; }
.faq__item summary i::after { transform: rotate(90deg); }
.faq__item[open] summary i::after { transform: rotate(0deg); }
.faq__answer { max-width: 46em; padding: 0 0 30px; }
.faq__answer p { margin: 0; color: var(--muted); font-size: var(--fs-body); line-height: 1.7; }
.faq__answer p + p { margin-top: 14px; }
.faq__answer a { border-bottom: 1px solid var(--accent); }

.operate-panel { display: grid; grid-template-columns: 1fr minmax(340px,.6fr); gap: 50px; align-items: end; padding: clamp(34px,5vw,72px); border: 1px solid var(--line); background: var(--light); }
.operate-panel h2 { margin: 20px 0 0; font-size: clamp(46px,6.2vw,92px); line-height: .92; letter-spacing: -.05em; font-weight: 550; }
.operate-panel__side p { margin: 0; color: var(--muted); font-size: var(--fs-body-lg); line-height: 1.6; }

/* Внутренние страницы */
.page-hero { padding: 156px 0 92px; border-bottom: 1px solid var(--line); }
.page-hero__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; color: var(--muted); }
.page-hero h1 { max-width: 1220px; margin: 50px 0 0; font-size: clamp(62px,8.6vw,132px); line-height: .89; letter-spacing: -.055em; font-weight: 550; }
.page-hero p { max-width: 34em; margin: 34px 0 0; color: var(--muted); font-size: var(--fs-lead); line-height: 1.55; }
.content-grid { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: clamp(40px,7vw,100px); }
.prose { max-width: 930px; }
.prose h2 { margin: 0; font-size: clamp(38px,4.8vw,68px); line-height: 1; letter-spacing: -.045em; font-weight: 550; }
.prose h2:not(:first-child) { margin-top: 84px; }
.prose p { margin: 26px 0 0; color: var(--muted); font-size: var(--fs-body-lg); line-height: 1.72; }
.principles { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 38px; }
.principles article { min-height: 236px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); }
.principles span { color: var(--accent); font: 500 var(--fs-label) var(--mono); letter-spacing: .08em; }
.principles h3 { margin: auto 0 0; font-size: 27px; letter-spacing: -.04em; font-weight: 600; }
.principles p { margin-top: 13px; font-size: var(--fs-small); line-height: 1.6; }

/* Иллюстрации и карточки в статьях */
.article-figure { margin: 44px 0; border: 1px solid var(--line); background: var(--light); overflow: hidden; }
.article-figure img { width: 100%; height: auto; display: block; }
.article-figure figcaption { padding: 13px 18px; font: 500 var(--fs-label) var(--mono); color: var(--muted); border-top: 1px solid var(--line); background: var(--paper); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.article-figure figcaption span:first-child { color: var(--accent); }

.article-card__thumb { width: 100%; height: 220px; margin-bottom: 22px; border: 1px solid var(--line); overflow: hidden; background: var(--paper-2); }
.article-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.article-card:hover .article-card__thumb img { transform: scale(1.03); }

.media-list { display: grid; gap: 22px; }
.media-entry { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); min-height: 470px; border: 1px solid var(--line); background: var(--light); }
.media-entry__image { min-height: 0; overflow: hidden; background: var(--paper-2); }
.media-entry__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.media-entry__copy { display: flex; flex-direction: column; padding: clamp(28px,4vw,58px); }
.media-entry .meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; color: var(--muted); }
.media-entry h2 { margin: auto 0 0; font-size: clamp(35px,4vw,60px); line-height: .98; letter-spacing: -.045em; font-weight: 550; }
.media-entry p { margin: 24px 0 0; color: var(--muted); font-size: var(--fs-body); line-height: 1.65; }

.site-footer { padding: 64px 0 26px; color: var(--light); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(2,.4fr); gap: 40px; }
.footer-title { max-width: 730px; margin: 0; font-size: clamp(40px,5vw,74px); line-height: .96; letter-spacing: -.05em; font-weight: 550; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: var(--fs-body); }
.footer-col span { margin-bottom: 6px; color: var(--muted-dark); font: 500 var(--fs-label) var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.footer-col a { border-bottom: 1px solid transparent; transition: border-color .25s, color .25s; }
.footer-col a:hover { border-bottom-color: var(--accent); color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: var(--muted-dark); font: 500 var(--fs-label) var(--mono); letter-spacing: .09em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 34px, 760px); }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; min-height: calc(100svh - 76px); display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 28px; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .nav-open .site-nav { transform: none; }
  .site-nav a { padding: 15px 0; font-size: 28px; letter-spacing: -.035em; }
  .site-nav .operate-link { margin-top: 22px; padding: 20px; font-size: 17px; }
  .nav-open .menu-button span { opacity: 0; }
  .nav-open .menu-button::before { transform: translateY(6.5px) rotate(45deg); }
  .nav-open .menu-button::after { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { min-height: 0; padding-top: 104px; }
  .hero__grid { grid-template-columns: 1fr; gap: 26px; }
  .hero__portrait { order: -1; justify-self: stretch; width: 100%; height: 57vw; min-height: 0; }
  .hero__copy h1 { font-size: clamp(70px,15.5vw,120px); }
  .hero__role { max-width: none; }
  .hero__facts { margin-top: 14px; }
  .fact { min-height: 100px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 10px 12px 10px 0; }
  .fact strong { font-size: 29px; }
  .fact:first-child { padding-left: 0; }
  .section-head, .content-grid { grid-template-columns: 1fr; gap: 28px; }
  .identity-grid, .operate-panel { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .proof-card--feature { grid-row: auto; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 400px; }
  .media-entry { grid-template-columns: 1fr; }
  .media-entry__image { aspect-ratio: 1.45; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .site-header__inner { min-height: 68px; }
  .brand { font-size: 16px; }
  .site-nav { inset: 68px 0 auto; min-height: calc(100svh - 68px); }
  .hero { padding: 88px 0 20px; }
  .hero__topline { display: none; }
  .hero__grid { padding-top: 0; }
  .hero__portrait { height: 62vw; }
  .hero__portrait figcaption { font-size: 11px; }
  .hero h1 { margin-top: 18px; font-size: 17.5vw; line-height: .86; }
  .hero__role { margin-top: 22px; font-size: 17px; }
  .hero__actions, .cta-actions { flex-direction: column; }
  .hero__actions { margin-top: 24px; }
  .button { width: 100%; min-height: 54px; }
  .hero__facts { grid-template-columns: 1fr; margin-top: 6px; }
  /* На узком экране три колонки сжимали подпись до нечитаемого размера,
     поэтому цифры выстроены в строки во всю ширину */
  .fact { min-height: 0; display: grid; grid-template-columns: 28px 76px 1fr; align-items: baseline; justify-content: start; gap: 14px; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .fact strong { font-size: 26px; }
  .fact small { font-size: 14px; }
  .marquee__group span { padding: 17px 20px; font-size: 12px; }
  .section { padding: 78px 0; }
  .section-title { font-size: 12.6vw; line-height: .94; }
  .section-lead { font-size: 18px; }
  .identity-copy p { font-size: 27px; }
  .identity-copy p + p { font-size: 17px; }
  .identity-list h3 { font-size: 23px; }
  .proof-card { min-height: 0; padding: 24px; }
  .proof-card--feature { padding: 0; }
  .proof-card__image { aspect-ratio: 1.28; }
  .proof-card__copy { padding: 24px; }
  .proof-card h3 { margin-top: 30px; font-size: 8.4vw; }
  .proof-card--feature h3 { margin-top: 26px; }
  .article-card { min-height: 0; padding: 24px; }
  .article-card h3 { margin-top: 34px; font-size: 8.8vw; }
  .faq__item summary { gap: 18px; padding: 22px 0; font-size: 20px; }
  .faq__answer { padding-bottom: 24px; }
  .faq__answer p { font-size: 16px; }
  .operate-panel { padding: 24px; }
  .operate-panel h2 { font-size: clamp(38px,11.4vw,54px); line-height: .96; }
  .operate-panel__side p { font-size: 17px; }
  .page-hero { padding: 116px 0 68px; }
  .page-hero__meta { display: none; }
  .page-hero h1 { margin-top: 0; font-size: 13.4vw; line-height: .93; }
  .page-hero p { margin-top: 26px; font-size: 18px; }
  .prose h2 { font-size: 34px; }
  .prose h2:not(:first-child) { margin-top: 56px; }
  .prose p { font-size: 17px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 0; padding: 24px; }
  .principles h3 { margin-top: 26px; font-size: 25px; }
  .media-entry { min-height: 0; }
  .media-entry__image { aspect-ratio: 1.28; }
  .media-entry__copy { min-height: 0; padding: 24px; }
  .media-entry h2 { margin-top: 34px; font-size: 8.8vw; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > :first-child { grid-column: 1 / -1; margin-bottom: 18px; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
