/*
Theme Name: CIRSA 2026
Theme URI: https://cirsa.pl/
Author: CIRSA
Description: Dwujęzyczny motyw instytucjonalny CIRSA, eksponujący projekty, badania i współpracę międzynarodową.
Version: 0.4.14
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: cirsa-2026
*/

@font-face {
  font-family: "Manrope CIRSA";
  src: url("assets/fonts/manrope-latin-ext-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader CIRSA";
  src: url("assets/fonts/newsreader-latin-ext-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader CIRSA";
  src: url("assets/fonts/newsreader-latin-ext-wght-italic.woff2") format("woff2-variations");
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --cirsa-ink: #172019;
  --cirsa-forest: #173e29;
  --cirsa-forest-deep: #102e1f;
  --cirsa-green: #5c9223;
  --cirsa-lime: #73aa32;
  --cirsa-sage: #e9f0e3;
  --cirsa-sage-light: #f3f6f0;
  --cirsa-paper: #f5f4ee;
  --cirsa-white: #ffffff;
  --cirsa-muted: #5f6961;
  --cirsa-line: #d8ded6;
  --cirsa-line-dark: rgba(255, 255, 255, .18);
  --cirsa-serif: "Newsreader CIRSA", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --cirsa-sans: "Manrope CIRSA", Aptos, "Segoe UI", Arial, sans-serif;
  --cirsa-brand: "Manrope CIRSA", Aptos, "Segoe UI", Arial, sans-serif;
  --cirsa-shadow: 0 18px 48px rgba(18, 48, 29, .08);
  --cirsa-max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cirsa-paper);
  color: var(--cirsa-ink);
  font-family: var(--cirsa-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
body.menu-open { overflow: hidden; }
a { color: var(--cirsa-forest); text-underline-offset: .18em; }
a:hover { color: var(--cirsa-green); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 {
  margin-top: 0;
  color: var(--cirsa-ink);
  font-family: var(--cirsa-serif);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.7rem, 4.5vw, 4.45rem); }
h2 { font-size: clamp(2.1rem, 3.1vw, 3.25rem); }
h3 { font-size: clamp(1.35rem, 1.7vw, 1.75rem); }
p { margin-top: 0; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--cirsa-lime); color: var(--cirsa-ink); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.cirsa-shell { width: min(calc(100% - 48px), var(--cirsa-max)); margin-inline: auto; }
.cirsa-section { padding: clamp(64px, 7vw, 88px) 0; }
.cirsa-section--white { background: var(--cirsa-white); }
.cirsa-section--sage { background: var(--cirsa-sage-light); }
.cirsa-section--dark { background: var(--cirsa-forest-deep); color: var(--cirsa-white); }
.cirsa-section--dark h2, .cirsa-section--dark h3 { color: var(--cirsa-white); }
.cirsa-section--dark .cirsa-eyebrow { color: #b7d68b; }
.cirsa-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--cirsa-green);
  font-family: var(--cirsa-brand);
  font-size: .73rem;
  font-weight: 400;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.cirsa-eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.cirsa-lead { max-width: 760px; color: var(--cirsa-muted); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.72; }
.cirsa-muted { color: var(--cirsa-muted); }
.cirsa-skip-link { position: fixed; z-index: 9999; left: 16px; top: -90px; padding: 11px 16px; background: var(--cirsa-ink); color: #fff; }
.cirsa-skip-link:focus { top: 16px; }

/* Header */
.site-topline { background: var(--cirsa-forest-deep); color: #eaf1e7; font-size: .76rem; letter-spacing: .025em; }
.site-topline__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 36px; }
.site-topline p { margin: 0; }
.site-topline__contact { display: flex; align-items: center; gap: 18px; }
.site-topline__contact a { color: #eaf1e7; text-decoration: none; }
.site-topline__facebook { display: inline-flex; min-height: 27px; align-items: center; gap: 7px; padding: 3px 11px 3px 7px; border-radius: 999px; background: #fff; color: var(--cirsa-forest-deep) !important; font-weight: 750; }
.site-topline__facebook svg { display: block; width: 17px; height: 17px; padding: 2px; border-radius: 50%; background: var(--cirsa-green); color: #fff; }
.site-topline__facebook:hover { background: #dcebcf; color: var(--cirsa-forest-deep); }
.language-switch { display: flex; align-items: center; border-left: 1px solid var(--cirsa-line-dark); }
.language-switch a, .language-switch span { display: grid; min-width: 42px; min-height: 36px; place-items: center; color: #eaf1e7; text-decoration: none; opacity: .58; }
.language-switch .is-current { background: rgba(255, 255, 255, .10); color: #fff; font-weight: 800; opacity: 1; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--cirsa-line);
  backdrop-filter: blur(14px);
}
.site-header__inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 40px; }
.site-branding { display: flex; width: 145px; flex: 0 0 auto; align-items: center; color: var(--cirsa-ink); text-decoration: none; }
.custom-logo, .site-branding__logo { display: block; width: auto; max-width: 140px; max-height: 62px; object-fit: contain; }
.site-branding__fallback { display: flex; align-items: center; gap: 13px; }
.site-branding__mark { display: grid; width: 54px; height: 54px; place-items: center; background: var(--cirsa-forest); color: #fff; font-family: var(--cirsa-serif); font-size: 1.8rem; }
.site-branding__name { display: block; font-size: 1.06rem; font-weight: 800; letter-spacing: .08em; }
.site-branding__tagline { display: block; color: var(--cirsa-muted); font-size: .67rem; }
.menu-toggle { display: none; align-items: center; gap: 10px; padding: 10px 0; border: 0; background: transparent; color: var(--cirsa-ink); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 23px; height: 2px; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before { position: absolute; top: -7px; }
.menu-toggle__icon::after { position: absolute; top: 7px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after { top: 0; transform: rotate(-45deg); }
.primary-menu, .primary-menu ul { margin: 0; padding: 0; list-style: none; }
.primary-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.primary-menu > li { position: relative; }
.primary-menu a { position: relative; display: block; padding: 10px 0; color: #253027; font-family: var(--cirsa-sans); font-size: .86rem; font-weight: 680; text-decoration: none; }
.primary-menu a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--cirsa-green); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item > a::after, .primary-menu .current_page_item > a::after { transform: scaleX(1); transform-origin: left; }
.primary-menu .menu-item-has-children > a { display: flex; align-items: center; gap: 6px; }
.cirsa-menu-chevron { position: relative; top: -1px; color: var(--cirsa-green); font-size: .75rem; line-height: 1; }
.primary-menu .sub-menu { position: absolute; z-index: 120; top: calc(100% - 1px); left: -18px; display: block; width: max-content; min-width: 220px; padding: 9px; background: var(--cirsa-white); border: 1px solid var(--cirsa-line); border-top: 3px solid var(--cirsa-green); box-shadow: 0 18px 42px rgba(23, 62, 41, .12); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { padding: 10px 12px; font-size: .8rem; font-weight: 620; white-space: nowrap; }
.primary-menu .sub-menu a::after { display: none; }
.primary-menu .sub-menu a:hover, .primary-menu .sub-menu a:focus { background: var(--cirsa-sage-light); color: var(--cirsa-forest); }

/* Buttons */
.cirsa-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.cirsa-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 18px;
  border: 1px solid var(--cirsa-forest);
  border-radius: 4px;
  background: var(--cirsa-forest);
  color: #fff;
  font-family: var(--cirsa-brand);
  font-size: .79rem;
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.cirsa-button::after { content: "→"; font-size: 1.08rem; }
.cirsa-button:hover { border-color: var(--cirsa-green); background: var(--cirsa-green); color: #fff; transform: translateY(-2px); }
.cirsa-button--outline { border-color: var(--cirsa-forest); background: transparent; color: var(--cirsa-forest); }
.cirsa-button--quiet { border-color: var(--cirsa-line); background: var(--cirsa-white); color: var(--cirsa-ink); }

/* Home hero */
.cirsa-hero { position: relative; overflow: hidden; background: var(--cirsa-paper); border-bottom: 1px solid var(--cirsa-line); }
.cirsa-hero::before { position: absolute; right: -12vw; bottom: -34vw; width: 68vw; height: 68vw; border: 1px solid rgba(95, 151, 14, .16); border-radius: 50%; content: ""; }
.cirsa-hero::after { position: absolute; right: -1vw; bottom: -23vw; width: 48vw; height: 48vw; border: 1px solid rgba(95, 151, 14, .12); border-radius: 50%; content: ""; }
.cirsa-hero__grid { position: relative; z-index: 1; display: grid; min-height: 510px; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); gap: clamp(46px, 6vw, 80px); align-items: center; padding-block: clamp(54px, 6vw, 74px); }
.cirsa-hero__copy { max-width: 760px; }
.cirsa-hero h1 { max-width: 740px; margin: 0 0 23px; font-size: clamp(2.85rem, 4.1vw, 4.05rem); }
.cirsa-hero h1 span { color: var(--cirsa-green); font-style: normal; }
.cirsa-hero__aside { position: relative; padding: 30px 32px 28px; background: var(--cirsa-white); border: 1px solid var(--cirsa-line); border-top: 4px solid var(--cirsa-green); color: var(--cirsa-ink); box-shadow: var(--cirsa-shadow); }
.cirsa-hero__aside::before { display: none; }
.cirsa-hero__count { position: absolute; top: 27px; right: 30px; display: block; color: #b9c8b3; font-family: var(--cirsa-serif); font-size: 2.45rem; font-weight: 500; line-height: 1; }
.cirsa-hero__aside h2 { max-width: 310px; margin: 0 0 14px; padding-right: 54px; color: var(--cirsa-ink); font-size: clamp(1.55rem, 2vw, 1.85rem); }
.cirsa-hero__aside > p { max-width: 330px; color: var(--cirsa-muted); font-size: .91rem; }
.cirsa-hero__projects { margin: 24px 0 0; padding: 0; border-top: 1px solid var(--cirsa-line); list-style: none; }
.cirsa-hero__projects li { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--cirsa-line); }
.cirsa-hero__projects small { color: #8b998c; font-weight: 760; }
.cirsa-hero__projects a { color: var(--cirsa-ink); font-size: .83rem; font-weight: 700; line-height: 1.45; text-decoration: none; }
.cirsa-hero__projects a:hover { color: var(--cirsa-green); }
.cirsa-hero__projects .cirsa-arrow { color: var(--cirsa-green); }

/* Section headings */
.cirsa-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .48fr); gap: clamp(36px, 6vw, 70px); align-items: end; margin-bottom: clamp(32px, 4vw, 42px); }
.cirsa-section-head h2, .cirsa-section-head p { margin-bottom: 0; }
.cirsa-section-head > p { padding-bottom: 10px; color: var(--cirsa-muted); }
.cirsa-section-index { margin-bottom: 12px; color: var(--cirsa-green); font-family: var(--cirsa-brand); font-size: .72rem; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; }

/* Project cards */
.cirsa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.cirsa-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: clamp(28px, 3vw, 34px); background: var(--cirsa-white); border: 1px solid var(--cirsa-line); border-radius: 7px; box-shadow: 0 10px 30px rgba(23, 62, 41, .04); }
.cirsa-card::before { position: absolute; top: 0; left: 0; width: 0; height: 5px; background: var(--cirsa-lime); content: ""; transition: width .28s ease; }
.cirsa-card:hover::before { width: 100%; }
.cirsa-card[hidden] { display: none; }
.cirsa-card__number { position: absolute; top: 27px; right: 30px; color: #c7d0c4; font-family: var(--cirsa-serif); font-size: 1.35rem; line-height: 1; }
.cirsa-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0 0 22px; padding-right: 44px; }
.cirsa-card h3 { max-width: 540px; margin: 0 0 15px; font-size: clamp(1.45rem, 1.9vw, 1.9rem); }
.cirsa-card h3 a { color: var(--cirsa-ink); text-decoration: none; }
.cirsa-card h3 a:hover { color: var(--cirsa-green); }
.cirsa-card p { max-width: 550px; color: var(--cirsa-muted); font-size: .91rem; }
.cirsa-card .cirsa-card__role { width: fit-content; margin: 2px 0 16px; padding: 6px 10px; background: var(--cirsa-sage-light); color: var(--cirsa-forest); font-size: .68rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.cirsa-card__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; padding-top: 24px; }
.cirsa-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--cirsa-forest); font-family: var(--cirsa-brand); font-size: .69rem; font-weight: 400; letter-spacing: .09em; text-transform: uppercase; }
.cirsa-badge::before { width: 8px; height: 8px; border-radius: 50%; background: var(--cirsa-lime); content: ""; }
.cirsa-badge--completed { color: var(--cirsa-muted); }
.cirsa-badge--completed::before { background: #aab2a8; }

/* What CIRSA does */
.cirsa-intro { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 10vw, 150px); align-items: start; }
.cirsa-intro__statement { position: sticky; top: 145px; }
.cirsa-intro__statement h2 { margin-bottom: 24px; color: #fff; }
.cirsa-intro__statement p { max-width: 520px; color: #b9c9b8; }
.cirsa-impact { counter-reset: impact; border-top: 1px solid var(--cirsa-line-dark); }
.cirsa-impact__item { counter-increment: impact; display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid var(--cirsa-line-dark); }
.cirsa-impact__item::before { color: var(--cirsa-lime); font-family: var(--cirsa-serif); font-size: 1.55rem; content: "0" counter(impact); }
.cirsa-impact__item strong { display: block; margin-bottom: 9px; color: #fff; font-family: var(--cirsa-serif); font-size: 1.7rem; font-weight: 520; line-height: 1.2; }
.cirsa-impact__item span { display: block; color: #aebfac; }

/* News */
.cirsa-news { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cirsa-news article { position: relative; overflow: hidden; background: var(--cirsa-white); border: 1px solid var(--cirsa-line); border-radius: 7px; box-shadow: 0 10px 30px rgba(23, 62, 41, .04); }
.cirsa-news__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--cirsa-sage); }
.cirsa-news__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cirsa-news__duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; height: 100%; background: var(--cirsa-white); }
.cirsa-news__duo img { width: 100%; height: 100%; object-fit: contain; }
.cirsa-news article:hover .cirsa-news__media img { transform: scale(1.035); }
.cirsa-news__placeholder { position: relative; display: grid; width: 100%; height: 100%; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--cirsa-forest-deep), #315e22); color: rgba(255, 255, 255, .78); }
.cirsa-news__placeholder::before, .cirsa-news__placeholder::after { position: absolute; width: 72%; height: 150%; border: 1px solid rgba(197, 232, 152, .32); border-radius: 50%; content: ""; }
.cirsa-news__placeholder::before { right: -38%; bottom: -92%; }
.cirsa-news__placeholder::after { right: -18%; bottom: -112%; }
.cirsa-news__placeholder span { font-family: var(--cirsa-brand); font-size: 1.35rem; letter-spacing: .16em; }
.cirsa-news__body { min-height: 250px; padding: 25px 26px 28px; }
.cirsa-news__number { display: none; }
.cirsa-news time { color: var(--cirsa-green); font-size: .72rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.cirsa-news h3 { margin: 11px 0 13px; font-size: clamp(1.25rem, 1.6vw, 1.48rem); line-height: 1.16; }
.cirsa-news h3 a { color: var(--cirsa-ink); text-decoration: none; }
.cirsa-news h3 a:hover { color: var(--cirsa-green); }
.cirsa-news p { color: var(--cirsa-muted); font-size: .91rem; }
.cirsa-news-more { display: flex; justify-content: center; margin-top: 34px; }
.cirsa-news-grant-visuals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0 0 clamp(30px, 5vw, 54px); }
.cirsa-news-grant-visuals img { display: block; width: 100%; height: auto; border: 1px solid var(--cirsa-line); background: var(--cirsa-white); }
.cirsa-conferences-archive .cirsa-news__body { display: flex; flex-direction: column; }
.cirsa-event-link { margin-top: auto; padding-top: 18px; color: var(--cirsa-forest); font-size: .78rem; font-weight: 760; text-decoration: none; }
.cirsa-event-link:hover { color: var(--cirsa-green); }

/* Verified institutional conference history */
#in-preparation, #completed-conferences { scroll-margin-top: 130px; }
.cirsa-conference-upcoming { background: var(--cirsa-sage-light); border-bottom: 1px solid var(--cirsa-line); }
.cirsa-conference-upcoming .cirsa-section-head { margin-bottom: 34px; }
.cirsa-history-empty { margin: 0; background: rgba(255, 255, 255, .65); }
.cirsa-history-intro { margin-bottom: clamp(52px, 7vw, 84px); }
.cirsa-history-timeline { margin: 0; padding: 0; list-style: none; }
.cirsa-history-event { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: clamp(25px, 5vw, 70px); padding: 0 0 clamp(50px, 7vw, 86px); }
.cirsa-history-event__year { position: relative; padding-top: 7px; color: var(--cirsa-green); font-family: var(--cirsa-serif); font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1; }
.cirsa-history-event__year::after { position: absolute; top: 72px; bottom: -30px; left: 2px; width: 1px; background: var(--cirsa-line); content: ""; }
.cirsa-history-event:last-child .cirsa-history-event__year::after { display: none; }
.cirsa-history-event article { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, .58fr); min-height: 330px; overflow: hidden; background: var(--cirsa-white); border: 1px solid var(--cirsa-line); box-shadow: 0 15px 45px rgba(23, 62, 41, .045); }
.cirsa-history-event--no-media article { grid-template-columns: 1fr; }
.cirsa-history-event__media { min-height: 100%; overflow: hidden; background: var(--cirsa-forest-deep); }
.cirsa-history-event__media img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.cirsa-history-event__content { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 50px); }
.cirsa-history-event__date { margin: 0 0 15px; color: var(--cirsa-green); font-size: .71rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.cirsa-history-event h3 { max-width: 900px; margin: 0 0 18px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.08; }
.cirsa-history-event__content > p:not(.cirsa-history-event__date) { max-width: 870px; margin: 0 0 25px; color: var(--cirsa-muted); }
.cirsa-history-event dl { display: grid; gap: 16px; margin: 0; padding-top: 22px; border-top: 1px solid var(--cirsa-line); }
.cirsa-history-event dl div { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 18px; }
.cirsa-history-event dt { color: #7b887d; font-size: .65rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.cirsa-history-event dd { margin: 0; color: #38443a; font-size: .8rem; line-height: 1.65; }
.cirsa-history-event .cirsa-event-link { align-self: flex-start; margin-top: auto; }

/* Pages and project detail */
.cirsa-page-head { position: relative; overflow: hidden; padding: clamp(60px, 7vw, 92px) 0 clamp(52px, 6vw, 78px); background: var(--cirsa-sage-light); border-bottom: 1px solid var(--cirsa-line); }
.cirsa-page-head::after { position: absolute; right: 3vw; bottom: -190px; width: 420px; height: 420px; border: 1px solid rgba(95, 151, 14, .20); border-radius: 50%; content: ""; }
.cirsa-page-head h1 { position: relative; z-index: 1; max-width: 980px; margin: 0 0 22px; font-size: clamp(2.65rem, 4.2vw, 4.1rem); }
.cirsa-page-head .cirsa-lead { position: relative; z-index: 1; }

/* About CIRSA */
.cirsa-about-hero { padding: clamp(48px, 6vw, 76px) 0; background: var(--cirsa-sage-light); border-bottom: 1px solid var(--cirsa-line); }
.cirsa-about-hero__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.cirsa-about-hero h1 { margin: 0 0 20px; font-size: clamp(2.75rem, 4.5vw, 4.3rem); }
.cirsa-about-hero .cirsa-lead { max-width: 650px; margin: 0; }
.cirsa-about-hero figure { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; border-top: 5px solid var(--cirsa-green); box-shadow: var(--cirsa-shadow); }
.cirsa-about-hero figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.cirsa-about-content { max-width: var(--cirsa-max); }
.cirsa-about-opening { max-width: 900px; }
.cirsa-about-opening__lead { margin: 0 0 20px; color: var(--cirsa-forest-deep); font-family: var(--cirsa-serif); font-size: clamp(1.65rem, 2.5vw, 2.25rem); line-height: 1.25; }
.cirsa-about-opening > p:last-child { max-width: 830px; color: var(--cirsa-muted); }
.cirsa-about-section, .cirsa-about-proof, .cirsa-about-cooperation { margin-top: clamp(52px, 7vw, 78px); padding-top: clamp(42px, 5vw, 58px); border-top: 1px solid var(--cirsa-line); }
.cirsa-about-section > h2, .cirsa-about-proof h2, .cirsa-about-cooperation h2 { max-width: 760px; margin: 0 0 28px; font-size: clamp(2rem, 3vw, 2.75rem); }
.cirsa-about-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cirsa-about-pillars article { min-height: 270px; padding: 28px; background: var(--cirsa-sage-light); border-top: 3px solid var(--cirsa-green); }
.cirsa-about-pillars span { display: block; margin-bottom: 28px; color: var(--cirsa-green); font-family: var(--cirsa-serif); font-size: 1.5rem; }
.cirsa-about-pillars h3 { margin: 0 0 14px; font-size: 1.55rem; }
.cirsa-about-pillars p { color: var(--cirsa-muted); font-size: .9rem; }
.cirsa-about-proof { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(42px, 7vw, 84px); align-items: start; }
.cirsa-about-proof ul { margin: 25px 0 0; padding-left: 22px; }
.cirsa-about-proof li { margin: 10px 0; }
.cirsa-about-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 165px); gap: 10px; }
.cirsa-about-gallery figure { margin: 0; overflow: hidden; background: var(--cirsa-sage); }
.cirsa-about-gallery figure:first-child { grid-row: 1 / 3; }
.cirsa-about-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cirsa-about-cooperation { max-width: 900px; }
.cirsa-about-cooperation > p:not(.cirsa-section-index) { max-width: 820px; color: var(--cirsa-muted); }
.cirsa-about-cooperation .cirsa-actions { margin-top: 28px; }

/* Board and experts */
.cirsa-people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cirsa-person-card { overflow: hidden; background: var(--cirsa-white); border: 1px solid var(--cirsa-line); box-shadow: 0 10px 30px rgba(23, 62, 41, .04); }
.cirsa-person-card figure { margin: 0; aspect-ratio: 4 / 4.35; overflow: hidden; background: var(--cirsa-sage); }
.cirsa-person-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.88); transition: transform .35s ease, filter .35s ease; }
.cirsa-person-card:hover figure img { transform: scale(1.025); filter: saturate(1); }
.cirsa-person-card > div { min-height: 132px; padding: 22px 24px 26px; border-top: 4px solid var(--cirsa-green); }
.cirsa-person-card p { margin: 0 0 9px; color: var(--cirsa-green); font-family: var(--cirsa-sans); font-size: .69rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.cirsa-person-card h2 { margin: 0; font-size: 1.55rem; }
.cirsa-people-placeholder { max-width: 820px; padding: clamp(32px, 5vw, 54px); background: var(--cirsa-sage-light); border-left: 5px solid var(--cirsa-green); }
.cirsa-people-placeholder > span { display: inline-block; margin-bottom: 25px; color: var(--cirsa-green); font-size: .72rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.cirsa-people-placeholder h2 { margin: 0 0 18px; font-size: clamp(2rem, 3vw, 2.75rem); }
.cirsa-people-placeholder p { max-width: 690px; margin: 0; color: var(--cirsa-muted); }
.cirsa-experts-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr); gap: clamp(30px, 5vw, 72px); align-items: end; margin-bottom: clamp(42px, 6vw, 64px); padding-bottom: 28px; border-bottom: 1px solid var(--cirsa-line); }
.cirsa-experts-intro h2 { max-width: 620px; margin: 0; font-size: clamp(1.8rem, 2.6vw, 2.65rem); }
.cirsa-experts-intro p { max-width: 720px; margin: 0; color: var(--cirsa-muted); }
.cirsa-expert-section + .cirsa-expert-section { margin-top: clamp(46px, 6vw, 72px); }
.cirsa-expert-section__head { display: flex; gap: 16px; align-items: baseline; width: 100%; margin-bottom: 20px; }
.cirsa-expert-section__index { color: var(--cirsa-green); font-family: var(--cirsa-serif); font-size: 1.55rem; line-height: 1.1; }
.cirsa-content .cirsa-expert-section__head h2 { flex: 1 1 auto; max-width: none; margin: 0; font-size: clamp(1.55rem, 2.15vw, 2.15rem); line-height: 1.12; }
.cirsa-experts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cirsa-expert-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--cirsa-line); background: var(--cirsa-white); box-shadow: 0 10px 32px rgba(23, 62, 41, .035); }
.cirsa-expert-card figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--cirsa-sage); }
.cirsa-expert-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.9); transition: transform .35s ease, filter .35s ease; }
.cirsa-expert-card--magdalena-mikolajczyk figure img { object-position: center 12%; }
.cirsa-expert-card--oliver-steward figure { background: #034194; }
.cirsa-expert-card--oliver-steward figure img { object-position: center 34%; }
.cirsa-expert-card--alba-popescu figure img { object-position: center 28%; }
.cirsa-expert-card--mariusz-maszkiewicz figure img { object-position: center 24%; }
.cirsa-expert-card--anatol-wojtan figure img,
.cirsa-expert-card--mateusz-kamionka figure img { object-position: center 22%; }
.cirsa-expert-card--dariusz-loranty figure img { object-position: center 30%; }
.cirsa-expert-card--eduard-balashov figure img { object-position: 12% 26%; }
.cirsa-expert-card:hover figure img { transform: scale(1.025); filter: saturate(1); }
.cirsa-expert-card__initials { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(150deg, var(--cirsa-sage-light), var(--cirsa-sage)); color: var(--cirsa-forest); font-family: var(--cirsa-serif); font-size: 2.35rem; }
.cirsa-expert-card__body { flex: 1 1 auto; padding: 24px 25px 27px; border-top: 4px solid var(--cirsa-green); }
.cirsa-expert-card__field { margin: 0 0 9px; color: var(--cirsa-green); font-family: var(--cirsa-sans); font-size: .66rem; font-weight: 780; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.cirsa-expert-card h3 { margin: 0 0 13px; font-size: 1.48rem; line-height: 1.08; }
.cirsa-expert-card__bio { margin: 0; color: var(--cirsa-muted); font-size: .9rem; line-height: 1.62; }

/* Contact */
.cirsa-contact-grid { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: 22px; align-items: stretch; }
.cirsa-contact-panel { padding: clamp(30px, 4vw, 46px); border: 1px solid var(--cirsa-line); background: var(--cirsa-white); }
.cirsa-contact-panel--primary { background: var(--cirsa-forest-deep); border-color: var(--cirsa-forest-deep); color: var(--cirsa-white); }
.cirsa-contact-label { margin: 0 0 25px; color: var(--cirsa-green); font-size: .69rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.cirsa-contact-panel--primary .cirsa-contact-label { color: var(--cirsa-lime); }
.cirsa-contact-panel h2 { margin: 0 0 18px; font-size: clamp(1.9rem, 2.7vw, 2.55rem); }
.cirsa-contact-panel--primary h2 { color: var(--cirsa-white); }
.cirsa-contact-panel--primary > p:not(.cirsa-contact-label) { color: #b9c9b8; }
.cirsa-contact-email { display: inline-block; margin: 16px 0 26px; color: var(--cirsa-white); font-family: var(--cirsa-serif); font-size: clamp(1.45rem, 2.3vw, 2.05rem); text-decoration-color: var(--cirsa-lime); text-underline-offset: 5px; }
.cirsa-contact-email:hover { color: var(--cirsa-lime); }
.cirsa-contact-social { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.35); color: var(--cirsa-white); font-size: .78rem; font-weight: 720; text-decoration: none; }
.cirsa-contact-social:hover { border-color: var(--cirsa-lime); background: var(--cirsa-lime); color: var(--cirsa-forest-deep); }
.cirsa-contact-details { margin: 0; }
.cirsa-contact-details div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--cirsa-line); }
.cirsa-contact-details div:last-child { border-bottom: 1px solid var(--cirsa-line); }
.cirsa-contact-details dt { color: var(--cirsa-muted); font-size: .68rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.cirsa-contact-details dd { margin: 0; color: var(--cirsa-ink); font-weight: 630; }
.cirsa-contact-account { font-variant-numeric: tabular-nums; letter-spacing: .025em; }
.cirsa-contact-cooperation { max-width: 850px; margin-top: 50px; padding-top: 38px; border-top: 1px solid var(--cirsa-line); }
.cirsa-contact-cooperation h2 { margin: 0 0 16px; font-size: clamp(1.9rem, 2.7vw, 2.55rem); }
.cirsa-contact-cooperation p { max-width: 760px; color: var(--cirsa-muted); }
.cirsa-entry-head { padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(42px, 5vw, 64px); }
.cirsa-entry-head h1 { max-width: 1080px; font-size: clamp(2.1rem, 3.5vw, 3.45rem); line-height: 1.06; }
.cirsa-entry-head .cirsa-lead { max-width: 940px; font-size: clamp(1rem, 1.45vw, 1.18rem); }
.cirsa-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.cirsa-filter .cirsa-button::after { display: none; }
.cirsa-filter button[aria-pressed="true"] { border-color: var(--cirsa-forest); background: var(--cirsa-forest); color: #fff; }
.cirsa-project-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: clamp(48px, 8vw, 110px); align-items: start; }
.cirsa-content { min-width: 0; max-width: 900px; }
.page-template-page-people .cirsa-content { max-width: var(--cirsa-max); }
.cirsa-content > *:first-child { margin-top: 0; }
.cirsa-content h2 { margin: 1.8em 0 .55em; font-size: clamp(2rem, 3.3vw, 3.1rem); }
.cirsa-content h3 { margin: 1.7em 0 .55em; }
.cirsa-content p, .cirsa-content li { color: #3f4c42; }
.cirsa-content p { margin-bottom: 1.4em; }
.cirsa-content a { font-weight: 650; }
.cirsa-content blockquote { margin: 2.2em 0; padding: 2px 0 2px 28px; border-left: 4px solid var(--cirsa-lime); color: var(--cirsa-forest); font-family: var(--cirsa-serif); font-size: 1.45rem; }
.cirsa-history-visual { margin: 0 0 clamp(35px, 5vw, 62px); }
.cirsa-history-visual img { display: block; width: 100%; max-height: 540px; object-fit: cover; }
.cirsa-history-visual figcaption { padding-top: 10px; color: var(--cirsa-muted); font-size: .72rem; }
.cirsa-history-article__hero { margin: 0 0 clamp(38px, 6vw, 68px); }
.cirsa-history-article__hero img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 40%; }
.cirsa-history-article__hero figcaption { padding-top: 11px; color: var(--cirsa-muted); font-size: .72rem; }
.cirsa-history-article__lead { max-width: 820px; color: var(--cirsa-forest) !important; font-family: var(--cirsa-serif); font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.35; }
.cirsa-history-article__gallery { margin-top: clamp(42px, 7vw, 76px); }
.cirsa-history-article__gallery h2 { margin-bottom: 22px; font-size: clamp(1.65rem, 2.5vw, 2.15rem); }
.cirsa-history-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.cirsa-history-gallery a { position: relative; display: block; overflow: hidden; background: var(--cirsa-sage); }
.cirsa-history-gallery a::after { position: absolute; right: 12px; bottom: 12px; display: grid; width: 31px; height: 31px; place-items: center; background: rgba(16, 46, 31, .88); color: #fff; content: "↗"; font-size: .82rem; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }
.cirsa-history-gallery a:hover::after, .cirsa-history-gallery a:focus-visible::after { opacity: 1; transform: translateY(0); }
.cirsa-history-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.cirsa-history-gallery a:hover img { transform: scale(1.025); }
.cirsa-history-article__facts { margin-top: clamp(42px, 7vw, 78px); padding: clamp(28px, 5vw, 48px); background: var(--cirsa-sage-light); border-top: 4px solid var(--cirsa-green); }
.cirsa-history-article__facts h2 { margin-top: 0; font-size: clamp(1.65rem, 2.5vw, 2.15rem); }
.cirsa-history-article__facts dl { display: grid; gap: 19px; margin: 0; }
.cirsa-history-article__facts dl div { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 24px; padding-top: 18px; border-top: 1px solid var(--cirsa-line); }
.cirsa-history-article__facts dt { color: #77827a; font-size: .68rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.cirsa-history-article__facts dd { margin: 0; color: #38443a; line-height: 1.65; }
.cirsa-history-article__cta { margin: 28px 0 0 !important; }
.cirsa-history-article__cta a { display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; background: var(--cirsa-forest); color: #fff; font-weight: 750; text-decoration: none; }
.cirsa-history-article__cta a:hover { background: var(--cirsa-green); color: #fff; }
.cirsa-content table { width: 100%; border-collapse: collapse; }
.cirsa-content th, .cirsa-content td { padding: 13px 15px; border: 1px solid var(--cirsa-line); text-align: left; }
.cirsa-content th { background: var(--cirsa-sage-light); }
.cirsa-sidebar { position: sticky; top: 136px; padding: 32px; background: var(--cirsa-forest-deep); color: #eef4eb; box-shadow: var(--cirsa-shadow); }
.cirsa-sidebar dl { margin: 26px 0 0; }
.cirsa-sidebar dt { margin-top: 20px; color: #94a992; font-size: .69rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.cirsa-sidebar dd { margin: 3px 0 0; color: #fff; font-weight: 650; }
.cirsa-sidebar .cirsa-badge { color: #dcead6; }
.cirsa-sidebar .cirsa-button { width: 100%; margin-top: 14px; border-color: var(--cirsa-lime); background: var(--cirsa-lime); color: var(--cirsa-ink); }
.cirsa-sidebar .cirsa-button--outline { background: transparent; color: #fff; }
.cirsa-form-panel { margin-top: 48px; padding: clamp(28px, 5vw, 54px); background: var(--cirsa-sage-light); border-top: 5px solid var(--cirsa-lime); }
.cirsa-form-panel h2 { margin-top: 0; }
.cirsa-empty { grid-column: 1 / -1; padding: 30px; border: 1px dashed var(--cirsa-line); background: var(--cirsa-white); color: var(--cirsa-muted); }
.nav-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 38px; }
.pagination { margin-top: 42px; }
.pagination .page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pagination .page-numbers li { margin: 0; }
.pagination a.page-numbers, .pagination span.page-numbers { display: grid; min-width: 44px; height: 44px; padding: 0 14px; place-items: center; border: 1px solid var(--cirsa-line); background: var(--cirsa-white); color: var(--cirsa-forest-deep); font-family: var(--cirsa-sans); font-size: .86rem; font-weight: 720; line-height: 1; text-decoration: none; }
.pagination span.page-numbers.current { border-color: var(--cirsa-forest); background: var(--cirsa-forest); color: var(--cirsa-white); }
.pagination a.page-numbers:hover, .pagination a.page-numbers:focus-visible { border-color: var(--cirsa-green); background: var(--cirsa-sage); color: var(--cirsa-forest-deep); }

/* Footer */
.site-footer { padding: 58px 0 26px; background: #102e1f; color: #e8efe4; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: clamp(42px, 6vw, 76px); padding-bottom: 45px; }
.site-footer__brand img { width: 152px; padding: 9px 11px; background: #fff; }
.site-footer__brand p { max-width: 430px; margin: 20px 0 0; color: #aab9a8; }
.site-footer h2 { margin: 0 0 20px; color: #fff; font-family: var(--cirsa-sans); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { margin: 6px 0; color: #aab9a8; font-size: .88rem; }
.site-footer a { color: #e8efe4; text-decoration-color: rgba(232, 239, 228, .35); }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin: 8px 0; }
.footer-menu a { text-decoration: none; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 28px; padding-top: 26px; border-top: 1px solid var(--cirsa-line-dark); color: #849583; font-size: .72rem; }

@media (max-width: 1120px) {
  .site-header__inner { min-height: 84px; gap: 20px; }
  .site-branding { width: 132px; }
  .custom-logo, .site-branding__logo { max-width: 128px; max-height: 58px; }
  .primary-menu { gap: 15px; }
  .primary-menu a { font-size: .82rem; }
}

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: inline-flex; }
  .primary-navigation { position: absolute; z-index: 95; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - 90px); overflow-y: auto; padding: 30px 32px 50px; background: var(--cirsa-white); border-bottom: 1px solid var(--cirsa-line); box-shadow: 0 24px 45px rgba(13, 44, 26, .10); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .primary-menu a { padding: 15px 2px; border-bottom: 1px solid var(--cirsa-line); font-family: var(--cirsa-serif); font-size: 1.6rem; font-weight: 520; }
  .primary-menu a::after { display: none; }
  .primary-menu .menu-item-has-children > a { justify-content: space-between; }
  .primary-menu .sub-menu { position: static; width: auto; min-width: 0; padding: 0 0 12px 18px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .primary-menu .sub-menu a { padding: 11px 2px; font-family: var(--cirsa-sans); font-size: .92rem; font-weight: 650; white-space: normal; }
  .cirsa-hero__grid { grid-template-columns: 1fr; }
  .cirsa-hero__copy { max-width: 850px; }
  .cirsa-hero__aside { width: min(100%, 640px); }
  .cirsa-project-layout { grid-template-columns: 1fr; }
  .cirsa-sidebar { position: static; max-width: 620px; }
  .cirsa-news { grid-template-columns: 1fr 1fr; }
  .cirsa-history-event article { grid-template-columns: 1fr; }
  .cirsa-history-event__media { min-height: 260px; max-height: 380px; }
  .cirsa-history-event__media img { min-height: 260px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
	.cirsa-about-hero__grid, .cirsa-about-proof { grid-template-columns: 1fr; }
	.cirsa-about-hero figure { max-width: 760px; }
	.cirsa-about-proof { gap: 36px; }
	.cirsa-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cirsa-experts-intro { grid-template-columns: 1fr; align-items: start; }
	.cirsa-experts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cirsa-contact-grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .cirsa-shell { width: min(calc(100% - 36px), var(--cirsa-max)); }
  .site-topline__inner { width: 100%; padding-left: 18px; }
  .site-topline p, .site-topline__contact > a:not(.site-topline__facebook) { display: none; }
	.site-topline__contact { margin-left: auto; }
	.site-topline__facebook span { display: none; }
  .site-header__inner { min-height: 80px; }
  .site-branding { width: 130px; }
  .custom-logo, .site-branding__logo { max-width: 128px; max-height: 58px; }
  .cirsa-hero__grid { min-height: auto; padding-block: 52px 62px; }
  .cirsa-hero h1 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
  .cirsa-hero__aside { padding: 34px 25px 28px; }
  .cirsa-hero__count { font-size: 4.4rem; }
  .cirsa-section-head, .cirsa-intro { grid-template-columns: 1fr; }
  .cirsa-section-head { gap: 24px; }
  .cirsa-intro__statement { position: static; }
  .cirsa-grid, .cirsa-news, .site-footer__grid { grid-template-columns: 1fr; }
  .cirsa-card { min-height: 360px; }
  .cirsa-history-event { grid-template-columns: 1fr; gap: 18px; }
  .cirsa-history-event__year { padding: 0 0 10px; border-bottom: 1px solid var(--cirsa-line); }
  .cirsa-history-event__year::after { display: none; }
	.cirsa-history-event dl div { grid-template-columns: 1fr; gap: 5px; }
	.cirsa-history-article__facts dl div { grid-template-columns: 1fr; gap: 6px; }
	.cirsa-history-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cirsa-news__body { min-height: 0; }
	.cirsa-news-grant-visuals { grid-template-columns: 1fr; }
  .cirsa-news__number { margin-bottom: 22px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
	.cirsa-about-pillars, .cirsa-people-grid { grid-template-columns: 1fr; }
	.cirsa-expert-section__head { gap: 12px; }
	.cirsa-experts-grid { grid-template-columns: 1fr; }
	.cirsa-about-hero__grid { gap: 32px; }
	.cirsa-about-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 220px); }
	.cirsa-about-gallery figure:first-child { grid-row: auto; }
	.cirsa-contact-details div { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 520px) {
	.cirsa-history-gallery { grid-template-columns: 1fr; }
	.cirsa-expert-section__head { align-items: flex-start; }
	.cirsa-expert-card { min-height: 0; }
	.cirsa-expert-card__body { padding: 21px 20px 23px; }
	.cirsa-expert-card h3 { font-size: 1.28rem; }
	.cirsa-expert-card__bio { font-size: .84rem; }
}

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