/* Stare Mury - strona z artykułami.
   Tokeny i kroje z obecnej staremury.com (raw/2026-09-24_staremury-com/site/style.css). */

@font-face { font-family: "Inter"; src: url("fonts/Inter.woff2") format("woff2-variations"), url("fonts/Inter.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("fonts/Roboto.woff2") format("woff2-variations"), url("fonts/Roboto.woff2") format("woff2"); font-weight: 100 900; font-stretch: 75% 100%; font-display: swap; }

:root {
  --ink: #1d1d1b;
  --bg: #f1f1f1;
  --paper: #f7f6f3;
  --white: #fff;
  --gray: #475467;
  --gray-2: #7a8494;
  --accent: #d64a3a;
  --accent-deep: #b23a2c;
  --line: rgba(71, 84, 103, 0.24);
  --line-soft: rgba(29, 29, 27, 0.08);
  --container: 1216px;
  --gutter: 32px;
  --display: "Roboto", system-ui, sans-serif;
  --text: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--text); color: var(--ink); background: var(--bg); line-height: 1.55; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--accent); color: #fff; }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); padding-inline: var(--gutter); margin-inline: auto; }

/* ---------- elementy wspólne ---------- */
.label { display: inline-block; font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); }
.label--accent { color: var(--accent); font-weight: 800; }
.divider { display: block; width: 36px; height: 2px; background: var(--ink); }
.light { font-weight: 200; }

.display { font-family: var(--display); font-weight: 400; font-size: clamp(56px, 8.4vw, 124px); line-height: .98; letter-spacing: -0.025em; margin: 20px 0 32px; }
.h2 { font-family: var(--display); font-weight: 400; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -0.02em; margin: 24px 0 0; }
.lead { font-size: clamp(18px, 1.5vw, 20px); line-height: 1.6; color: var(--gray); max-width: 540px; margin: 0; }

.arr { display: inline-block; width: 14px; height: 14px; margin-left: 10px; vertical-align: -1px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 11'%3E%3Cpath d='M20 5.27L14.34 0l-1.41 1.22 3.24 3.01H0v1.96h16.17l-3.24 3.34L14.34 11 20 5.27z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 11'%3E%3Cpath d='M20 5.27L14.34 0l-1.41 1.22 3.24 3.01H0v1.96h16.17l-3.24 3.34L14.34 11 20 5.27z'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: rotate(-45deg); transition: transform .35s var(--ease); }
.arr--down { transform: rotate(90deg); }

.link { display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; text-decoration: none; padding-bottom: 6px; border-bottom: 2px solid currentColor; }
.link:hover .arr { transform: rotate(0deg); }
.link--inv { color: #fff; }

.btn { display: inline-flex; align-items: center; height: 56px; padding: 0 26px; background: var(--ink); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; transition: background .3s var(--ease); }
.btn:hover { background: var(--accent); }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 -2px 0 var(--ink); padding: 0 4px; }
.btn--ghost:hover { background: transparent; color: var(--accent); box-shadow: inset 0 -2px 0 var(--accent); }

.section-head { margin-bottom: 56px; }
.section-head .divider { margin-top: 18px; }
.section-head__lead { color: var(--gray); font-size: 18px; max-width: 520px; margin: 20px 0 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- pasek wersji roboczej ---------- */
.draft { background: var(--ink); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: 1px; text-align: center; padding: 7px 16px; }

/* ---------- nagłówek ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(241,241,241,.86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.site-header.is-scrolled { border-bottom-color: var(--line-soft); }
.site-header__row { display: flex; align-items: center; justify-content: space-between; height: 96px; transition: height .3s var(--ease); }
.site-header.is-scrolled .site-header__row { height: 72px; }
.logo img { width: 92px; height: auto; transition: width .3s var(--ease); }
.site-header.is-scrolled .logo img { width: 74px; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a { font-size: 13px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; text-decoration: none; position: relative; }
.nav a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--accent); transition: right .35s var(--ease); }
.nav a:not(.nav__cta):hover::after { right: 0; }
.nav .nav__cta { display: inline-flex; align-items: center; height: 44px; padding: 0 20px; background: var(--ink); color: #fff; transition: background .3s var(--ease); }
.nav .nav__cta:hover { background: var(--accent); }
.nav__cta:hover .arr { transform: rotate(0); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .3s; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: min(88vh, 920px); display: flex; align-items: center; overflow: hidden; }
.hero__grid { position: relative; z-index: 2; padding-block: 72px 140px; }
.hero__text { max-width: 640px; }
.hero__text .divider { margin-bottom: 32px; }
.hero__actions { display: flex; gap: 32px; align-items: center; margin-top: 44px; flex-wrap: wrap; }
.hero__stage { position: absolute; right: 0; bottom: 0; width: min(52vw, 900px); aspect-ratio: 1219 / 1004; z-index: 1; pointer-events: none; }
.hero__logo { position: absolute; left: 2%; top: 14%; width: 73%; opacity: .95; animation: rise 1.6s var(--ease) both .2s; }
.hero__building { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: rise 1.4s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }

/* ---------- filary ---------- */
.pillars { background: var(--white); border-top: 1px solid var(--line-soft); }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar { padding: 56px 40px 60px; border-left: 1px solid var(--line-soft); }
.pillar:first-child { border-left: 0; padding-left: 0; }
.pillar__nr { font-family: var(--display); font-weight: 200; font-size: 44px; color: var(--accent); line-height: 1; }
.pillar h3 { font-size: 22px; font-weight: 600; letter-spacing: -.01em; margin: 26px 0 12px; }
.pillar p { color: var(--gray); margin: 0; max-width: 34ch; }

/* ---------- manifest ---------- */
.manifest { padding: 140px 0 120px; }
.manifest__thesis { font-family: var(--display); font-weight: 200; font-size: clamp(32px, 3.9vw, 56px); line-height: 1.16; letter-spacing: -.015em; max-width: 22ch; margin: 0 0 80px; }
.manifest__quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; border-top: 1px solid var(--line); padding-top: 48px; }
.mquote { margin: 0; }
.mquote blockquote { margin: 0 0 20px; font-size: 19px; line-height: 1.55; }
.mquote figcaption { font-size: 13px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: var(--gray); }
.mquote figcaption::before { content: ""; display: inline-block; width: 20px; height: 2px; background: var(--accent); vertical-align: middle; margin-right: 12px; }
.manifest__motto { margin: 96px 0 0; font-family: var(--display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 400; letter-spacing: -.01em; }
.manifest__motto::first-line { color: var(--ink); }

/* ---------- artykuły ---------- */
.articles { padding: 120px 0 140px; background: var(--paper); }
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 72px 0 36px; }
.chip { font: inherit; font-size: 12px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; cursor: pointer; transition: all .25s; }
.chip:hover { border-color: var(--ink); }
.chip.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 32px; }
.card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.card.is-hidden { display: none; }
.card__img { overflow: hidden; aspect-ratio: 4 / 3; background: #ddd; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s; filter: saturate(.92); }
.card:hover .card__img img { transform: scale(1.045); filter: saturate(1.05); }
.card__body { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 22px; flex: 1; }
.card__title { font-family: var(--display); font-weight: 400; font-size: 25px; line-height: 1.2; letter-spacing: -.01em; margin: 0; transition: color .25s; }
.card:hover .card__title { color: var(--accent-deep); }
.card__meta { font-size: 14px; color: var(--gray-2); }
.card__lead { color: var(--gray); font-size: 18px; margin: 0; max-width: 46ch; }
.card .link { margin-top: auto; }
.card:hover .arr { transform: rotate(0); }

.card--big { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: stretch; background: var(--white); }
.card--big .card__img { aspect-ratio: auto; min-height: 520px; }
.card--big .card__body { padding: 56px 56px 56px 0; gap: 20px; justify-content: center; }
.card--big .card__title { font-size: clamp(30px, 3vw, 44px); line-height: 1.1; font-weight: 300; }
.card--big .link { margin-top: 12px; }

/* ---------- wydarzenie ---------- */
.event { background: var(--ink); color: #fff; padding: 130px 0; }
.event .label { color: rgba(255,255,255,.6); }
.event .label--accent { color: var(--accent); }
.event__head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: end; margin-bottom: 80px; }
.event__text { color: rgba(255,255,255,.72); font-size: 18px; max-width: 560px; margin: 28px 0 36px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.stat { padding: 28px 16px 0 0; }
.stat__v { display: block; font-family: var(--display); font-weight: 200; font-size: clamp(44px, 4.4vw, 72px); line-height: 1; letter-spacing: -.03em; }
.stat__l { display: block; margin-top: 12px; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,.6); }
.mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 120px; gap: 12px; }
.mosaic__i { margin: 0; position: relative; overflow: hidden; background: #2a2a28; }
.mosaic__i img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.mosaic__i:hover img { transform: scale(1.04); }
.mosaic__i figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 14px; font-size: 13px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.6)); opacity: 0; transition: opacity .4s; }
.mosaic__i:hover figcaption { opacity: 1; }
.mosaic__i--1 { grid-column: span 7; grid-row: span 4; }
.mosaic__i--2 { grid-column: span 5; grid-row: span 2; }
.mosaic__i--3 { grid-column: span 5; grid-row: span 2; }
.mosaic__i--4 { grid-column: span 4; grid-row: span 3; }
.mosaic__i--5 { grid-column: span 4; grid-row: span 3; }
.mosaic__i--6 { grid-column: span 4; grid-row: span 3; }
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 96px; max-width: 960px; }
.reel { margin: 0; }
.reel video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }
.reel figcaption { margin-top: 14px; font-size: 13px; letter-spacing: 1.3px; text-transform: uppercase; color: rgba(255,255,255,.7); }

/* ---------- obiekty ---------- */
.places { padding: 140px 0; }
.places__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px 32px; }
.place__img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.place__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.place:hover .place__img img { transform: scale(1.04); }
.place__nr { position: absolute; top: 14px; left: 16px; font-family: var(--display); font-weight: 300; font-size: 15px; color: #fff; letter-spacing: 1px; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.place__body { padding-top: 22px; }
.place h3 { font-family: var(--display); font-weight: 400; font-size: 30px; letter-spacing: -.015em; margin: 10px 0 10px; }
.place p { margin: 0 0 18px; color: var(--gray); }

/* ---------- zespół ---------- */
.team { padding: 120px 0 140px; background: var(--white); }
.team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.person { margin: 0; }
.person__img { aspect-ratio: 4 / 5; overflow: hidden; background: #ddd; }
.person__img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: filter .8s var(--ease), transform 1.2s var(--ease); }
.person:hover .person__img img { filter: grayscale(0); transform: scale(1.03); }
.person figcaption { padding-top: 24px; }
.person h3 { font-family: var(--display); font-weight: 400; font-size: 28px; margin: 10px 0 10px; letter-spacing: -.01em; }
.person p { color: var(--gray); margin: 0; }

/* ---------- CTA ---------- */
.cta { padding: 130px 0; border-top: 1px solid var(--line-soft); }
.cta__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
.cta .h2 { max-width: 16ch; margin-bottom: 28px; }
.cta__links { display: flex; flex-direction: column; gap: 28px; }
.social { display: flex; align-items: center; gap: 24px; text-decoration: none; }
.social span { flex: 1; font-size: 16px; font-weight: 600; letter-spacing: 1.28px; text-transform: uppercase; padding: 16px 0 14px; border-bottom: 2px solid var(--ink); }
.social .arr { margin-left: -34px; }
.social:hover .arr { transform: rotate(0); }

/* ---------- stopka ---------- */
.site-footer { background: var(--ink); color: #fff; padding: 96px 0 32px; }
.site-footer .label { color: rgba(255,255,255,.5); margin-bottom: 8px; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; }
.site-footer__logo { width: 150px; height: auto; }
.site-footer__claim { color: rgba(255,255,255,.66); margin: 28px 0 0; line-height: 1.7; }
.site-footer__links { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.site-footer__links a { text-decoration: none; color: rgba(255,255,255,.88); }
.site-footer__links a:hover { color: #fff; }
.site-footer__base { margin-top: 80px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: rgba(255,255,255,.45); }

/* ---------- artykuł ---------- */
.article__head { padding-top: 56px; padding-bottom: 56px; }
.back { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; color: var(--gray); margin-bottom: 48px; }
.back:hover { color: var(--accent); }
.article__meta { display: flex; gap: 22px; flex-wrap: wrap; }
.article__title { font-family: var(--display); font-weight: 300; font-size: clamp(40px, 5.6vw, 84px); line-height: 1.02; letter-spacing: -.025em; margin: 22px 0 28px; max-width: 18ch; }
.article__lead { font-size: clamp(19px, 1.7vw, 23px); line-height: 1.55; color: var(--gray); max-width: 50ch; margin: 0 0 40px; }
.avatars { display: flex; flex-wrap: wrap; gap: 28px; }
.avatar { display: flex; align-items: center; gap: 14px; font-size: 14px; line-height: 1.35; color: var(--gray); }
.avatar b { color: var(--ink); font-weight: 600; }
.avatar img, .avatar__ph { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: #d9d9d9; filter: grayscale(1); }
.article__hero { margin: 0 auto; max-width: 1480px; padding-inline: var(--gutter); }
.article__hero img { width: 100%; max-height: 78vh; object-fit: cover; }
.article__hero figcaption { font-size: 13px; color: var(--gray-2); padding-top: 12px; padding-inline: 0; }

.prose { max-width: 720px; margin: 0 auto; padding: 72px var(--gutter) 40px; font-size: 19px; line-height: 1.72; box-sizing: content-box; }
.prose > p, .prose li { color: #2b2b29; }
.prose h2 { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 2.6vw, 36px); line-height: 1.18; letter-spacing: -.015em; margin: 72px 0 20px; }
.prose h2::before { content: ""; display: block; width: 36px; height: 2px; background: var(--accent); margin-bottom: 22px; }
.prose h3 { font-size: 21px; font-weight: 700; margin: 44px 0 10px; letter-spacing: -.01em; }
.prose a { text-decoration-color: var(--accent); text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li { margin: 8px 0; }
.prose li::marker { color: var(--accent); font-weight: 700; }
.prose strong { font-weight: 650; }
.prose hr { border: 0; height: 1px; background: var(--line); margin: 64px 0; }
.caption { font-size: 14px !important; color: var(--gray-2) !important; margin-top: -10px; }

.tldr { background: var(--white); border-top: 3px solid var(--accent); padding: 30px 34px 22px; margin: 0 0 56px; font-size: 17px; line-height: 1.6; }
.tldr ul { margin: 16px 0 0; padding-left: 1.1em; }
.tldr li { margin: 0 0 12px; }

.pull { margin: 64px 0; padding: 0; border: 0; }
.pull p { font-family: var(--display); font-weight: 300; font-size: clamp(28px, 2.9vw, 40px); line-height: 1.22; letter-spacing: -.015em; color: var(--ink) !important; margin: 0; }
.pull p::before { content: "„"; display: block; font-family: var(--display); font-weight: 700; color: var(--accent); font-size: 90px; line-height: .6; margin-bottom: 8px; }
.pull cite { display: block; margin-top: 22px; font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: var(--gray); }
.quote { margin: 32px 0; padding-left: 24px; border-left: 2px solid var(--accent); color: var(--gray); }

.fig { margin: 56px 0; }
.fig.wide { margin-inline: calc(-1 * min(160px, (100vw - 720px) / 2 - var(--gutter))); }
.fig img { width: 100%; height: auto; }
.fig figcaption { font-size: 14px; color: var(--gray-2); padding-top: 12px; }

.clip { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: center; margin: 64px 0; padding: 28px; background: var(--ink); color: #fff; }
.clip__media video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }
.clip .label { color: var(--accent); font-weight: 800; }
.clip figcaption p { font-family: var(--display); font-weight: 300; font-size: 24px; line-height: 1.35; color: #fff; margin: 16px 0 0; }

.table { overflow-x: auto; margin: 40px 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 1.45; }
.prose th { text-align: left; font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--gray); font-weight: 700; border-bottom: 2px solid var(--ink); padding: 10px 14px 10px 0; }
.prose td { border-bottom: 1px solid var(--line); padding: 14px 14px 14px 0; vertical-align: top; }

.endnote { font-size: 13px !important; font-family: var(--text) !important; font-weight: 800 !important; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); margin-top: 88px !important; }
.endnote::before { background: var(--ink) !important; }
.endnote ~ p, .endnote ~ ul { font-size: 16px; color: var(--gray); }

.article__people { margin-top: 88px; padding-top: 40px; border-top: 1px solid var(--line); }
.bio { display: grid; grid-template-columns: 76px 1fr; gap: 20px; margin: 26px 0; align-items: start; }
.bio img, .bio .avatar__ph { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; filter: grayscale(1); background: #d9d9d9; }
.bio h4 { margin: 4px 0 4px; font-size: 18px; }
.bio p { margin: 0 0 10px; font-size: 16px; color: var(--gray); }
.bio .link { font-size: 11px; padding-bottom: 3px; }
.source { font-size: 15px; color: var(--gray); margin-top: 36px; }

.more { background: var(--paper); padding: 110px 0 130px; margin-top: 80px; }

/* ---------- responsywność ---------- */
@media (max-width: 1080px) {
  .cards, .places__grid { grid-template-columns: repeat(2, 1fr); }
  .card--big { grid-template-columns: 1fr; gap: 0; }
  .card--big .card__img { min-height: 0; aspect-ratio: 16 / 10; }
  .card--big .card__body { padding: 36px; }
  .event__head, .cta__grid { grid-template-columns: 1fr; }
  .manifest__quotes { grid-template-columns: 1fr; gap: 36px; }
  .team__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (max-width: 820px) {
  :root { --gutter: 20px; }
  .nav { position: fixed; inset: 0 0 auto 0; top: 0; flex-direction: column; align-items: flex-start; gap: 26px; padding: 110px 28px 40px; background: var(--bg); transform: translateY(-105%); transition: transform .45s var(--ease); z-index: -1; box-shadow: 0 20px 40px rgba(0,0,0,.08); }
  .nav a { font-size: 18px; }
  .nav .nav__cta { height: 52px; margin-top: 8px; }
  .nav.is-open { transform: none; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-header__row { height: 76px; }
  .logo img { width: 78px; }
  .hero { min-height: 0; flex-direction: column; align-items: stretch; }
  .hero__grid { padding-block: 48px 24px; }
  .hero__stage { position: relative; width: 129.5vw; margin-left: -21.86vw; }
  .hero__logo { left: 27.65%; top: 22.88%; width: 55.65%; } /* proporcje z mobilnej staremury.com */
  .pillars__grid { grid-template-columns: 1fr; }
  .pillar { border-left: 0; border-top: 1px solid var(--line-soft); padding: 40px 0; }
  .pillar:first-child { border-top: 0; }
  .manifest, .articles, .places, .team, .cta, .event { padding: 88px 0; }
  .cards, .places__grid, .team__grid, .cards--3 { grid-template-columns: 1fr; gap: 48px; }
  .card--big .card__body { padding: 28px 24px 32px; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .mosaic__i--1 { grid-column: span 2; grid-row: span 2; }
  .mosaic__i--2, .mosaic__i--3, .mosaic__i--4, .mosaic__i--5, .mosaic__i--6 { grid-column: span 1; grid-row: span 1; }
  .reels { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 56px; }
  .reel figcaption { font-size: 11px; letter-spacing: .8px; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr; }
  .prose { font-size: 18px; padding-top: 48px; }
  .fig.wide { margin-inline: calc(-1 * var(--gutter)); }
  .clip { grid-template-columns: 1fr; padding: 20px; }
  .clip__media { max-width: 260px; }
  .person__img { aspect-ratio: 1 / 1; }
}
